diff --git a/bl-languages/ja_JP.json b/bl-languages/ja_JP.json
index 4ae69fe3..9c1b6a02 100644
--- a/bl-languages/ja_JP.json
+++ b/bl-languages/ja_JP.json
@@ -1,11 +1,11 @@
{
"language-data": {
"native": "日本語 (Japanese)",
- "english-name": "Japanese",
+ "english-name": "日本語",
"locale": "ja, ja_JP",
"last-update": "2019-06-25",
"authors": [
- "Jun Nogata http:\/\/www.nofuture.tv",
+ "Jun Nogata",
"",
"",
""
@@ -60,9 +60,9 @@
"language": "言語",
"plugin": "プラグイン",
"plugins": "プラグイン",
- "developers": "開発者",
+ "developers": "開発",
"themes": "テーマ",
- "about": "このサイトについて",
+ "about": "サイトについて",
"url": "URL",
"welcome": "ようこそ",
"logout": "ログアウト",
@@ -158,7 +158,7 @@
"date-and-time-formats": "日付と時刻の書式",
"date-format": "日付の書式",
"current-format": "現在の書式",
- "version": "バージョン",
+ "version": "バージョン:",
"author": "投稿者",
"activate": "有効化",
"deactivate": "停止",
@@ -287,11 +287,11 @@
"example-page-2-content": "管理パネル<\/a> からサイトの設定を更新しましょう。タイトルや説明、SNSの設定などが 設定 > 一般<\/a> から変更できます。",
"example-page-3-slug": "follow-bludit",
"example-page-3-title": "Bluditをフォローする",
- "example-page-3-content": "ニュースやリリース、新しいテーマやプラグインについての情報を入手するには Facebook<\/a> や Twitter<\/a> 、 YouTube<\/a>のSNSをフォローするか私たちのBlog<\/a>をご覧ください。",
+ "example-page-3-content": "ニュースやリリース、新しいテーマやプラグインについての情報を入手するには Facebook<\/a> や Twitter<\/a> 、 YouTube<\/a>のSNSをフォローするか、私たちのBlog<\/a>をご覧ください。",
"example-page-4-slug": "about",
- "example-page-4-title": "このサイトについて",
- "example-page-4-content": "Aboutページは、サイトでよく読まれるページです。必要な事柄、あなたの名前や自分について、連絡方法、サイトのことや、きっかけなどを簡単に記述します。",
- "the-extension-zip-is-not-installed": "拡張ZIPはインストールされていません。このプラグインを使用するには、拡張機能をインストールする必要があります。",
+ "example-page-4-title": "サイトについて",
+ "example-page-4-content": "Aboutページはサイトでよく読まれるページです。あなたの名前や自分について、連絡方法、サイトのことや、きっかけ、必要な事柄などを簡単に記述します。",
+ "the-extension-zip-is-not-installed": "拡張ZIPがインストールされていません。このプラグインを使用するには、拡張機能をインストールする必要があります。",
"there-are-no-sticky-pages-at-this-moment": "現在、先頭に固定されたページはありません。",
"there-are-no-scheduled-pages-at-this-moment": "現在、投稿を予約したページはありません。",
"update": "更新",
diff --git a/bl-plugins/about/languages/ja_JP.json b/bl-plugins/about/languages/ja_JP.json
index 353242d5..354df118 100644
--- a/bl-plugins/about/languages/ja_JP.json
+++ b/bl-plugins/about/languages/ja_JP.json
@@ -2,6 +2,6 @@
"plugin-data":
{
"name": "About",
- "description": "サイトやあなた自身についての概要を表示します。"
+ "description": "サイトや自己紹介などの簡単な説明を表示します。"
}
}
\ No newline at end of file
diff --git a/bl-plugins/api/languages/ja_JP.json b/bl-plugins/api/languages/ja_JP.json
new file mode 100644
index 00000000..2c12e075
--- /dev/null
+++ b/bl-plugins/api/languages/ja_JP.json
@@ -0,0 +1,11 @@
+{
+ "plugin-data":
+ {
+ "name": "API",
+ "description": "HTTPを使用してBluditと対話するインターフェースです。
このプラグインについては API Introduction<\/a> を参照してください。"
+ },
+ "api-token": "APIトークン",
+ "amount-of-pages": "ページ数",
+ "this-is-the-maximum-of-pages-to-return-when-you-call-to": "\/api\/pages 呼び出し時に返される最大ページ数です",
+ "this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "このトークンは読み取り専用トークンです。プラグインをインストールするたびに再生成されます"
+}
\ No newline at end of file
diff --git a/bl-plugins/backup/languages/ja_JP.json b/bl-plugins/backup/languages/ja_JP.json
new file mode 100644
index 00000000..a0e91cae
--- /dev/null
+++ b/bl-plugins/backup/languages/ja_JP.json
@@ -0,0 +1,12 @@
+{
+ "plugin-data":
+ {
+ "name": "Backup",
+ "description": "手軽にBluditのバックアップを取ります。"
+ },
+ "create-backup": "バックアップを作成",
+ "download": "ダウンロード",
+ "restore-backup": "バックアップをリストア",
+ "delete-backup": "バックアップを削除",
+ "there-are-no-backups-for-the-moment": "現在、バックアップはありません"
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-languages/ja_JP.json b/bl-plugins/bl-languages/ja_JP.json
new file mode 100644
index 00000000..75bd4a15
--- /dev/null
+++ b/bl-plugins/bl-languages/ja_JP.json
@@ -0,0 +1,391 @@
+{
+ "language-data": {
+ "native": "日本語 (Japanese)",
+ "english-name": "日本語",
+ "locale": "ja, ja_JP",
+ "last-update": "2019-06-25",
+ "authors": [
+ "Jun Nogata",
+ "",
+ "",
+ ""
+ ]
+ },
+ "dates": {
+ "Mon": "月",
+ "Tue": "火",
+ "Wed": "水",
+ "Thu": "木",
+ "Fri": "金",
+ "Sat": "土",
+ "Sun": "日",
+ "Monday": "月曜日",
+ "Tuesday": "火曜日",
+ "Wednesday": "水曜日",
+ "Thursday": "木曜日",
+ "Friday": "金曜日",
+ "Saturday": "土曜日",
+ "Sunday": "日曜日",
+ "Jan": "1",
+ "Feb": "2",
+ "Mar": "3",
+ "Apr": "4",
+ "Jun": "6",
+ "Jul": "7",
+ "Aug": "8",
+ "Sep": "9",
+ "Oct": "10",
+ "Nov": "11",
+ "Dec": "12",
+ "January": "1月",
+ "February": "2月",
+ "March": "3月",
+ "April": "4月",
+ "May": "5月",
+ "June": "6月",
+ "July": "7月",
+ "August": "8月",
+ "September": "9月",
+ "October": "10月",
+ "November": "11月",
+ "December": "12月"
+ },
+ "dashboard": "ダッシュボード",
+ "manage-users": "ユーザー管理",
+ "manage-categories": "カテゴリー管理",
+ "general-settings": "一般設定",
+ "advanced-settings": "詳細設定",
+ "thanks-for-supporting-bludit": "Bluditへの支援をありがとうございます",
+ "upgrade-to-bludit-pro": "Bludit PROにアップグレード",
+ "language": "言語",
+ "plugin": "プラグイン",
+ "plugins": "プラグイン",
+ "developers": "開発者",
+ "themes": "テーマ",
+ "about": "About",
+ "url": "URL",
+ "welcome": "ようこそ",
+ "logout": "ログアウト",
+ "website": "サイト",
+ "publish": "公開",
+ "manage": "管理",
+ "content": "コンテンツ",
+ "category": "カテゴリー",
+ "categories": "Categories",
+ "users": "ユーザー",
+ "settings": "設定",
+ "general": "一般",
+ "advanced": "高度な設定",
+ "new-content": "新規コンテンツ",
+ "manage-content": "コンテンツの管理",
+ "add-new-content": "新規コンテンツ追加",
+ "new-category": "新規カテゴリー",
+ "you-do-not-have-sufficient-permissions": "権限がありません",
+ "add-a-new-user": "新規ユーザーの追加",
+ "url-associated-with-the-content": "コンテンツに関連付けられるURLです。",
+ "language-and-timezone": "言語とタイムゾーン",
+ "change-your-language-and-region-settings": "言語と地域の設定を変更します。",
+ "notifications": "通知",
+ "plugin-activated": "プラグインを有効化しました",
+ "plugin-deactivated": "プラグインを無効化しました",
+ "new-theme-configured": "新しいテーマを設定しました",
+ "settings-changes": "設定を変更しました",
+ "plugin-configured": "プラグインを設定しました",
+ "welcome-to-bludit": "Bluditへようこそ",
+ "statistics": "統計情報",
+ "drafts": "下書き",
+ "title": "タイトル",
+ "save": "保存",
+ "save-as-draft": "下書きとして保存",
+ "cancel": "キャンセル",
+ "description": "説明",
+ "this-field-can-help-describe-the-content": "このフィールドには、コンテンツ内容の簡単な説明を書きます。",
+ "images": "画像",
+ "error": "エラー",
+ "supported-image-file-types": "サポートされている画像ファイル形式",
+ "cover-image": "カバー画像",
+ "drag-and-drop-or-click-here": "ドラッグ・アンド・ドロップもしくはクリックします",
+ "there-are-no-images": "画像がありません",
+ "upload-and-more-images": "アップロードと画像の追加",
+ "click-on-the-image-for-options": "画像をクリックしてオプションを表示します。",
+ "click-here-to-cancel": "キャンセルをするには、ここをクリック",
+ "insert-image": "画像を挿入",
+ "set-as-cover-image": "カバー画像として設定する",
+ "delete-image": "画像を削除",
+ "tags": "タグ",
+ "add": "追加",
+ "status": "状態",
+ "published": "公開済み",
+ "draft": "下書き",
+ "empty-title": "タイトルが入っていません",
+ "empty": "空",
+ "date": "日付",
+ "external-cover-image": "外部カバー画像",
+ "parent": "親",
+ "full-image-url": "完全な画像URL.",
+ "this-field-is-used-when-you-order-the-content-by-position": "このフィールドは、コンテンツを位置別に並べ替えに使用されます。",
+ "position": "位置",
+ "friendly-url": "フレンドリーURL",
+ "image-description": "画像の説明",
+ "add-a-new-category": "新規カテゴリーの追加",
+ "name": "名称",
+ "username": "ユーザー名",
+ "first-name": "名",
+ "last-name": "姓",
+ "to-schedule-the-content-select-the-date-and-time": "コンテンツを予約投稿するには、状態を\"公開\"に設定する必要があります。",
+ "email": "メール",
+ "role": "権限グループ",
+ "registered": "作成日時",
+ "site-information": "サイト情報",
+ "site-title": "サイトのタイトル",
+ "use-this-field-to-name-your-site": "サイトの名前を入力します。",
+ "site-slogan": "スローガン",
+ "use-this-field-to-add-a-catchy-phrase": "サイトのスローガンを入力します。",
+ "site-description": "サイトの説明",
+ "you-can-add-a-site-description-to-provide": "サイトについての説明や短い略歴を追加します。",
+ "footer-text": "フッターテキスト",
+ "you-can-add-a-small-text-on-the-bottom": "各ページ下部に表示する簡単なテキストを追加します。例: 著作権表示, 所有者, 日付など。",
+ "social-networks-links": "ソーシャルネットワークリンク",
+ "site-url": "サイトURL",
+ "email-account-settings": "メールアカウント設定",
+ "sender-email": "送信メールアドレス",
+ "emails-will-be-sent-from-this-address": "メールはこのアドレスから送信されます。",
+ "url-filters": "URLフィルター",
+ "select-your-sites-language": "サイトの言語を選択します。",
+ "timezone": "タイムゾーン",
+ "select-a-timezone-for-a-correct": "タイムゾーンを選択して、サイトの日付\/時刻を正しく表示します。",
+ "locale": "ロケール",
+ "date-and-time-formats": "日付と時刻の書式",
+ "date-format": "日付の書式",
+ "current-format": "現在の書式",
+ "version": "バージョン",
+ "author": "投稿者",
+ "activate": "有効化",
+ "deactivate": "停止",
+ "edit-category": "カテゴリーの編集",
+ "delete": "削除",
+ "password": "パスワード",
+ "confirm-password": "パスワードの確認",
+ "editor": "編集者",
+ "administrator": "管理者",
+ "edit-user": "ユーザーの編集",
+ "edit-content": "コンテンツの編集",
+ "profile": "プロフィール",
+ "change-password": "パスワードの変更",
+ "enabled": "有効",
+ "disable-the-user": "ユーザーを無効にする",
+ "profile-picture": "プロフィール画像",
+ "edit-or-delete-your-categories": "カテゴリを編集または削除する",
+ "create-a-new-category-to-organize-your-content": "コンテンツを整理するための新しいカテゴリを作成する",
+ "confirm-delete-this-action-cannot-be-undone": "削除をしますか? この操作は取り消せません。",
+ "do-you-want-to-disable-the-user": "ユーザーを無効にしますか?",
+ "new-password": "新しいパスワード",
+ "you-can-change-this-field-when-save-the-current-changes": "このフィールドは、現在の変更内容を保存するときに変更できます。",
+ "items-per-page": "ページ表示件数",
+ "invite-a-friend-to-collaborate-on-your-site": "サイトで共同作業をする友人を招待します",
+ "number-of-items-to-show-per-page": "1ページあたりに表示するコンテンツ件数を指定します。",
+ "website-or-blog": "Webサイトまたはブログ",
+ "order-content-by": "コンテンツ表示順",
+ "edit-or-delete-content-from-your-site": "サイトからコンテンツを編集または削除する",
+ "order-the-content-by-date-to-build-a-blog": "コンテンツを日付順に並べてブログ、もしくは位置順に並べてWebサイトを構築します。",
+ "page-not-found-content": "おや? このページは存在しないようです。",
+ "page-not-found": "ページが見つかりません",
+ "predefined-pages": "規定ページ",
+ "returning-page-when-the-page-doesnt-exist": "ページが存在しない場合に表示するページです。規定ではデフォルトメッセージを表示します。",
+ "returning-page-for-the-main-page": "メインページに戻るページです。規定では最新のコンテンツを日付または位置順で表示します。",
+ "full-url-of-your-site": "サイトの完全なURL。HTTPまたはHTTPS(サーバーでSSLを有効にしている場合のみ)を含めた完全な形で入力します。",
+ "with-the-locales-you-can-set-the-regional-user-interface": "ロケールを指定すると、地域に合わせたインターフェイスや言語に応じた日付の表示が設定できます。ロケールはシステムにインストールされている必要があります。",
+ "bludit-installer": "Bluditインストーラー",
+ "choose-your-language": "言語を選択してください",
+ "next": "次へ",
+ "complete-the-form-choose-a-password-for-the-username-admin": "ユーザー名 < admin ><\/b> のパスワードをフォームに入力",
+ "show-password": "パスワードを表示",
+ "install": "インストール",
+ "login": "ログイン",
+ "back-to-login-form": "ログインフォームに戻る",
+ "get-login-access-code": "ログインアクセスコードを送信",
+ "email-access-code": "Eメールアクセスコード",
+ "whats-next": "次の操作",
+ "username-or-password-incorrect": "ユーザー名またはパスワードが正しくありません",
+ "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-user-created": "新規ユーザーを作成しました",
+ "user-edited": "ユーザーを編集しました",
+ "user-deleted": "ユーザーを削除しました",
+ "recommended-for-recovery-password-and-notifications": "リカバリパスワードおよび通知に推奨されます。",
+ "authentication-token": "認証トークン",
+ "token": "トークン",
+ "current-status": "現在の状態",
+ "upload-image": "画像をアップロード",
+ "the-changes-have-been-saved": "変更を保存しました",
+ "label": "ラベル",
+ "links": "Links",
+ "this-title-is-almost-always-used-in-the-sidebar-of-the-site": "このタイトルは、サイトのサイドバーなどで利用されます。",
+ "password-must-be-at-least-6-characters-long": "パスワードは6文字以上入力してください",
+ "ip-address-has-been-blocked": "IPアドレスはブロックされています",
+ "try-again-in-a-few-minutes": "しばらくしてから、もう一度お試しください",
+ "content-published-from-scheduler": "投稿予約されたコンテンツ",
+ "blog": "ブログ",
+ "complete-all-fields": "すべてのフィールドを埋めました",
+ "static": "固定ページ",
+ "about-your-site-or-yourself": "サイトや自分について",
+ "homepage": "ホームページ",
+ "disabled": "無効",
+ "to-enable-the-user-you-must-set-a-new-password": "ユーザーを有効にするには新しくパスワードを設定する必要があります。",
+ "delete-the-user-and-associate-his-content-to-admin-user": "ユーザーを削除し、コンテンツをadminユーザーに引き継ぐ",
+ "delete-the-user-and-all-his-content": "ユーザーとコンテンツを削除",
+ "user-disabled": "ユーザーを無効化しました",
+ "user-password-changed": "ユーザーパスワードを変更しました",
+ "the-password-and-confirmation-password-do-not-match": "パスワードと確認パスワードが一致しません",
+ "scheduled-content": "予約されたコンテンツ",
+ "there-are-no-scheduled-content": "投稿が予約されたコンテンツはありません。",
+ "new-content-created": "新規コンテンツを作成しました",
+ "content-edited": "コンテンツを編集しました",
+ "content-deleted": "コンテンツを削除しました",
+ "undefined": "未定義",
+ "create-new-content-for-your-site": "サイトのコンテンツを作成する",
+ "order-items-by": "Order items by",
+ "all-content": "すべてのコンテンツ",
+ "dynamic": "動的",
+ "type": "タイプ",
+ "draft-content": "下書きのコンテンツ",
+ "post": "投稿",
+ "default": "デフォルト",
+ "latest-content": "最新のコンテンツ",
+ "default-message": "デフォルトメッセージ",
+ "no-parent": "親がありません",
+ "have-you-seen-my-ball": "私のボールを見ましたか?",
+ "pagebreak": "改ページ",
+ "pages": "ページ",
+ "this-plugin-may-not-be-supported-by-this-version-of-bludit": "プラグインは、このバージョンのBluditではサポートされていない可能性があります。",
+ "previous": "前へ",
+ "previous-page": "前のページへ",
+ "next-page": "次ページへ",
+ "scheduled": "予約済み",
+ "this-token-is-similar-to-a-password-it-should-not-be-shared": "トークンはパスワードと同様のものです。共有しないでください。",
+ "congratulations-you-have-successfully-installed-your-bludit": "おめでとうございます。Bluditのインストールは完了しました。",
+ "this-theme-may-not-be-supported-by-this-version-of-bludit": "テーマは、このバージョンのBluditではサポートされていない可能性があります。",
+ "read-more": "もっと読む",
+ "remember-me": "ログイン状態を保存する",
+ "plugins-position": "プラグインの位置",
+ "plugins-sorted": "プラグインを並び替えました",
+ "plugins-position-changed": "プラグインの位置を変更しました",
+ "drag-and-drop-to-set-the-position-of-the-plugin": "ドラッグ・アンド・ドロップしてプラグインの位置を設定します",
+ "change-the-position-of-the-plugins": "プラグインの位置を変更する",
+ "reading-time": "読み終える時間",
+ "minutes": "分",
+ "minute": "分",
+ "example-page-1-slug": "create-your-own-content",
+ "example-page-1-title": "コンテンツを作成する",
+ "example-page-1-content": "コンテンツを書き始めたり、コンテンツを編集しましょう。コンテンツを作成、編集、削除をするには、ユーザー名 `admin` とインストール時に設定したパスワードを使用して 管理パネル<\/a> にログインします。",
+ "example-page-2-slug": "set-up-your-new-site",
+ "example-page-2-title": "サイトを設定する",
+ "example-page-2-content": "管理パネル<\/a> からサイトの設定を更新しましょう。タイトルや説明、SNSの設定などが 設定 > 一般<\/a> から変更できます。",
+ "example-page-3-slug": "follow-bludit",
+ "example-page-3-title": "Bluditをフォローする",
+ "example-page-3-content": "ニュースやリリース、新しいテーマやプラグインについての情報を入手するには Facebook<\/a> や Twitter<\/a> 、 YouTube<\/a>のSNSをフォローするか、私たちのBlog<\/a>をご覧ください。",
+ "example-page-4-slug": "about",
+ "example-page-4-title": "About",
+ "example-page-4-content": "Aboutページは、サイトでよく読まれるページです。必要な事柄、あなたの名前や自分について、連絡方法、サイトのことや、きっかけなどを簡単に記述します。",
+ "the-extension-zip-is-not-installed": "拡張ZIPはインストールされていません。このプラグインを使用するには、拡張機能をインストールする必要があります。",
+ "there-are-no-sticky-pages-at-this-moment": "現在、先頭に固定されたページはありません。",
+ "there-are-no-scheduled-pages-at-this-moment": "現在、投稿を予約したページはありません。",
+ "update": "更新",
+ "template": "テンプレート",
+ "nickname": "ニックネーム",
+ "disable-user": "ユーザーを無効化",
+ "delete-user-and-keep-content": "ユーザーを削除 (コンテンツは保持)",
+ "delete-user-and-delete-content": "ユーザーとコンテンツを削除 (警告)",
+ "social-networks": "ソーシャルネットワーク",
+ "interval": "間隔",
+ "number-in-minutes-for-every-execution-of-autosave": "自動保存を実行する分数を入力します。",
+ "extreme-friendly-url": "フレンドリーURL",
+ "title-formats": "タイトル書式",
+ "delete-content": "コンテンツの削除",
+ "are-you-sure-you-want-to-delete-this-page": "このページを削除してもよろしいですか?",
+ "sticky": "先頭固定表示",
+ "actions": "操作",
+ "edit": "編集",
+ "options": "オプション",
+ "enter-title": "タイトルを入力してください",
+ "media-manager": "メディアマネージャー",
+ "set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "CDNや画像サーバーなどにあるカバー画像の外部URLを設定します。",
+ "user": "ユーザー",
+ "date-format-format": "日付の書式: YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
+ "start-typing-a-page-title-to-see-a-list-of-suggestions": "ページタイトルを入力すると候補リストを表示します。",
+ "field-used-when-ordering-content-by-position": "コンテンツを位置別に並べる時に使用するフィールドです。",
+ "write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "テーマ内のページをフィルタリングし、ページのスタイルを変更するためのテンプレート名を入力します。",
+ "write-the-tags-separated-by-commas": "タグをカンマで区切って書きます。",
+ "apply-code-noindex-code-to-this-page": "このページに noindex<\/code> を適用。",
+ "this-tells-search-engines-not-to-show-this-page-in-their-search-results": "検索エンジンの検索結果に、このページを表示しないように設定します。",
+ "apply-code-nofollow-code-to-this-page": "このページに nofollow<\/code> を適用。",
+ "this-tells-search-engines-not-to-follow-links-on-this-page": "検索エンジンに、このページからのリンクをしないように設定します。",
+ "apply-code-noarchive-code-to-this-page": "このページに noarchive<\/code> を適用。",
+ "this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "検索エンジンに、このページをキャッシュとしてコピーしないように設定します。",
+ "uncategorized": "未分類",
+ "done": "完了",
+ "delete-category": "カテゴリーを削除します",
+ "are-you-sure-you-want-to-delete-this-category?": "このカテゴリを削除してもよろしいですか?",
+ "confirm-new-password": "新しいパスワードの確認",
+ "the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "ニックネームは、コンテンツの投稿者を表示するテーマで使用されます。",
+ "allow-unicode": "Unicodeを許可",
+ "allow-unicode-characters-in-the-url-and-some-part-of-the-system": "URLまたはシステムの一部にUnicode文字の使用を許可します。",
+ "variables-allowed": "使用可能な変数",
+ "tag": "タグ",
+ "drag-and-drop-to-sort-the-plugins": "ドラッグ・アンド・ドロップをしてプラグインを並び替えます。",
+ "seo": "SEO",
+ "documentation": "文書",
+ "forum-support": "フォーラムサポート",
+ "chat-support": "チャットサポート",
+ "quick-links": "クイックリンク",
+ "leave-empty-for-autocomplete-by-bludit": "Bluditの自動補完のために空のままにしてください。",
+ "choose-a-password-for-the-user-admin": "admin<\/code>ユーザーのパスワードを入力してください",
+ "access-denied": "アクセスが拒否されました",
+ "choose-images-to-upload": "アップロードする画像を選択",
+ "insert": "挿入",
+ "upload": "アップロード",
+ "autosave": "自動保存",
+ "the-content-is-saved-as-a-draft-to-publish-it": "内容は下書きとして保存されます。公開をするには 公開<\/b> ボタンをクリック、作業中の場合は 下書きとして保存<\/b> をクリックします。",
+ "site": "サイト",
+ "first": "最初",
+ "last": "最後",
+ "there-are-no-pages-at-this-moment": "現在、ページはありません。",
+ "there-are-no-static-pages-at-this-moment": "現在、固定ページはありません。",
+ "there-are-no-draft-pages-at-this-moment": "現在、下書きのページはありません。",
+ "good-morning": "おはようございます",
+ "good-afternoon": "こんにちは",
+ "good-evening": "こんばんは",
+ "good-night": "こんばんは",
+ "hello": "こんにちは",
+ "there-are-no-images-for-the-page": "ページに画像はありません。",
+ "select-cover-image": "カバー画像を選択",
+ "this-plugin-depends-on-the-following-plugins": "プラグインは、以下のプラグインに依存しています。",
+ "no-pages-found": "ページが見つかりませんでした。",
+ "system-updated": "システムは更新されました。",
+ "security": "セキュリティ",
+ "remove-cover-image": "カバー画像を削除",
+ "width": "幅",
+ "height": "高さ",
+ "quality": "品質",
+ "thumbnails": "サムネイル",
+ "thumbnail": "サムネイル",
+ "thumbnail-width-in-pixels": "サムネイルの幅 (px)。",
+ "thumbnail-height-in-pixels": "サムネイルの高さ (px)。",
+ "thumbnail-quality-in-percentage": "サムネイル画像の品質 (%)。",
+ "maximum-load-file-size-allowed:": "許可された最大ロードファイルサイズ:",
+ "file-type-is-not-supported": "ファイル形式はサポートされていません。許可された形式:",
+ "page-content": "ページコンテンツ",
+ "markdown-parser": "Markdownパーサー",
+ "site-logo": "サイトロゴ",
+ "search": "検索",
+ "search-plugins": "プラグインを検索",
+ "enabled-plugins": "使用中のプラグイン",
+ "disabled-plugins": "停止中のプラグイン",
+ "remove-logo": "ロゴを削除",
+ "preview": "プレビュー",
+ "author-can-write-and-edit-their-own-content": "投稿者: コンテンツを書いたり編集できます。編集者: 自分以外のコンテンツも書いたり編集できます。"
+}
diff --git a/bl-plugins/bl-plugins/about/languages/ja_JP.json b/bl-plugins/bl-plugins/about/languages/ja_JP.json
new file mode 100644
index 00000000..46c21cf0
--- /dev/null
+++ b/bl-plugins/bl-plugins/about/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "About",
+ "description": "サイトやあなたについての簡単な説明を表示します。"
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/api/languages/ja_JP.json b/bl-plugins/bl-plugins/api/languages/ja_JP.json
new file mode 100644
index 00000000..87fcffdb
--- /dev/null
+++ b/bl-plugins/bl-plugins/api/languages/ja_JP.json
@@ -0,0 +1,11 @@
+{
+ "plugin-data":
+ {
+ "name": "API",
+ "description": "HTTPを使用してBluditとやり取りするインターフェース。
このプラグインについては API Introduction<\/a> を参照してください。"
+ },
+ "api-token": "APIトークン",
+ "amount-of-pages": "ページ数",
+ "this-is-the-maximum-of-pages-to-return-when-you-call-to": "これは \/api\/pages 呼び出し時に返される最大ページ数です",
+ "this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "このトークンは読み取り専用トークンで、プラグインをインストールするたびに再生成されます"
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/backup/languages/ja_JP.json b/bl-plugins/bl-plugins/backup/languages/ja_JP.json
new file mode 100644
index 00000000..41603f9f
--- /dev/null
+++ b/bl-plugins/bl-plugins/backup/languages/ja_JP.json
@@ -0,0 +1,12 @@
+{
+ "plugin-data":
+ {
+ "name": "Backup",
+ "description": "Bluditを簡単にバックアップします。"
+ },
+ "create-backup": "バックアップを作成",
+ "download": "ダウンロード",
+ "restore-backup": "バックアップをリストア",
+ "delete-backup": "バックアップを削除",
+ "there-are-no-backups-for-the-moment": "現在、バックアップはありません"
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/canonical/languages/ja_JP.json b/bl-plugins/bl-plugins/canonical/languages/ja_JP.json
new file mode 100644
index 00000000..6ef153b7
--- /dev/null
+++ b/bl-plugins/bl-plugins/canonical/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "Canonical",
+ "description": "カノニカル(正規化)URLを使用すると、検索エンジンに、どのURLのコンテンツが同一コンテンツであるかを通知できます。"
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/categories/languages/ja_JP.json b/bl-plugins/bl-plugins/categories/languages/ja_JP.json
new file mode 100644
index 00000000..3ae69d6b
--- /dev/null
+++ b/bl-plugins/bl-plugins/categories/languages/ja_JP.json
@@ -0,0 +1,8 @@
+{
+ "plugin-data":
+ {
+ "name": "Categories",
+ "description": "サイドバーにすべてのカテゴリを表示します。"
+ },
+ "hide-categories-without-content": "コンテンツのないカテゴリを非表示にする"
+}
diff --git a/bl-plugins/bl-plugins/disqus/languages/ja_JP.json b/bl-plugins/bl-plugins/disqus/languages/ja_JP.json
new file mode 100644
index 00000000..9837be40
--- /dev/null
+++ b/bl-plugins/bl-plugins/disqus/languages/ja_JP.json
@@ -0,0 +1,12 @@
+{
+ "plugin-data":
+ {
+ "name": "Disqus",
+ "description": "DisqusはWebサイト向けのコメントホスティングサービスです。このサービスを利用するには、Disqus<\/a>に登録する必要があります。"
+ },
+ "disqus-shortname": "Disqusショートネーム",
+ "enable-disqus-on-pages": "ページにDisqusを使用",
+ "enable-disqus-on-static-pages": "固定ページにDisqusを使用",
+ "enable-disqus-on-sticky-pages": "先頭固定ページにDisqusを使用",
+ "get-the-shortname-from-the-disqus-general-settings": "Disqus一般設定からショートネームを取得します"
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/easymde/languages/ja_JP.json b/bl-plugins/bl-plugins/easymde/languages/ja_JP.json
new file mode 100644
index 00000000..b34bf16e
--- /dev/null
+++ b/bl-plugins/bl-plugins/easymde/languages/ja_JP.json
@@ -0,0 +1,12 @@
+{
+ "plugin-data":
+ {
+ "name": "EasyMDE",
+ "description": "Markdownエディター。マークアップ言語がスッキリとしたインターフェースで書けます。"
+ },
+ "toolbar": "ツールバー",
+ "tab-size": "タブ幅",
+ "autosave": "自動保存",
+ "spell-checker": "スペルチェッカー",
+ "content-here-supports-markdown-and-html-code": "このコンテンツはMarkdownとHTMLコードをサポートしています"
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/hit-counter/languages/ja_JP.json b/bl-plugins/bl-plugins/hit-counter/languages/ja_JP.json
new file mode 100644
index 00000000..7d359d57
--- /dev/null
+++ b/bl-plugins/bl-plugins/hit-counter/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "Hit Counter",
+ "description": "サイドバーに訪問回数やユニークビジター数を表示します。"
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/html-code/languages/ja_JP.json b/bl-plugins/bl-plugins/html-code/languages/ja_JP.json
new file mode 100644
index 00000000..9e24cae9
--- /dev/null
+++ b/bl-plugins/bl-plugins/html-code/languages/ja_JP.json
@@ -0,0 +1,13 @@
+{
+ "plugin-data":
+ {
+ "name": "HTML Code",
+ "description": "サイトのheadメタデータ、ヘッダーやフッターに、HTML, CSS, Java Scriptコードを追加します。"
+ },
+ "insert-code-in-the-theme-inside-the-tag-head": "テーマの <head> <\/head> タグ内にコードを挿入します",
+ "insert-code-in-the-theme-at-the-top": "テーマ上部にコードを挿入します。",
+ "insert-code-in-the-theme-at-the-bottom": "テーマ下部にコードを挿入します。",
+ "insert-code-in-the-admin-area-inside-the-tag-head": "管理パネルの <head> <\/head> タグ内にコードを挿入します",
+ "insert-code-in-the-admin-area-at-the-top": "管理パネル上部にコードを挿入します。",
+ "insert-code-in-the-admin-area-at-the-bottom": "管理パネル下部にコードを挿入します。"
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/links/languages/ja_JP.json b/bl-plugins/bl-plugins/links/languages/ja_JP.json
new file mode 100644
index 00000000..9ae21e8a
--- /dev/null
+++ b/bl-plugins/bl-plugins/links/languages/ja_JP.json
@@ -0,0 +1,8 @@
+{
+ "plugin-data":
+ {
+ "name": "Links",
+ "description": "サイドバーにリンクを表示します。これらのリンクは設定から変更できます。"
+ },
+ "add-a-new-link": "新規リンクを追加"
+}
diff --git a/bl-plugins/bl-plugins/maintenance-mode/languages/ja_JP.json b/bl-plugins/bl-plugins/maintenance-mode/languages/ja_JP.json
new file mode 100644
index 00000000..d04f41c7
--- /dev/null
+++ b/bl-plugins/bl-plugins/maintenance-mode/languages/ja_JP.json
@@ -0,0 +1,10 @@
+{
+ "plugin-data":
+ {
+ "name": "Maintenance mode",
+ "description": "サイトをメンテナンスモードに設定します。管理パネルにはアクセスできます。"
+ },
+
+ "enable-maintenance-mode": "メンテナンスモードを有効にする",
+ "message": "メッセージ"
+}
diff --git a/bl-plugins/bl-plugins/navigation/languages/ja_JP.json b/bl-plugins/bl-plugins/navigation/languages/ja_JP.json
new file mode 100644
index 00000000..44a4c834
--- /dev/null
+++ b/bl-plugins/bl-plugins/navigation/languages/ja_JP.json
@@ -0,0 +1,10 @@
+{
+ "plugin-data":
+ {
+ "name": "Navigation",
+ "description": "サイドバーに親ページと子ページを表示するナビゲーションメニューです。"
+ },
+ "home-link": "ホームリンク",
+ "show-the-home-link-on-the-sidebar": "サイドバーにホームリンクを表示する",
+ "amount-of-items": "アイテム数"
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/opengraph/languages/ja_JP.json b/bl-plugins/bl-plugins/opengraph/languages/ja_JP.json
new file mode 100644
index 00000000..bb52a537
--- /dev/null
+++ b/bl-plugins/bl-plugins/opengraph/languages/ja_JP.json
@@ -0,0 +1,9 @@
+{
+ "plugin-data":
+ {
+ "name": "Open Graph",
+ "description": "The Open Graph protocol enables any web page to become a rich object in a social graph."
+ },
+ "set-a-default-image-for-content": "Set a default image for the content without pictures.",
+ "set-your-facebook-app-id": "Set your Facebook App ID."
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/remote-content/languages/ja_JP.json b/bl-plugins/bl-plugins/remote-content/languages/ja_JP.json
new file mode 100644
index 00000000..54b02a6f
--- /dev/null
+++ b/bl-plugins/bl-plugins/remote-content/languages/ja_JP.json
@@ -0,0 +1,11 @@
+{
+ "plugin-data":
+ {
+ "name": "Remote Content",
+ "description": "This plugin provides an easy way to have the content of your site on Github or similar and in turn is synchronized with your Bludit."
+ },
+ "webhook": "Webhook",
+ "source": "ソース",
+ "try-webhook": "Try webhook",
+ "complete-url-of-the-zip-file": "Complete URL of the zip file."
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/robots/languages/ja_JP.json b/bl-plugins/bl-plugins/robots/languages/ja_JP.json
new file mode 100644
index 00000000..14535562
--- /dev/null
+++ b/bl-plugins/bl-plugins/robots/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "Robots",
+ "description": "You can use a special HTML meta tag to tell robots not to index the content of a page, and\/or not scan it for links to follow."
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/rss/languages/ja_JP.json b/bl-plugins/bl-plugins/rss/languages/ja_JP.json
new file mode 100644
index 00000000..abc0d171
--- /dev/null
+++ b/bl-plugins/bl-plugins/rss/languages/ja_JP.json
@@ -0,0 +1,9 @@
+{
+ "plugin-data":
+ {
+ "name": "RSS Feed",
+ "description": "This plugin generates an RSS feed of your site.
The feed has the URL https:\/\/example.com\/rss.xml"
+ },
+ "amount-of-items-to-show-on-the-feed": "フィードに表示するアイテム数。",
+ "rss-url": "RSS URL"
+}
diff --git a/bl-plugins/bl-plugins/search/languages/ja_JP.json b/bl-plugins/bl-plugins/search/languages/ja_JP.json
new file mode 100644
index 00000000..5e3358c2
--- /dev/null
+++ b/bl-plugins/bl-plugins/search/languages/ja_JP.json
@@ -0,0 +1,9 @@
+{
+ "plugin-data":
+ {
+ "name": "検索",
+ "description": "Provide a search box to your users to search through the content of your site."
+ },
+ "search": "検索",
+ "show-button-search": "検索ボタンを表示"
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/simple-stats/languages/ja_JP.json b/bl-plugins/bl-plugins/simple-stats/languages/ja_JP.json
new file mode 100644
index 00000000..8fa3a943
--- /dev/null
+++ b/bl-plugins/bl-plugins/simple-stats/languages/ja_JP.json
@@ -0,0 +1,12 @@
+{
+ "plugin-data":
+ {
+ "name": "Simple Stats",
+ "description": "Show the number of visitors per day on your dashboard."
+ },
+ "visits": "Visits",
+ "visits-today": "Visits today",
+ "unique-visitors-today": "Unique visitors today",
+ "chart": "Chart",
+ "table": "テーブル"
+}
diff --git a/bl-plugins/bl-plugins/sitemap/languages/ja_JP.json b/bl-plugins/bl-plugins/sitemap/languages/ja_JP.json
new file mode 100644
index 00000000..56af2a7c
--- /dev/null
+++ b/bl-plugins/bl-plugins/sitemap/languages/ja_JP.json
@@ -0,0 +1,10 @@
+{
+ "plugin-data":
+ {
+ "name": "Sitemap",
+ "description": "This plugin generates a sitemap.xml file, which provides the list of pages on your website, this helps search engines organize and filter content from their website."
+ },
+ "sitemap-url": "Sitemap URL",
+ "notifies-google-when-you-created": "Notifies Google when you created, modified or deleted content from your site.",
+ "notifies-bing-when-you-created": "Notifies Bing when you created, modified or deleted content from your site."
+}
diff --git a/bl-plugins/bl-plugins/static-pages/languages/ja_JP.json b/bl-plugins/bl-plugins/static-pages/languages/ja_JP.json
new file mode 100644
index 00000000..32b52d30
--- /dev/null
+++ b/bl-plugins/bl-plugins/static-pages/languages/ja_JP.json
@@ -0,0 +1,9 @@
+{
+ "plugin-data":
+ {
+ "name": "Static Pages",
+ "description": "Navigation menu with static pages."
+ },
+ "home-link": "ホームリンク",
+ "show-the-home-link-on-the-sidebar": "サイドバーにホームリンクを表示する"
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/tags/languages/ja_JP.json b/bl-plugins/bl-plugins/tags/languages/ja_JP.json
new file mode 100644
index 00000000..ddad15cb
--- /dev/null
+++ b/bl-plugins/bl-plugins/tags/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "タグリスト",
+ "description": "Shows all tags on the sidebar."
+ }
+}
diff --git a/bl-plugins/bl-plugins/tinymce/languages/ja_JP.json b/bl-plugins/bl-plugins/tinymce/languages/ja_JP.json
new file mode 100644
index 00000000..53cac081
--- /dev/null
+++ b/bl-plugins/bl-plugins/tinymce/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "TinyMCE",
+ "description": "HTML Editor for formatting content. Recommended for the users who don't want to work with Markdown code."
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/twitter-cards/languages/ja_JP.json b/bl-plugins/bl-plugins/twitter-cards/languages/ja_JP.json
new file mode 100644
index 00000000..5f98378d
--- /dev/null
+++ b/bl-plugins/bl-plugins/twitter-cards/languages/ja_JP.json
@@ -0,0 +1,8 @@
+{
+ "plugin-data":
+ {
+ "name": "Twitter Cards",
+ "description": "With Twitter Cards, you can attach rich photos, videos and media experiences to Tweets, helping to drive traffic to your website."
+ },
+ "default-image": "Default image"
+}
\ No newline at end of file
diff --git a/bl-plugins/bl-plugins/version/languages/ja_JP.json b/bl-plugins/bl-plugins/version/languages/ja_JP.json
new file mode 100644
index 00000000..120744c1
--- /dev/null
+++ b/bl-plugins/bl-plugins/version/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "バージョン",
+ "description": "Show the current version on the sidebar of the admin panel, and check periodically for new Bludit releases."
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/canonical/languages/ja_JP.json b/bl-plugins/canonical/languages/ja_JP.json
new file mode 100644
index 00000000..0a6cf850
--- /dev/null
+++ b/bl-plugins/canonical/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "Canonical",
+ "description": "カノニカル(正規化)URLは、検索エンジンにURLが同じコンテンツであることを通知できます。"
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/categories/languages/ja_JP.json b/bl-plugins/categories/languages/ja_JP.json
new file mode 100644
index 00000000..76129294
--- /dev/null
+++ b/bl-plugins/categories/languages/ja_JP.json
@@ -0,0 +1,8 @@
+{
+ "plugin-data":
+ {
+ "name": "Categories",
+ "description": "サイドバーにすべてのカテゴリーを表示します。"
+ },
+ "hide-categories-without-content": "コンテンツのないカテゴリーを非表示にする"
+}
diff --git a/bl-plugins/disqus/languages/ja_JP.json b/bl-plugins/disqus/languages/ja_JP.json
index 49f458b1..9837be40 100644
--- a/bl-plugins/disqus/languages/ja_JP.json
+++ b/bl-plugins/disqus/languages/ja_JP.json
@@ -1,12 +1,12 @@
{
"plugin-data":
{
- "name": "Disqus comment system",
- "description": "Disqusはブログにコメント機能を提供するWebサイトです。プラグインを使用するにはDisqus.comに登録する必要があります。"
+ "name": "Disqus",
+ "description": "DisqusはWebサイト向けのコメントホスティングサービスです。このサービスを利用するには、Disqus<\/a>に登録する必要があります。"
},
- "disqus-shortname": "Disqusサイト名(ショートネーム)",
- "enable-disqus-on-pages": "Disqus on pages",
- "enable-disqus-on-static-pages": "Disqus on static pages",
- "enable-disqus-on-sticky-pages": "Disqus on sticky pages",
- "get-the-shortname-from-the-disqus-general-settings": "Get the shortname from the Disqus general settings"
+ "disqus-shortname": "Disqusショートネーム",
+ "enable-disqus-on-pages": "ページにDisqusを使用",
+ "enable-disqus-on-static-pages": "固定ページにDisqusを使用",
+ "enable-disqus-on-sticky-pages": "先頭固定ページにDisqusを使用",
+ "get-the-shortname-from-the-disqus-general-settings": "Disqus一般設定からショートネームを取得します"
}
\ No newline at end of file
diff --git a/bl-plugins/easymde/languages/ja_JP.json b/bl-plugins/easymde/languages/ja_JP.json
new file mode 100644
index 00000000..7e9a62d1
--- /dev/null
+++ b/bl-plugins/easymde/languages/ja_JP.json
@@ -0,0 +1,12 @@
+{
+ "plugin-data":
+ {
+ "name": "EasyMDE",
+ "description": "Markdownエディター。スッキリとしたインターフェースからマークアップ言語が書けます。"
+ },
+ "toolbar": "ツールバー",
+ "tab-size": "タブ幅",
+ "autosave": "自動保存",
+ "spell-checker": "スペルチェッカー",
+ "content-here-supports-markdown-and-html-code": "このコンテンツはMarkdownとHTMLコードをサポートしています"
+}
\ No newline at end of file
diff --git a/bl-plugins/hit-counter/languages/ja_JP.json b/bl-plugins/hit-counter/languages/ja_JP.json
new file mode 100644
index 00000000..3c610d4c
--- /dev/null
+++ b/bl-plugins/hit-counter/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "Hit Counter",
+ "description": "サイドバーに訪問回数やユニーク訪問者数を表示します。"
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/html-code/languages/ja_JP.json b/bl-plugins/html-code/languages/ja_JP.json
new file mode 100644
index 00000000..33aa1bf8
--- /dev/null
+++ b/bl-plugins/html-code/languages/ja_JP.json
@@ -0,0 +1,13 @@
+{
+ "plugin-data":
+ {
+ "name": "HTML Code",
+ "description": "サイトのheadメタデータやヘッダー、フッターにHTML, CSS, Java Scriptコードを追加します。"
+ },
+ "insert-code-in-the-theme-inside-the-tag-head": "テーマの <head> <\/head> タグ内にコードを挿入します",
+ "insert-code-in-the-theme-at-the-top": "テーマ上部にコードを挿入します。",
+ "insert-code-in-the-theme-at-the-bottom": "テーマ下部にコードを挿入します。",
+ "insert-code-in-the-admin-area-inside-the-tag-head": "管理パネルの <head> <\/head> タグ内にコードを挿入します",
+ "insert-code-in-the-admin-area-at-the-top": "管理パネル上部にコードを挿入します。",
+ "insert-code-in-the-admin-area-at-the-bottom": "管理パネル下部にコードを挿入します。"
+}
\ No newline at end of file
diff --git a/bl-plugins/links/languages/ja_JP.json b/bl-plugins/links/languages/ja_JP.json
new file mode 100644
index 00000000..2d61cf33
--- /dev/null
+++ b/bl-plugins/links/languages/ja_JP.json
@@ -0,0 +1,8 @@
+{
+ "plugin-data":
+ {
+ "name": "Links",
+ "description": "サイドバーにリンクを表示します。リンクは設定から変更できます。"
+ },
+ "add-a-new-link": "新規リンクを追加"
+}
diff --git a/bl-plugins/maintenance-mode/languages/ja_JP.json b/bl-plugins/maintenance-mode/languages/ja_JP.json
index 85315115..d04f41c7 100644
--- a/bl-plugins/maintenance-mode/languages/ja_JP.json
+++ b/bl-plugins/maintenance-mode/languages/ja_JP.json
@@ -2,9 +2,9 @@
"plugin-data":
{
"name": "Maintenance mode",
- "description": "メンテンナンス・モードに設定します。管理エリアにはアクセスできます。"
+ "description": "サイトをメンテナンスモードに設定します。管理パネルにはアクセスできます。"
},
- "enable-maintenance-mode": "メンテンナンス・モードを有効にする",
+ "enable-maintenance-mode": "メンテナンスモードを有効にする",
"message": "メッセージ"
}
diff --git a/bl-plugins/navigation/languages/ja_JP.json b/bl-plugins/navigation/languages/ja_JP.json
new file mode 100644
index 00000000..3bdb7f1f
--- /dev/null
+++ b/bl-plugins/navigation/languages/ja_JP.json
@@ -0,0 +1,10 @@
+{
+ "plugin-data":
+ {
+ "name": "Navigation",
+ "description": "サイドバーに親ページと子ページのナビゲーションメニューを表示します。"
+ },
+ "home-link": "ホームリンク",
+ "show-the-home-link-on-the-sidebar": "サイドバーにホームリンクを表示する",
+ "amount-of-items": "アイテム数"
+}
\ No newline at end of file
diff --git a/bl-plugins/opengraph/languages/ja_JP.json b/bl-plugins/opengraph/languages/ja_JP.json
index 817533e8..094ddde9 100644
--- a/bl-plugins/opengraph/languages/ja_JP.json
+++ b/bl-plugins/opengraph/languages/ja_JP.json
@@ -2,8 +2,8 @@
"plugin-data":
{
"name": "Open Graph",
- "description": "Open Graph protocol(OGP)を有効にすると、Webページがソーシャルグラフ上のリッチなオブジェクトになります。"
+ "description": "OGP(Open Graph protocol)は、ソーシャルメディアにWebページの内容を画像などを添付して伝えられます。"
},
- "set-a-default-image-for-content": "Set a default image for the content without pictures.",
- "set-your-facebook-app-id": "Set your Facebook App ID."
+ "set-a-default-image-for-content": "画像がないコンテンツの既定画像を設定します。",
+ "set-your-facebook-app-id": "Facebook App IDを設定します。"
}
\ No newline at end of file
diff --git a/bl-plugins/remote-content/languages/ja_JP.json b/bl-plugins/remote-content/languages/ja_JP.json
new file mode 100644
index 00000000..6d345d64
--- /dev/null
+++ b/bl-plugins/remote-content/languages/ja_JP.json
@@ -0,0 +1,11 @@
+{
+ "plugin-data":
+ {
+ "name": "Remote Content",
+ "description": "サイトのコンテンツを簡単にGithubやそれに似たサービスと同期できます。"
+ },
+ "webhook": "Webフック",
+ "source": "ソース",
+ "try-webhook": "Webフックをテスト",
+ "complete-url-of-the-zip-file": "ZIPファイルの完全なURL"
+}
\ No newline at end of file
diff --git a/bl-plugins/robots/languages/ja_JP.json b/bl-plugins/robots/languages/ja_JP.json
new file mode 100644
index 00000000..f89dd796
--- /dev/null
+++ b/bl-plugins/robots/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "Robots",
+ "description": "特別なHTMLメタタグを使用して、検索ロボットにページコンテンツのインデックスを付けないようにしたり、リンクをたどらないように指示します。"
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/rss/languages/ja_JP.json b/bl-plugins/rss/languages/ja_JP.json
new file mode 100644
index 00000000..d46d5b47
--- /dev/null
+++ b/bl-plugins/rss/languages/ja_JP.json
@@ -0,0 +1,9 @@
+{
+ "plugin-data":
+ {
+ "name": "RSS Feed",
+ "description": "サイトのRSSフィードを生成します。
フィードのURLは https:\/\/example.com\/rss.xml のようになります。"
+ },
+ "amount-of-items-to-show-on-the-feed": "フィードに表示するアイテム数。",
+ "rss-url": "RSS URL"
+}
diff --git a/bl-plugins/search/languages/ja_JP.json b/bl-plugins/search/languages/ja_JP.json
new file mode 100644
index 00000000..fd7b526a
--- /dev/null
+++ b/bl-plugins/search/languages/ja_JP.json
@@ -0,0 +1,9 @@
+{
+ "plugin-data":
+ {
+ "name": "Search",
+ "description": "コンテンツを検索するための検索ボックスを設置します。"
+ },
+ "search": "検索",
+ "show-button-search": "検索ボタンを表示"
+}
\ No newline at end of file
diff --git a/bl-plugins/simple-stats/languages/ja_JP.json b/bl-plugins/simple-stats/languages/ja_JP.json
new file mode 100644
index 00000000..483f236b
--- /dev/null
+++ b/bl-plugins/simple-stats/languages/ja_JP.json
@@ -0,0 +1,12 @@
+{
+ "plugin-data":
+ {
+ "name": "Simple Stats",
+ "description": "ダッシュボードに1日の訪問者数を表示します。"
+ },
+ "visits": "訪問者数",
+ "visits-today": "本日の訪問者数",
+ "unique-visitors-today": "本日のユニーク訪問者数",
+ "chart": "グラフ",
+ "table": "テーブル"
+}
diff --git a/bl-plugins/sitemap/languages/ja_JP.json b/bl-plugins/sitemap/languages/ja_JP.json
index a002b3e4..bd88a523 100644
--- a/bl-plugins/sitemap/languages/ja_JP.json
+++ b/bl-plugins/sitemap/languages/ja_JP.json
@@ -2,6 +2,9 @@
"plugin-data":
{
"name": "Sitemap",
- "description": "Webページをリスト化し、検索エンジンにサイトコンテンツの構造を伝えるためのsitemap.xmlファイルを生成します。"
- }
+ "description": "Webサイトのページリストからsitemap.xmlファイルを生成します。これは検索エンジンが、Webサイトのコンテンツを整理、フィルタリングをするのに役立ちます。"
+ },
+ "sitemap-url": "サイトマップURL",
+ "notifies-google-when-you-created": "サイトがコンテンツを作成、変更、削除したときにGoogleに通知します。",
+ "notifies-bing-when-you-created": "サイトがコンテンツを作成、変更、削除したときにBingに通知します。"
}
diff --git a/bl-plugins/static-pages/languages/ja_JP.json b/bl-plugins/static-pages/languages/ja_JP.json
new file mode 100644
index 00000000..0e859047
--- /dev/null
+++ b/bl-plugins/static-pages/languages/ja_JP.json
@@ -0,0 +1,9 @@
+{
+ "plugin-data":
+ {
+ "name": "Static Pages",
+ "description": "固定ページのナビゲーションメニューを表示します。"
+ },
+ "home-link": "ホームリンク",
+ "show-the-home-link-on-the-sidebar": "サイドバーにホームリンクを表示する"
+}
\ No newline at end of file
diff --git a/bl-plugins/tags/languages/ja_JP.json b/bl-plugins/tags/languages/ja_JP.json
new file mode 100644
index 00000000..3ac7f932
--- /dev/null
+++ b/bl-plugins/tags/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "Tags list",
+ "description": "サイドバーにすべてのタグを表示します。"
+ }
+}
diff --git a/bl-plugins/tinymce/languages/ja_JP.json b/bl-plugins/tinymce/languages/ja_JP.json
new file mode 100644
index 00000000..45d36fec
--- /dev/null
+++ b/bl-plugins/tinymce/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "TinyMCE",
+ "description": "HTML形式のコンテンツエディターです。Markdownを使用したくないユーザーに推奨します。"
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/twitter-cards/languages/ja_JP.json b/bl-plugins/twitter-cards/languages/ja_JP.json
new file mode 100644
index 00000000..06532c56
--- /dev/null
+++ b/bl-plugins/twitter-cards/languages/ja_JP.json
@@ -0,0 +1,8 @@
+{
+ "plugin-data":
+ {
+ "name": "Twitter Cards",
+ "description": "Twitter Cardsは、ツイートに写真や動画などのメディア体験を添付してWebサイトへのトラフィックを増やします。"
+ },
+ "default-image": "規定の画像"
+}
\ No newline at end of file
diff --git a/bl-plugins/version/languages/ja_JP.json b/bl-plugins/version/languages/ja_JP.json
new file mode 100644
index 00000000..5852cb49
--- /dev/null
+++ b/bl-plugins/version/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "Version",
+ "description": "管理パネルのサイドバーに現在のバージョンを表示し、定期的にBluditの新しいリリースをチェックします。"
+ }
+}
\ No newline at end of file
diff --git a/bl-themes/alternative/languages/ja_JP.json b/bl-themes/alternative/languages/ja_JP.json
new file mode 100644
index 00000000..ee173b0a
--- /dev/null
+++ b/bl-themes/alternative/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "theme-data":
+ {
+ "name": "Alternative",
+ "description": "ウェブサイトやブログ向けのシンプルでエレガントなテーマ。ソーシャルメディアと固定ページへリンクするNavbarを備えています。"
+ }
+}
\ No newline at end of file
diff --git a/bl-themes/blogx/languages/ja_JP.json b/bl-themes/blogx/languages/ja_JP.json
new file mode 100644
index 00000000..276a27b9
--- /dev/null
+++ b/bl-themes/blogx/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "theme-data":
+ {
+ "name": "Blog X",
+ "description": "ブロガー向けテーマ。右サイドバー、読了時間、ソーシャルアイコンと固定ページへリンクするnavbarを備えています。"
+ }
+}
\ No newline at end of file
diff --git a/bl-themes/social-network/languages/ja_JP.json b/bl-themes/social-network/languages/ja_JP.json
new file mode 100644
index 00000000..675b6ed6
--- /dev/null
+++ b/bl-themes/social-network/languages/ja_JP.json
@@ -0,0 +1,7 @@
+{
+ "theme-data":
+ {
+ "name": "Social Network",
+ "description": ""
+ }
+}
\ No newline at end of file