Skip to content

Commit

Permalink
add labels for images related
Browse files Browse the repository at this point in the history
  • Loading branch information
abnerlee committed Mar 17, 2018
1 parent 66916e3 commit ce636ba
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Base.lproj/Menu.strings
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@

"Prettify Source Code" = "Prettify Source Code";
"Copy '%@'" = "Copy '%@'";
"Copy to %@" = "Copt to %@";
"Copy to %@" = "Copy to %@";
"Copy Image to..." = "Copy Image to...";
"Upload via iPic" = "Upload via iPic";
"Open Image Location" = "Open Image Location";
11 changes: 9 additions & 2 deletions Base.lproj/Panel.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@
"Sorry, current version of Typora won't print background color.\nSo dark theme is not yet supported for printing. \n\nPlease choose a light theme or export this document to PDF." = "Sorry, current version of Typora won't print background color.\nSo dark theme is not yet supported for printing. \n\nPlease choose a light theme or export this document to PDF.";
"Export to PDF" = "Export to PDF";
"Pretty Indentation" = "Pretty Indentation";
"Allow upload images automactially based on YAML settings" = "Allow upload images automactially based on YAML settings";
"Also apply above rules for online images" = "Also apply above rules for online images";
"Update markdown reference for this image" = "Update markdown reference for this image";

"No special action" = "No special action";
"Copy image to current folder (./)" = "Copy image to current folder (./)";
"Copy image to ./assets" = "Copy image to ./assets";
"Copy image to ./${filename}.assets" = "Copy image to ./${filename}.assets";
"Upload image via iPic" = "Upload image via iPic";
"Apply above rules for local images" = "Apply above rules for local images";
"Apply above rules for online images" = "Apply above rules for online images";
"Allow upload images automatically based on YAML settings" = "Allow upload images automatically based on YAML settings";
11 changes: 9 additions & 2 deletions zh-Hans.lproj/Panel.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,14 @@
"Sorry, current version of Typora won't print background color.\nSo dark theme is not yet supported for printing. \n\nPlease choose a light theme or export this document to PDF." = "抱歉,深色主题暂时不支持打印。建议使用亮色主题或者选择导出到PDF";
"Export to PDF" = "导出到PDF";
"Pretty Indentation" = "对其缩进";
"Allow upload images automactially based on YAML settings" = "允许根据YAML设置自动上传图片";
"Also apply above rules for online images" = "对网络位置的图片依旧应用上述规则";
"Update markdown reference for this image" = "更新Markdown中的图片引用";

"No special action" = "无特殊操作";
"Copy image to current folder (./)" = "复制图片到当前文件夹 (./)";
"Copy image to ./assets" = "复制图片到./assets文件夹";
"Copy image to ./${filename}.assets" = "复制图片到./${filename}.assets文件夹";
"Upload image via iPic" = "通过iPic上传图片";
"Apply above rules for local images" = "对本地位置的图片应用上述规则";
"Apply above rules for online images" = "对网络位置的图片应用上述规则";
"Allow upload images automatically based on YAML settings" = "允许根据YAML设置自动上传图片";

0 comments on commit ce636ba

Please sign in to comment.