Skip to content

Commit

Permalink
[Improve] spark-job i18n improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Sep 28, 2024
1 parent 370d777 commit 06ce133
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ export default {
spark: {
application: '作业管理',
sparkHome: 'Spark 版本',
createApplication: '创建应用',
updateApplication: '更新应用',
applicationDetail: '应用详情',
createApplication: '创建作业',
updateApplication: '更新作业',
applicationDetail: '作业详情',
},
setting: {
menu: '设置中心',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ export default {
VCore: '占用的总 VCores',
},
runState: {
added: 'Added',
new: 'New',
saving: 'Saving',
starting: 'Starting',
submitted: 'Submitted',
accept: 'Accepted',
running: 'Running',
finished: 'Finished',
failed: 'Job Failed',
lost: 'Job Lost',
mapping: 'Mapping',
other: 'Other',
revoked: 'Revoked',
stopping: 'Stopping',
success: 'Succeeded',
killed: 'Killed',
added: 'ADDED',
new: 'NEW',
saving: 'SAVING',
starting: '启动中',
submitted: '已提交',
accept: 'ACCEPTED',
running: '运行中',
finished: '已完成',
failed: '失败',
lost: '失联',
mapping: '映射中',
other: '其他',
revoked: '已回滚',
stopping: '停止中',
success: 'SUCCEEDED',
killed: 'KILLED',
},
releaseState: {
releasing: '发布中',
Expand All @@ -49,7 +49,7 @@ export default {
waiting: '待发布',
pending: '待重启',
},
id: '应用ID',
id: '作业ID',
appName: '作业名称',
searchName: '根据作业名搜索',
tags: '作业标签',
Expand All @@ -64,9 +64,9 @@ export default {
historyVersion: '历史版本',
resource: '资源',
resourcePlaceHolder: '从选择资源',
selectAppPlaceHolder: '选择应用',
selectAppPlaceHolder: '选择作业',
dependency: '作业依赖',
appConf: '应用配置',
appConf: '作业配置',
resolveOrder: '类加载顺序',
parallelism: '并行度',
restartSize: '(失败后)重启次数',
Expand Down Expand Up @@ -95,9 +95,9 @@ export default {
programJar: '程序Jar文件',
dynamicProperties: '动态参数',
hadoopConfigTitle: '系统 Hadoop',
dragUploadTitle: '单击或拖动 jar或py 到此区域以上传',
dragUploadTitle: '单击或拖动 jar 或 py 到此区域以上传',
dragUploadTip: '支持单次上传。您可以在此处上传本地 jar 以支持当前作业',
dependencyError: '请先检查Spark版本.',
dependencyError: '请先检查 Spark 版本.',
status: '运行状态',
startTime: '启动时间',
endTime: '结束时间',
Expand All @@ -118,7 +118,7 @@ export default {
lost: '失联',
},
detail: {
detailTitle: '应用详情',
detailTitle: '作业详情',
webUI: 'Spark Web UI',
compareConfig: '比较配置',
compareSparkSql: '比较 Spark SQL',
Expand Down

0 comments on commit 06ce133

Please sign in to comment.