-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ja language support (#475)
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
edit_page: ページの編集 | ||
|
||
nav_navigation: ナビゲーション | ||
nav_tags: タグ | ||
nav_more: さらに | ||
nav_top: トップへ戻る | ||
|
||
form_placeholder_search: 検索 | ||
|
||
error_page_title: お困りですか?ご心配なく | ||
error_message_title: お困りですか? | ||
error_message_code: 404 エラー | ||
error_message_text: > | ||
お探しのものが見つからないようです。<a class="gdoc-error__link" href="{{ . }}">トップページ</a> | ||
へ戻ることができるので、ご安心ください。 | ||
button_toggle_dark: モードの切替 ダーク/ライト/自動 | ||
button_nav_open: ナビゲーションを開く | ||
button_nav_close: ナビゲーションを閉じる | ||
button_menu_open: メニューバーを開く | ||
button_menu_close: メニューバーを閉じる | ||
button_homepage: トップページへ戻る | ||
|
||
title_anchor_prefix: "アンカー先:" | ||
|
||
posts_read_more: 全投稿を閲覧 | ||
posts_read_time: | ||
one: "読むのに 1 分かかります" | ||
other: "読むのに要する時間 {{ . } (分)}" | ||
posts_update_prefix: 更新時刻 | ||
posts_count: | ||
one: "一件の投稿" | ||
other: "{{ . }} 件の投稿" | ||
posts_tagged_with: "'{{ . }}'のタグが付いた記事全部" | ||
|
||
footer_build_with: > | ||
<a href="https://gohugo.io/" class="gdoc-footer__link">Hugo</a> でビルドしています。 | ||
<svg class="icon gdoc_heart"><use xlink:href="#gdoc_heart"></use></svg> | ||
footer_legal_notice: 法的な告知事項 | ||
footer_privacy_policy: プライバシーポリシー | ||
footer_content_license_prefix: > | ||
提供するコンテンツのライセンス | ||
language_switch_no_tranlation_prefix: "未翻訳のページ:" | ||
|
||
propertylist_required: 必須 | ||
propertylist_optional: 任意 | ||
propertylist_default: 既定値 |