gyli commented on code in PR #73113:
URL: https://github.com/apache/airflow/pull/73113#discussion_r4008093377
##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/common.json:
##########
@@ -176,17 +195,41 @@
"note": {
"add": "添加笔记",
"dagRun": "Dag 执行笔记",
+ "edit": "编辑笔记",
"label": "笔记",
"placeholder": "添加笔记...",
- "taskInstance": "任务实例笔记"
+ "preview": "预览",
+ "taskInstance": "任务实例笔记",
+ "write": "编写"
},
+ "overallStatus": "整体状态",
+ "partition_one": "分区",
+ "partition_other": "分区",
"partitionedDagRun_one": "分区 Dag 执行",
"partitionedDagRun_other": "分区 Dag 执行",
"partitionedDagRunDetail": {
"receivedAssetEvents": "接收到的资源事件"
},
+ "pause": "暂停",
"pendingDagRun_one": "{{count}} 个待执行 Dag 执行",
"pendingDagRun_other": "{{count}} 个待执行 Dag 执行",
+ "presetFilters": {
+ "deleteTitle": "删除预设筛选条件",
+ "deleteWarning": "预设筛选条件仅保存在此浏览器中。",
+ "duplicate": "已有预设筛选条件 {{name}} 保存了相同的设置。",
Review Comment:
```suggestion
"duplicate": "已有预设筛选条件“{{name}}”保存了相同的设置。",
```
##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/common.json:
##########
@@ -201,7 +244,7 @@
"bottom": "最下方",
"top": "最上方"
},
- "tooltip": "按 {{hotkey}} 滚动到{{direction}}"
+ "tooltip": "按 {{hotkey}} 滚动到 {{direction}}"
Review Comment:
This line seems unnecessary. `direction` will be resolves to "最上方" / "最下方",
hence no need to add the space.
##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/common.json:
##########
@@ -176,17 +195,41 @@
"note": {
"add": "添加笔记",
"dagRun": "Dag 执行笔记",
+ "edit": "编辑笔记",
"label": "笔记",
"placeholder": "添加笔记...",
- "taskInstance": "任务实例笔记"
+ "preview": "预览",
+ "taskInstance": "任务实例笔记",
+ "write": "编写"
},
+ "overallStatus": "整体状态",
+ "partition_one": "分区",
+ "partition_other": "分区",
"partitionedDagRun_one": "分区 Dag 执行",
"partitionedDagRun_other": "分区 Dag 执行",
"partitionedDagRunDetail": {
"receivedAssetEvents": "接收到的资源事件"
},
+ "pause": "暂停",
"pendingDagRun_one": "{{count}} 个待执行 Dag 执行",
"pendingDagRun_other": "{{count}} 个待执行 Dag 执行",
+ "presetFilters": {
+ "deleteTitle": "删除预设筛选条件",
+ "deleteWarning": "预设筛选条件仅保存在此浏览器中。",
+ "duplicate": "已有预设筛选条件 {{name}} 保存了相同的设置。",
Review Comment:
quote was used in the English version
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]