Add Japanese translation of ui-text (#1411)
This commit is contained in:
parent
6399e8c9ea
commit
186a98a4c5
1 changed files with 45 additions and 0 deletions
|
@ -927,6 +927,51 @@ pl: &DEFAULT_PL
|
|||
da-PL:
|
||||
<<: *DEFAULT_PL
|
||||
|
||||
# Japanese
|
||||
# -----------------
|
||||
ja: &DEFAULT_JA
|
||||
page : "ページ"
|
||||
pagination_previous : "前へ"
|
||||
pagination_next : "次へ"
|
||||
breadcrumb_home_label : "ホーム"
|
||||
breadcrumb_separator : "/"
|
||||
menu_label : "メニュー"
|
||||
toc_label : "目次"
|
||||
ext_link_label : "リンク"
|
||||
less_than :
|
||||
minute_read :
|
||||
share_on_label : "共有"
|
||||
meta_label :
|
||||
tags_label : "タグ:"
|
||||
categories_label : "カテゴリー:"
|
||||
date_label : "更新日時:"
|
||||
comments_label : "コメントする"
|
||||
comments_title : "コメント"
|
||||
more_label : "さらに詳しく"
|
||||
related_label : "関連記事"
|
||||
follow_label : "フォロー"
|
||||
feed_label :
|
||||
powered_by :
|
||||
website_label :
|
||||
email_label :
|
||||
recent_posts : "最近の投稿"
|
||||
undefined_wpm : "パラメータ words_per_minute が _config.yml で定義されていません"
|
||||
comment_form_info : "メールアドレスが公開されることはありません。次の印のある項目は必ず入力してください:"
|
||||
comment_form_comment_label : "コメント"
|
||||
comment_form_md_info : "Markdown を使用できます"
|
||||
comment_form_name_label : "名前"
|
||||
comment_form_email_label : "メールアドレス"
|
||||
comment_form_website_label : "URL (任意)"
|
||||
comment_btn_submit : "コメントを送信する"
|
||||
comment_btn_submitted : "送信しました"
|
||||
comment_success_msg : "コメントありがとうございます! コメントは承認されるとページに表示されます。"
|
||||
comment_error_msg : "送信エラーです。必須項目がすべて入力されていることを確認して再送信してください。"
|
||||
loading_label : "読み込み中..."
|
||||
search_placeholder_text : "検索キーワードを入力してください..."
|
||||
results_found : "件"
|
||||
ja-JP:
|
||||
<<: *DEFAULT_JA
|
||||
|
||||
# Another locale
|
||||
# --------------
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue