Skip to content

Commit 5411034

Browse files
committed
Added changes to pl.json
1 parent d4dc376 commit 5411034

1 file changed

Lines changed: 19 additions & 14 deletions

File tree

src/i18n/translations/pl.json

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"go_back": "Cofnij",
2828
"remove": "Usuń",
2929
"save": "Zapisz",
30+
"change": "Zmień",
3031
"search": "Szukaj",
3132
"try_again_later": "Proszę spróbuj ponownie później",
3233
"try_again": "Spróbuj ponownie"
@@ -56,15 +57,19 @@
5657
"email": "Adres e-mail",
5758
"first_name": "Imię",
5859
"last_name": "Nazwisko",
59-
"password": "Hasło"
60+
"password": "Hasło",
61+
"old_password": "Stare hasło",
62+
"new_password": "Nowe hasło"
6063
},
6164
"placeholders": {
6265
"confirm_password": "Potwierdź hasło",
6366
"create_password": "Utwórz nowe hasło",
6467
"email": "Podaj adres e-mail",
6568
"first_name": "Podaj swoje imię",
6669
"last_name": "Podaj swoje nazwisko",
67-
"password": "Hasło"
70+
"password": "Hasło",
71+
"old_password": "Podaj stare hasło",
72+
"new_password": "Podaj nowe hasło"
6873
},
6974
"select": {},
7075
"validation": {
@@ -126,18 +131,6 @@
126131
"colors_label": "Kolory"
127132
},
128133
"components_screen": {
129-
"test_notification": "Test notification",
130-
"typography": {
131-
"label": "Typography",
132-
"xs": "xs",
133-
"sm": "sm",
134-
"md": "md",
135-
"lg": "lg",
136-
"xl": "xl",
137-
"2xl": "2xl",
138-
"3xl": "3xl",
139-
"4xl": "4xl"
140-
},
141134
"button_variants": {
142135
"disabled": "Button disabled",
143136
"header": "Button variants",
@@ -166,6 +159,18 @@
166159
"notification": {
167160
"description": "by react-native-notificated 🎉",
168161
"title": "In-app notification example"
162+
},
163+
"test_notification": "Test notification",
164+
"typography": {
165+
"label": "Typography",
166+
"xs": "xs",
167+
"sm": "sm",
168+
"md": "md",
169+
"lg": "lg",
170+
"xl": "xl",
171+
"2xl": "2xl",
172+
"3xl": "3xl",
173+
"4xl": "4xl"
169174
}
170175
},
171176
"confirm_email_screen": {

0 commit comments

Comments
 (0)