wip: 临时提交
This commit is contained in:
@@ -76,5 +76,21 @@ export default {
|
||||
showWatermark: "Show Watermark",
|
||||
classicBlue: "Classic Blue",
|
||||
minimalWhite: "Minimal White",
|
||||
copyConfig: "Copy Config",
|
||||
resetConfig: "Reset Default",
|
||||
copySuccess: "Configuration copied to clipboard",
|
||||
resetSuccess: "Reset to default configuration",
|
||||
copyDescription:
|
||||
"Copy config will generate current settings code, reset will restore all settings to default",
|
||||
confirmReset: "Are you sure to reset all settings to default? This operation cannot be undone.",
|
||||
applyToFile: "Apply to File",
|
||||
onlyCopy: "Only Copy",
|
||||
leftLayout: "Left Mode",
|
||||
topLayout: "Top Mode",
|
||||
mixLayout: "Mix Mode",
|
||||
configManagement: "Config Management",
|
||||
copyConfigDescription:
|
||||
"Generate current settings code and copy to clipboard, then overwrite src/settings.ts file",
|
||||
resetConfigDescription: "Restore all settings to system default values",
|
||||
},
|
||||
};
|
||||
|
||||
@@ -79,5 +79,19 @@ export default {
|
||||
showWatermark: "显示水印",
|
||||
classicBlue: "经典蓝",
|
||||
minimalWhite: "极简白",
|
||||
copyConfig: "复制配置",
|
||||
resetConfig: "重置默认",
|
||||
copySuccess: "配置已复制到剪贴板",
|
||||
resetSuccess: "已重置为默认配置",
|
||||
copyDescription: "复制配置将生成当前设置的代码,重置将恢复所有设置为默认值",
|
||||
confirmReset: "确定要重置所有设置为默认值吗?此操作不可恢复。",
|
||||
applyToFile: "应用到文件",
|
||||
onlyCopy: "仅复制",
|
||||
leftLayout: "左侧模式",
|
||||
topLayout: "顶部模式",
|
||||
mixLayout: "混合模式",
|
||||
configManagement: "配置管理",
|
||||
copyConfigDescription: "生成当前设置的代码并复制到剪贴板,然后覆盖 src/settings.ts 文件",
|
||||
resetConfigDescription: "恢复所有设置为系统默认值",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user