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:
copilot-swe-agent[bot]
2026-04-14 18:05:53 +00:00
committed by GitHub
parent 07d28d8181
commit 9f53149c4e
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
</div>
<div class="form-text">
{{ $t("matrixUseTemplateDescription") }}
{{ $t("useTemplateDescription") }}
</div>
</div>
+1 -1
View File
@@ -34,7 +34,7 @@
<label class="form-check-label">{{ $t("maxUseTemplate") }}</label>
</div>
<div class="form-text">
{{ $t("maxUseTemplateDescription") }}
{{ $t("useTemplateDescription") }}
</div>
</div>
+1 -1
View File
@@ -75,7 +75,7 @@
</div>
<div class="form-text">
{{ $t("telegramUseTemplateDescription") }}
{{ $t("useTemplateDescription") }}
</div>
</div>
+1 -3
View File
@@ -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}",