sjyangkevin commented on code in PR #73113:
URL: https://github.com/apache/airflow/pull/73113#discussion_r4010447359
##########
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:
the `“` quote will be removed by the precommit hook as bad character. I
noticed in zh-TW, corner bracket is used. The current implementation used
regular `\"` quote. Would appreciate some feedback on this.
--
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]