Skip to content

Commit 571c90f

Browse files
feat(i18n): add Japanese locale (cotes2020#2295)
1 parent 54d4d59 commit 571c90f

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

_data/locales/ja-JP.yml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# The layout text of site
2+
3+
# ----- Commons label -----
4+
5+
layout:
6+
post: 投稿
7+
category: カテゴリー
8+
tag: タグ
9+
10+
# The tabs of sidebar
11+
tabs:
12+
# format: <filename_without_extension>: <value>
13+
home: ホーム
14+
categories: カテゴリー
15+
tags: タグ
16+
archives: アーカイブ
17+
about: このサイトについて
18+
19+
# the text displayed in the search bar & search results
20+
search:
21+
hint: 検索
22+
cancel: キャンセル
23+
no_results: 該当なし
24+
25+
panel:
26+
lastmod: 最近更新された投稿
27+
trending_tags: トレンドのタグ
28+
toc: コンテンツ
29+
30+
copyright:
31+
# Shown at the bottom of the post
32+
license:
33+
template: この投稿は投稿者によって :LICENSE_NAME の下でライセンスされています。
34+
name: CC BY 4.0
35+
link: https://creativecommons.org/licenses/by/4.0/
36+
37+
# Displayed in the footer
38+
brief: Some rights reserved.
39+
verbose: >-
40+
Except where otherwise noted, the blog posts on this site are licensed
41+
under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
42+
43+
meta: :PLATFORM 用の :THEME を使用しています。
44+
45+
not_found:
46+
statement: このURLは存在しないものを指し示しています。
47+
48+
notification:
49+
update_found: 新しいバージョンが利用可能です。
50+
update: 更新
51+
52+
# ----- Posts related labels -----
53+
54+
post:
55+
written_by: 投稿者
56+
posted: 投稿日
57+
updated: 更新日
58+
words:
59+
pageview_measure: 回閲覧
60+
read_time:
61+
unit:
62+
prompt: で読めます
63+
relate_posts: さらに読む
64+
share: シェア
65+
button:
66+
next:
67+
previous:
68+
copy_code:
69+
succeed: コピーしました
70+
share_link:
71+
title: リンクをコピー
72+
succeed: リンクをコピーしました
73+
74+
# Date time format.
75+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76+
df:
77+
post:
78+
strftime: "%Y/%m/%d"
79+
dayjs: "YYYY/MM/DD"
80+
81+
# categories page
82+
categories:
83+
category_measure: カテゴリー
84+
post_measure: 投稿

0 commit comments

Comments
 (0)