diff --git a/isso/js/app/i18n/zh_TW.js b/isso/js/app/i18n/zh_TW.js new file mode 100644 index 0000000..d851945 --- /dev/null +++ b/isso/js/app/i18n/zh_TW.js @@ -0,0 +1,30 @@ +define({ + "postbox-text": "在此輸入留言(至少3個字元)", + "postbox-author": "姓名 (非必填)", + "postbox-email": "電子信箱 (非必填)", + "postbox-website": "個人網站 (非必填)", + "postbox-submit": "送出", + + "num-comments": "1則留言\n{{ n }}則留言", + "no-comments": "尚無留言", + + "comment-reply": "回覆", + "comment-edit": "編輯", + "comment-save": "儲存", + "comment-delete": "刪除", + "comment-confirm": "確認", + "comment-close": "關閉", + "comment-cancel": "取消", + "comment-deleted": "留言已刪", + "comment-queued": "留言待審", + "comment-anonymous": "匿名", + "comment-hidden": "{{ n }}則隱藏留言", + + "date-now": "剛剛", + "date-minute": "1分鐘前\n{{ n }}分鐘前", + "date-hour": "1小時前\n{{ n }}小時前", + "date-day": "昨天\n{{ n }}天前", + "date-week": "上週\n{{ n }}週前", + "date-month": "上個月\n{{ n }}個月前", + "date-year": "去年\n{{ n }}年前" +});