-
Notifications
You must be signed in to change notification settings - Fork 15.2k
i18n: Closing zh-TW translation gaps #51677
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
Conversation
airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/components.json
Outdated
Show resolved
Hide resolved
4526d90
to
14995cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Lee-W Looks like everything has been updated, it seems ready to merge, WDYT?
yep let's merge it :) |
oh wait, found one need to be fixed |
Updated these translations, thanks @Lee-W for feedbacks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one last nitpick
Co-authored-by: Wei Lee <[email protected]>
Co-authored-by: Guan Ming(Wesley) Chiu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, big thanks!
* i18n: Closing tw-translation gaps * i18n: Add toast zh-TW translations & fix translations based on PR feedback * i18n: Modify tw translations based on PR feedback * Update airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/common.json Co-authored-by: Wei Lee <[email protected]> * Update common.json Co-authored-by: Guan Ming(Wesley) Chiu <[email protected]> --------- Co-authored-by: Wei Lee <[email protected]> Co-authored-by: Guan Ming(Wesley) Chiu <[email protected]>
* i18n: Closing tw-translation gaps * i18n: Add toast zh-TW translations & fix translations based on PR feedback * i18n: Modify tw translations based on PR feedback * Update airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/common.json Co-authored-by: Wei Lee <[email protected]> * Update common.json Co-authored-by: Guan Ming(Wesley) Chiu <[email protected]> --------- Co-authored-by: Wei Lee <[email protected]> Co-authored-by: Guan Ming(Wesley) Chiu <[email protected]>
Related PR
#50861 #51674
This PR completes all the remaining translations for zh-TW, bringing the coverage to 100%.
Key Translations for Discussion
assets.json
common.json:
"catchup":”自動回填",
backfill
is best translated as回填
. If I understand this correctly,catchup
performs a similar function but is triggered automatically by the scheduler. Using the same word回填
for both could be confusing.catchup
:自動回填
— Literally: "Automatic Backfill"backfill
:回填
— Literally: "Backfill""concurrency": "併發數",
"dataIntervalEnd": "資料區間結束",
"lastSchedulingDecision": "最後排程決策",
"queuedAt": "開始排隊時間"
"scheduledWhen": "排程時間",
“sourceAssetEvent”: "來源資源事件”
"pid": "PID",
"latestHeartbeat": "最新觸發器心跳時間",
"reprocessBehavior": "重新處理行為",
components.json:
dag.json:
Screenshots
Before

After

^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in airflow-core/newsfragments.