mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 15:24:05 +00:00
Remove dot from needPushEvery
This commit is contained in:
parent
fa5ba12e14
commit
9d3a4e9d1e
5 changed files with 5 additions and 5 deletions
|
@ -199,7 +199,7 @@ export default {
|
||||||
"Status Page": "Статус страница",
|
"Status Page": "Статус страница",
|
||||||
"Primary Base URL": "Основен базов URL адрес",
|
"Primary Base URL": "Основен базов URL адрес",
|
||||||
"Push URL": "Генериран Push URL адрес",
|
"Push URL": "Генериран Push URL адрес",
|
||||||
needPushEvery: "Необходимо е да извършвате заявка към този URL адрес на всеки {0} секунди.",
|
needPushEvery: "Необходимо е да извършвате заявка към този URL адрес на всеки {0} секунди",
|
||||||
pushOptionalParams: "Допълнителни, но незадължителни параметри: {0}",
|
pushOptionalParams: "Допълнителни, но незадължителни параметри: {0}",
|
||||||
defaultNotificationName: "Моето {notification} известяване ({number})",
|
defaultNotificationName: "Моето {notification} известяване ({number})",
|
||||||
here: "тук",
|
here: "тук",
|
||||||
|
|
|
@ -199,7 +199,7 @@ export default {
|
||||||
mattermost: "Mattermost",
|
mattermost: "Mattermost",
|
||||||
"Primary Base URL": "Primär URL",
|
"Primary Base URL": "Primär URL",
|
||||||
"Push URL": "Push URL",
|
"Push URL": "Push URL",
|
||||||
needPushEvery: "Du solltest diese URL alle {0} Sekunden aufrufen.",
|
needPushEvery: "Du solltest diese URL alle {0} Sekunden aufrufen",
|
||||||
pushOptionalParams: "Optionale Parameter: {0}",
|
pushOptionalParams: "Optionale Parameter: {0}",
|
||||||
defaultNotificationName: "Meine {notification} Alarm ({number})",
|
defaultNotificationName: "Meine {notification} Alarm ({number})",
|
||||||
here: "hier",
|
here: "hier",
|
||||||
|
|
|
@ -281,7 +281,7 @@ export default {
|
||||||
promosmsSMSSender: "Nadawca SMS (Wcześniej zatwierdzone nazwy z panelu PromoSMS)",
|
promosmsSMSSender: "Nadawca SMS (Wcześniej zatwierdzone nazwy z panelu PromoSMS)",
|
||||||
"Primary Base URL": "Główny URL",
|
"Primary Base URL": "Główny URL",
|
||||||
"Push URL": "Push URL",
|
"Push URL": "Push URL",
|
||||||
needPushEvery: "Powinieneś wywoływać ten URL co {0} sekund.",
|
needPushEvery: "Powinieneś wywoływać ten URL co {0} sekund",
|
||||||
pushOptionalParams: "Parametry opcjonalne: {0}",
|
pushOptionalParams: "Parametry opcjonalne: {0}",
|
||||||
emailCustomSubject: "Niestandardowy temat",
|
emailCustomSubject: "Niestandardowy temat",
|
||||||
checkPrice: "Sprawdź ceny {0}:",
|
checkPrice: "Sprawdź ceny {0}:",
|
||||||
|
|
|
@ -204,7 +204,7 @@ export default {
|
||||||
mattermost: "Mattermost",
|
mattermost: "Mattermost",
|
||||||
"Primary Base URL": "Основной URL",
|
"Primary Base URL": "Основной URL",
|
||||||
"Push URL": "URL пуша",
|
"Push URL": "URL пуша",
|
||||||
needPushEvery: "К этому URL необходимо обращаться каждые {0} секунд.",
|
needPushEvery: "К этому URL необходимо обращаться каждые {0} секунд",
|
||||||
pushOptionalParams: "Опциональные параметры: {0}",
|
pushOptionalParams: "Опциональные параметры: {0}",
|
||||||
defaultNotificationName: "Моё уведомление {notification} ({number})",
|
defaultNotificationName: "Моё уведомление {notification} ({number})",
|
||||||
here: "здесь",
|
here: "здесь",
|
||||||
|
|
|
@ -65,7 +65,7 @@ export default {
|
||||||
"Max. Redirects": "重定向次数",
|
"Max. Redirects": "重定向次数",
|
||||||
"Accepted Status Codes": "有效状态码",
|
"Accepted Status Codes": "有效状态码",
|
||||||
"Push URL": "推送链接",
|
"Push URL": "推送链接",
|
||||||
needPushEvery: "你需要每 {0} 秒调用一次。",
|
needPushEvery: "你需要每 {0} 秒调用一次",
|
||||||
pushOptionalParams: "可选参数:{0}",
|
pushOptionalParams: "可选参数:{0}",
|
||||||
Save: "保存",
|
Save: "保存",
|
||||||
Notifications: "消息通知",
|
Notifications: "消息通知",
|
||||||
|
|
Loading…
Reference in a new issue