Files
2024-01-14 14:10:59 +01:00

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}}"
}
}
}