userpage: use form langfile, move login strings to common
login-related stuff was moved into common using the langmover script, so that the user page doesn't have to use the admin language files.
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"meta": {
|
||||
"name": "Polski (PL)"
|
||||
},
|
||||
"strings": {
|
||||
"username": "Nazwa Użytkownika",
|
||||
"password": "Hasło",
|
||||
"emailAddress": "E-mail",
|
||||
"name": "Imię",
|
||||
"submit": "Akceptuj",
|
||||
"send": "Wyślij",
|
||||
"success": "Sukces",
|
||||
"continue": "Kontynuuj",
|
||||
"error": "Błąd",
|
||||
"copy": "Kopiuj",
|
||||
"copied": "Skopiowano",
|
||||
"time24h": "24 godziny",
|
||||
"time12h": "12 godzin",
|
||||
"linkTelegram": "Link Telegram",
|
||||
"contactEmail": "Kontakt drogą mailową",
|
||||
"contactTelegram": "Kontakt przez Telegram",
|
||||
"linkDiscord": "Link do Discord",
|
||||
"linkMatrix": "Link Matrix",
|
||||
"contactDiscord": "Kontakt przez Discord",
|
||||
"theme": "Motyw",
|
||||
"refresh": "Odśwież",
|
||||
"required": "Wymagane"
|
||||
},
|
||||
"notifications": {
|
||||
"errorConnection": "Nie udało się połączyć z jfa-go.",
|
||||
"errorUnknown": "Nieznany błąd.",
|
||||
"error401Unauthorized": "Nieautoryzowany. Spróbuj odświeżyć stronę."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user