fix(i18n): add cancel button text

This commit is contained in:
krau
2025-12-21 12:59:14 +08:00
parent a3162eff89
commit fd3b17a360
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -84,6 +84,7 @@ bot:
This will watch chat with ID -1002229835658 and save all media messages containing "plana".
common:
cancel_button_text: "Cancel"
error_invalid_regex: "Invalid regex: {{.Error}}"
error_invalid_msg_id_range: "Invalid message ID range: {{.Error}}"
error_invalid_id_or_username: "Invalid ID or username: {{.Error}}"
+1
View File
@@ -84,6 +84,7 @@ bot:
这将监听 ID 为 -1002229835658 的聊天, 并转存所有包含 "plana" 的媒体消息
common:
cancel_button_text: "取消任务"
error_invalid_regex: "无效的正则表达式: {{.Error}}"
error_invalid_msg_id_range: "无效的消息ID范围: {{.Error}}"
error_invalid_id_or_username: "无效的ID或用户名: {{.Error}}"