-
Notifications
You must be signed in to change notification settings - Fork 838
feat: Traditional Chinese language support #949
Conversation
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.
The translation is good! Just provided some suggested changes to make them more align with Azure's official terms.
Co-Authored-By: Jason Chou <[email protected]>
accepted suggestion. thanks for the feedback those make sense! Co-Authored-By: Jason Chou <[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.
I had suggested some general terms and pls check them.
thanks for the review, this is more close to normally a TW UI wording! appreciated! Co-Authored-By: John Chang <[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.
Please build a version locally and make sure all strings are rendered correctly. In the process of translation, a lot of the variables extrapolations are messed up. I mark some below but not all please double check
src/common/localization/zh-tw.ts
Outdated
}, | ||
importProject: { | ||
title: "匯入專案", // Import Project | ||
confirmation: "您確定要將專案$ {project.file.name}的設定轉換為v2格式嗎?我們建議您首先備份專案文件。", |
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.
please remove the space between $
and {project.file.name}
.
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.
updated
src/common/localization/zh-tw.ts
Outdated
// We recommend you backup the project file first. | ||
}, | ||
messages: { | ||
deleteSuccess: "已成功刪除$ {project.name}專案", // Successfully deleted ${project.name} |
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.
same
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.
updated
src/common/localization/zh-tw.ts
Outdated
}, | ||
addConnection: "新增連線", // Add Connection | ||
messages: { | ||
saveSuccess: "已成功保存$ {project.name}專案設定", // Successfully saved ${project.name} project settings |
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.
same
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.
updated
src/common/localization/zh-tw.ts
Outdated
// As for this VOTT tool, translate "Assets" to "Image data" in Traditional Chinese, | ||
// as "Asset" can be confusing if directly translated. | ||
totalAssetCount: "圖像數據總數", // Total Assets | ||
visitedAssets: "已檢視的圖像數據($ {count})", // Visited Assets (${count}) |
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.
same
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.
updated
…rocess. thanks My Ho for pointing out!!
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
thanks @mydiemho , I just updated 9 occurrence of those and committed. |
Traditional Chinese translation verified by @rextangtw