Skip to content

Commit

Permalink
add missing text resources (25 Jan)
Browse files Browse the repository at this point in the history
  • Loading branch information
abnerlee committed Jan 25, 2018
1 parent 645b8b6 commit 04218fa
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Base.lproj/Front.strings
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,11 @@
"Failed to Copy Image to Target Folder." = "Failed to Copy Image to Target Folder.";
"Select Container Folder" = "Select Container Folder";

"Saved" = "Saved";
"Saved" = "Saved";

/* place holder in find & replace input */
"search text" = "search text";
"replace with" = "replace with";
/* search option */
"Case Sensitive" = "Case Sensitive";
"Whole Word" = "Whole Word";
1 change: 1 addition & 0 deletions Base.lproj/Menu.strings
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@

/* Help Menu */
"Help" = "Help";
"Privacy Policy" = "Privacy Policy";
"Credits" = "Credits";
"Change Log" = "Change Log";
"Website" = "Website";
Expand Down
3 changes: 3 additions & 0 deletions Base.lproj/Panel.strings
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,6 @@
"Something is Wrong…" = "Something is Wrong…";
"Save content failed for some reason.<br/>You could copy the content into a new Typora window, and then save it. <br/>Learn more about:<ul><li><a href='http://support.typora.io/Report-Bugs/'>Report bugs to us</a></li><li><a href='http://support.typora.io/Version-Control//'>Recover lost contents</a></li></ul>" = "Save content failed for some reason.<br/>You could copy the content into a new Typora window, and then save it. <br/>Learn more about:<ul><li><a href='http://support.typora.io/Report-Bugs/'>Report bugs to us</a></li><li><a href='http://support.typora.io/Version-Control//'>Recover lost contents</a></li></ul>";
"Copy Content" = "Copy Content";


"Total" = "Total";
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ If you want to help translate Typora into other languages, we would very appreci
- If translation in <https://github.com/martnst/localize-mainmenu> is not proper on Windows/Linux, add the proper one in `Menu-electron.strings`. (see zh-Hans.lproj as one example).
- Comment style `/* some words */` is supported, `// comment` is **NOT** supported.

## Upddates:

01/25/2018 Add missing text resouces: #fd8b6de5181ed6e236b22c99826be4a60c2a1052

## FAQ

> Can I test my translations?
Expand Down
7 changes: 7 additions & 0 deletions zh-Hans.lproj/Front.strings
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,10 @@
"Select Container Folder" = "选择图片存储路径";

"Saved" = "已保存";

/* place holder in find & replace input */
"search text" = "查找文本";
"replace with" = "替换为";
/* search option */
"Case Sensitive" = "区分大小写";
"Whole Word" = "查找整个单词";
1 change: 1 addition & 0 deletions zh-Hans.lproj/Menu.strings
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@

/* Help Menu */
"Help" = "帮助";
"Privacy Policy" = "隐私条款";
"Credits" = "鸣谢";
"Change Log" = "更新日志";
"Website" = "网站";
Expand Down
2 changes: 1 addition & 1 deletion zh-Hans.lproj/Panel.strings
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"Words" = "词";
"Characters" = "字符";
"In Selection" = "选中部分";
"Total" = "全部";
"Total" = "总计";


/* Windows Prefernce Panel*/
Expand Down

0 comments on commit 04218fa

Please sign in to comment.