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: '上传',