From 620ff8124d0c61f60428a3d47e907d1987729bf2 Mon Sep 17 00:00:00 2001 From: TAC Date: Tue, 12 May 2020 23:47:00 +0900 Subject: i18n(ja): fix file name & update translation (#269) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix jp to ja i18n file name * Change テーマ to Theme in ja.yaml --- i18n/jp.yaml | 102 ----------------------------------------------------------- 1 file changed, 102 deletions(-) delete mode 100644 i18n/jp.yaml (limited to 'i18n/jp.yaml') 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: "カテゴリなし" -- cgit v1.2.3