summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-01 18:22:24 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-01 18:22:24 +0200
commit33e34c9054dc3723f7305f4f690f9c584e017c56 (patch)
tree662a282eb6c459426d0b4dafff40f373fdd09058
parentNew translations auth.json (Catalan) (diff)
downloadserver-33e34c9054dc3723f7305f4f690f9c584e017c56.tar.xz
New translations auth.json (Czech)
-rw-r--r--locales/cs/auth.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/locales/cs/auth.json b/locales/cs/auth.json

index 025a3876..74468440 100644 --- a/locales/cs/auth.json +++ b/locales/cs/auth.json
@@ -1,15 +1,15 @@ { "login": { - "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password" + "INVALID_LOGIN": "E-Mail nebo telefon nenalezen", + "INVALID_PASSWORD": "Neplatné heslo" }, "register": { - "REGISTRATION_DISABLED": "New user registration is disabled", - "INVITE_ONLY": "You must be invited to register", + "REGISTRATION_DISABLED": "Registrace nového uživatele je zakázána", + "INVITE_ONLY": "Musíte být pozváni k registraci", "EMAIL_INVALID": "Invalid Email", - "EMAIL_ALREADY_REGISTERED": "Email is already registered", - "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.", - "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + "EMAIL_ALREADY_REGISTERED": "E-mail je již registrován", + "DATE_OF_BIRTH_UNDERAGE": "Musíš být {{years}} let nebo starší", + "CONSENT_REQUIRED": "Musíte souhlasit s obchodními podmínkami a zásadami ochrany osobních údajů.", + "USERNAME_TOO_MANY_USERS": "Příliš mnoho uživatelů má toto uživatelské jméno, zkuste prosím jiné" } }