From 02f00c481f913585d18f83eb6b6fee42ee99b2ae Mon Sep 17 00:00:00 2001 From: h30034439 Date: Tue, 20 Feb 2024 20:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=85=A5=E7=BF=BB=E8=AF=91=E5=9B=9E?= =?UTF-8?q?=E7=A8=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: h30034439 --- .../src/main/resources/base/element/string.json | 16 ++++++++-------- .../src/main/resources/en_US/element/string.json | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/entry/src/main/resources/base/element/string.json b/entry/src/main/resources/base/element/string.json index 55642e6..bfb2331 100644 --- a/entry/src/main/resources/base/element/string.json +++ b/entry/src/main/resources/base/element/string.json @@ -22,11 +22,11 @@ }, { "name": "activation", - "value": "激活" + "value": "Activate" }, { "name": "deActivate", - "value": "解除激活" + "value": "Deactivate" }, { "name": "cancel", @@ -78,7 +78,7 @@ }, { "name": "tipsInfo", - "value": "当前设置未完成,取消设置后将重置设备,是否继续?" + "value": "Your device will be reset and all progress will be lost. Cancel setup anyway?" }, { "name": "CancelSetting", @@ -118,7 +118,7 @@ }, { "name": "buttonAcceptAndContinue", - "value": "接受并继续" + "value": "Accept & continue" }, { "name": "loadingSearch", @@ -130,7 +130,7 @@ }, { "name": "manageInfo", - "value": "管理信息" + "value": "Manage information" }, { "name": "settingFailed", @@ -138,7 +138,7 @@ }, { "name": "settingFailedInfo", - "value": "您的应用设置失败,请恢复出厂后重新设置。" + "value": "Unable to set up app. Reset your phone and try again." }, { "name": "resetFactorySet", @@ -150,7 +150,7 @@ }, { "name": "AutoDeployText", - "value": "此设备由您所属的单位配置和管理,如有疑问,请联系您的单位处理。" + "value": "This device is configured and managed by your organization. If you have any questions, contact your organization." }, { "name": "continue", @@ -158,7 +158,7 @@ }, { "name": "PreviousStep", - "value": "上一步" + "value": "Back" }, { "name": "textManageSuccessContentVal1", diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index 3c13f03..154db25 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -22,7 +22,7 @@ }, { "name": "activation", - "value": "activate" + "value": "Activate" }, { "name": "deActivate", @@ -78,7 +78,7 @@ }, { "name": "tipsInfo", - "value": "The current setting is not completed. The device will be reset after canceling the setting. Do you want to continue?" + "value": "Your device will be reset and all progress will be lost. Cancel setup anyway?" }, { "name": "CancelSetting", @@ -118,7 +118,7 @@ }, { "name": "buttonAcceptAndContinue", - "value": "Accept And Continue" + "value": "Accept & continue" }, { "name": "loadingSearch", @@ -130,7 +130,7 @@ }, { "name": "manageInfo", - "value": "Management information" + "value": "Manage information" }, { "name": "settingFailed", @@ -138,7 +138,7 @@ }, { "name": "settingFailedInfo", - "value": "your app settings failed, please reset to factory." + "value": "Unable to set up app. Reset your phone and try again." }, { "name": "resetFactorySet", @@ -150,7 +150,7 @@ }, { "name": "AutoDeployText", - "value": "This device is configured and managed by your organization, contact your organization if you have questions." + "value": "This device is configured and managed by your organization. If you have any questions, contact your organization." }, { "name": "continue", @@ -158,7 +158,7 @@ }, { "name": "PreviousStep", - "value": "previous step" + "value": "Back" }, { "name": "textManageSuccessContentVal1", -- Gitee