forked from FriendsOfSymfony/FOSUserBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update polish translations (to improve UX) & add missing translations (…
…FriendsOfSymfony#2850) * Ignore user settings of Idea/PhpStorm IDE * Update polish translations (to improve UX) * Add missing polish translations (compared with english translations) * Revert "Ignore user settings of Idea/PhpStorm IDE" This reverts commit 9077278
- Loading branch information
Showing
3 changed files
with
34 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
fos_user: | ||
username: | ||
already_used: 'Ta nazwa użytkownika jest już zajęta.' | ||
blank: 'Proszę podać nazwę użytkownika.' | ||
short: 'Nazwa użytkownika jest za krótka.' | ||
long: 'Nazwa użytkownika jest za długa.' | ||
already_used: 'Taki użytkownik już istnieje. Podaj inną nazwę.' | ||
blank: 'Podaj nazwę użytkownika' | ||
short: 'Podaj dłuższą nazwę użytkownika' | ||
long: 'Podaj krótszą nazwę użytkownika' | ||
email: | ||
already_used: 'Podany email jest zajęty.' | ||
blank: 'Proszę podać adres email.' | ||
short: 'Podany email jest za krótki.' | ||
long: 'Podany email jest za długi.' | ||
invalid: 'Podany adres email jest nieprawidłowy.' | ||
already_used: 'Taki użytkownik już istnieje. Podaj inny email.' | ||
blank: 'Podaj email' | ||
short: 'Podaj dłuższy email' | ||
long: 'Podaj krótszy email' | ||
invalid: 'Podaj prawidłowy email' | ||
password: | ||
blank: 'Proszę podać hasło.' | ||
short: 'Podane hasło jest za krótkie.' | ||
mismatch: 'Hasła nie pasują do siebie.' | ||
blank: 'Podaj hasło' | ||
short: 'Podaj dłuższe hasło' | ||
mismatch: 'Hasła nie pasują do siebie. Podaj dwa razy to samo hasło.' | ||
new_password: | ||
blank: 'Proszę podać nowe hasło.' | ||
short: 'Podane nowe hasło jest za krótkie.' | ||
blank: 'Podaj nowe hasło' | ||
short: 'Podaj dłuższe hasło' | ||
current_password: | ||
invalid: 'Podane hasło jest nieprawidłowe.' | ||
invalid: 'Podaj prawidłowe hasło' | ||
group: | ||
blank: 'Proszę podać nazwę.' | ||
short: 'Podana nazwa jest za krótka.' | ||
long: 'Podana nazwa jest za długa.' | ||
blank: 'Podaj nazwę' | ||
short: 'Podaj dłuższą nazwę' | ||
long: 'Podaj krótszą nazwę' | ||
fos_group: | ||
name: | ||
already_used: 'Taka grupa już istnieje. Podaj inną nazwę.' |