This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev-2.1.5
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev-2.1.5 by this push:
     new bfdb28991 [Improve] i18n minor improvement
bfdb28991 is described below

commit bfdb28991f9b42039878026d4e0dedc226a0f1cf
Author: benjobs <[email protected]>
AuthorDate: Sat Aug 31 22:19:02 2024 +0800

    [Improve] i18n minor improvement
---
 .../src/locales/lang/en/flink/project.ts                          | 8 ++++----
 .../streampark-console-webapp/src/locales/lang/en/system/token.ts | 2 +-
 .../streampark-console-webapp/src/locales/lang/en/system/user.ts  | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/streampark-console/streampark-console-webapp/src/locales/lang/en/flink/project.ts
 
b/streampark-console/streampark-console-webapp/src/locales/lang/en/flink/project.ts
index b9a44d282..a14e19f58 100644
--- 
a/streampark-console/streampark-console-webapp/src/locales/lang/en/flink/project.ts
+++ 
b/streampark-console/streampark-console-webapp/src/locales/lang/en/flink/project.ts
@@ -39,11 +39,11 @@ export default {
     repositoryURLPlaceholder: 'The Repository URL for this project',
     repositoryURLRequired: 'The repository URL is required',
     credentialError: 'The repository address must be a valid ssh or http(s) 
address',
-    userName: 'UserName',
+    userName: 'Username',
     userNamePlaceholder: 'UserName for this project',
     password: 'Password',
     passwordPlaceholder: 'Password for this project',
-    branches: 'Branch/Tag',
+    branches: 'Branch / Tag',
     branchesPlaceholder: 'Select by branch or tag',
     pom: 'POM',
     pomPlaceholder:
@@ -68,9 +68,9 @@ export default {
     deleteProjectSuccessMessage: 'delete successful',
     deleteProjectFailedMessage: 'Delete Fail',
     deleteProjectFailedDetailMessage: 'Please check if any application belongs 
to this project',
-    notAuthorizedMessage: 'not authorized ..>﹏<.. <br><br> userName and 
password is required',
+    notAuthorizedMessage: 'not authorized ..>﹏<.. <br><br> username and 
password is required',
     authenticationErrorMessage:
-      'authentication error ..>﹏<.. <br><br> please check userName and 
password',
+      'authentication error ..>﹏<.. <br><br> please check username and 
password',
     seeBuildLog: 'See Build log',
     buildProject: 'Build Project',
     buildProjectMessage: 'Are you sure build this project?',
diff --git 
a/streampark-console/streampark-console-webapp/src/locales/lang/en/system/token.ts
 
b/streampark-console/streampark-console-webapp/src/locales/lang/en/system/token.ts
index 9cff6b27f..fa16253bc 100644
--- 
a/streampark-console/streampark-console-webapp/src/locales/lang/en/system/token.ts
+++ 
b/streampark-console/streampark-console-webapp/src/locales/lang/en/system/token.ts
@@ -22,7 +22,7 @@ export default {
   selectUserAlertMessage: 'Please select a user',
   table: {
     title: 'Token List',
-    userName: 'User Name',
+    userName: 'Username',
     token: 'Token',
     status: 'Status',
   },
diff --git 
a/streampark-console/streampark-console-webapp/src/locales/lang/en/system/user.ts
 
b/streampark-console/streampark-console-webapp/src/locales/lang/en/system/user.ts
index f33bfba75..a224827cd 100644
--- 
a/streampark-console/streampark-console-webapp/src/locales/lang/en/system/user.ts
+++ 
b/streampark-console/streampark-console-webapp/src/locales/lang/en/system/user.ts
@@ -27,7 +27,7 @@ export default {
     resetSuccess: 'reset password successful, user [ {0} ] new password is 
streampark666',
   },
   form: {
-    userName: 'User Name',
+    userName: 'Username',
     required: 'username is required',
     min: 'username length cannot be less than 2 characters',
     max: 'exceeds maximum length limit of 20 characters',

Reply via email to