mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-25 00:39:18 +01:00
35 lines
950 B
JSON
35 lines
950 B
JSON
{
|
|
"metaTitle": "Vytvořit účet",
|
|
"title": "Vytvořit účet",
|
|
"text": "Prosím uveďte níže své přihlašovací údaje",
|
|
"form": {
|
|
"fields": {
|
|
"username": {
|
|
"label": "Uživatelské jméno"
|
|
},
|
|
"password": {
|
|
"label": "Heslo"
|
|
},
|
|
"passwordConfirmation": {
|
|
"label": "Potvrďte heslo"
|
|
}
|
|
},
|
|
"buttons": {
|
|
"submit": "Vytvořit účet"
|
|
}
|
|
},
|
|
"notifications": {
|
|
"loading": {
|
|
"title": "Vytváření účtu",
|
|
"text": "Čekejte prosím"
|
|
},
|
|
"success": {
|
|
"title": "Účet byl vytvořen",
|
|
"text": "Váš účet byl úspěšně vytvořen"
|
|
},
|
|
"error": {
|
|
"title": "Chyba",
|
|
"text": "Něco se nepodařilo, objevila se následující chyba: {{error}}"
|
|
}
|
|
}
|
|
} |