mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-10 17:30:51 +00:00
create pl.json
polish translate. I don't know the structure of the project but I hope that when I send the translated .json file, you will add d; Signed-off-by: Igor Synak <igor.synak.pl@proton.me>
This commit is contained in:
parent
5becc4137f
commit
dfeefac08f
102
packages/ui/lang/pl.json
Normal file
102
packages/ui/lang/pl.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user