mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-06-19 07:36:11 +00:00
Replace duplicate UseTemplateDescription keys with shared useTemplateDescription
Agent-Logs-Url: https://github.com/louislam/uptime-kuma/sessions/f955e8b3-63c7-4510-82f8-2102ac70652e Co-authored-by: CommanderStorm <26258709+CommanderStorm@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
07d28d8181
commit
9f53149c4e
@@ -55,7 +55,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-text">
|
||||
{{ $t("matrixUseTemplateDescription") }}
|
||||
{{ $t("useTemplateDescription") }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<label class="form-check-label">{{ $t("maxUseTemplate") }}</label>
|
||||
</div>
|
||||
<div class="form-text">
|
||||
{{ $t("maxUseTemplateDescription") }}
|
||||
{{ $t("useTemplateDescription") }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-text">
|
||||
{{ $t("telegramUseTemplateDescription") }}
|
||||
{{ $t("useTemplateDescription") }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
+1
-3
@@ -496,17 +496,15 @@
|
||||
"telegramSendSilentlyDescription": "Sends the message silently. Users will receive a notification with no sound.",
|
||||
"telegramProtectContent": "Protect Forwarding/Saving",
|
||||
"telegramProtectContentDescription": "If enabled, the bot messages in Telegram will be protected from forwarding and saving.",
|
||||
"useTemplateDescription": "If enabled, the message will be sent using a custom template.",
|
||||
"telegramUseTemplate": "Use custom message template",
|
||||
"telegramUseTemplateDescription": "If enabled, the message will be sent using a custom template.",
|
||||
"matrixUseTemplate": "Use custom message template",
|
||||
"matrixUseTemplateDescription": "If enabled, the message will be sent using a custom template.",
|
||||
"telegramTemplateFormatDescription": "Telegram allows using different markup languages for messages, see Telegram {0} for specifc details.",
|
||||
"supportTelegramChatID": "Support Direct Chat / Group / Channel's Chat ID",
|
||||
"wayToGetTelegramChatID": "You can get your chat ID by sending a message to the bot and going to this URL to view the chat_id:",
|
||||
"maxApiUrlDescription": "Base API URL for MAX messenger. Default: https://platform-api.max.ru",
|
||||
"wayToGetMaxChatID": "Specify the chat identifier in MAX where messages should be delivered.",
|
||||
"maxUseTemplate": "Use custom message template",
|
||||
"maxUseTemplateDescription": "If enabled, the message will be sent using a custom template.",
|
||||
"maxTemplateFormatDescription": "MAX messenger supports plain text, Markdown and HTML formatting.",
|
||||
"telegramServerUrl": "(Optional) Server Url",
|
||||
"telegramServerUrlDescription": "To lift Telegram's bot api limitations or gain access in blocked areas (China, Iran, etc). For more information click {0}. Default: {1}",
|
||||
|
||||
Reference in New Issue
Block a user