diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 1b3c8013d..d9d19f82b 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1691,5 +1691,7 @@ "ReportSchedulePriorityTip": "If both interval and crontab are set, crontab takes priority", "FooterContentTooLong200": "Footer content is too long, please limit it to 200 characters", "ImageFileCorruptedOrUnreadable": "The image file is corrupted or unreadable, please check the file and try again", - "DeviceManager": "Device manager" + "DeviceManager": "Device manager", + "RefreshSecret": "Refresh secret", + "RefreshSuccessMsg": "Refresh successful" } diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 2208d2a03..5937f3bf2 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1702,5 +1702,7 @@ "ReportRecipientsTip": "当前仅支持邮件发送", "ReportSchedulePriorityTip": "如果同时设置了 interval 和 crontab,则优先考虑 crontab", "FooterContentTooLong200": "页脚内容不能超过 200 个字符", - "ImageFileCorruptedOrUnreadable": "图像文件已损坏或无法读取,请检查文件并重试。" + "ImageFileCorruptedOrUnreadable": "图像文件已损坏或无法读取,请检查文件并重试。", + "RefreshSecret": "刷新密钥", + "RefreshSuccessMsg": "刷新成功" } diff --git a/apps/i18n/lina/zh_hant.json b/apps/i18n/lina/zh_hant.json index b65fd9e74..a1b5c6868 100644 --- a/apps/i18n/lina/zh_hant.json +++ b/apps/i18n/lina/zh_hant.json @@ -1700,5 +1700,7 @@ "ReportSchedulePriorityTip": "如果同時設置了 interval 和 crontab,則優先考慮 crontab", "FooterContentTooLong200": "頁腳內容過長,請限制在 200 字以內", "ImageFileCorruptedOrUnreadable": "影像檔案已損壞或無法讀取,請檢查檔案並重試。", - "DeviceManager": "設備管理" + "DeviceManager": "設備管理", + "RefreshSecret": "刷新金鑰", + "RefreshSuccessMsg": "刷新成功" }