mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 12:33:25 +08:00
extract translation for notification type
This commit is contained in:
@@ -60,7 +60,7 @@ const NotificationFormList = {
|
||||
"serwersms": SerwerSMS,
|
||||
"stackfield": Stackfield,
|
||||
"WeCom": WeCom,
|
||||
"Google Chat (Google Workspace only)": GoogleChat
|
||||
"GoogleChat": GoogleChat
|
||||
};
|
||||
|
||||
export default NotificationFormList;
|
||||
|
@@ -194,6 +194,7 @@ export default {
|
||||
promosms: "PromoSMS",
|
||||
lunasea: "LunaSea",
|
||||
apprise: "Apprise (Unterstützung für 50+ Benachrichtigungsdienste)",
|
||||
GoogleChat: "Google Chat (nur Google Workspace)",
|
||||
pushbullet: "Pushbullet",
|
||||
line: "Line Messenger",
|
||||
mattermost: "Mattermost",
|
||||
|
@@ -243,6 +243,7 @@ export default {
|
||||
clicksendsms: "ClickSend SMS",
|
||||
lunasea: "LunaSea",
|
||||
apprise: "Apprise (Support 50+ Notification services)",
|
||||
GoogleChat: "Google Chat (Google Workspace only)",
|
||||
pushbullet: "Pushbullet",
|
||||
line: "Line Messenger",
|
||||
mattermost: "Mattermost",
|
||||
|
Reference in New Issue
Block a user