-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Zh cn/yodfz #3107
Zh cn/yodfz #3107
Conversation
Translates roughly 1/3
add zh-cn language 2
add zh-cn language 3 and vs 2012 sln file.
@yodfz : Thanks for translating Brackets strings. I'll be reviewing your translation tomorrow. I noticed that you have extra files in this pull request. Can you remove Brackets.sln and Brackets.suo that you accidentally committed for this pull request? You also need to update |
@RaymondLim ok. |
edit string.js
add 214 alf
add space to nls/string.js
This reverts commit 574ee6e.
sorry ,i revert commit old code.
src/nls/zh-cn/strings.js
Outdated
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.
Why do you have Spanish here (line 99 and 100)? :) Are you using strings.js file from a language other than root folder?
@yodfz : You still have several strings untranslated yet. Some strings are only partially translated. Can you translate them all? I did review some quickly and put some comments, but I'm not done with linguistic review yet. Will continue tomorrow after you have all translation in. |
src/nls/zh-cn/strings.js
Outdated
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.
This needs a better translation. The English string is telling the users that Brackets is not yet ready to run in the browser window.
Edit translate
src/nls/zh-cn/strings.js
Outdated
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.
times
has incorrect translation. Time here means 次
.
edit line 205
src/nls/zh-cn/strings.js
Outdated
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.
Should be 是
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.
This should be 拷贝
and 复制
should be used for Duplicate
.
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.
@RaymondLim CUT is 剪切,COPY is 复制,trust me!!
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'm not saying the translation is wrong. I'm just trying to resolve the conflict between the translations of "Copy" and "Duplicate" since I don't like the current long translation for "Duplicate".
And I just checked with Mac OS and Dreamweaver translation. Both are using 拷贝 for Copy and Dreamweaver also uses 复制 for Duplicate.
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.
@RaymondLim
Duplicate is Ctrl+C and Ctrl+V 创建副本 or 克隆副本
Copy is Ctrl+C 复制
Check Visual Studio or Photoshop CS6
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.
副本
duplicate, duplication, counterpart, transcript
src/nls/zh-cn/strings.js
Outdated
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.
Replace 共计 with 前. We're not showing the total number of matches; we only show the first 100 matches.
Besides, you need to review the actual message string in the product and make some adjustment to some of the strings in this block. FIND_IN_FILES_TITLE on line 112 controls the format of the message string that is formed by combining strings from line 115 to 1120. To view the actual message string do the following steps.
- Switch to Chinese by select Debug > Switch Language.
- Select zh-cn and Reload.
- Select Brackets src folder as your current project.
- Ctrl+Shift+F to do a global search and type "error" in Find text field.
- When search results show up in the bottom panel, read the first line.
I think we may have to adjust the format in FIND_IN_FILES_TITLE and we may have to drop 多个 from FIND_IN_FILES_MATCHES.
Thank you very much for your prompt responses to comments. I'm done with linguistic review. It seems that you still haven't signed up our contributor license agreement. Let me know when you're done for signing up and also done with your translation. |
src/nls/zh-cn/strings.js
Outdated
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.
This translation goes into {1} in FIND_IN_FILES_TITLE. So you can change it to 个匹配 here and you can also make the singular form (FIND_IN_FILES_MATCH above this line) the same since there is no difference in Chinese for singular and plural form.
src/nls/zh-cn/strings.js
Outdated
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.
This translation goes into {5} in FIND_IN_FILES_TITLE. So I think we can intentionally make this an empty string by removing 以上
since without it the formatted string forms a better translation.
src/nls/zh-cn/strings.js
Outdated
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.
Sorry! Need one more fix. 当你保存了Javascript文件与CSS文件,
should be 当你保存了HTML文件与Javascript文件,
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.
@RaymondLim Remove CSS文件?If i save css file,don't ref css file?
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.
@RaymondLim ref is refresh...sorry
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.
No need to save CSS updates, they show up in live preview as you type in CSS document in Brackets. This is why we have to emphasize on saving HTML and JavaScript docs.
src/nls/zh-cn/strings.js
Outdated
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.
Sorry! Still not quite right for me since "\u2764'' is a "love" symbol and we're trying to say that we uses love and Javascript to creates Brackets. So I think it should be 基于\u2764和JavaScript由以下用户参与贡献设计:
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.
@RaymondLim OK!Love!!!!
src/nls/zh-cn/strings.js
Outdated
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.
Copyright year should be 2013 for this file since we're now in 2013. I think this is the last one to change. Once you change it, then I can land it to the master.
@yodfz Thanks for your translation and fixing all the issues. Merging now. |
add zh-cn language!