Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion translations/ui-developer/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,6 @@
"schedulerTimers.moduleName": "Module",
"schedulerTimers.path": "Path",
"schedulerTimers.schedule": "Schedule",
"schedulerTimers.type": "Type",
"schedulerTimers.type": "タイプ",
"schedulerTimers.unit": "Unit"
}
10 changes: 5 additions & 5 deletions translations/ui-developer/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@
"permission.settings.sessionTimezone": "Instellingen (Ontwikkelaar): sessie tijdzone instellen",
"schedulerTimers": "mod-scheduler timers",
"schedulerTimers.id": "ID",
"schedulerTimers.delay": "Delay",
"schedulerTimers.method": "Method",
"schedulerTimers.delay": "Vertraging",
"schedulerTimers.method": "Methode",
"schedulerTimers.moduleName": "Module",
"schedulerTimers.path": "Path",
"schedulerTimers.schedule": "Schedule",
"schedulerTimers.type": "Type",
"schedulerTimers.path": "Pad",
"schedulerTimers.schedule": "Schema",
"schedulerTimers.type": "Soorten",
"schedulerTimers.unit": "Unit"
}
30 changes: 15 additions & 15 deletions translations/ui-developer/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
"plugin-surface.exampleType": "(Example: <code>{pluginType}</code>)",
"plugin-surface.data": "Data object (optional):",
"plugin-surface.exampleData": "(Example: <code>{data}</code>)",
"userLocale": "Ustawienia języka użytkownika",
"userLocale": "Ustawienia lokalne użytkownika",
"userLocale.setUserLocale": "Save per-user language and localization",
"userLocale.username": "Nazwa użytkownika",
"userLocale.locale": "Locale (for language display, date format etc.)",
"userLocale.timeZone": "Time zone (time zone used when showing date time information)",
"userLocale.currency": "Waluta główna (do wyświetlania symbolu waluty) ",
"userLocale.locale": "Ustawienia lokalne (dla wyświetlanego języka, formatu daty itp.)",
"userLocale.timeZone": "Strefa czasowa (używana przy wyświetlaniu daty i godziny)",
"userLocale.currency": "Waluta główna (do wyświetlania symbolu waluty)",
"userLocale.success": "Successfully stored locale settings for {username}",
"userLocale.numberingSystem": "Numbering system (override locale's default; <a>details</a>)",
"userLocale.numberingSystem": "System numeracji (nadpisuje domyślny dla ustawień regionalnych;<a>szczegóły</a>)",
"permission.settings.userLocale": "Settings (developer): Can edit locale entries for any user",
"perms-inspector.showInvisible": "Show invisible permissions (gray)?",
"perms-inspector.counts": "{allCount, number} permissions ({visibleCount, number} visible, {invisibleCount, number} invisible)",
Expand Down Expand Up @@ -168,22 +168,22 @@
"rtr.unregisterServiceWorker": "Wyrejestruj pracownika serwisu",
"configuration.preserveConsole": "Zachowaj konsolę przy wylogowaniu",
"configuration.suppressIntlWarnings": "Ukryj ostrzeżenia intl",
"canIUseCapabilities": "I can haz capabilities?",
"canIUseCapabilities": "Czy mam uprawnienia?",
"capabilities": "Uprawnienia",
"capabilitiesSubtitle": "Nazwa uprawnienia/nazwa wyświetlana do mapowania możliwości",
"capabilitiesTitle": "Znajdź uprawnienia",
"capabilitiesSubtitle": "Mapowanie nazwy uprawnienia/nazwy wyświetlanej na uprawnienia ",
"capabilitiesTitle": "Znajdź możliwości",
"capabilitySets": "Zestawy Uprawnień",
"search": "Szukaj",
"searchBy": "Szukaj według",
"rtr.forceRefresh": "Force refresh",
"rtr.idleSessionTTL": "idleSessionTTL: duration an idle session lasts before being killed (e.g. 1h, 1m, 5s, 10ms)",
"rtr.idleModalTTL": "idleModalTTL: duration the idle modal should be shown before session is killed (e.g. 1h, 1m, 5s, 10ms)",
"rtr.fixedLengthSessionWarningTTL": "fixedLengthSessionWarningTTL: how long the “your session is going to die!” warning should be shown before the session is killed (e.g. 1h, 1m, 5s, 10ms)",
"rtr.rotationIntervalFraction": "rotationIntervalFraction: decimal fraction of how early to refresh the access token (e.g. 0.6 is 60% into the lifetime of the token)",
"rtr.activityEvents": "activityEvents: which DOM events constitute user activity (comma-separated, e.g. 'mousemove,keydown')",
"rtr.forceRefresh": "Wymuszone odświeżenie",
"rtr.idleSessionTTL": "Czas, przez jaki nieaktywna sesja trwa, zanim zostanie zakończona np. 1h, 1m, 5s, 10ms",
"rtr.idleModalTTL": "Czas, przez jaki okno informujące o bezczynności powinno być wyświetlane, zanim sesja zostanie zakończona np. 1h, 1m, 5s, 10ms",
"rtr.fixedLengthSessionWarningTTL": "Czas, przez jaki powinno być wyświetlane ostrzeżenie „Twoja sesja wkrótce zostanie zakończona!”, zanim sesja zostanie zakończona np. 1h, 1m, 5s, 10ms",
"rtr.rotationIntervalFraction": "Ułamek dziesiętny określający, jak wcześnie ma zostać odświeżony token dostępu np. 0.6 oznacza 60% czasu ważności tokenu",
"rtr.activityEvents": "Które zdarzenia DOM są uznawane za aktywność użytkownika, oddzielone przecinkami np. \"ruch myszą,naciśnięcie klawisza\"",
"sessionTimezone": "Session timezone",
"sessionTimezone.temporarySessionTimezone": "TEMPORARY Session timezone",
"sessionTimezone.timeZone": "Time zone (time zone used when showing date time information)",
"sessionTimezone.timeZone": "Strefa czasowa (używana przy wyświetlaniu daty i godziny)",
"sessionTimezone.currentDateTime": "The session timezone is {timezone}, where the current date is {date} and the current time is {time}.",
"permission.settings.sessionTimezone": "Settings (Developer): set session timezone",
"schedulerTimers": "mod-scheduler timers",
Expand Down
Loading