Skip to content

Add zh-tw translation of Quickopen command#841

Merged
brettcannon merged 8 commits into
microsoft:masterfrom
uranusjr:quickopen-zhtw
Feb 21, 2018
Merged

Add zh-tw translation of Quickopen command#841
brettcannon merged 8 commits into
microsoft:masterfrom
uranusjr:quickopen-zhtw

Conversation

@uranusjr
Copy link
Copy Markdown

Based on #496. I made changes according to comments there, but also add some more modifications (as denoted in the commit message. It might be best if we can get some additional review before merging. @godfat

gogobook and others added 7 commits February 21, 2018 14:26
Use full-width colons, paretheses, and ellipses, as standard in Chinese.
The original text, "debug", is usually translated in Taiwan as "除錯" or
"偵錯". The previous translation "測試" is probably a misunderstanding
to Simplified Chinese, which uses "调试". In China "调试" and "测试"
refer to similar, but distinct concepts (test and debug, respectively).
On furthur research it seems Microsoft generally translates "debug" to
"偵錯", and "debugger" to "偵錯工具". Conform to that since this is
Visual Studio Code.
@msftclas
Copy link
Copy Markdown

msftclas commented Feb 21, 2018

CLA assistant check
All CLA requirements met.

Copy link
Copy Markdown

@godfat godfat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/程序/程式/g

Otherwise looks good to me! Thanks!

Comment thread package.nls.zh-tw.json Outdated
"python.snippet.launch.module.label": "Python:模組",
"python.snippet.launch.module.description": "偵錯 Python 模組",
"python.snippet.launch.terminal.label": "Python:終端機(整合)",
"python.snippet.launch.terminal.description": "使用整合終端機偵錯 Python 程序",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python 程式

Comment thread package.nls.zh-tw.json Outdated
"python.snippet.launch.terminal.label": "Python:終端機(整合)",
"python.snippet.launch.terminal.description": "使用整合終端機偵錯 Python 程序",
"python.snippet.launch.externalTerminal.label": "Python:終端機(外部)",
"python.snippet.launch.externalTerminal.description": "使用外部終端機偵錯 Python 程序",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python 程式

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 21, 2018

Codecov Report

Merging #841 into master will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #841      +/-   ##
==========================================
- Coverage   63.46%   63.42%   -0.04%     
==========================================
  Files         258      258              
  Lines       11845    11861      +16     
  Branches     2104     2115      +11     
==========================================
+ Hits         7517     7523       +6     
- Misses       4320     4330      +10     
  Partials        8        8
Impacted Files Coverage Δ
...t/interpreter/configuration/interpreterSelector.ts 43.26% <0%> (-4.46%) ⬇️
...ient/interpreter/locators/services/condaService.ts 97.32% <0%> (+2.67%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 12e543b...2dda510. Read the comment docs.

For consistency and conforming to typical Taiwan usage.
@uranusjr
Copy link
Copy Markdown
Author

Oops, missed those two. Thanks for the catch!

@brettcannon brettcannon merged commit bfe3490 into microsoft:master Feb 21, 2018
@brettcannon
Copy link
Copy Markdown
Member

Thanks for this @uranusjr and @godfat !

@uranusjr uranusjr deleted the quickopen-zhtw branch February 22, 2018 01:45
@lock lock Bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants