diff options
author | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-21 18:03:33 -0400 |
---|---|---|
committer | Samuel <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-21 18:03:33 -0400 |
commit | b6bb4a1703c89a74dfdafcb8e9143138db0df6c4 (patch) | |
tree | d4446596b71357767172628a75571f979d7803c2 /api/locales | |
parent | New translations common.json (Venetian) (diff) | |
download | server-b6bb4a1703c89a74dfdafcb8e9143138db0df6c4.tar.xz |
New translations auth.json (Czech)
Diffstat (limited to 'api/locales')
-rw-r--r-- | api/locales/cs/auth.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/locales/cs/auth.json b/api/locales/cs/auth.json index 70acc5ba..59fa4fcf 100644 --- a/api/locales/cs/auth.json +++ b/api/locales/cs/auth.json @@ -2,12 +2,12 @@ "login": { "INVALID_LOGIN": "E-Mail nebo telefon nenalezen", "INVALID_PASSWORD": "Neplatné heslo", - "ACCOUNT_DISABLED": "This account is disabled" + "ACCOUNT_DISABLED": "Tento účet je vypnutý" }, "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_INVALID": "Neplatný E-mail", "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ů.", |