mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-07 05:22:35 +02:00
fix(ApplyOnAllExistingMonitors): fix key not being pascal case
This commit is contained in:
parent
d3af1cc0cb
commit
279133d6dd
13 changed files with 0 additions and 13 deletions
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Also apply to existing monitors: "Anvend også på eksisterende overvågere",
|
||||
LanguageName: "Danish",
|
||||
CheckEverySecond: "Tjek hvert {0} sekund",
|
||||
RetryCheckEverySecond: "Prøv igen hvert {0} sekund.",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Also apply to existing monitors: "Also apply to existing monitors",
|
||||
LanguageName: "Español",
|
||||
CheckEverySecond: "Comprobar cada {0} segundos.",
|
||||
RetryCheckEverySecond: "Retry every {0} seconds.",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Also apply to existing monitors: "S'applique également aux sondes existantes",
|
||||
LanguageName: "Français (France)",
|
||||
CheckEverySecond: "Vérifier toutes les {0} secondes",
|
||||
RetryCheckEverySecond: "Réessayer toutes les {0} secondes.",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Also apply to existing monitors: "Also apply to existing monitors",
|
||||
LanguageName: "日本語",
|
||||
CheckEverySecond: "{0}秒ごとにチェックします。",
|
||||
RetryCheckEverySecond: "Retry every {0} seconds.",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Also apply to existing monitors: "Also apply to existing monitors",
|
||||
LanguageName: "한국어",
|
||||
CheckEverySecond: "{0} 초마다 체크해요.",
|
||||
RetryCheckEverySecond: "Retry every {0} seconds.",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Also apply to existing monitors: "Also apply to existing monitors",
|
||||
LanguageName: "Nederlands",
|
||||
CheckEverySecond: "Controleer elke {0} seconden.",
|
||||
RetryCheckEverySecond: "Retry every {0} seconds.",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Also apply to existing monitors: "Również zastosuj do obecnych monitorów",
|
||||
LanguageName: "Polski",
|
||||
CheckEverySecond: "Sprawdzam co {0} sekund.",
|
||||
RetryCheckEverySecond: "Ponawiaj co {0} sekund.",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Also apply to existing monitors: "Применить к существующим мониторам",
|
||||
Status Page: "Статус сервисов",
|
||||
Discard: "Отмена",
|
||||
Create Incident: "Создать инцидент",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Also apply to existing monitors: "Also apply to existing monitors",
|
||||
LanguageName: "Srpski",
|
||||
CheckEverySecond: "Proveri svakih {0} sekundi.",
|
||||
RetryCheckEverySecond: "Retry every {0} seconds.",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Also apply to existing monitors: "Also apply to existing monitors",
|
||||
LanguageName: "Српски",
|
||||
CheckEverySecond: "Провери сваких {0} секунди.",
|
||||
RetryCheckEverySecond: "Retry every {0} seconds.",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Also apply to existing monitors: "Also apply to existing monitors",
|
||||
LanguageName: "Svenska",
|
||||
CheckEverySecond: "Uppdatera var {0} sekund.",
|
||||
RetryCheckEverySecond: "Retry every {0} seconds.",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Also apply to existing monitors: "应用到所有监控项",
|
||||
LanguageName: "简体中文",
|
||||
CheckEverySecond: "检测频率 {0} 秒",
|
||||
RetryCheckEverySecond: "重试间隔 {0} 秒",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
export default {
|
||||
Also apply to existing monitors: "同時取用至目前所有監測器",
|
||||
LanguageName: "繁體中文 (香港)",
|
||||
CheckEverySecond: "每 {0} 秒檢查一次",
|
||||
RetryCheckEverySecond: "Retry every {0} seconds.",
|
||||
|
|
Loading…
Add table
Reference in a new issue