Skip to content

Commit 394e471

Browse files
authored
Merge branch 'dev' into dependabot/npm_and_yarn/mermaid-9.1.3
2 parents fa20c7c + 451c49a commit 394e471

3 files changed

Lines changed: 60 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- Japanese translation ([#234](https://github.com/jpanther/congo/pull/234))
12+
913
### Changed
1014

1115
- Upgrade to Mermaid v9.1.3

exampleSite/content/docs/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The theme currently supports the following languages by default:
5858
| :israel: Hebrew | `he` |
5959
| :hungary: Hungarian | `hu` |
6060
| :it: Italian | `it` |
61+
| :jp: Japanese | `ja` |
6162
| :brazil: Portuguese (Brazil) | `pt-br` |
6263
| :portugal: Portuguese (Portugal) | `pt-pt` |
6364
| :romania: Romanian | `ro` |

i18n/ja.yaml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
article:
2+
anchor_label: "アンカー"
3+
date: "{{ .Date }}"
4+
date_updated: "更新日: {{ .Date }}"
5+
draft: "下書き"
6+
edit_title: "編集"
7+
reading_time:
8+
one: "{{ .Count }} 分"
9+
other: "{{ .Count }} 分"
10+
reading_time_title: "読むのに必要な時間"
11+
table_of_contents: "目次"
12+
word_count:
13+
one: "{{ .Count }} 文字"
14+
other: "{{ .Count }} 文字"
15+
16+
author:
17+
byline_title: "著者"
18+
19+
code:
20+
copy: "コピー"
21+
copied: "コピーしました"
22+
23+
error:
24+
404_title: "ページが見つかりませんでした。 :confused:"
25+
404_error: "Error 404"
26+
404_description: "ご要望のページは存在しないようです。"
27+
28+
footer:
29+
dark_appearance: "ダークモードへ切り替え"
30+
light_appearance: "ライトモードへ切り替え"
31+
powered_by: "Powered by {{ .Hugo }} & {{ .Congo }}"
32+
33+
list:
34+
externalurl_title: "外部サイトへリンク"
35+
no_articles: "ここに掲載する記事はまだありません。"
36+
37+
nav:
38+
scroll_to_top_title: "TOPへスクロール"
39+
skip_to_main: "メインコンテンツへスキップ"
40+
41+
search:
42+
open_button_title: "検索 (/)"
43+
close_button_title: "閉じる (Esc)"
44+
input_placeholder: "Search"
45+
46+
sharing:
47+
email: " Eメールを送る"
48+
facebook: "Facebookでシェアする"
49+
linkedin: "LinkedInでシェアする"
50+
pinterest: "Pinterestでピンする"
51+
reddit: "Redditに投稿する"
52+
twitter: "Twitterに投稿する"
53+
54+
shortcode:
55+
recent_articles: "最近の記事"

0 commit comments

Comments
 (0)