Skip to content

create pl.json #7585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 102 additions & 0 deletions packages/ui/lang/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"string": {
"EditBoxPlaceholder": "Wpisz tekst...",
"Ok": "OK",
"Cancel": "Anuluj",
"Save": "Zapisz",
"Publish": "Opublikuj",
"SaveDraft": "Zapisz szkic",
"MinutesAgo": "{minutes, plural, =0 {mniej niż minutę temu} =1 {minutę temu} other {# minut temu}}",
"HoursAgo": "{hours, plural, =0 {mniej niż godzinę temu} =1 {godzinę temu} other {# godzin temu}}",
"DaysAgo": "{days, plural, =0 {dzisiaj} =1 {wczoraj} other {# dni temu}}",
"MonthsAgo": "{months, plural, =0 {w tym miesiącu} =1 {miesiąc temu} other {# miesięcy temu}}",
"YearsAgo": "{years, plural, =0 {w tym roku} =1 {rok temu} other {# lat temu}}",
"Minutes": "{minutes, plural, =0 {mniej niż minuta} =1 {minuta} other {# minut}}",
"Hours": "{hours, plural, =0 {mniej niż godzina} =1 {godzina} other {# godzin}}",
"Days": "{days, plural, =0 {dzisiaj} =1 {1 dzień} other {# dni}}",
"Weeks": "{weeks, plural, =0 {w tym tygodniu} =1 {1 tydzień} other {# tygodni}}",
"Months": "{months, plural, =0 {w tym miesiącu} =1 {1 miesiąc} other {# miesięcy}}",
"Years": "{years, plural, =0 {w tym roku} =1 {rok} other {# lat}}",
"Before": "Przed",
"After": "Po",
"MinutesShort": "{value}m",
"HoursShort": "{value}h",
"DaysShort": "{value}d",
"ShowMore": "Pokaż więcej",
"ShowLess": "Pokaż mniej",
"Search": "Szukaj",
"SearchDots": "Szukaj...",
"Suggested": "Sugerowane",
"TimeTooltip": "{value}",
"SelectDate": "Wybierz datę",
"None": "Brak",
"NotSelected": "Nie wybrano",
"Today": "Dzisiaj",
"NoDate": "Brak daty",
"StartDate": "Data rozpoczęcia",
"TargetDate": "Data docelowa",
"Overdue": "Przeterminowane",
"DueDate": "Termin",
"AddDueDate": "Dodaj termin",
"SetDueDate": "Ustaw termin",
"EditDueDate": "Edytuj termin",
"SaveDueDate": "Zapisz termin",
"NeedsToBeCompletedByThisDate": "Musisz ukończyć do tej daty",
"DueDatePopupTitle": "Termin {value}",
"DueDatePopupOverdueTitle": "Termin minął {value}",
"DueDatePopupDescription": "{value, plural, =0 {Dzisiaj} =1 {Jutro} other {# dni pozostałe}}",
"DueDatePopupOverdueDescription": "{value, plural, =1 {1 dzień spóźniony} other {# dni spóźnione}}",
"English": "Angielski",
"Russian": "Rosyjski",
"Portuguese": "Portugalski",
"Spanish": "Hiszpański",
"Chinese": "Chiński",
"French": "Francuski",
"Italian": "Włoski",
"Czech": "Czeski",
"MinutesBefore": "{minutes, plural, =1 {minutę przed} other {# minut przed}}",
"HoursBefore": "{hours, plural, =1 {godzinę przed} other {# godzin przed}}",
"DaysBefore": "{days, plural, =1 {dzień przed} other {# dni przed}}",
"WeeksBefore": "{weeks, plural, =1 {tydzień przed} other {# tygodni przed}}",
"MonthsBefore": "{months, plural, =1 {miesiąc przed} other {# miesięcy przed}}",
"MinutesAfter": "{minutes, plural, =1 {za minutę} other {za # minut}}",
"HoursAfter": "{hours, plural, =1 {za godzinę} other {za # godzin}}",
"DaysAfter": "{days, plural, =1 {za dzień} other {za # dni}}",
"WeeksAfter": "{weeks, plural, =1 {za tydzień} other {za # tygodni}}",
"MonthsAfter": "{months, plural, =1 {za miesiąc} other {za # miesięcy}}",
"NoActionsDefined": "Brak działań",
"Incoming": "Przychodzące",
"HoursLabel": "Godziny",
"Back": "Wstecz",
"Next": "Następny",
"DropdownDefaultLabel": "Wybierz element",
"DD": "DD",
"MM": "MM",
"YYYY": "YYYY",
"HH": "GG",
"GettingWorkDone": "Realizowanie pracy",
"ExpressYourself": "Wyraź siebie",
"Smileys": "Emotikony",
"Nature": "Przyroda",
"Symbols": "Symbole",
"TravelAndPlaces": "Podróże i miejsca",
"Objects": "Obiekty",
"Food": "Jedzenie",
"MoreCount": "{count} więcej",
"Spacious": "Przestronny",
"Compact": "Kompaktowy",
"ThemeLight": "Jasny",
"ThemeDark": "Ciemny",
"ThemeSystem": "System",
"NoTimeZonesFound": "Brak stref czasowych",
"Selected": "Wybrane:",
"Submit": "Zatwierdź",
"NextStep": "Następny krok",
"TypeHere": "Wpisz tutaj...",
"NormalSize": "Normalny rozmiar",
"FullSize": "Pełny rozmiar",
"UseMaxWidth": "Maksymalna szerokość",
"Sidebar": "Pasek boczny",
"Language": "Język"
}
}