fix: complete Traditional Chinese shortcut translations - #125
Conversation
Synchronize the Hong Kong and Taiwan translation catalogs with the current Simplified Chinese shortcut entries. - Add localized translations for all keybinding and application shortcut messages. - Remove obsolete source entries and clear unfinished translation markers. - Preserve regional terminology differences between zh_HK and zh_TW. 将香港繁体和台湾繁体翻译目录与当前简体中文快捷键条目同步。 - 补齐按键绑定和应用快捷键的全部本地化翻译。 - 移除过期源文案并清除未完成翻译标记。 - 保留 zh_HK 与 zh_TW 的地区用语差异。 Log: complete Traditional Chinese shortcut translations Change-Id: I486ddcbab703a3f491d715e7da292d221f0b39d1
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: yixinshark The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Reviewer's GuideThis PR completes and synchronizes Traditional Chinese (zh_HK, zh_TW) shortcut translation catalogs with the Simplified Chinese sources, adding all missing messages, setting TS language metadata, and providing region-specific wording for keybindings and application shortcuts. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review★ 总体评分:100分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="zh_TW">
<context>
<name>org.deepin.dde.keybinding</name>
<message>
<source>Swipe down with three fingers</source>
<translation>三指向下滑動</translation>
</message>
<message>
<source>Lock screen</source>
<translation>鎖定螢幕</translation>
</message>
</context>
</TS> |
Summary
zh_HKandzh_TWkeybinding catalogs with all 55 Simplified Chinese source entriesTest plan
xmllintzh_CNcatalogslreleaseSummary by Sourcery
Complete and synchronize Traditional Chinese shortcut and keybinding translation catalogs for Hong Kong and Taiwan locales with the Simplified Chinese source entries.
Bug Fixes:
Enhancements: