i18n: fix zh_CN/TW 'optional' in postbox placeholder

This commit is contained in:
Rocka 2018-07-31 08:32:36 +08:00
parent 9c57ac22e5
commit 2f45f3f82e
No known key found for this signature in database
GPG Key ID: 28031158FFDD6853
2 changed files with 37 additions and 37 deletions

View File

@ -1,8 +1,8 @@
define({
"postbox-text": "在此输入评论(最少 3 个字符)",
"postbox-author": "名字(可选)",
"postbox-email": "电子邮箱(可选)",
"postbox-website": "网站(可选)",
"postbox-text": "在此输入评论 (最少 3 个字符)",
"postbox-author": "名字 (可选)",
"postbox-email": "电子邮箱 (可选)",
"postbox-website": "网站 (可选)",
"postbox-preview": "预览",
"postbox-edit": "编辑",
"postbox-submit": "提交",

View File

@ -1,8 +1,8 @@
define({
"postbox-text": "在此輸入留言(至少 3 個字元)",
"postbox-author": "名稱(非必填)",
"postbox-email": "電子信箱(非必填)",
"postbox-website": "個人網站(非必填)",
"postbox-text": "在此輸入留言 (至少 3 個字元)",
"postbox-author": "名稱 (非必填)",
"postbox-email": "電子信箱 (非必填)",
"postbox-website": "個人網站 (非必填)",
"postbox-preview": "預覽",
"postbox-edit": "編輯",
"postbox-submit": "送出",