diff options
author | TAC <tac@tac42.net> | 2020-05-12 23:47:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 22:47:00 +0800 |
commit | 620ff8124d0c61f60428a3d47e907d1987729bf2 (patch) | |
tree | 413b79efc1da2556c832433d7d04ea258032e60a /i18n/jp.yaml | |
parent | 078640b9e3591244f6b82bd98a4f0aee7375e281 (diff) |
i18n(ja): fix file name & update translation (#269)
* Fix jp to ja i18n file name
* Change テーマ to Theme in ja.yaml
Diffstat (limited to 'i18n/jp.yaml')
-rw-r--r-- | i18n/jp.yaml | 102 |
1 files changed, 0 insertions, 102 deletions
diff --git a/i18n/jp.yaml b/i18n/jp.yaml deleted file mode 100644 index 35be977..0000000 --- a/i18n/jp.yaml +++ /dev/null @@ -1,102 +0,0 @@ -# ===== title ===== -archive: - other: "アーカイブ" - -tags: - other: "タグ" - -categories: - other: "カテゴリ" - -# ===== footer ===== -powered: - other: "Powered by %s" - -theme: - other: "テーマ" - -siteUV: - other: "総訪問者数: %s" - -sitePV: - other: "総ページビュー: %s" - -pagePV: - other: "ページビュー: %s" - -# ===== post ===== -prevPage: - other: "前へ" - -nextPage: - other: "次へ" - -prevPost: - other: "前の記事へ" - -nextPost: - other: "次の記事へ" - -toc: - other: "コンテンツ" - -readMore: - other: "続きを読む..." - -reward: - other: "Reword" - -rewardAlipay: - other: "alipay" - -rewardWechat: - other: "wechat" - -wordCount: - one: "{{ .Count }} 文字" - other: "{{ .Count }} 文字" - -readingTime: - one: "読了時間: {{ .Count }} 分" - other: "読了時間: {{ .Count }} 分" - -outdatedInfoWarningBefore: - other: "【注意】最後更新日は " - -outdatedInfoWarningAfter: - other: "のため、記事の内容が古い可能性があります。" - -# ===== content license ===== -author: - other: "作成者" - -lastMod: - other: "最終更新時刻" - -markdown: - other: "Markdown" - -seeMarkDown: - other: "Markdownで本文を見る »" - -license: - other: "ライセンス" - -# ===== counter ===== -archiveCounter: - one: "投稿数: {{ .Count }} 記事" - other: "投稿数: {{ .Count }} 記事" - -tagCounter: - one: "タグ: {{ .Count }}" - other: "タグ: {{ .Count }}" - -zeroTagCounter: - other: "タグなし" - -categoryCounter: - one: "カテゴリ: {{ .Count }}" - other: "カテゴリ: {{ .Count }}" - -zeroCategoryCounter: - other: "カテゴリなし" |