From 12037f34a32660e7d3302415b25c37fc997f14fd Mon Sep 17 00:00:00 2001 From: abearxiong Date: Thu, 10 Apr 2025 02:15:05 +0800 Subject: [PATCH] docs change --- public/locales/en/translation.json | 4 +++- public/locales/zh/translation.json | 4 +++- src/data/center/en.json | 4 +++- src/data/center/zh.json | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 48220cc..1c8ee26 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -103,5 +103,7 @@ "Tips": "Tips", "Check username introduction": "Check your username, if the username is not available, you can contact the customer service to modify.", "Delete and remove file": "Delete and remove file", - "Delete App Introduce": "Delete App, when you click the delete button, the file will be deleted from the file management system." + "Delete App Introduce": "Delete App, when you click the delete button, the file will be deleted from the file management system.", + "Detect Files": "Detect Files", + "Change Password": "Change Password" } \ No newline at end of file diff --git a/public/locales/zh/translation.json b/public/locales/zh/translation.json index 9e73ace..a4de13a 100644 --- a/public/locales/zh/translation.json +++ b/public/locales/zh/translation.json @@ -103,5 +103,7 @@ "Tips": "提示", "Check username introduction": "查看是否可以取名,如果当前用户名已存在,请更换其他用户名。其中用户名以@开头", "Delete and remove file": "删除并删除文件", - "Delete App Introduce": "删除应用, 当点击同时删除文件,会把文件管理中,应用相关的存储的资源同步删除。" + "Delete App Introduce": "删除应用, 当点击同时删除文件,会把文件管理中,应用相关的存储的资源同步删除。", + "Detect Files": "检测文件", + "Change Password": "修改密码" } \ No newline at end of file diff --git a/src/data/center/en.json b/src/data/center/en.json index d8e3c61..64c9dab 100644 --- a/src/data/center/en.json +++ b/src/data/center/en.json @@ -91,5 +91,7 @@ "Tips": "Tips", "Check username introduction": "Check your username, if the username is not available, you can contact the customer service to modify.", "Delete and remove file": "Delete and remove file", - "Delete App Introduce": "Delete App, when you click the delete button, the file will be deleted from the file management system." + "Delete App Introduce": "Delete App, when you click the delete button, the file will be deleted from the file management system.", + "Detect Files": "Detect Files", + "Change Password": "Change Password" } \ No newline at end of file diff --git a/src/data/center/zh.json b/src/data/center/zh.json index 5649116..ed61c9b 100644 --- a/src/data/center/zh.json +++ b/src/data/center/zh.json @@ -91,5 +91,7 @@ "Tips": "提示", "Check username introduction": "查看是否可以取名,如果当前用户名已存在,请更换其他用户名。其中用户名以@开头", "Delete and remove file": "删除并删除文件", - "Delete App Introduce": "删除应用, 当点击同时删除文件,会把文件管理中,应用相关的存储的资源同步删除。" + "Delete App Introduce": "删除应用, 当点击同时删除文件,会把文件管理中,应用相关的存储的资源同步删除。", + "Detect Files": "检测文件", + "Change Password": "修改密码" } \ No newline at end of file