From 1fd9c1edcd6b187acaa8075b78db1acb89255d59 Mon Sep 17 00:00:00 2001 From: manabu-nakamura Date: Thu, 13 Mar 2025 10:38:43 +0900 Subject: [PATCH 01/11] Update --- _data/locales/ja-JP.yml | 91 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 _data/locales/ja-JP.yml diff --git a/_data/locales/ja-JP.yml b/_data/locales/ja-JP.yml new file mode 100644 index 00000000000..3b9f91cb774 --- /dev/null +++ b/_data/locales/ja-JP.yml @@ -0,0 +1,91 @@ +# The layout text of site + +# ----- Commons label ----- + +layout: + post: Post + category: Category + tag: Tag + +# The tabs of sidebar +tabs: + # format: : + home: ホーム + categories: カテゴリー + tags: タグ + archives: アーカイブ + about: このサイトについて + +# the text displayed in the search bar & search results +search: + hint: 検索 + cancel: キャンセル + no_results: 該当なし + +panel: + lastmod: 最近更新された投稿 + trending_tags: トレンドのタグ + toc: Contents + +copyright: + # Shown at the bottom of the post + license: + template: This post is licensed under :LICENSE_NAME by the author. + name: CC BY 4.0 + link: https://creativecommons.org/licenses/by/4.0/ + + # Displayed in the footer + brief: Some rights reserved. + verbose: >- + Except where otherwise noted, the blog posts on this site are licensed + under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author. + +meta: Using the :THEME theme for :PLATFORM. + +not_found: + statement: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. + +notification: + update_found: 新しいバージョンが利用可能です + update: 更新 + +# ----- Posts related labels ----- + +post: + written_by: 投稿者 + posted: 投稿日 + updated: 更新日 + words: words + pageview_measure: views + read_time: + unit: 分 + prompt: "" + relate_posts: さらに読む + share: シェア + button: + next: 次 + previous: 前 + copy_code: + succeed: コピーしました + share_link: + title: リンクをコピー + succeed: リンクをコピーしました + +# Date time format. +# See: , +df: + post: + strftime: "%Y/%m/%d" + dayjs: "YYYY/M/D" + archives: + strftime: "%m/%d" + dayjs: "M/D" + +# categories page +categories: + category_measure: + singular: カテゴリー + plural: カテゴリー + post_measure: + singular: 投稿 + plural: 投稿 From 4e72807259c81ada39c2fd5ffc4cff8dbb14be87 Mon Sep 17 00:00:00 2001 From: manabu-nakamura Date: Thu, 13 Mar 2025 23:23:21 +0900 Subject: [PATCH 02/11] Update --- _data/locales/ja-JP.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/ja-JP.yml b/_data/locales/ja-JP.yml index 3b9f91cb774..21e8e0f3505 100644 --- a/_data/locales/ja-JP.yml +++ b/_data/locales/ja-JP.yml @@ -78,8 +78,8 @@ df: strftime: "%Y/%m/%d" dayjs: "YYYY/M/D" archives: - strftime: "%m/%d" - dayjs: "M/D" + strftime: "%b" + dayjs: "MMM" # categories page categories: From c0befe0980ad07d18dcdd6813cf56a0223304793 Mon Sep 17 00:00:00 2001 From: manabu-nakamura Date: Fri, 14 Mar 2025 10:03:50 +0900 Subject: [PATCH 03/11] Update --- _data/locales/ja-JP.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/locales/ja-JP.yml b/_data/locales/ja-JP.yml index 21e8e0f3505..2356221be47 100644 --- a/_data/locales/ja-JP.yml +++ b/_data/locales/ja-JP.yml @@ -76,10 +76,10 @@ post: df: post: strftime: "%Y/%m/%d" - dayjs: "YYYY/M/D" + dayjs: "YYYY/MM/DD" archives: - strftime: "%b" - dayjs: "MMM" + strftime: "%m /" + dayjs: "MM /" # categories page categories: From 14c50a94ba9f21f7135b11fe97cffcb762fffcb3 Mon Sep 17 00:00:00 2001 From: manabu-nakamura Date: Fri, 14 Mar 2025 10:52:38 +0900 Subject: [PATCH 04/11] Update --- _data/locales/ja-JP.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/ja-JP.yml b/_data/locales/ja-JP.yml index 2356221be47..05c11636c2e 100644 --- a/_data/locales/ja-JP.yml +++ b/_data/locales/ja-JP.yml @@ -78,8 +78,8 @@ df: strftime: "%Y/%m/%d" dayjs: "YYYY/MM/DD" archives: - strftime: "%m /" - dayjs: "MM /" + strftime: "%b" + dayjs: "MMM" # categories page categories: From 948931b1a943cd43749550f73c139d41176bf87f Mon Sep 17 00:00:00 2001 From: manabu-nakamura Date: Fri, 14 Mar 2025 21:54:08 +0900 Subject: [PATCH 05/11] Update --- _data/locales/ja-JP.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/ja-JP.yml b/_data/locales/ja-JP.yml index 05c11636c2e..68c2622c71c 100644 --- a/_data/locales/ja-JP.yml +++ b/_data/locales/ja-JP.yml @@ -56,10 +56,10 @@ post: posted: 投稿日 updated: 更新日 words: words - pageview_measure: views + pageview_measure: 回閲覧 read_time: unit: 分 - prompt: "" + prompt: で読めます relate_posts: さらに読む share: シェア button: From 3eb1aaa18b5cd510f0577f708fe0389f3bdb1e5c Mon Sep 17 00:00:00 2001 From: manabu-nakamura Date: Fri, 14 Mar 2025 23:06:07 +0900 Subject: [PATCH 06/11] Update --- _data/locales/ja-JP.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/locales/ja-JP.yml b/_data/locales/ja-JP.yml index 68c2622c71c..8b4569d7ced 100644 --- a/_data/locales/ja-JP.yml +++ b/_data/locales/ja-JP.yml @@ -25,7 +25,7 @@ search: panel: lastmod: 最近更新された投稿 trending_tags: トレンドのタグ - toc: Contents + toc: コンテンツ copyright: # Shown at the bottom of the post @@ -55,7 +55,7 @@ post: written_by: 投稿者 posted: 投稿日 updated: 更新日 - words: words + words: 語 pageview_measure: 回閲覧 read_time: unit: 分 From a17ab411744692f862893d03557076248b43c009 Mon Sep 17 00:00:00 2001 From: manabu-nakamura Date: Sat, 15 Mar 2025 06:07:06 +0900 Subject: [PATCH 07/11] Update --- _data/locales/ja-JP.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/locales/ja-JP.yml b/_data/locales/ja-JP.yml index 8b4569d7ced..19f32dc9b00 100644 --- a/_data/locales/ja-JP.yml +++ b/_data/locales/ja-JP.yml @@ -3,9 +3,9 @@ # ----- Commons label ----- layout: - post: Post - category: Category - tag: Tag + post: 投稿 + category: カテゴリー + tag: タグ # The tabs of sidebar tabs: From edc4a29e929869518d643b4737b453d9da39ee35 Mon Sep 17 00:00:00 2001 From: manabu-nakamura Date: Sat, 15 Mar 2025 07:22:41 +0900 Subject: [PATCH 08/11] Update --- _data/locales/ja-JP.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/locales/ja-JP.yml b/_data/locales/ja-JP.yml index 19f32dc9b00..faa8e402f81 100644 --- a/_data/locales/ja-JP.yml +++ b/_data/locales/ja-JP.yml @@ -30,7 +30,7 @@ panel: copyright: # Shown at the bottom of the post license: - template: This post is licensed under :LICENSE_NAME by the author. + template: この投稿は投稿者によって :LICENSE_NAME の下でライセンスされています。 name: CC BY 4.0 link: https://creativecommons.org/licenses/by/4.0/ @@ -40,13 +40,13 @@ copyright: Except where otherwise noted, the blog posts on this site are licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author. -meta: Using the :THEME theme for :PLATFORM. +meta: :PLATFORM 用の :THEME テーマを使用しています。 not_found: - statement: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. + statement: このURLは存在しないものを指し示しています。 notification: - update_found: 新しいバージョンが利用可能です + update_found: 新しいバージョンが利用可能です。 update: 更新 # ----- Posts related labels ----- From 26ff86f3a7ff032370603c463d28f617e8dc1d59 Mon Sep 17 00:00:00 2001 From: manabu-nakamura Date: Sat, 15 Mar 2025 07:25:57 +0900 Subject: [PATCH 09/11] Update --- _data/locales/ja-JP.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/locales/ja-JP.yml b/_data/locales/ja-JP.yml index faa8e402f81..7fb6f68c854 100644 --- a/_data/locales/ja-JP.yml +++ b/_data/locales/ja-JP.yml @@ -40,7 +40,7 @@ copyright: Except where otherwise noted, the blog posts on this site are licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author. -meta: :PLATFORM 用の :THEME テーマを使用しています。 +meta: :PLATFORM 用の :THEME を使用しています。 not_found: statement: このURLは存在しないものを指し示しています。 From 7e43ddebc03991a34202d1490156c921282633ef Mon Sep 17 00:00:00 2001 From: manabu-nakamura Date: Thu, 27 Mar 2025 09:21:35 +0900 Subject: [PATCH 10/11] Update --- _data/locales/ja-JP.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/_data/locales/ja-JP.yml b/_data/locales/ja-JP.yml index 7fb6f68c854..de20c051e18 100644 --- a/_data/locales/ja-JP.yml +++ b/_data/locales/ja-JP.yml @@ -77,9 +77,6 @@ df: post: strftime: "%Y/%m/%d" dayjs: "YYYY/MM/DD" - archives: - strftime: "%b" - dayjs: "MMM" # categories page categories: From a81cf13a5cf4dd9959c41a85680cd6ede1205ff4 Mon Sep 17 00:00:00 2001 From: manabu-nakamura Date: Sat, 29 Mar 2025 02:31:52 +0900 Subject: [PATCH 11/11] Update --- _data/locales/ja-JP.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/_data/locales/ja-JP.yml b/_data/locales/ja-JP.yml index de20c051e18..8e016b997c4 100644 --- a/_data/locales/ja-JP.yml +++ b/_data/locales/ja-JP.yml @@ -80,9 +80,5 @@ df: # categories page categories: - category_measure: - singular: カテゴリー - plural: カテゴリー - post_measure: - singular: 投稿 - plural: 投稿 + category_measure: カテゴリー + post_measure: 投稿