|
| 1 | +module.exports = { |
| 2 | + "postbox-text": "コメントを入力してください (3文字以上)", |
| 3 | + "postbox-author": "名前 (任意)", |
| 4 | + "postbox-author-placeholder": "John Doe", |
| 5 | + "postbox-email": "E-mail (任意)", |
| 6 | + "postbox-email-placeholder": "johndoe@example.com", |
| 7 | + "postbox-website": "ウェブサイト (任意)", |
| 8 | + "postbox-website-placeholder": "https://example.com", |
| 9 | + "postbox-preview": "プレビュー", |
| 10 | + "postbox-edit": "編集", |
| 11 | + "postbox-submit": "送信", |
| 12 | + "postbox-notification": "返信があった場合にメールで通知する", |
| 13 | + |
| 14 | + "num-comments": "コメント 1件\nコメント {{ n }}件", |
| 15 | + "no-comments": "まだコメントはありません", |
| 16 | + "atom-feed": "Atomフィード", |
| 17 | + |
| 18 | + "comment-reply": "返信", |
| 19 | + "comment-edit": "編集", |
| 20 | + "comment-save": "保存", |
| 21 | + "comment-delete": "削除", |
| 22 | + "comment-confirm": "確認", |
| 23 | + "comment-close": "閉じる", |
| 24 | + "comment-cancel": "キャンセル", |
| 25 | + "comment-deleted": "コメントは削除されました", |
| 26 | + "comment-queued": "コメントは承認待ちです", |
| 27 | + "comment-anonymous": "名無し", |
| 28 | + "comment-hidden": "{{ n }}件 非表示", |
| 29 | + "comment-page-author-suffix": "管理人", |
| 30 | + |
| 31 | + "date-now": "たった今", |
| 32 | + "date-minute": "1分前\n{{ n }}分前", |
| 33 | + "date-hour": "1時間前\n{{ n }}時間前", |
| 34 | + "date-day": "昨日\n{{ n }}日前", |
| 35 | + "date-week": "先週\n{{ n }}週間前", |
| 36 | + "date-month": "先月\n{{ n }}ヶ月前", |
| 37 | + "date-year": "1年前\n{{ n }}年前" |
| 38 | +}; |
0 commit comments