forked from AkkomaGang/akkoma-fe
Update polandish.
This commit is contained in:
parent
7d84147500
commit
23d1354046
1 changed files with 24 additions and 1 deletions
|
@ -536,7 +536,8 @@ const pl = {
|
||||||
show_new: 'Pokaż nowe',
|
show_new: 'Pokaż nowe',
|
||||||
error_fetching: 'Błąd pobierania',
|
error_fetching: 'Błąd pobierania',
|
||||||
up_to_date: 'Na bieżąco',
|
up_to_date: 'Na bieżąco',
|
||||||
load_older: 'Załaduj starsze statusy'
|
load_older: 'Załaduj starsze statusy',
|
||||||
|
conversation: 'Rozmowa'
|
||||||
},
|
},
|
||||||
settings: {
|
settings: {
|
||||||
user_settings: 'Ustawienia użytkownika',
|
user_settings: 'Ustawienia użytkownika',
|
||||||
|
@ -567,6 +568,28 @@ const pl = {
|
||||||
read: 'Przeczytane!',
|
read: 'Przeczytane!',
|
||||||
followed_you: 'obserwuje cię'
|
followed_you: 'obserwuje cię'
|
||||||
},
|
},
|
||||||
|
login: {
|
||||||
|
login: 'Zaloguj',
|
||||||
|
username: 'Użytkownik',
|
||||||
|
password: 'Hasło',
|
||||||
|
register: 'Zarejestruj',
|
||||||
|
logout: 'Wyloguj'
|
||||||
|
},
|
||||||
|
registration: {
|
||||||
|
registration: 'Rejestracja',
|
||||||
|
fullname: 'Wyświetlane imię',
|
||||||
|
email: 'Email',
|
||||||
|
bio: 'Bio',
|
||||||
|
password_confirm: 'Potwierdzenie hasła'
|
||||||
|
},
|
||||||
|
post_status: {
|
||||||
|
posting: 'Wysyłanie',
|
||||||
|
default: 'Właśnie wróciłem z kościoła'
|
||||||
|
},
|
||||||
|
finder: {
|
||||||
|
find_user: 'Znajdź użytkownika',
|
||||||
|
error_fetching_user: 'Błąd przy pobieraniu profilu'
|
||||||
|
},
|
||||||
general: {
|
general: {
|
||||||
submit: 'Wyślij'
|
submit: 'Wyślij'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue