Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 中心导航国际化规范调整 --bug=130458497 #18

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/src/config/i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const en = {
系统管理: 'System Management',
中文: 'Chinese',
产品文档: 'Documentation',
版本日志: 'Release note',
版本日志: 'Release Notes',
流程: 'Process',
任务: 'Task',
调试任务: 'Debug Task',
Expand Down Expand Up @@ -889,7 +889,7 @@ const en = {
'流程任务事件并进行自动化扩展。': 'process and task events and automate scaling.',
支持计算和存储资源隔离: 'Computing & Storage Resource Isolation',
'任务执行和数据可与其他接入空间隔离。': 'Task execution data can be isolated from other access spaces.',
退出登录: 'Sign out',
退出登录: 'Sign Out',
首页: 'Home',
字段标识已经存在: 'Field identifier already exists',
key值只能由数字和字母组成且不能以数字开头: 'Key value can only consist of letters and numbers and cannot start with a number',
Expand Down
Loading