From 35cca6a00d49af507bb5e45fccef2ee4628ffd48 Mon Sep 17 00:00:00 2001 From: xinwen Date: Fri, 29 May 2020 11:41:26 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E6=B7=BB=E5=8A=A0=20xpack->=20cloud?= =?UTF-8?q?=20i18n=20en?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 83156b995..c63db9f9a 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -685,6 +685,15 @@ "logoLogoutTip": "Tips: This will be displayed on the enterprise user logout page. (suggest image size: 82px*82px)", "restoreDialogMessage": "This will restore default Settings of the interface !!!", "restoreDialogTitle": "Are you sure?", - "technologyConsult": "Technology Consult" + "technologyConsult": "Technology Consult", + "Cloud": { + "Cloud": "Cloud centre", + "AccountList": "Account list", + "AccountCreate": "Create account", + "AccountUpdate": "Update account", + "SyncInstanceTaskList": "Sync instance task list", + "SyncInstanceTaskCreate": "Create sync instance task", + "SyncInstanceTaskUpdate": "Update sync instance task" + } } }