update plugin Japanese translation

This commit is contained in:
Jun Nogata 2021-10-08 23:41:06 +09:00
parent 2f1cfdfd10
commit e7d4ddb0f9
25 changed files with 116 additions and 46 deletions

View file

@ -2,6 +2,6 @@
"plugin-data":
{
"name": "About",
"description": "サイトやあなたについての簡単な説明を表示します。"
"description": "サイトやあなた自身についての簡単な説明を表示します。"
}
}

View file

@ -2,10 +2,10 @@
"plugin-data":
{
"name": "API",
"description": "HTTPを使用してBluditとやり取りするインターフェース。<br> このプラグインについては <a href=\"https:\/\/docs.bludit.com\/en\/api\/introduction\">API Introduction<\/a> を参照してください。"
"description": "HTTPを使ってBluditとやり取りするためのインターフェースです。<br>このプラグインについての詳細は<a href=\"https://docs.bludit.com/en/api/introduction\">API紹介</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": "このトークンは読み取り専用トークンで、プラグインをインストールするたびに再生成されます"
"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": "このトークンは読み取り専用のトークンです。プラグインをインストールするたびに再生成されます"
}

View file

@ -2,6 +2,6 @@
"plugin-data":
{
"name": "Canonical",
"description": "ニカル正規化URLを使用すると、検索エンジンに、どのURLのコンテンツが同一コンテンツであるかを通知できます。"
"description": "URL正規化(Canonical URL)を使用すると、どのURLが同一のコンテンツであるか検索エンジンに通知できます。"
}
}

View file

@ -2,7 +2,7 @@
"plugin-data":
{
"name": "Categories",
"description": "サイドバーにすべてのカテゴリを表示します。"
"description": "サイドバーにすべてのカテゴリを表示します。"
},
"hide-categories-without-content": "コンテンツのないカテゴリを非表示にする"
"hide-categories-without-content": "サイドバーにすべてのカテゴリーを表示します。"
}

View file

@ -2,11 +2,12 @@
"plugin-data":
{
"name": "Disqus",
"description": "DisqusはWebサイト向けのコメントホスティングサービスです。このサービスを利用するには、<a href=\"https:\/\/disqus.com\">Disqus<\/a>に登録する必要があります。"
"description": "Disqusはウェブサイト向けのコメントホスティングサービスです。<br>このサービスを利用するには、<a href=\"https:\/\/disqus.com\">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一般設定からショートネームを取得します"
"enable-disqus-on-standard-pages": "標準ページにDisqusを使う",
"enable-disqus-on-static-pages": "静的ページにDisqusを使う",
"enable-disqus-on-sticky-pages": "先頭固定ページにDisqusを使う",
"enable-disqus-on-unlisted-pages": "限定公開ページにDisqusを使う",
"get-the-shortname-from-the-disqus-general-settings": "Disqusの全般設定からショートネームを取得します"
}

View file

@ -2,11 +2,11 @@
"plugin-data":
{
"name": "EasyMDE",
"description": "Markdownエディター。マークアップ言語がスッキリとしたインターフェースで書けます。"
"description": "Markdownエディターです。クリーンなインターフェースでマークアップできます。"
},
"toolbar": "ツールバー",
"tab-size": "タブ幅",
"autosave": "自動保存",
"spell-checker": "スペルチェッカー",
"content-here-supports-markdown-and-html-code": "このコンテンツはMarkdownとHTMLコードをサポートしています"
"content-here-supports-markdown-and-html-code": "コンテンツはMarkdownとHTMLに対応しています"
}

View file

@ -2,6 +2,6 @@
"plugin-data":
{
"name": "Hit Counter",
"description": "サイドバーに訪問回数やユニークビジター数を表示します。"
"description": "サイドバーに訪問者数やユニーク訪問者数を表示します。"
}
}

View file

@ -2,12 +2,12 @@
"plugin-data":
{
"name": "HTML Code",
"description": "サイトのheadメタデータ、ヘッダーやフッターに、HTML, CSS, Java Scriptコードを追加します。"
"description": "サイトのheadメタデータやヘッダー、フッターにHTML, CSS, Java Scriptコードを追加します。"
},
"insert-code-in-the-website-inside-the-tag-head": "テーマの &#60;head&#62; &#60;\/head&#62; タグ内にコードを挿入します",
"insert-code-in-the-website-at-the-top": "テーマ上部にコードを挿入します。",
"insert-code-in-the-website-at-the-bottom": "テーマ下部にコードを挿入します。",
"insert-code-in-the-admin-area-inside-the-tag-head": "管理パネルの &#60;head&#62; &#60;\/head&#62; タグ内にコードを挿入します",
"insert-code-in-the-admin-area-at-the-top": "管理パネル上部にコードを挿入します。",
"insert-code-in-the-admin-area-at-the-bottom": "管理パネル下部にコードを挿入します。"
"insert-code-in-the-website-inside-the-tag-head": "ウェブサイトの &#60;head&#62; &#60;/head&#62; タグ内にコードを挿入します",
"insert-code-in-the-website-at-the-top": "ウェブサイトの上部にコードを挿入します",
"insert-code-in-the-website-at-the-bottom": "ウェブサイトの下部にコードを挿入します",
"insert-code-in-the-admin-area-inside-the-tag-head": "管理画面の &#60;head&#62; &#60;/head&#62; タグ内にコードを挿入します",
"insert-code-in-the-admin-area-at-the-top": "管理画面の上部にコードを挿入します",
"insert-code-in-the-admin-area-at-the-bottom": "管理画面の下部にコードを挿入します"
}

View file

@ -0,0 +1,8 @@
{
"plugin-data":
{
"name": "Last pages",
"description": "ダッシュボードに最後に追加したページを表示します。"
},
"latest-pages": "最後に追加したページ"
}

View file

@ -4,5 +4,5 @@
"name": "Links",
"description": "サイドバーにリンクを表示します。これらのリンクは設定から変更できます。"
},
"add-a-new-link": "新規リンク追加"
"add-a-new-link": "新規リンク追加"
}

View file

@ -2,7 +2,7 @@
"plugin-data":
{
"name": "Maintenance mode",
"description": "サイトをメンテナンスモードに設定します。管理パネルにはアクセスできます。"
"description": "サイトをメンテナンスモードに設定します。管理画面にはアクセスできます。"
},
"enable-maintenance-mode": "メンテナンスモードを有効にする",

View file

@ -2,9 +2,9 @@
"plugin-data":
{
"name": "Navigation",
"description": "サイドバーに親ページと子ページを表示するナビゲーションメニューです。"
"description": "サイドバーに親ページと子ページのナビゲーションメニューを表示します。"
},
"home-link": "ホームリンク",
"show-the-home-link-on-the-sidebar": "サイドバーにホームリンクを表示する",
"amount-of-items": "アイテム数"
"home-link": "ホームへのリンク",
"show-the-home-link-on-the-sidebar": "サイドバーにホームへのリンクを表示します。",
"amount-of-items": "表示ページ数"
}

View file

@ -0,0 +1,9 @@
{
"plugin-data":
{
"name": "Open Graph",
"description": "OGP(Open Graph protocol)は、ウェブページをソーシャルグラフのリッチオブジェクトにします。Facebookでは、ウェブページがFacebookのほかのオブジェクトと同じ機能を持つようにするために利用しています。"
},
"set-a-default-image-for-pages-without-pictures": "画像のないコンテンツのデフォルト画像を設定します。",
"set-your-facebook-app-id": "Facebook App IDを設定します。"
}

View file

@ -0,0 +1,14 @@
{
"plugin-data":
{
"name": "Popeye Theme",
"description": "Popeyeテーマの設定を行うプラグインです。"
},
"enable-or-disable-dark-mode": "ダークモードを有効または無効にします。",
"enable-or-disable-google-fonts": "Google Fontsの利用を有効または無効にします。",
"relative": "相対的",
"absolute": "絶対的",
"change-the-date-format-for-the-main-page": "メインページの日付表示形式を変更します。",
"show-tags": "タグの表示",
"show-tags-in-the-main-page-for-each-article": "メインページの各記事にタグを表示します。"
}

View file

@ -0,0 +1,9 @@
{
"plugin-data":
{
"name": "Robots",
"description": "ウェブサイトのRobots exclusion standard(RES)の制御を有効にします。ページごとの制御はSEOオプションからRobotの動作を設定できます。また、このプラグインではrobots.txtファイルの設定もできます。"
},
"configure-robotstxt-file": "robots.txtファイルの設定",
"this-plugin-generates-the-file": "プラグインは次のファイルを生成します "
}

View file

@ -0,0 +1,10 @@
{
"plugin-data":
{
"name": "RSS Feed",
"description": "ウェブサイトのRSSフィードを生成します。RSSフィードを利用すると、ユーザーやアプリが、あなたのコンテンツを購読できるようになります。"
},
"the-number-of-items-to-display-in-the-feed": "フィードに表示する件数を入力します。",
"rss-url": "RSS URL",
"this-plugin-generates-the-file": "プラグインは次のファイルを生成します "
}

View file

@ -1,8 +1,8 @@
{
"plugin-data":
{
"name": "検索",
"description": "Provide a search box to your users to search through the content of your site."
"name": "Search",
"description": "ユーザーがサイトを検索するための検索ボックスを提供します。"
},
"search": "検索",
"show-button-search": "検索ボタンを表示"

View file

@ -2,9 +2,9 @@
"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."
"description": "このプラグインはウェブサイトのページ一覧を提供するsitemap.xmlを生成します。これは検索エンジンがウェブサイトのコンテンツの整理とフィルタリングに役立ちます。"
},
"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."
"sitemap-url": "サイトマップURL",
"notifies-google-when-you-created": "サイトのコンテンツを作成、修正、削除するとGoogleに通知します。",
"notifies-bing-when-you-created": "サイトのコンテンツを作成、修正、削除するとBingに通知します。"
}

View file

@ -2,8 +2,8 @@
"plugin-data":
{
"name": "Static Pages",
"description": "Navigation menu with static pages."
"description": "静的ページのナビゲーションメニュー"
},
"home-link": "ホームリンク",
"show-the-home-link-on-the-sidebar": "サイドバーにホームリンクを表示する"
"home-link": "ホームへのリンク",
"show-the-home-link-on-the-sidebar": "サイドバーにホームへのリンクを表示します。"
}

View file

@ -1,7 +1,7 @@
{
"plugin-data":
{
"name": "タグリスト",
"description": "Shows all tags on the sidebar."
"name": "Tags list",
"description": "サイドバーにすべてのタグを表示します。"
}
}

View file

@ -2,6 +2,6 @@
"plugin-data":
{
"name": "TinyMCE",
"description": "HTML Editor for formatting content. Recommended for the users who don't want to work with Markdown code."
"description": "コンテンツの書式を設定するためのHTMLエディターです。Markdownを利用しないユーザーにおすすめです。"
}
}

View file

@ -2,7 +2,7 @@
"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."
"description": "Twitter Cardsを使うとツイートに写真や動画などのメディアを添付できます。これによりウェブサイトへのアクセスが期待できます。"
},
"default-image": "Default image"
"default-image": "デフォルト画像"
}

View file

@ -1,9 +1,9 @@
{
"plugin-data":
{
"name": "バージョン",
"description": "Show the current version on the sidebar of the admin panel, and check periodically for new Bludit releases."
"name": "Version",
"description": "管理画面のサイドバーに現在のバージョンを表示して、Bluditの新しいバージョンのリリースを定期的に確認できます。"
},
"show-current-version-in-the-sidebar": "Show current version in the sidebar",
"show-alert-when-there-is-a-new-version-in-the-sidebar": "Show alert when there is a new version in the sidebar"
"show-current-version-in-the-sidebar": "サイドバーに現在のバージョンを表示",
"show-alert-when-there-is-a-new-version-in-the-sidebar": "サイドバーに新バージョンのアラートを表示"
}

View file

@ -0,0 +1,11 @@
{
"plugin-data":
{
"name": "Visits Stats",
"description": "ダッシュボードに訪問者数とユニーク訪問者数を表示します。"
},
"visits": "訪問者",
"visitors": "訪問者数",
"unique-visitors": "ユニーク訪問者数",
"exclude-administrators-users" : "管理者グループのユーザーを除外する"
}

View file

@ -0,0 +1,8 @@
{
"plugin-data":
{
"name": "Welcome",
"description": "ダッシュボードに挨拶のメッセージを表示します。"
},
"welcome": "ようこそ"
}