diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 73e9b58..78a3286 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -138,6 +138,15 @@ } }, "interfaceZoom": "Interface Zoom", + "zoomOptions": { + "small70": "Small (70%)", + "default100": "Default (100%)", + "large150": "Large (150%)" + }, + "general": { + "saved": "Saved", + "saveFailed": "Save failed" + }, "zoomHint": "Adjust the overall size of the application interface", "zoomUpdated": "Interface zoom updated", "updateFailed": "Update failed", @@ -573,6 +582,9 @@ "intervalTime": { "label": "Interval time trigger", "description": "Trigger automation when interval time is reached", + "monthLabel": "Month", + "weekLabel": "Week", + "timeLabel": "Time", "days": "Days", "minutes": "Minutes", "placeholderMinutes": "Enter interval (minutes)", @@ -622,6 +634,7 @@ "title": "SecScore Recovery String", "saved": "I have saved", "export": "Export Text File", + "exportHint": "It is recommended to export and store offline. If lost, it cannot be recovered.", "hint": "Recommended to save offline after export, cannot be recovered if lost." } } diff --git a/src/i18n/locales/zh-CN.json b/src/i18n/locales/zh-CN.json index be080c4..6992086 100644 --- a/src/i18n/locales/zh-CN.json +++ b/src/i18n/locales/zh-CN.json @@ -138,6 +138,15 @@ } }, "interfaceZoom": "界面缩放", + "zoomOptions": { + "small70": "小 (70%)", + "default100": "默认 (100%)", + "large150": "大 (150%)" + }, + "general": { + "saved": "已保存", + "saveFailed": "保存失败" + }, "zoomHint": "调节应用界面的整体大小", "zoomUpdated": "界面缩放已更新", "updateFailed": "更新失败", @@ -615,6 +624,7 @@ "title": "SecScore 找回字符串", "saved": "我已保存", "export": "导出文本文件", + "exportHint": "建议导出后离线保存,遗失将无法找回。", "hint": "建议导出后离线保存,遗失将无法找回。" } }