提交 53b5d844 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

feat: 完善国际化

上级 9b02fc66
......@@ -198,6 +198,7 @@ authsource_configuration_is_null=Authentication source configuration cannot be e
删除角色=Delete Role
删除连接=Delete Connection
显示设置=Display
系统参数=System Param
参数管理=Parameter
数据源=Data Source
数据源表单=Data source form
......
......@@ -198,6 +198,7 @@ authsource_configuration_is_null=认证源配置不能为空
删除角色=删除角色
删除连接=删除连接
显示设置=显示设置
系统参数=系统参数
数据源=数据源
数据源表单=数据源表单
数据集=数据集
......
......@@ -200,6 +200,7 @@ authsource_configuration_is_null=認證源配置不能為空
删除角色=刪除角色
刪除连接=刪除鏈接
显示设置=顯示設置
系统参数=系統參數
参数管理=參數管理
数据源=數據源
数据源表单=數據源表單
......
......@@ -433,6 +433,11 @@ export default {
fixedHeader: 'Fixed Header',
sidebarLogo: 'Sidebar Logo'
},
sysParams: {
display: 'Display Setting',
ldap: 'LDAP Setting',
oidc: 'OIDC Setting'
},
license: {
i18n_no_license_record: 'No License Record',
i18n_license_is_empty: 'License is empty.',
......@@ -500,6 +505,47 @@ export default {
change_password: 'Change Password',
search_by_name: 'Search by name'
},
ldap: {
url: 'LDAP url',
dn: 'LDAP DN',
password: 'Password',
ou: 'OU',
filter: 'filter',
mapping: 'LDAP mapping',
open: 'Enable LDAP Authentication',
input_url: 'Please key LDAP url',
input_dn: 'Please key DN',
input_password: 'Please key password',
input_ou: 'Please key OU',
input_filter: 'Please key filter',
input_mapping: 'Please key LDAP mapping',
input_username: 'Please key username',
input_url_placeholder: 'Please key url (like ldap://localhost:389)',
input_ou_placeholder: 'Please key OU ',
input_filter_placeholder: 'Please key filter',
input_mapping_placeholder: 'like:{"username":"uid","name":"sn","email":"mail"}',
test_connect: 'Test connect',
edit: 'Edit',
login_success: 'Login success',
url_cannot_be_empty: 'LDAP url can not be empty',
dn_cannot_be_empty: 'LDAP DN can not be empty',
ou_cannot_be_empty: 'LDAP OU can not be empty',
filter_cannot_be_empty: 'LDAP filter can not be empty',
mapping_cannot_be_empty: 'LDAP mapping can not be empty',
password_cannot_be_empty: 'LDAP password can not be empty',
import_ldap: 'Import LDAP User'
},
oidc: {
auth_endpoint: 'Please key AuthEndpoint',
token_endpoint: 'Please key TokenEndpoint',
userinfo_endpoint: 'Please key UserinfoEndpoint',
logout_endpoint: 'Please key logoutEndpoint',
clientId: 'Please key ClientId',
secret: 'Please key Secret',
scope: 'Please key scope',
redirectUrl: 'Please key redirectUrl',
open: 'Enable OIDC Authentication'
},
role: {
menu_authorization: 'Menu Authorization',
data_authorization: 'Data Authorization',
......
差异被折叠。
......@@ -433,6 +433,11 @@ export default {
fixedHeader: '固定 Header',
sidebarLogo: '侧边栏 Logo'
},
sysParams: {
display: '显示设置',
ldap: 'LDAP设置',
oidc: 'OIDC设置'
},
license: {
i18n_no_license_record: '没有 License 记录',
i18n_license_is_empty: 'License 为空',
......@@ -539,6 +544,8 @@ export default {
logout_endpoint: '请输入logoutEndpoint',
clientId: '请输入ClientId',
secret: '请输入Secret',
scope: '请输入scope',
redirectUrl: '请输入redirectUrl',
open: '启用OIDC认证'
},
role: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论