Skip to content

Commit 81613ae

Browse files
committed
Convert Japanese translations from TOML to YAML
1 parent 93fe8ba commit 81613ae

File tree

3 files changed

+56
-90
lines changed

3 files changed

+56
-90
lines changed

i18n/ja.toml

Lines changed: 0 additions & 89 deletions
This file was deleted.

i18n/ja.yaml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# UI strings. Buttons and similar.
2+
ui_pager_prev: 前へ
3+
ui_pager_next: 次へ
4+
ui_read_more: 続きを読む
5+
ui_search: サイトを検索...
6+
7+
# Used in sentences such as "Posted in News"
8+
ui_in: in
9+
10+
# Footer text
11+
footer_all_rights_reserved: All Rights Reserved
12+
13+
footer_privacy_policy: プライバシーポリシー
14+
15+
# Post (blog, articles etc.)
16+
post_byline_by: By
17+
post_created: 作成
18+
post_last_mod: 最終更新
19+
post_edit_this: ページの編集
20+
post_view_this: ページのソースコードを見る
21+
post_create_child_page: 子ページを作成
22+
post_create_issue: ドキュメントのissueを作成
23+
post_create_project_issue: プロジェクトのissueを作成
24+
post_posts_in: 記事一覧
25+
post_reading_time: minute read
26+
post_less_than_a_minute_read: less than a minute
27+
28+
# Print support
29+
print_printable_section: これは、このセクションの複数ページの印刷可能なビューです。
30+
print_click_to_print: 印刷するには、ここをクリックしてください
31+
print_show_regular: このページの通常のビューに戻る
32+
print_entire_section: セクション全体を印刷
33+
34+
# Community
35+
community_join: Join the {{ .Site.Title }} community
36+
community_introduce: >-
37+
{{ .Site.Title }} is an open source project that anyone in the community can
38+
use, improve, and enjoy. We'd love you to join us! Here's a few ways to find
39+
out what's happening and get involved.
40+
community_learn: Learn and Connect
41+
community_using: >-
42+
Using or want to use {{ .Site.Title }}? Find out more here:
43+
community_develop: Develop and Contribute
44+
community_contribute: >-
45+
If you want to get more involved by contributing to {{ .Site.Title }}, join us
46+
here:
47+
community_how_to: >-
48+
You can find out how to contribute to {{ .Site.Title }} in our
49+
community_guideline: Contribution Guidelines
50+
51+
# Feedback
52+
feedback_title: フィードバック
53+
feedback_question: このページは役に立ちましたか?
54+
feedback_positive: 役に立った
55+
feedback_negative: 役に立たなかった

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsy",
3-
"version": "0.14.0-dev+36-gd2a63db",
3+
"version": "0.14.0-dev+37-g93fe8ba",
44
"repository": "github:google/docsy",
55
"homepage": "https://www.docsy.dev",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)