diff --git a/ui/src/locales/lang/en-US/common.ts b/ui/src/locales/lang/en-US/common.ts index c013c2f86..8e7c47951 100644 --- a/ui/src/locales/lang/en-US/common.ts +++ b/ui/src/locales/lang/en-US/common.ts @@ -103,4 +103,5 @@ export default { collapse: 'Collapse', copyTitle: 'Copy', professional: 'Purchase the Professional Edition', + sync: 'Sync', } diff --git a/ui/src/locales/lang/zh-CN/common.ts b/ui/src/locales/lang/zh-CN/common.ts index 3e001f7a8..7f3d3de83 100644 --- a/ui/src/locales/lang/zh-CN/common.ts +++ b/ui/src/locales/lang/zh-CN/common.ts @@ -107,4 +107,5 @@ export default { collapse: '收起', copyTitle: '副本', professional: '购买专业版', + sync: '同步', } diff --git a/ui/src/locales/lang/zh-Hant/common.ts b/ui/src/locales/lang/zh-Hant/common.ts index 7cb92b480..b9bc6f239 100644 --- a/ui/src/locales/lang/zh-Hant/common.ts +++ b/ui/src/locales/lang/zh-Hant/common.ts @@ -103,4 +103,5 @@ export default { collapse: '收起', copyTitle: '副本', professional: '購買專業版', + sync: '同步', } diff --git a/ui/src/views/system-chat-user/chat-user/component/SyncUsersDialog.vue b/ui/src/views/system-chat-user/chat-user/component/SyncUsersDialog.vue index 1e065b2ae..809ce0709 100644 --- a/ui/src/views/system-chat-user/chat-user/component/SyncUsersDialog.vue +++ b/ui/src/views/system-chat-user/chat-user/component/SyncUsersDialog.vue @@ -22,7 +22,7 @@ {{ $t('common.cancel') }} - {{ $t('common.save') }} + {{ $t('common.sync') }} diff --git a/ui/src/views/system-setting/authentication/component/CAS.vue b/ui/src/views/system-setting/authentication/component/CAS.vue index e4c4e49d2..6bf6bdd20 100644 --- a/ui/src/views/system-setting/authentication/component/CAS.vue +++ b/ui/src/views/system-setting/authentication/component/CAS.vue @@ -38,14 +38,14 @@ {{ $t('views.system.authentication.cas.enableAuthentication') }} + >{{ $t('views.system.authentication.cas.enableAuthentication') }}