Files
homarr/public/locales/el/manage/users/create.json
2023-10-08 12:12:44 +02:00

52 lines
1.4 KiB
JSON

{
"metaTitle": "Δημιουργία χρήστη",
"steps": {
"account": {
"title": "Πρώτο βήμα",
"text": "Δημιουργία λογαριασμού",
"username": {
"label": "Όνομα Χρήστη"
},
"email": {
"label": "E-Mail"
}
},
"security": {
"title": "Δεύτερο βήμα",
"text": "Κωδικός",
"password": {
"label": "Κωδικός"
}
},
"finish": {
"title": "Επιβεβαίωση",
"text": "Αποθήκευση στη βάση δεδομένων",
"card": {
"title": "",
"text": ""
},
"table": {
"header": {
"property": "",
"value": "",
"username": "Όνομα Χρήστη",
"email": "E-Mail",
"password": "Κωδικός"
},
"notSet": "",
"valid": ""
},
"failed": ""
},
"completed": {
"alert": {
"title": "",
"text": ""
}
}
},
"buttons": {
"generateRandomPassword": "",
"createAnother": ""
}
}