config: new Crowdin updates (#1772)

This commit is contained in:
Thomas Camlong
2024-01-14 14:10:59 +01:00
committed by GitHub
parent e57af4ae10
commit 33da630db5
265 changed files with 2371 additions and 1306 deletions

View File

@@ -1,35 +1,35 @@
{
"metaTitle": "",
"title": "",
"text": "",
"metaTitle": "Vytvořit účet",
"title": "Vytvořit účet",
"text": "Prosím uveďte níže své přihlašovací údaje",
"form": {
"fields": {
"username": {
"label": ""
"label": "Uživatelské jméno"
},
"password": {
"label": ""
"label": "Heslo"
},
"passwordConfirmation": {
"label": ""
"label": "Potvrďte heslo"
}
},
"buttons": {
"submit": ""
"submit": "Vytvořit účet"
}
},
"notifications": {
"loading": {
"title": "",
"text": ""
"title": "Vytváření účtu",
"text": "Čekejte prosím"
},
"success": {
"title": "",
"text": ""
"title": "Účet byl vytvořen",
"text": "Váš účet byl úspěšně vytvořen"
},
"error": {
"title": "",
"text": ""
"title": "Chyba",
"text": "Něco se nepodařilo, objevila se následující chyba: {{error}}"
}
}
}

View File

@@ -1,20 +1,20 @@
{
"metaTitle": "",
"title": "",
"text": "",
"metaTitle": "Přihlásit se",
"title": "Vítejte zpět!",
"text": "Zadejte prosím Vaše přihlašovací údaje",
"form": {
"fields": {
"username": {
"label": ""
"label": "Uživatelské jméno"
},
"password": {
"label": ""
"label": "Heslo"
}
},
"buttons": {
"submit": ""
"submit": "Přihlásit se"
},
"afterLoginRedirection": ""
"afterLoginRedirection": "Po přihlášení budete přesměrováni na {{url}}"
},
"alert": ""
"alert": "Vaše přihlašovací údaje jsou nesprávné nebo tento účet neexistuje. Zkuste to prosím znovu."
}