Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
128
node_modules/relative-time-format/locale/pl/long.json
generated
vendored
Normal file
128
node_modules/relative-time-format/locale/pl/long.json
generated
vendored
Normal file
@@ -0,0 +1,128 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "w zeszłym roku",
|
||||
"current": "w tym roku",
|
||||
"next": "w przyszłym roku",
|
||||
"past": {
|
||||
"one": "{0} rok temu",
|
||||
"few": "{0} lata temu",
|
||||
"many": "{0} lat temu",
|
||||
"other": "{0} roku temu"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} rok",
|
||||
"few": "za {0} lata",
|
||||
"many": "za {0} lat",
|
||||
"other": "za {0} roku"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "w zeszłym kwartale",
|
||||
"current": "w tym kwartale",
|
||||
"next": "w przyszłym kwartale",
|
||||
"past": {
|
||||
"one": "{0} kwartał temu",
|
||||
"few": "{0} kwartały temu",
|
||||
"many": "{0} kwartałów temu",
|
||||
"other": "{0} kwartału temu"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} kwartał",
|
||||
"few": "za {0} kwartały",
|
||||
"many": "za {0} kwartałów",
|
||||
"other": "za {0} kwartału"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "w zeszłym miesiącu",
|
||||
"current": "w tym miesiącu",
|
||||
"next": "w przyszłym miesiącu",
|
||||
"past": {
|
||||
"one": "{0} miesiąc temu",
|
||||
"few": "{0} miesiące temu",
|
||||
"many": "{0} miesięcy temu",
|
||||
"other": "{0} miesiąca temu"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} miesiąc",
|
||||
"few": "za {0} miesiące",
|
||||
"many": "za {0} miesięcy",
|
||||
"other": "za {0} miesiąca"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "w zeszłym tygodniu",
|
||||
"current": "w tym tygodniu",
|
||||
"next": "w przyszłym tygodniu",
|
||||
"past": {
|
||||
"one": "{0} tydzień temu",
|
||||
"few": "{0} tygodnie temu",
|
||||
"many": "{0} tygodni temu",
|
||||
"other": "{0} tygodnia temu"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} tydzień",
|
||||
"few": "za {0} tygodnie",
|
||||
"many": "za {0} tygodni",
|
||||
"other": "za {0} tygodnia"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "wczoraj",
|
||||
"previous-2": "przedwczoraj",
|
||||
"current": "dzisiaj",
|
||||
"next": "jutro",
|
||||
"next-2": "pojutrze",
|
||||
"past": {
|
||||
"one": "{0} dzień temu",
|
||||
"few": "{0} dni temu",
|
||||
"many": "{0} dni temu",
|
||||
"other": "{0} dnia temu"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} dzień",
|
||||
"few": "za {0} dni",
|
||||
"many": "za {0} dni",
|
||||
"other": "za {0} dnia"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "ta godzina",
|
||||
"past": {
|
||||
"one": "{0} godzinę temu",
|
||||
"many": "{0} godzin temu",
|
||||
"other": "{0} godziny temu"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} godzinę",
|
||||
"many": "za {0} godzin",
|
||||
"other": "za {0} godziny"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "ta minuta",
|
||||
"past": {
|
||||
"one": "{0} minutę temu",
|
||||
"many": "{0} minut temu",
|
||||
"other": "{0} minuty temu"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} minutę",
|
||||
"many": "za {0} minut",
|
||||
"other": "za {0} minuty"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "teraz",
|
||||
"past": {
|
||||
"one": "{0} sekundę temu",
|
||||
"many": "{0} sekund temu",
|
||||
"other": "{0} sekundy temu"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} sekundę",
|
||||
"many": "za {0} sekund",
|
||||
"other": "za {0} sekundy"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user