From d835d1b51f832889929cdf69010034a30ef44d02 Mon Sep 17 00:00:00 2001 From: Junjie <xjj@123> Date: 星期四, 17 十月 2024 13:57:29 +0800 Subject: [PATCH] # --- zy-asrs-flow/src/locales/en-US.ts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/zy-asrs-flow/src/locales/en-US.ts b/zy-asrs-flow/src/locales/en-US.ts index ad33668..c2c138d 100644 --- a/zy-asrs-flow/src/locales/en-US.ts +++ b/zy-asrs-flow/src/locales/en-US.ts @@ -5,6 +5,7 @@ 'commont.enter':'Please enter', 'commont.select':'Please select', 'common.submit':'Submit', + 'common.confirm':'Confirm', 'common.cancel':'Cancel', 'common.reset':'Reset', 'common.username':'Username', @@ -15,12 +16,16 @@ 'common.undefined':'Undefined', 'common.phone':'Phone', 'common.email':'Email', + 'common.select.cancel':'Cancel Selection', 'common.realname':'Real Name', 'common.idcard':'ID Number', 'common.introduction':'Introduction', 'common.execute':'Execute', 'common.success':'Success', 'common.fail':'Fail', + 'common.account.logout': 'Logout', + 'common.search.placeholder': 'Please enter search content', + 'common.loading.api.message': 'Calling Server...', '':'', '':'', '':'', -- Gitblit v1.9.1