Merge pull request #472 from Rocket1184/hotfix/i18n-fix-zh-optional-placeholder

i18n: fix zh_CN/TW 'optional' in postbox placeholder
master
Benoît Latinier 6 years ago committed by GitHub
commit e680c91f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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": "提交",

@ -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": "送出",

Loading…
Cancel
Save