config: update crowdin translations

This commit is contained in:
Thomas Camlong
2023-12-22 21:50:04 +01:00
committed by GitHub
parent 553fa98e61
commit fd3f8f317a
152 changed files with 2737 additions and 307 deletions
+10 -2
View File
@@ -1,13 +1,21 @@
{
"metaTitle": "משתמשים",
"pageTitle": "ניהול משתמשים",
"text": "באמצעות משתמשים, באפשרותך להגדיר מי יוכל לערוך את לוח המחוונים שלך. גרסאות עתידיות של Homarr יהיו בעלות שליטה פרטנית עוד יותר על הרשאות ולוחות.",
"buttons": {
"create": "צור"
},
"filter": {
"roles": {
"all": "את כל",
"normal": "רגיל",
"admin": "מנהל מערכת",
"owner": "בעלים"
}
},
"table": {
"header": {
"user": "משתמש"
"user": "משתמש",
"email": "אימייל"
}
},
"tooltips": {
+55
View File
@@ -0,0 +1,55 @@
{
"metaTitle": "משתמש {{username}}",
"back": "חזרה לניהול משתמשים",
"sections": {
"general": {
"title": "כללי",
"inputs": {
"username": {
"label": "שם משתמש"
},
"eMail": {
"label": "אימייל"
}
}
},
"security": {
"title": "אבטחה",
"inputs": {
"password": {
"label": "סיסמה חדשה"
},
"terminateExistingSessions": {
"label": "סיום הפעלות קיימות",
"description": "מאלץ את המשתמש להתחבר שוב במכשירים שלו"
},
"confirm": {
"label": "לאשר",
"description": "הסיסמה תעודכן. לא ניתן לבטל פעולה."
}
}
},
"roles": {
"title": "תפקידים",
"currentRole": "תפקיד נוכחי: ",
"badges": {
"owner": "בעלים",
"admin": "מנהל מערכת",
"normal": "רגיל"
}
},
"deletion": {
"title": "מחיקת חשבון",
"inputs": {
"confirmUsername": {
"label": "אשר את שם המשתמש",
"description": "הקלד שם משתמש כדי לאשר את המחיקה"
},
"confirm": {
"label": "מחיקה לצמיתות",
"description": "אני מודע לכך שהפעולה הזו היא קבועה וכל נתוני החשבון יאבדו."
}
}
}
}
}