Add Japanese translation to installer and popeye, and fix Japanese translation
This commit is contained in:
parent
65afabefd8
commit
0c6bc97133
8 changed files with 79 additions and 17 deletions
51
bl-languages/installer/ja_JP.php
Normal file
51
bl-languages/installer/ja_JP.php
Normal file
|
@ -0,0 +1,51 @@
|
|||
<?php
|
||||
$examples = array(
|
||||
array(
|
||||
'url' => 'welcome-to-bludit',
|
||||
'type' => 'published',
|
||||
'category' => 'general',
|
||||
'position' => 1,
|
||||
'title' => 'Bluditへようこそ!',
|
||||
'description' => '新しいウェブサイトへようこそ。',
|
||||
'tags' => array('Welcome', 'Plugins', 'Themes', 'Bludit'),
|
||||
'content' =>
|
||||
'<p>Bluditを選んでいただきありがとうございます。そして、私たちの日々、成長と驚きのコミュニティへようこそ。</p>
|
||||
<p>さまざまなSNSでBluditをフォローしましょう</p>
|
||||
<ul>
|
||||
<li><a href="https://twitter.com/bludit">https://twitter.com/bludit</a></li>
|
||||
<li><a href="https://www.facebook.com/bluditcms">https://www.facebook.com/bluditcms</a></li>
|
||||
</ul>
|
||||
<p>プラグインやテーマを入手するには、こちらをご覧ください。</p>
|
||||
<ul>
|
||||
<li><a href="https://plugins.bludit.com">https://plugins.bludit.com</a></li>
|
||||
<li><a href="https://themes.bludit.com">https://themes.bludit.com</a></li>
|
||||
</ul>
|
||||
<p>サポートが必要な場合や情報が必要な場合は、公式ドキュメントを読んだり、フォーラムに参加しましょう。</p>
|
||||
<ul>
|
||||
<li><a href="https://forum.bludit.org">https://forum.bludit.org</a></li>
|
||||
<li><a href="https://docs.bludit.com">https://docs.bludit.com</a></li>
|
||||
</ul>'
|
||||
),
|
||||
array(
|
||||
'url' => 'set-up-your-new-website',
|
||||
'type' => 'published',
|
||||
'category' => 'general',
|
||||
'position' => 2,
|
||||
'title' => '新しいウェブサイトを設定する',
|
||||
'description' => '新しいウェブサイトを設定しましょう。',
|
||||
'tags' => array('Language', 'Timezone', 'Markdown', 'Bludit'),
|
||||
'content' =>
|
||||
'<h2>サイト情報を設定する</h2>
|
||||
<p>サイト情報とメタデータを設定しましょう。検索エンジンのランキングのためにサイトの説明を追加したり、SNSの設定やブランドを表すためのサイトロゴを入れたりしましょう。</p>
|
||||
<h2>言語とタイムゾーンを設定する</h2>
|
||||
<p>Bluditは、さまざまな言語とタイムゾーンをサポートしています。自分や訪問者に適した言語とタイムゾーンを設定しましょう。</p>
|
||||
<h2>Markdownを使うには</h2>
|
||||
<p>Bluditは、Markdownをサポートしています。Markdownを利用するには、EasyMDEエディタを有効にします。</p>
|
||||
<ol>
|
||||
<li>管理パネルに移動する</li>
|
||||
<li>プラグイン セクションに移動する</li>
|
||||
<li>TinyMCEプラグインを無効にする</li>
|
||||
<li>EasyMDEプラグインを有効にする</li>
|
||||
</ol>'
|
||||
)
|
||||
);
|
|
@ -52,7 +52,7 @@
|
|||
},
|
||||
"dashboard": "ダッシュボード",
|
||||
"manage-users": "ユーザー管理",
|
||||
"manage-categories": "カテゴリー管理",
|
||||
"manage-categories": "カテゴリ管理",
|
||||
"general-settings": "全般設定",
|
||||
"advanced-settings": "高度な設定",
|
||||
"thanks-for-supporting-bludit": "Bluditへの支援をありがとうございます",
|
||||
|
@ -61,7 +61,7 @@
|
|||
"unlisted": "限定公開ページ",
|
||||
"plugin": "プラグイン",
|
||||
"plugins": "プラグイン",
|
||||
"developers": "開発者",
|
||||
"developers": "開発者向け",
|
||||
"themes": "テーマ",
|
||||
"theme": "テーマ",
|
||||
"about": "サイトについて",
|
||||
|
@ -72,8 +72,8 @@
|
|||
"publish": "公開",
|
||||
"manage": "管理",
|
||||
"content": "コンテンツ",
|
||||
"category": "カテゴリー",
|
||||
"categories": "カテゴリー",
|
||||
"category": "カテゴリ",
|
||||
"categories": "カテゴリ",
|
||||
"users": "ユーザー",
|
||||
"settings": "設定",
|
||||
"general": "全般",
|
||||
|
@ -81,7 +81,7 @@
|
|||
"new-content": "新規コンテンツ",
|
||||
"manage-content": "コンテンツの管理",
|
||||
"add-new-content": "新規コンテンツ追加",
|
||||
"new-category": "新規カテゴリー",
|
||||
"new-category": "新規カテゴリ",
|
||||
"you-do-not-have-sufficient-permissions": "権限がありません",
|
||||
"add-a-new-user": "新規ユーザーの追加",
|
||||
"url-associated-with-the-content": "コンテンツに関連付けられるURLです。",
|
||||
|
@ -129,7 +129,7 @@
|
|||
"position": "位置",
|
||||
"friendly-url": "フレンドリーURL",
|
||||
"image-description": "画像の説明",
|
||||
"add-a-new-category": "新規カテゴリーの追加",
|
||||
"add-a-new-category": "新規カテゴリの追加",
|
||||
"name": "名前",
|
||||
"username": "ユーザー名",
|
||||
"first-name": "名",
|
||||
|
@ -164,7 +164,7 @@
|
|||
"author": "投稿者",
|
||||
"activate": "有効化",
|
||||
"deactivate": "無効化",
|
||||
"edit-category": "カテゴリーの編集",
|
||||
"edit-category": "カテゴリの編集",
|
||||
"delete": "削除",
|
||||
"password": "パスワード",
|
||||
"confirm-password": "パスワードの確認",
|
||||
|
@ -211,9 +211,9 @@
|
|||
"follow-bludit-on": "Bluditをフォローする",
|
||||
"this-is-a-brief-description-of-yourself-our-your-site": "これは、あなたやサイトについての簡単な説明です。このテキストを変更するには管理画面 > 設定 > プラグインに移動して、aboutプラグインの設定を変更してください。",
|
||||
"new-version-available": "利用可能な新しいバージョンがあります",
|
||||
"new-category-created": "新規カテゴリーを作成しました",
|
||||
"category-deleted": "カテゴリーを削除しました",
|
||||
"category-edited": "カテゴリーを編集しました",
|
||||
"new-category-created": "新規カテゴリを作成しました",
|
||||
"category-deleted": "カテゴリを削除しました",
|
||||
"category-edited": "カテゴリを編集しました",
|
||||
"new-user-created": "新規ユーザーを作成しました",
|
||||
"user-edited": "ユーザーを編集しました",
|
||||
"user-deleted": "ユーザーを削除しました",
|
||||
|
@ -317,7 +317,7 @@
|
|||
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "このページのコピーをキャッシュとして保存しないように検索エンジンに指示します。",
|
||||
"uncategorized": "なし",
|
||||
"done": "完了",
|
||||
"delete-category": "カテゴリーを削除します",
|
||||
"delete-category": "カテゴリを削除します",
|
||||
"confirm-new-password": "新しいパスワードの確認",
|
||||
"the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "ニックネームは、コンテンツの投稿者を表示するテーマで使用されます。",
|
||||
"allow-unicode": "Unicodeを許可",
|
||||
|
@ -404,5 +404,6 @@
|
|||
"week": "週",
|
||||
"day": "日",
|
||||
"hour": "時",
|
||||
"second": "秒"
|
||||
"second": "秒",
|
||||
"parent-page": "Parent page"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"plugin-data":
|
||||
{
|
||||
"name": "API",
|
||||
"description": "HTTPを使ってBluditとやり取りするためのインターフェースです。<br>このプラグインについての詳細は<a href=\"https://docs.bludit.com/en/api/introduction\">API紹介</a>をご覧ください。"
|
||||
"description": "HTTPを使ってBluditとやり取りするためのインターフェースです。<br>このプラグインの詳細については「<a href=\"https://docs.bludit.com/en/api/introduction\">API紹介</a>」をご覧ください。"
|
||||
},
|
||||
"api-token": "APIトークン",
|
||||
"amount-of-pages": "ページ数",
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"plugin-data":
|
||||
{
|
||||
"name": "Canonical",
|
||||
"description": "URL正規化(Canonical URL)を使用すると、どのURLが同一のコンテンツであるか検索エンジンに通知できます。"
|
||||
"description": "URL正規化(Canonical URL)を使用すると、検索エンジンにどのURLが同一のコンテンツであるか通知できます。"
|
||||
}
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
"plugin-data":
|
||||
{
|
||||
"name": "Disqus",
|
||||
"description": "Disqusはウェブサイト向けのコメントホスティングサービスです。<br>このサービスを利用するには、<a href=\"https:\/\/disqus.com\">Disqus<\/a>に登録する必要があります。"
|
||||
"description": "Disqusはウェブサイト向けのコメントホスティングサービスです。<br>このサービスを利用するには、<a href=\"https:\/\/disqus.com\">Disqus<\/a>に登録の必要があります。"
|
||||
},
|
||||
"disqus-shortname": "Disqusショートネーム",
|
||||
"enable-disqus-on-standard-pages": "標準ページにDisqusを使う",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"plugin-data":
|
||||
{
|
||||
"name": "Maintenance mode",
|
||||
"description": "サイトをメンテナンスモードに設定します。管理画面にはアクセスできます。"
|
||||
"description": "サイトをメンテナンスモードに設定します。管理画面へのアクセスは可能です。"
|
||||
},
|
||||
|
||||
"enable-maintenance-mode": "メンテナンスモードを有効にする",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"plugin-data":
|
||||
{
|
||||
"name": "Robots",
|
||||
"description": "ウェブサイトのRobots exclusion standard(RES)の制御を有効にします。ページごとの制御はSEOオプションからRobotの動作を設定できます。また、このプラグインではrobots.txtファイルの設定もできます。"
|
||||
"description": "ウェブサイトのRobots exclusion standard(RES)制御を有効にします。ページごとの制御は、SEOオプションからRobotの動作を設定します。このプラグインではrobots.txtファイルの設定もできます。"
|
||||
},
|
||||
"configure-robotstxt-file": "robots.txtファイルの設定",
|
||||
"this-plugin-generates-the-file": "プラグインは次のファイルを生成します "
|
||||
|
|
10
bl-themes/popeye/languages/ja_JP.json
Normal file
10
bl-themes/popeye/languages/ja_JP.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"theme-data":
|
||||
{
|
||||
"name": "Popeye",
|
||||
"description": ""
|
||||
},
|
||||
"related-pages": "関連ページ",
|
||||
"minutes": "分",
|
||||
"read": "で読めます"
|
||||
}
|
Loading…
Reference in a new issue