Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
zhu
dataease
Commits
53b5d844
提交
53b5d844
authored
9月 15, 2021
作者:
fit2cloud-chenyw
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 完善国际化
上级
9b02fc66
全部展开
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
56 行增加
和
0 行删除
+56
-0
messages_en_US.properties
backend/src/main/resources/i18n/messages_en_US.properties
+1
-0
messages_zh_CN.properties
backend/src/main/resources/i18n/messages_zh_CN.properties
+1
-0
messages_zh_TW.properties
backend/src/main/resources/i18n/messages_zh_TW.properties
+1
-0
en.js
frontend/src/lang/en.js
+46
-0
tw.js
frontend/src/lang/tw.js
+0
-0
zh.js
frontend/src/lang/zh.js
+7
-0
没有找到文件。
backend/src/main/resources/i18n/messages_en_US.properties
浏览文件 @
53b5d844
...
...
@@ -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
...
...
backend/src/main/resources/i18n/messages_zh_CN.properties
浏览文件 @
53b5d844
...
...
@@ -198,6 +198,7 @@ authsource_configuration_is_null=认证源配置不能为空
删除角色=删除角色
删除连接=删除连接
显示设置=显示设置
系统参数=系统参数
数据源=数据源
数据源表单=数据源表单
数据集=数据集
...
...
backend/src/main/resources/i18n/messages_zh_TW.properties
浏览文件 @
53b5d844
...
...
@@ -200,6 +200,7 @@ authsource_configuration_is_null=認證源配置不能為空
删除角色=刪除角色
刪除连接=刪除鏈接
显示设置=顯示設置
系统参数=系統參數
参数管理=參數管理
数据源=數據源
数据源表单=數據源表單
...
...
frontend/src/lang/en.js
浏览文件 @
53b5d844
...
...
@@ -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'
,
...
...
frontend/src/lang/tw.js
浏览文件 @
53b5d844
差异被折叠。
点击展开。
frontend/src/lang/zh.js
浏览文件 @
53b5d844
...
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论