aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Braun <rbraun@Bobble.local>2017-11-08 13:41:11 +0100
committerRoger Braun <rbraun@Bobble.local>2017-11-08 13:41:11 +0100
commit23d1354046da36e748526c0e139a4f6bd1be18c9 (patch)
tree58928a1dec0e87cfacc1e6bd8e6ea8b68f4362bb
parent7d84147500cb364d9af01caf83d712a0d25eb1c7 (diff)
Update polandish.
-rw-r--r--src/i18n/messages.js25
1 files changed, 24 insertions, 1 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index ebcbff38..e2458a9d 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -536,7 +536,8 @@ const pl = {
show_new: 'Pokaż nowe',
error_fetching: 'Błąd pobierania',
up_to_date: 'Na bieżąco',
- load_older: 'Załaduj starsze statusy'
+ load_older: 'Załaduj starsze statusy',
+ conversation: 'Rozmowa'
},
settings: {
user_settings: 'Ustawienia użytkownika',
@@ -567,6 +568,28 @@ const pl = {
read: 'Przeczytane!',
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: {
submit: 'Wyślij'
}