logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 23d1354046da36e748526c0e139a4f6bd1be18c9
parent: 7d84147500cb364d9af01caf83d712a0d25eb1c7
Author: Roger Braun <rbraun@Bobble.local>
Date:   Wed,  8 Nov 2017 13:41:11 +0100

Update polandish.

Diffstat:

Msrc/i18n/messages.js25++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)

diff --git 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' }