diff options
author | Dimitri Staessens <[email protected]> | 2019-10-06 21:10:46 +0200 |
---|---|---|
committer | Dimitri Staessens <[email protected]> | 2019-10-06 21:10:46 +0200 |
commit | 568553394d0a8b34668a75c9839a0f1f426469b2 (patch) | |
tree | 175c08844f05611b059ba6900fb6519dbbc735d2 /themes/docsy/i18n/ja.toml | |
parent | d5d6f70371958eec0679831abd283498ff2731e5 (diff) | |
download | website-568553394d0a8b34668a75c9839a0f1f426469b2.tar.gz website-568553394d0a8b34668a75c9839a0f1f426469b2.zip |
theme: Switch to docsy theme
Diffstat (limited to 'themes/docsy/i18n/ja.toml')
-rw-r--r-- | themes/docsy/i18n/ja.toml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/themes/docsy/i18n/ja.toml b/themes/docsy/i18n/ja.toml new file mode 100644 index 0000000..fdb3d4f --- /dev/null +++ b/themes/docsy/i18n/ja.toml @@ -0,0 +1,43 @@ + + +# UI strings. Buttons and similar. + +[ui_pager_prev] +other = "前へ" + +[ui_pager_next] +other = "次へ" + +[ui_read_more] +other = "続きを読む" + +[ui_search] +other = "サイトを検索..." + +# Used in sentences such as "Posted in News" +[ui_in] +other = "in" + +# Footer text +[footer_all_rights_reserved] +other = "All Rights Reserved" + +[footer_privacy_policy] +other = "プライバシーポリシー" + + +# Post (blog, articles etc.) +[post_byline_by] +other = "By" +[post_created] +other = "作成" +[post_last_mod] +other = "最終更新" +[post_edit_this] +other = "ページの編集" +[post_create_issue] +other = "ドキュメントのissueを作成" +[post_create_project_issue] +other = "プロジェクトのissueを作成" +[post_posts_in] +other = "記事一覧" |