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": "E-Mail"
}
},
"tooltips": {
+55
View File
@@ -0,0 +1,55 @@
{
"metaTitle": "",
"back": "",
"sections": {
"general": {
"title": "Γενικά",
"inputs": {
"username": {
"label": "Όνομα Χρήστη"
},
"eMail": {
"label": "E-Mail"
}
}
},
"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": ""
}
}
}
}
}