mirror of
https://github.com/rajnandan1/kener.git
synced 2026-01-06 01:20:15 -06:00
Merge branch 'rajnandan1:main' into feature/extend-monitor-api
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// @ts-nocheck
|
||||
|
||||
import { format, formatDistance, formatDistanceToNow, formatDuration } from "date-fns";
|
||||
import { ru, enUS, hi, de, zhCN, vi, ja, nl, da, fr, ko, ptBR, tr, nb } from "date-fns/locale";
|
||||
import { ru, enUS, hi, de, zhCN, vi, ja, nl, da, fr, ko, ptBR, tr, nb, pl } from "date-fns/locale";
|
||||
import { formatInTimeZone } from "date-fns-tz";
|
||||
|
||||
const locales = {
|
||||
@@ -19,6 +19,7 @@ const locales = {
|
||||
"pt-BR": ptBR,
|
||||
tr,
|
||||
"nb-NO": nb,
|
||||
pl,
|
||||
};
|
||||
|
||||
const f = function (date, formatStr, locale, tz) {
|
||||
|
||||
@@ -54,5 +54,9 @@
|
||||
{
|
||||
"code": "nb-NO",
|
||||
"name": "Norsk Bokmål"
|
||||
},
|
||||
{
|
||||
"code": "pl",
|
||||
"name": "Polski"
|
||||
}
|
||||
]
|
||||
|
||||
65
src/lib/locales/pl.json
Normal file
65
src/lib/locales/pl.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"%status for %duration": "%status przez %duration",
|
||||
"14 Days": "14 dni",
|
||||
"30 Days": "30 dni",
|
||||
"60 Days": "60 dni",
|
||||
"7 Days": "7 dni",
|
||||
"90 Days": "90 dni",
|
||||
"Availability per Component": "Dostępność według komponentu",
|
||||
"Back": "Wstecz",
|
||||
"Badge Copied": "Odznaka skopiowana",
|
||||
"Badge": "Odznaka",
|
||||
"Browse Events": "Przeglądaj zdarzenia",
|
||||
"Code Copied": "Kod skopiowany",
|
||||
"Copy Code": "Skopiuj kod",
|
||||
"Copy Link": "Skopiuj link",
|
||||
"DEGRADED": "OGRANICZONA",
|
||||
"DOWN": "NIEDOSTĘPNY",
|
||||
"Dark": "Ciemny",
|
||||
"Days": "Dni",
|
||||
"Embed this monitor using <script> or <iframe> in your app.": "Osadź ten monitor za pomocą <script> lub <iframe> w swojej aplikacji.",
|
||||
"Embed": "Osadź",
|
||||
"Get SVG badge for this monitor": "Pobierz odznakę SVG dla tego monitora",
|
||||
"Get a LIVE Status for this monitor": "Uzyskaj STATUS NA ŻYWO tego monitora",
|
||||
"IDENTIFIED": "ZIDENTYFIKOWANE",
|
||||
"INVESTIGATING": "BADANE",
|
||||
"Incident Updates": "Aktualizacje incydentu",
|
||||
"LIVE Status": "Status NA ŻYWO",
|
||||
"Lasted for about %lastedFor": "Trwało około %lastedFor",
|
||||
"Light": "Jasny",
|
||||
"Link Copied": "Link skopiowany",
|
||||
"MAINTENANCE": "KONSERWACJA",
|
||||
"MONITORING": "MONITOROWANE",
|
||||
"Maintenance Completed": "Konserwacja zakończona",
|
||||
"Maintenance in Progress": "Trwa konserwacja",
|
||||
"Mode": "Tryb",
|
||||
"No Data": "Brak danych",
|
||||
"No Incident in %date": "Brak incydentów w dniu %date",
|
||||
"No Incidents": "Brak incydentów",
|
||||
"No Monitor Found": "Nie znaleziono monitora",
|
||||
"No Updates Yet": "Brak aktualizacji",
|
||||
"Ongoing Incidents": "Trwające incydenty",
|
||||
"Pinging": "Pingowanie",
|
||||
"RESOLVED": "ROZWIĄZANE",
|
||||
"Recent Incidents": "Ostatnie incydenty",
|
||||
"Recent Maintenances": "Ostatnie konserwacje",
|
||||
"Share this monitor using a link with others": "Udostępnij ten monitor za pomocą linku innym osobom",
|
||||
"Share": "Udostępnij",
|
||||
"Standard": "Standardowy",
|
||||
"Started %startedAt, lasted for %lastedFor": "Rozpoczęto %startedAt, trwało %lastedFor",
|
||||
"Started %startedAt, still ongoing": "Rozpoczęto %startedAt, nadal trwa",
|
||||
"Started %startedAt, will last for %lastedFor more": "Rozpoczęto %startedAt, potrwa jeszcze %lastedFor",
|
||||
"Starts %startedAt, will last for %lastedFor": "Rozpocznie się %startedAt, potrwa %lastedFor",
|
||||
"Starts %startedAt": "Rozpocznie się %startedAt",
|
||||
"Status OK": "Status OK",
|
||||
"Status": "Status",
|
||||
"Switch to your timezone": "Przełącz na swoją strefę czasową",
|
||||
"Theme": "Motyw",
|
||||
"Timezone set to %tz": "Strefa czasowa ustawiona na %tz",
|
||||
"Today": "Dzisiaj",
|
||||
"UP": "DOSTĘPNY",
|
||||
"Upcoming Maintenance": "Nadchodząca konserwacja",
|
||||
"Updates": "Aktualizacje",
|
||||
"Uptime": "Czas działania",
|
||||
"View in detail": "Zobacz szczegóły"
|
||||
}
|
||||
Reference in New Issue
Block a user