From 49f0037145c27bb8c84acfe11d69d7b459d786a5 Mon Sep 17 00:00:00 2001 From: zhongzm Date: Fri, 11 Apr 2025 11:54:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=B8=8A=E4=BC=A0=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=88=97=E6=96=87=E5=AD=97=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=EF=BC=88=E8=A1=A5=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 1 + src/i18n/locales/zh-CN.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index e7f219d9..194d3a9f 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -29,6 +29,7 @@ export default { editText: 'Edit', deleteText: 'Delete', downloadText: 'Download', + CloudServerText:'Sync', import:'Import', export:'Export', uploadText: 'Upload', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 25b6e19e..6af0ede3 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -29,6 +29,7 @@ export default { editText: '编辑', deleteText: '删除', downloadText: '下载', + CloudServerText:'同步', import:'导入', export:'导出', uploadText: '上传',