msgid ""
msgstr ""
"Project-Id-Version: Beyond Wpdb 2.0.0\n"
"Report-Msgid-Bugs-To: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-07-16T18:03:38+00:00\n"
"X-Generator: Poedit 2.3.1\n"
"X-Domain: lang\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Language: ja\n"

#: options.php:73
msgid "You do not have permission to create triggers."
msgstr "トリガーを作成する権限がありません。"

#: options.php:76
msgid "You don't have SELECT permission."
msgstr "SELECT権限がありません。"

#: options.php:79
msgid "You don't have INSERT permission."
msgstr "INSERT権限が許可がありません。"

#: options.php:82
msgid "You don't have UPDATE permission."
msgstr "UPDATE権限がありません。"

#: options.php:85
msgid "You don't have DELETE permission."
msgstr "DELETE権限がありません。"

#: options.php:88
msgid "You don't have CREATE permission."
msgstr "CREATE権限がありません。"

#: options.php:91
msgid "You don't have DROP permission."
msgstr "DROP権限がありません。"

#: options.php:100
msgid ""
"Please check the version of the database.<br>MySQL: 5.7 and later."
"<br>MariaDB: 10.2 and later."
msgstr ""
"データベースのバージョンを確認してください。<br>MySQL: 5.7以上<br>MariaDB: "
"10.2以上"

#: options.php:109
msgid ""
"You do not have permission to the mysql database.<br>We access the db table "
"in the mysql database to find out what permissions we have to use each "
"feature.<br>There is a possibility that each function will not be available."
msgstr ""
"mysqlデータベースへのアクセス権限がありません。<br>各機能を利用するための権"
"限を調べるため、mysqlデータベースのdbテーブルにアクセスしています。<br>各機"
"能が利用できない可能性があります。"

#: options.php:120
msgid ""
"You do not have the following permissions.Please use each function after "
"granting permission."
msgstr ""
"以下の権限がありません。各機能を利用するために、権限を付与してください。"

#: options.php:150
msgid ""
"Speed up database loading by creating your own tables that aggregate meta "
"information.<br>This is especially useful when you have a large number of "
"records and for complex meta-query data calls."
msgstr ""
"メタ情報を集約する独自テーブルを作成することで、データベースの読み込みを高速"
"化します。<br>特に、レコード数が多い場合、複雑なメタクエリによるデータ呼び出"
"しの場合に有効です。"

#: options.php:159
msgid "Settings"
msgstr "設定"

#: options.php:185
msgid "NOTICE"
msgstr "注意事項"

#: options.php:186
msgid ""
"This plugin sets 4294967295 to group_concat_max_len when it createa an original table with JSON type column.<br>"
"You can change the number by using filter 'beyond_group_concat_max_len'."
msgstr ""
"このプラグインではjsonカラムを持つ独自テーブルを作成する時に、group_concat_max_lenを4294967295に設定します。<br>"
"beyond_group_concat_max_lenフィルターを使用してこの値を変更することが出来ます。"

#: options.php:199
msgid "Setting up MySQL"
msgstr "MySQLの設定について"

#: options.php:221
msgid "Creating and deleting custom metatables"
msgstr "独自メタテーブルの作成・削除"

#: options.php:228 options.php:278
msgid "Table for postmeta"
msgstr "postmeta用テーブル"

#: options.php:240 options.php:290
msgid "Table for usermeta"
msgstr "usermeta用テーブル"

#: options.php:252 options.php:302
msgid "Table for commentmeta"
msgstr "commentmeta用テーブル"

#: options.php:271
msgid "Virtual Column Settings"
msgstr "バーチャルカラムの設定"

#: options.php:324
msgid ""
"When you enter a key of meta information separated by a new line,<br>the "
"specified meta key from the JSON type column is set as a virtual column and "
"the index is pasted.<br>You can further speed up data calls by specifying "
"the most commonly used meta keys for meta queries."
msgstr ""
"メタ情報のキーを改行区切りで入力すると、JSON型カラムから指定されたメタキーを"
"バーチャルカラムとして設定しindexを貼ります。<br>メタクエリでよく使うメタ"
"キーを指定することで、データの呼び出しがさらに高速化されます。"

#: options.php:385
msgid ""
"This plugin aggregates the meta information and stores it in JSON type "
"columns.<br>In MySQL, the maximum length of JSON is determined by the above "
"values.<br>If the meta information is so large that the JSON is longer than "
"this value, an error will occur.<br>"
msgstr ""
"このプラグインはメタ情報を集約してJSON型カラムに格納しています。<br>MySQLで"
"は、上記の値によって、JSONの最大長が決められています。<br>メタ情報が膨大で、"
"JSONがこの値を超える長さになる場合は、エラーが発生します。<br>"

#: options.php:394
msgid ""
"Create and delete your own tables that aggregate the metadata. (Enabled to "
"create, disabled to delete)<br>As long as it is enabled, all meta "
"information will continue to be automatically registered, updated, and "
"deleted in the JSON type columns of the relevant table.<br>When enabled, a "
"new table will be created or initialized, which will take some time. When "
"disabled, the table will be deleted."
msgstr ""
"メタ情報を集約する独自のテーブルを作成・削除します。（有効化で作成、無効化で"
"削除）<br>有効化されている間は、全てのメタ情報は、自動的に該当テーブルのJSON"
"型カラムに登録・更新・削除され続けます。<br>有効化するとテーブルを新規作成、"
"もしくは初期化するので時間がかかります。無効化すると該当テーブルは削除されま"
"す。"

#: options.php:415
msgid "activation"
msgstr "有効化"

#: options.php:416
msgid "deactivation"
msgstr "無効化"
