i18n: fix zh_CN/TW 'optional' in postbox placeholder
This commit is contained in:
parent
9c57ac22e5
commit
2f45f3f82e
@ -1,8 +1,8 @@
|
|||||||
define({
|
define({
|
||||||
"postbox-text": "在此输入评论(最少 3 个字符)",
|
"postbox-text": "在此输入评论 (最少 3 个字符)",
|
||||||
"postbox-author": "名字(可选)",
|
"postbox-author": "名字 (可选)",
|
||||||
"postbox-email": "电子邮箱(可选)",
|
"postbox-email": "电子邮箱 (可选)",
|
||||||
"postbox-website": "网站(可选)",
|
"postbox-website": "网站 (可选)",
|
||||||
"postbox-preview": "预览",
|
"postbox-preview": "预览",
|
||||||
"postbox-edit": "编辑",
|
"postbox-edit": "编辑",
|
||||||
"postbox-submit": "提交",
|
"postbox-submit": "提交",
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
define({
|
define({
|
||||||
"postbox-text": "在此輸入留言(至少 3 個字元)",
|
"postbox-text": "在此輸入留言 (至少 3 個字元)",
|
||||||
"postbox-author": "名稱(非必填)",
|
"postbox-author": "名稱 (非必填)",
|
||||||
"postbox-email": "電子信箱(非必填)",
|
"postbox-email": "電子信箱 (非必填)",
|
||||||
"postbox-website": "個人網站(非必填)",
|
"postbox-website": "個人網站 (非必填)",
|
||||||
"postbox-preview": "預覽",
|
"postbox-preview": "預覽",
|
||||||
"postbox-edit": "編輯",
|
"postbox-edit": "編輯",
|
||||||
"postbox-submit": "送出",
|
"postbox-submit": "送出",
|
||||||
|
Loading…
Reference in New Issue
Block a user