Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
zhu
dataease
Commits
b9b57dd8
提交
b9b57dd8
authored
6月 02, 2021
作者:
junjie
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat(fix):文案修改
上级
47392eea
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
6 行增加
和
6 行删除
+6
-6
messages_en_US.properties
backend/src/main/resources/i18n/messages_en_US.properties
+2
-2
messages_zh_CN.properties
backend/src/main/resources/i18n/messages_zh_CN.properties
+2
-2
messages_zh_TW.properties
backend/src/main/resources/i18n/messages_zh_TW.properties
+2
-2
没有找到文件。
backend/src/main/resources/i18n/messages_en_US.properties
浏览文件 @
b9b57dd8
...
@@ -228,11 +228,11 @@ i18n_auth_manage=Manage
...
@@ -228,11 +228,11 @@ i18n_auth_manage=Manage
i18n_auth_grant
=
Grant
i18n_auth_grant
=
Grant
i18n_template_system
=
System Template
i18n_template_system
=
System Template
i18n_template_self
=
Self Template
i18n_template_self
=
Self Template
i18n_name_cant_repeat_same_group
=
Name is already
exists
in the same group
i18n_name_cant_repeat_same_group
=
Name is already
used
in the same group
i18n_chart_count
=
Count*
i18n_chart_count
=
Count*
i18n_excel_have_merge_region
=
Excel has merged region
i18n_excel_have_merge_region
=
Excel has merged region
i18n_cron_expression_error
=
Cron expression error
i18n_cron_expression_error
=
Cron expression error
i18n_same_folder_can_not_repeat
=
Same Folder Can Not Repeat
i18n_same_folder_can_not_repeat
=
Name is already used in the same folder
i18n_default_panel
=
Default Dashboard
i18n_default_panel
=
Default Dashboard
i18n_panel_list
=
Dashboard
i18n_panel_list
=
Dashboard
i18n_processing_data
=
Processing data now, Refresh later
i18n_processing_data
=
Processing data now, Refresh later
...
...
backend/src/main/resources/i18n/messages_zh_CN.properties
浏览文件 @
b9b57dd8
...
@@ -230,11 +230,11 @@ i18n_auth_manage=管理
...
@@ -230,11 +230,11 @@ i18n_auth_manage=管理
i18n_auth_grant
=
授权
i18n_auth_grant
=
授权
i18n_template_system
=
系统模板
i18n_template_system
=
系统模板
i18n_template_self
=
用户模板
i18n_template_self
=
用户模板
i18n_name_cant_repeat_same_group
=
同一分组下
名称不能重复
i18n_name_cant_repeat_same_group
=
同一分组下
该名称已被使用
i18n_chart_count
=
记录数*
i18n_chart_count
=
记录数*
i18n_excel_have_merge_region
=
Excel 存在合并单元格
i18n_excel_have_merge_region
=
Excel 存在合并单元格
i18n_cron_expression_error
=
Cron 表达式校验错误
i18n_cron_expression_error
=
Cron 表达式校验错误
i18n_same_folder_can_not_repeat
=
相同的目录下名称不能重复
i18n_same_folder_can_not_repeat
=
同一目录下该名称已被使用
i18n_default_panel
=
默认仪表板
i18n_default_panel
=
默认仪表板
i18n_panel_list
=
仪表板
i18n_panel_list
=
仪表板
i18n_processing_data
=
正在处理数据,稍后刷新
i18n_processing_data
=
正在处理数据,稍后刷新
...
...
backend/src/main/resources/i18n/messages_zh_TW.properties
浏览文件 @
b9b57dd8
...
@@ -230,11 +230,11 @@ i18n_auth_manage=管理
...
@@ -230,11 +230,11 @@ i18n_auth_manage=管理
i18n_auth_grant
=
授權
i18n_auth_grant
=
授權
i18n_template_system
=
系統模板
i18n_template_system
=
系統模板
i18n_template_self
=
用戶模板
i18n_template_self
=
用戶模板
i18n_name_cant_repeat_same_group
=
同一分組下
名稱不能重復
i18n_name_cant_repeat_same_group
=
同一分組下
該名稱已被使用
i18n_chart_count
=
記錄數*
i18n_chart_count
=
記錄數*
i18n_excel_have_merge_region
=
Excel存在合並單元格
i18n_excel_have_merge_region
=
Excel存在合並單元格
i18n_cron_expression_error
=
Cron表達式校驗錯誤
i18n_cron_expression_error
=
Cron表達式校驗錯誤
i18n_same_folder_can_not_repeat
=
相同的目錄下名稱不能重復
i18n_same_folder_can_not_repeat
=
同一目錄下該名稱已被使用
i18n_default_panel
=
默認儀表板
i18n_default_panel
=
默認儀表板
i18n_panel_list
=
儀表板
i18n_panel_list
=
儀表板
i18n_processing_data
=
正在處理數據,稍後刷新
i18n_processing_data
=
正在處理數據,稍後刷新
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论