diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-05-01 18:21:40 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-05-01 18:21:40 +0200 |
commit | 945c2eea98825fa1cf9f0b2f552bd4e253e46882 (patch) | |
tree | 09e0afc1834eeddd65c73dfc50b1f20edb568290 /locales | |
parent | New translations common.json (Ukrainian) (diff) | |
download | server-945c2eea98825fa1cf9f0b2f552bd4e253e46882.tar.xz |
New translations auth.json (Polish)
Diffstat (limited to 'locales')
-rw-r--r-- | locales/pl/auth.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/locales/pl/auth.json b/locales/pl/auth.json index 025a3876..f539d790 100644 --- a/locales/pl/auth.json +++ b/locales/pl/auth.json @@ -1,15 +1,15 @@ { "login": { - "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password" + "INVALID_LOGIN": "E-mail lub telefon nie znaleziony", + "INVALID_PASSWORD": "Nieprawidłowe hasło" }, "register": { - "REGISTRATION_DISABLED": "New user registration is disabled", - "INVITE_ONLY": "You must be invited to register", + "REGISTRATION_DISABLED": "Rejestracja nowego użytkownika jest wyłączona", + "INVITE_ONLY": "Musisz być zaproszony do rejestracji", "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 jest już zarejestrowany", + "DATE_OF_BIRTH_UNDERAGE": "Musisz być {{years}} lat lub starszy", + "CONSENT_REQUIRED": "Musisz zaakceptować Regulamin i Politykę Prywatności.", + "USERNAME_TOO_MANY_USERS": "Zbyt wielu użytkowników ma tę nazwę użytkownika, spróbuj innego" } } |