#
msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 5.2.1-dev\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
"POT-Creation-Date: 2023-01-21 15:49+0000\n"
"PO-Revision-Date: 2023-02-02 11:39+0000\n"
"Last-Translator: Masahiro Fujimoto <mfujimot@gmail.com>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/phpmyadmin/5-2/"
"ja/>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.16-dev\n"

#: libraries/advisory_rules_generic.php:9
msgid "Uptime below one day"
msgstr "稼働時間が 1 日未満"

#: libraries/advisory_rules_generic.php:12
msgid "Uptime is less than 1 day, performance tuning may not be accurate."
msgstr ""
"稼働時間が 1 日未満です。パフォーマンスチューニングが正確でない可能性がありま"
"す。"

#: libraries/advisory_rules_generic.php:14
msgid ""
"To have more accurate averages it is recommended to let the server run for "
"longer than a day before running this analyzer"
msgstr ""
"統計データをより正確にするために、サーバを 1 日以上稼動させてから解析すること"
"をお勧めします"

#: libraries/advisory_rules_generic.php:17
#, php-format
msgid "The uptime is only %s"
msgstr "%s しか稼動していません"

#: libraries/advisory_rules_generic.php:22
msgid "Questions below 1,000"
msgstr "問い合わせ数が 1,000 未満"

#: libraries/advisory_rules_generic.php:26
msgid ""
"Fewer than 1,000 questions have been run against this server. The "
"recommendations may not be accurate."
msgstr ""
"このサーバで実行された問い合わせ数が 1000 未満と、十分といえる量がありませ"
"ん。推奨事項は正確でない場合があります。"

#: libraries/advisory_rules_generic.php:30
msgid ""
"Let the server run for a longer time until it has executed a greater amount "
"of queries."
msgstr ""
"実行されたクエリが十分な量になるまで、長時間サーバを稼動させたほうがいいで"
"しょう。"

#: libraries/advisory_rules_generic.php:32
#, php-format
msgid "Current amount of Questions: %s"
msgstr "現在の問い合わせ総数: %s"

#: libraries/advisory_rules_generic.php:37
msgid "Percentage of slow queries"
msgstr "スロークエリの比率"

#: libraries/advisory_rules_generic.php:41
msgid ""
"There is a lot of slow queries compared to the overall amount of Queries."
msgstr "クエリの全体量に対して長時間処理であるスロークエリが多く存在します。"

#: libraries/advisory_rules_generic.php:43
#: libraries/advisory_rules_generic.php:56
msgid ""
"You might want to increase {long_query_time} or optimize the queries listed "
"in the slow query log"
msgstr ""
"{long_query_time} を増やすか、クエリログからスロークエリを見つけ出し最適化し"
"てみてください"

#: libraries/advisory_rules_generic.php:45
#, php-format
msgid "The slow query rate should be below 5%%, your value is %s%%."
msgstr "スロークエリの割合は 5%% 未満にすべきです。現在は %s%% です。"

#: libraries/advisory_rules_generic.php:50
msgid "Slow query rate"
msgstr "スロークエリの割合"

#: libraries/advisory_rules_generic.php:54
msgid ""
"There is a high percentage of slow queries compared to the server uptime."
msgstr "サーバの稼働時間と比較してスロークエリの比率が高いです。"

#: libraries/advisory_rules_generic.php:58
#, php-format
msgid ""
"You have a slow query rate of %s per hour, you should have less than 1%% per "
"hour."
msgstr ""
"現在のスロークエリの割合は 1 時間当たり %s です。この値は、1 時間当たり 1%% "
"未満にすべきです。"

#: libraries/advisory_rules_generic.php:63
msgid "Long query time"
msgstr "長いクエリ時間"

#: libraries/advisory_rules_generic.php:67
msgid ""
"{long_query_time} is set to 10 seconds or more, thus only slow queries that "
"take above 10 seconds are logged."
msgstr ""
"{long_query_time} は 10 秒以上に設定されています。従って、10 秒を超えるものが"
"スロークエリとしてログに記録されます。"

#: libraries/advisory_rules_generic.php:71
msgid ""
"It is suggested to set {long_query_time} to a lower value, depending on your "
"environment. Usually a value of 1-5 seconds is suggested."
msgstr ""
"環境によっては、{long_query_time} を低い値に設定したほうがいいでしょう。通"
"常、1～5 秒の値が推奨されます。"

#: libraries/advisory_rules_generic.php:74
#, php-format
msgid "long_query_time is currently set to %ds."
msgstr "long_query_time は現在 %d 秒に設定されています。"

#: libraries/advisory_rules_generic.php:79
#: libraries/advisory_rules_generic.php:92
msgid "Slow query logging"
msgstr "スロークエリログ"

#: libraries/advisory_rules_generic.php:83
#: libraries/advisory_rules_generic.php:96
msgid "The slow query log is disabled."
msgstr "スロークエリログが無効になっています。"

#: libraries/advisory_rules_generic.php:85
msgid ""
"Enable slow query logging by setting {log_slow_queries} to 'ON'. This will "
"help troubleshooting badly performing queries."
msgstr ""
"{log_slow_queries} を「ON」に設定することで、スロークエリログが有効になりま"
"す。これは、パフォーマンスの悪いクエリの切り分けに役立つでしょう。"

#: libraries/advisory_rules_generic.php:88
msgid "log_slow_queries is set to 'OFF'"
msgstr "log_slow_queries が「OFF」に設定されています"

#: libraries/advisory_rules_generic.php:98
msgid ""
"Enable slow query logging by setting {slow_query_log} to 'ON'. This will "
"help troubleshooting badly performing queries."
msgstr ""
"{slow_query_log} を「ON」に設定することで、スロークエリログが有効になります。"
"これは、パフォーマンスの悪いクエリの切り分けに役立つでしょう。"

#: libraries/advisory_rules_generic.php:101
msgid "slow_query_log is set to 'OFF'"
msgstr "slow_query_log が「OFF」に設定されています"

#: libraries/advisory_rules_generic.php:106
msgid "Release Series"
msgstr "リリース系列"

#: libraries/advisory_rules_generic.php:109
msgid "The MySQL server version less than 5.1."
msgstr "MySQL サーバのバージョンが 5.1 未満です。"

#: libraries/advisory_rules_generic.php:111
msgid ""
"You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 "
"even more so."
msgstr ""
"アップグレードを推奨します。MySQL 5.1 はパフォーマンスが向上していますし、"
"MySQL 5.5 であれば更に向上しています。"

#: libraries/advisory_rules_generic.php:113
#: libraries/advisory_rules_generic.php:127
#: libraries/advisory_rules_generic.php:138
#, php-format
msgid "Current version: %s"
msgstr "現在のバージョン: %s"

#: libraries/advisory_rules_generic.php:118
#: libraries/advisory_rules_generic.php:132
msgid "Minor Version"
msgstr "マイナーバージョン"

#: libraries/advisory_rules_generic.php:122
msgid "Version less than 5.1.30 (the first GA release of 5.1)."
msgstr "バージョン 5.1.30 (5.1 の 最初の安定版) 以前です。"

#: libraries/advisory_rules_generic.php:124
msgid ""
"You should upgrade, as recent versions of MySQL 5.1 have improved "
"performance and MySQL 5.5 even more so."
msgstr ""
"アップグレードを推奨します。最新バージョンの MySQL 5.1 はパフォーマンスが向上"
"していますし、MySQL 5.5 であれば更に向上しています。"

#: libraries/advisory_rules_generic.php:136
msgid "Version less than 5.5.8 (the first GA release of 5.5)."
msgstr "バージョン 5.5.8 (5.5 の 最初の安定版) 以前です。"

#: libraries/advisory_rules_generic.php:137
msgid "You should upgrade, to a stable version of MySQL 5.5."
msgstr "安定版 MySQL 5.5 へのアップグレードを推奨します。"

#: libraries/advisory_rules_generic.php:143
#: libraries/advisory_rules_generic.php:156
msgid "Distribution"
msgstr "ディストリビューション"

#: libraries/advisory_rules_generic.php:146
msgid "Version is compiled from source, not a MySQL official binary."
msgstr ""
"ご使用のバージョンはソースからコンパイルされたもので、MySQL 公式のバイナリで"
"はありません。"

#: libraries/advisory_rules_generic.php:148
msgid ""
"If you did not compile from source, you may be using a package modified by a "
"distribution. The MySQL manual only is accurate for official MySQL binaries, "
"not any package distributions (such as RedHat, Debian/Ubuntu etc)."
msgstr ""
"ユーザが独自にソースからコンパイルしたのでないのであれば、おそらくディストリ"
"ビューションによるパッケージを使用しているものだと思われます。MySQL のマニュ"
"アルは、MySQL 公式のバイナリに対しては忠実ですが、(RedHat、Debian/Ubuntu など"
"のような) ディストリビューションのパッケージに対しては多少異なる部分もありま"
"す。"

#: libraries/advisory_rules_generic.php:152
msgid "'source' found in version_comment"
msgstr "バージョンコメント (version_comment) に 「source」という文字があります"

#: libraries/advisory_rules_generic.php:159
msgid "The MySQL manual only is accurate for official MySQL binaries."
msgstr "MySQL のマニュアルは、MySQL 公式のバイナリに対してのみ忠実です。"

#: libraries/advisory_rules_generic.php:161
msgid ""
"Percona documentation is at <a href=\"https://www.percona.com/software/"
"documentation/\">https://www.percona.com/software/documentation/</a>"
msgstr ""
"Percona のドキュメントは <a href=\"https://www.percona.com/software/"
"documentation/\">https://www.percona.com/software/documentation/</a> にありま"
"す"

#: libraries/advisory_rules_generic.php:164
msgid "'percona' found in version_comment"
msgstr ""
"バージョンコメント (version_comment) に 「percona」という文字があります"

#: libraries/advisory_rules_generic.php:168
msgid "MySQL Architecture"
msgstr "MySQL のアーキテクチャ"

#: libraries/advisory_rules_generic.php:172
msgid "MySQL is not compiled as a 64-bit package."
msgstr "MySQL が 64 ビットのパッケージとしてコンパイルされていません。"

#: libraries/advisory_rules_generic.php:174
msgid ""
"Your memory capacity is above 3 GiB (assuming the Server is on localhost), "
"so MySQL might not be able to access all of your memory. You might want to "
"consider installing the 64-bit version of MySQL."
msgstr ""
"メモリ上限が 3 GiB になるので (サーバが localhost 上にあると思われます)、"
"MySQL がメモリ全体にアクセスできない可能性があります。 64 ビット版の MySQL を"
"インストールした方が良いかもしれません。"

#: libraries/advisory_rules_generic.php:178
#, php-format
msgid "Available memory on this host: %s"
msgstr "このホスト上の利用可能メモリ: %s"

#: libraries/advisory_rules_generic.php:184
msgid "Query caching method"
msgstr "クエリのキャッシュ方式"

#: libraries/advisory_rules_generic.php:188
msgid "Suboptimal caching method."
msgstr "準最適キャッシュ方式です。"

#: libraries/advisory_rules_generic.php:190
msgid ""
"You are using the MySQL Query cache with a fairly high traffic database. It "
"might be worth considering to use <a href=\"https://dev.mysql.com/doc/"
"refman/5.6/en/ha-memcached.html\">memcached</a> instead of the MySQL Query "
"cache, especially if you have multiple replicas."
msgstr ""
"MySQL のクエリキャッシュをかなりトラフィックの高いデータベースに対して使用し"
"ています。 MySQL のクエリキャッシュの代わりに <a href=\"https://dev.mysql."
"com/doc/refman/5.6/ja/ha-memcached.html\">memcached</a> の使用を検討する価値"
"があると思われます。これは、複数のレプリカを使用している場合は、特に推奨しま"
"す。"

#: libraries/advisory_rules_generic.php:196
#, php-format
msgid ""
"The query cache is enabled and the server receives %d queries per second. "
"This rule fires if there is more than 100 queries per second."
msgstr ""
"クエリキャッシュが有効になっており、サーバが毎秒 %d 個のクエリを受信していま"
"す。毎秒 100 個を超えるクエリがある場合、このルールが適用されます。"

#: libraries/advisory_rules_generic.php:204
msgid "Percentage of sorts that cause temporary tables"
msgstr "ソート時に一時テーブルが使われる比率"

#: libraries/advisory_rules_generic.php:208
#: libraries/advisory_rules_generic.php:221
msgid "Too many sorts are causing temporary tables."
msgstr "一時テーブルが多くのソートで使われています。"

#: libraries/advisory_rules_generic.php:210
#: libraries/advisory_rules_generic.php:223
msgid ""
"Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, "
"depending on your system memory limits."
msgstr ""
"ご使用のシステムのメモリ環境に合わせて、{sort_buffer_size} と "
"{read_rnd_buffer_size} のいずれかもしくは両方を増加させることを検討してくださ"
"い。"

#: libraries/advisory_rules_generic.php:213
#, php-format
msgid ""
"%s%% of all sorts cause temporary tables, this value should be lower than "
"10%%."
msgstr ""
"全ソートの内 %s%% が一時テーブルを使用しています。この値は、10%% 未満にすべき"
"です。"

#: libraries/advisory_rules_generic.php:218
msgid "Rate of sorts that cause temporary tables"
msgstr "ソート時に一時テーブルが使われる割合"

#: libraries/advisory_rules_generic.php:226
#, php-format
msgid ""
"Temporary tables average: %s, this value should be less than 1 per hour."
msgstr ""
"一時テーブル数の平均は %s です。この値は 1 時間当たり 1 未満であるべきです。"

#: libraries/advisory_rules_generic.php:231
msgid "Sort rows"
msgstr "行のソート"

#: libraries/advisory_rules_generic.php:234
msgid "There are lots of rows being sorted."
msgstr "ソートされている行が多く存在します。"

#: libraries/advisory_rules_generic.php:236
msgid ""
"While there is nothing wrong with a high amount of row sorting, you might "
"want to make sure that the queries which require a lot of sorting use "
"indexed columns in the ORDER BY clause, as this will result in much faster "
"sorting."
msgstr ""
"大量の行のソートを行うことに問題はありませんが、大量のソートを必要とするクエ"
"リでは、 ORDER BY 句でインデックス付きのカラムを使用するようにした方が、より"
"高速なソートが可能になるでしょう。"

#: libraries/advisory_rules_generic.php:240
#, php-format
msgid "Sorted rows average: %s"
msgstr "ソートされた行数の平均: %s"

#: libraries/advisory_rules_generic.php:246
msgid "Rate of joins without indexes"
msgstr "インデックスを使用しない結合の割合"

#: libraries/advisory_rules_generic.php:249
msgid "There are too many joins without indexes."
msgstr "インデックスを使用しない結合が多くあります。"

#: libraries/advisory_rules_generic.php:251
msgid ""
"This means that joins are doing full table scans. Adding indexes for the "
"columns being used in the join conditions will greatly speed up table joins."
msgstr ""
"これは結合において、テーブルが全スキャンされていることを示しています。結合条"
"件に合ったカラムにインデックスを追加することで、テーブル結合のスピードは大幅"
"に上がるでしょう。"

#: libraries/advisory_rules_generic.php:254
#, php-format
msgid "Table joins average: %s, this value should be less than 1 per hour"
msgstr ""
"テーブル結合の平均は %s です。この値は、1 時間当たり 1 未満であるべきです"

#: libraries/advisory_rules_generic.php:259
msgid "Rate of reading first index entry"
msgstr "最初のインデックスエントリを読み込む割合"

#: libraries/advisory_rules_generic.php:262
msgid "The rate of reading the first index entry is high."
msgstr "最初のインデックスエントリを読み込む割合が高いです。"

#: libraries/advisory_rules_generic.php:264
msgid ""
"This usually indicates frequent full index scans. Full index scans are "
"faster than table scans but require lots of CPU cycles in big tables, if "
"those tables that have or had high volumes of UPDATEs and DELETEs, running "
"'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index "
"scans. Other than that full index scans can only be reduced by rewriting "
"queries."
msgstr ""
"これは、通常、インデックスの全スキャンが頻繁に行われていることを示していま"
"す。インデックスの全スキャンはテーブルのスキャンよりは速いですが、大きなテー"
"ブルでは CPU リソースを多く必要とします。このテーブルに対して UPDATE や "
"DELETE が多く行われたまたは行われているのであれば、「OPTIMIZE TABLE」を実行す"
"ることでインデックスの全スキャンの減少やスキャンスピードの上昇が見込めるかも"
"しれません。また、インデックスの全スキャンは、クエリを書き直すことでも減らす"
"ことが可能です。"

#: libraries/advisory_rules_generic.php:270
#, php-format
msgid "Index scans average: %s, this value should be less than 1 per hour"
msgstr ""
"インデックススキャンの平均が %s です。この値は、1 時間当たり 1 未満であるべき"
"です"

#: libraries/advisory_rules_generic.php:275
msgid "Rate of reading fixed position"
msgstr "決まった位置を読み込む割合"

#: libraries/advisory_rules_generic.php:278
msgid "The rate of reading data from a fixed position is high."
msgstr "決まった位置のデータを読み込む割合が高いです。"

#: libraries/advisory_rules_generic.php:280
msgid ""
"This indicates that many queries need to sort results and/or do a full table "
"scan, including join queries that do not use indexes. Add indexes where "
"applicable."
msgstr ""
"多くのクエリがインデックスを使用しない結合クエリを含んでいるために、結果の"
"ソート、テーブルの全スキャン、のいずれかもしくは両方を必要としていることを示"
"しています。該当箇所にインデックスを追加してください。"

#: libraries/advisory_rules_generic.php:283
#, php-format
msgid ""
"Rate of reading fixed position average: %s, this value should be less than 1 "
"per hour"
msgstr ""
"決まった位置を読み込む割合の平均は %s です。この値は、1 時間当たり 1 未満であ"
"るべきです"

#: libraries/advisory_rules_generic.php:288
msgid "Rate of reading next table row"
msgstr "テーブルの次行を読み込む割合"

#: libraries/advisory_rules_generic.php:291
msgid "The rate of reading the next table row is high."
msgstr "テーブルの次行を読み込む割合が高いです。"

#: libraries/advisory_rules_generic.php:293
msgid ""
"This indicates that many queries are doing full table scans. Add indexes "
"where applicable."
msgstr ""
"多くのクエリがテーブルの全スキャンを行っていることを示しています。該当箇所に"
"インデックスを追加してください。"

#: libraries/advisory_rules_generic.php:295
#, php-format
msgid ""
"Rate of reading next table row: %s, this value should be less than 1 per hour"
msgstr ""
"テーブルの次行を読み込む割合が %s です。この値は、1 時間当たり 1 未満であるべ"
"きです"

#: libraries/advisory_rules_generic.php:301
msgid "Different tmp_table_size and max_heap_table_size"
msgstr "tmp_table_size と max_heap_table_size が異なる"

#: libraries/advisory_rules_generic.php:304
msgid "{tmp_table_size} and {max_heap_table_size} are not the same."
msgstr "{tmp_table_size} と {max_heap_table_size} が同じ値ではありません。"

#: libraries/advisory_rules_generic.php:306
msgid ""
"If you have deliberately changed one of either: The server uses the lower "
"value of either to determine the maximum size of in-memory tables. So if you "
"wish to increase the in-memory table limit you will have to increase the "
"other value as well."
msgstr ""
"いずれか 1 つの変更した場合、メモリ内テーブルのサイズが最大になるように、サー"
"バはいずれか低いほうの値を使用します。ですから、メモリ内テーブルの制限を増や"
"したいのであれば、もう一方の値も増やしたほうがいいでしょう。"

#: libraries/advisory_rules_generic.php:310
#, php-format
msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s"
msgstr "現在の値は tmp_table_size が %s、max_heap_table_size が %s です"

#: libraries/advisory_rules_generic.php:316
msgid "Percentage of temp tables on disk"
msgstr "一時テーブルがディスク上に展開される比率"

#: libraries/advisory_rules_generic.php:320
#: libraries/advisory_rules_generic.php:341
msgid ""
"Many temporary tables are being written to disk instead of being kept in "
"memory."
msgstr "多くの一時テーブルが、メモリではなくディスク上に展開されています。"

#: libraries/advisory_rules_generic.php:322
msgid ""
"Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
"some temporary tables are always being written to disk, independent of the "
"value of these variables. To eliminate these you will have to rewrite your "
"queries to avoid those conditions (Within a temporary table: Presence of a "
"BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
"mentioned in the beginning of an <a href=\"https://www.facebook.com/note.php?"
"note_id=10150111255065841&comments\">Article by the Pythian Group</a>"
msgstr ""
"{max_heap_table_size} と {tmp_table_size} を増加させることで改善されるかもし"
"れません。しかしながら、これらの変数値に関わりなく、常にディスクに展開される"
"一時テーブルは存在します。この状況をも改善したいのであれば、BLOB や TEXT のカ"
"ラムもしくは 512 バイトを超えるカラムを使わないように、クエリを書き直す必要が"
"あるでしょう。このことは、<a href=\"https://www.facebook.com/note.php?"
"note_id=10150111255065841&comments\">The Pythian Group の記事 (英語)</a>に詳"
"しく記載されています"

#: libraries/advisory_rules_generic.php:331
#, php-format
msgid ""
"%s%% of all temporary tables are being written to disk, this value should be "
"below 25%%"
msgstr ""
"一時テーブルの %s%% がディスク上に展開されています。この値は、25%% 未満にすべ"
"きです"

#: libraries/advisory_rules_generic.php:337
msgid "Temp disk rate"
msgstr "一時テーブルがディスク上に展開される割合"

#: libraries/advisory_rules_generic.php:343
msgid ""
"Increasing {max_heap_table_size} and {tmp_table_size} might help. However "
"some temporary tables are always being written to disk, independent of the "
"value of these variables. To eliminate these you will have to rewrite your "
"queries to avoid those conditions (Within a temporary table: Presence of a "
"BLOB or TEXT column or presence of a column bigger than 512 bytes) as "
"mentioned in the <a href=\"https://dev.mysql.com/doc/refman/8.0/en/internal-"
"temporary-tables.html\">MySQL Documentation</a>"
msgstr ""
"{max_heap_table_size} と {tmp_table_size} を増加させることで改善されるかもし"
"れません。しかしながら、これらの変数値に関わりなく、常にディスクに展開される"
"一時テーブルは存在します。この状況をも改善したいのであれば、BLOB や TEXT のカ"
"ラムもしくは 512 バイトを超えるカラムを使わないように、クエリを書き直す必要が"
"あるでしょう。このことは、<a href=\"https://dev.mysql.com/doc/refman/8.0/ja/"
"internal-temporary-tables.html\">MySQL ドキュメント</a>に詳しく記載しています"

#: libraries/advisory_rules_generic.php:352
#, php-format
msgid ""
"Rate of temporary tables being written to disk: %s, this value should be "
"less than 1 per hour"
msgstr ""
"ディスク書き込みを伴う一時テーブル割合は %s です。この値は、1 時間当たり 1 未"
"満であるべきです"

#: libraries/advisory_rules_generic.php:359
msgid "MyISAM key buffer size"
msgstr "MyISAM キーバッファのサイズ"

#: libraries/advisory_rules_generic.php:362
msgid "Key buffer is not initialized. No MyISAM indexes will be cached."
msgstr ""
"キーバッファが初期化されていません。 MyISAM インデックスはキャッシュされませ"
"ん。"

#: libraries/advisory_rules_generic.php:364
msgid ""
"Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a "
"good start."
msgstr ""
"{key_buffer_size} を MyISAM インデックスのサイズに合わせて設定してください。"
"最初は 64M がいいでしょう。"

#: libraries/advisory_rules_generic.php:366
msgid "key_buffer_size is 0"
msgstr "key_buffer_size は 0 です"

#: libraries/advisory_rules_generic.php:371
#, no-php-format
msgid "Max % MyISAM key buffer ever used"
msgstr "これまでに使用した MyISAM キーバッファの最大比率 %"

#: libraries/advisory_rules_generic.php:376
#: libraries/advisory_rules_generic.php:393
#, no-php-format
msgid "MyISAM key buffer (index cache) % used is low."
msgstr "MyISAM キーバッファ (インデックス キャッシュ) の使用率 % が低いです。"

#: libraries/advisory_rules_generic.php:378
#: libraries/advisory_rules_generic.php:395
msgid ""
"You may need to decrease the size of {key_buffer_size}, re-examine your "
"tables to see if indexes have been removed, or examine queries and "
"expectations about what indexes are being used."
msgstr ""
"{key_buffer_size} の必要とするサイズが減少しているようです。ご使用のテーブル"
"でインデックスが削除されていないかよく確認してください。また、クエリあるいは"
"インデックスの使用が想定されるものがないか確認してみてください。"

#: libraries/advisory_rules_generic.php:382
#, php-format
msgid ""
"max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%"
msgstr ""
"使われている MyISAM キーバッファの最大比率は %s%% です。この値は 95%% より大"
"きくすべきです"

#: libraries/advisory_rules_generic.php:387
msgid "Percentage of MyISAM key buffer used"
msgstr "MyISAM キーバッファの使用比率"

#: libraries/advisory_rules_generic.php:399
#, php-format
msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%"
msgstr ""
"MyISAM キーバッファの使用率は %s%% です。この値は 95%% よりも大きくあるべきで"
"す"

#: libraries/advisory_rules_generic.php:404
msgid "Percentage of index reads from memory"
msgstr "メモリから読み込まれるインデックスの比率"

#: libraries/advisory_rules_generic.php:409
#, no-php-format
msgid "The % of indexes that use the MyISAM key buffer is low."
msgstr "MyISAM キー バッファを使用するインデックス % の比率が低いです。"

#: libraries/advisory_rules_generic.php:410
msgid "You may need to increase {key_buffer_size}."
msgstr "{key_buffer_size} を増やす必要があるかもしれません。"

#: libraries/advisory_rules_generic.php:411
#, php-format
msgid "Index reads from memory: %s%%, this value should be above 95%%"
msgstr ""
"メモリから読み込まれるインデックスの比率は %s%% です。この値は 95%% よりも大"
"きくあるべきです"

#: libraries/advisory_rules_generic.php:417
msgid "Rate of table open"
msgstr "テーブルを開く割合"

#: libraries/advisory_rules_generic.php:420
msgid "The rate of opening tables is high."
msgstr "テーブルを開く割合が高いです。"

#: libraries/advisory_rules_generic.php:422
msgid ""
"Opening tables requires disk I/O which is costly. Increasing "
"{table_open_cache} might avoid this."
msgstr ""
"テーブルを開くと、高負荷のディスク入出力を必要とします。 {table_open_cache} "
"を大きくすると、これを避けられるかもしれません。"

#: libraries/advisory_rules_generic.php:424
#, php-format
msgid "Opened table rate: %s, this value should be less than 10 per hour"
msgstr ""
"テーブルを開く割合は %s です。この値は、1 時間当たり 10 未満であるべきです"

#: libraries/advisory_rules_generic.php:429
msgid "Percentage of used open files limit"
msgstr "開いているファイルの上限に対する比率"

#: libraries/advisory_rules_generic.php:433
msgid ""
"The number of open files is approaching the max number of open files. You "
"may get a \"Too many open files\" error."
msgstr ""
"開いているファイルの数が最大に近づいています。「開いているファイルが多すぎま"
"す」というエラーが表示されることがあります。"

#: libraries/advisory_rules_generic.php:437
#: libraries/advisory_rules_generic.php:450
msgid ""
"Consider increasing {open_files_limit}, and check the error log when "
"restarting after changing {open_files_limit}."
msgstr ""
"{open_files_limit} 増やすことを検討してください。{open_files_limit} を変更し"
"て再起動した場合は、エラーログを確認するようにしてください。"

#: libraries/advisory_rules_generic.php:440
#, php-format
msgid ""
"The number of opened files is at %s%% of the limit. It should be below 85%%"
msgstr ""
"開いているファイルの数は上限の %s%% です。この値は 85%% 未満であるべきです"

#: libraries/advisory_rules_generic.php:445
msgid "Rate of open files"
msgstr "開いているファイルの割合"

#: libraries/advisory_rules_generic.php:448
msgid "The rate of opening files is high."
msgstr "開いているファイルの割合が高いです。"

#: libraries/advisory_rules_generic.php:453
#, php-format
msgid "Opened files rate: %s, this value should be less than 5 per hour"
msgstr ""
"開いているファイルの割合は %s です。この値は、1 時間当たり 5 未満であるべきで"
"す"

#: libraries/advisory_rules_generic.php:459
#, no-php-format
msgid "Immediate table locks %"
msgstr "テーブルのロックが直ちに行われた比率 %"

#: libraries/advisory_rules_generic.php:463
#: libraries/advisory_rules_generic.php:473
msgid "Too many table locks were not granted immediately."
msgstr "テーブルのロックが直ちに許可されなかったことが多すぎます。"

#: libraries/advisory_rules_generic.php:464
#: libraries/advisory_rules_generic.php:474
msgid "Optimize queries and/or use InnoDB to reduce lock wait."
msgstr ""
"クエリを最適化したり、 InnoDB を使用したりするとロック時間が削減できます。"

#: libraries/advisory_rules_generic.php:465
#, php-format
msgid "Immediate table locks: %s%%, this value should be above 95%%"
msgstr ""
"テーブルのロックが直ちに行われたのは %s%% です。この値は 95%% 以上であるべき"
"です"

#: libraries/advisory_rules_generic.php:470
msgid "Table lock wait rate"
msgstr "テーブルロックの待つ割合"

#: libraries/advisory_rules_generic.php:475
#, php-format
msgid "Table lock wait rate: %s, this value should be less than 1 per hour"
msgstr ""
"テーブルロックの待つ割合は %s です。この値は、1 時間当たり 1 未満であるべきで"
"す"

#: libraries/advisory_rules_generic.php:480
msgid "Thread cache"
msgstr "スレッドキャッシュ"

#: libraries/advisory_rules_generic.php:483
msgid ""
"Thread cache is disabled, resulting in more overhead from new connections to "
"MySQL."
msgstr ""
"スレッドキャッシュが無効になっているため、MySQL への新たな接続に対してのオー"
"バヘッドが大きくなります。"

#: libraries/advisory_rules_generic.php:484
msgid "Enable the thread cache by setting {thread_cache_size} > 0."
msgstr ""
"{thread_cache_size} に 0 より大きな値を設定して、スレッドキャッシュを有効にし"
"てください。"

#: libraries/advisory_rules_generic.php:485
msgid "The thread cache is set to 0"
msgstr "スレッドキャッシュは 0 に設定されています"

#: libraries/advisory_rules_generic.php:490
#, no-php-format
msgid "Thread cache hit rate %"
msgstr "スレッド キャッシュのヒット率 %"

#: libraries/advisory_rules_generic.php:494
msgid "Thread cache is not efficient."
msgstr "スレッドキャッシュが効果的に機能していません。"

#: libraries/advisory_rules_generic.php:495
msgid "Increase {thread_cache_size}."
msgstr "{thread_cache_size} を増やしてください。"

#: libraries/advisory_rules_generic.php:496
#, php-format
msgid "Thread cache hitrate: %s%%, this value should be above 80%%"
msgstr ""
"スレッドキャッシュのヒット率は %s%% です。この値は 80%% より大きくあるべきで"
"す"

#: libraries/advisory_rules_generic.php:501
msgid "Threads that are slow to launch"
msgstr "起動が遅いスレッド"

#: libraries/advisory_rules_generic.php:505
msgid "There are too many threads that are slow to launch."
msgstr "起動が遅いスレッドが多く存在します。"

#: libraries/advisory_rules_generic.php:507
msgid ""
"This generally happens in case of general system overload as it is pretty "
"simple operations. You might want to monitor your system load carefully."
msgstr ""
"一般的に、比較的単純な操作なわりには、システム全体に負荷がかかっている状態で"
"す。お使いのシステムの負荷を入念にモニタしてみてください。"

#: libraries/advisory_rules_generic.php:510
#, php-format
msgid "%s thread(s) took longer than %s seconds to start, it should be 0"
msgstr ""
"%s 件のスレッドが開始に %s 秒以上かかっています。この値は 0 であるべきです"

#: libraries/advisory_rules_generic.php:515
msgid "Slow launch time"
msgstr "遅い起動時間"

#: libraries/advisory_rules_generic.php:518
msgid "Slow_launch_time is above 2s."
msgstr "Slow_launch_time が 2 秒を超えています。"

#: libraries/advisory_rules_generic.php:520
msgid ""
"Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow "
"to launch."
msgstr ""
"起動が遅いスレッドなくなるように、{slow_launch_time} を 1 秒か 2 秒に設定して"
"ください。"

#: libraries/advisory_rules_generic.php:522
#, php-format
msgid "slow_launch_time is set to %s"
msgstr "slow_launch_time は %s に設定されています"

#: libraries/advisory_rules_generic.php:528
msgid "Percentage of used connections"
msgstr "使用されている接続の比率"

#: libraries/advisory_rules_generic.php:531
msgid ""
"The maximum amount of used connections is getting close to the value of "
"{max_connections}."
msgstr ""
"使用されている接続数が {max_connections} の値に達すると、閉じられてしまう接続"
"が発生します。"

#: libraries/advisory_rules_generic.php:533
msgid ""
"Increase {max_connections}, or decrease {wait_timeout} so that connections "
"that do not close database handlers properly get killed sooner. Make sure "
"the code closes database handlers properly."
msgstr ""
"{max_connections}を増やすか {wait_timeout} を減らしてください。こうすること"
"で、データベースの処理において接続がすぐに切られることはなくなります。念のた"
"め、コード上において、データベースが適切に閉じられているかも確認してみてくだ"
"さい。"

#: libraries/advisory_rules_generic.php:537
#, php-format
msgid ""
"Max_used_connections is at %s%% of max_connections, it should be below 80%%"
msgstr ""
"max_used_connections が max_connections の %s%% になっています。これは 80%% "
"未満であるべきです"

#: libraries/advisory_rules_generic.php:542
msgid "Percentage of aborted connections"
msgstr "中断された接続の比率"

#: libraries/advisory_rules_generic.php:545
#: libraries/advisory_rules_generic.php:559
msgid "Too many connections are aborted."
msgstr "中断された接続が多いです。"

#: libraries/advisory_rules_generic.php:547
#: libraries/advisory_rules_generic.php:561
msgid ""
"Connections are usually aborted when they cannot be authorized. <a "
"href=\"https://www.percona.com/blog/2008/08/23/how-to-track-down-the-source-"
"of-aborted_connects/\">This article</a> might help you track down the source."
msgstr ""
"接続は中断されたというのは、一般的に、認証できなかった場合のことです。<a "
"href=\"https://www.percona.com/blog/2008/08/23/how-to-track-down-the-source-"
"of-aborted_connects/\">この記事 (英語)</a> は、原因を突き止めるのに参考になる"
"かもしれません。"

#: libraries/advisory_rules_generic.php:551
#, php-format
msgid "%s%% of all connections are aborted. This value should be below 1%%"
msgstr "全接続のうち %s%% が中断されています。この値は 1%% 未満であるべきです"

#: libraries/advisory_rules_generic.php:556
msgid "Rate of aborted connections"
msgstr "中断された接続の割合"

#: libraries/advisory_rules_generic.php:565
#, php-format
msgid ""
"Aborted connections rate is at %s, this value should be less than 1 per hour"
msgstr ""
"中断された接続の割合は %s です。この値は、1 時間当たり 1 未満であるべきです"

#: libraries/advisory_rules_generic.php:570
msgid "Percentage of aborted clients"
msgstr "クライアントによって中断された比率"

#: libraries/advisory_rules_generic.php:573
#: libraries/advisory_rules_generic.php:587
msgid "Too many clients are aborted."
msgstr "中断されたクライアントが多すぎます。"

#: libraries/advisory_rules_generic.php:575
#: libraries/advisory_rules_generic.php:589
msgid ""
"Clients are usually aborted when they did not close their connection to "
"MySQL properly. This can be due to network issues or code not closing a "
"database handler properly. Check your network and code."
msgstr ""
"クライアントによって中断されたというのは、一般的に、MySQL への接続が適切に閉"
"じられなかった場合のことです。ネットワークの問題もしくはデータベースへの接続"
"を適切に閉じていないコードが原因と考えられます。ネットワークとコードを確認し"
"てください。"

#: libraries/advisory_rules_generic.php:579
#, php-format
msgid "%s%% of all clients are aborted. This value should be below 2%%"
msgstr ""
"全クライアントのうち %s%% が中断されています。この値は 2%% 未満であるべきです"

#: libraries/advisory_rules_generic.php:584
msgid "Rate of aborted clients"
msgstr "中断されたクライアントの割合"

#: libraries/advisory_rules_generic.php:593
#, php-format
msgid "Aborted client rate is at %s, this value should be less than 1 per hour"
msgstr ""
"中断されたクライアントの割合は %s です。この値は、1 時間当たり 1 未満であるべ"
"きです"

#: libraries/advisory_rules_generic.php:599
msgid "Is InnoDB disabled?"
msgstr "InnoDB が無効?"

#: libraries/advisory_rules_generic.php:603
msgid "You do not have InnoDB enabled."
msgstr "InnoDB を有効にできていません。"

#: libraries/advisory_rules_generic.php:604
msgid "InnoDB is usually the better choice for table engines."
msgstr "一般的に、InnoDB はテーブル用のエンジンとして適切な選択となりえます。"

#: libraries/advisory_rules_generic.php:605
msgid "have_innodb is set to 'value'"
msgstr "have_innodb は 'value' に設定されています"

#: libraries/advisory_rules_generic.php:609
#: libraries/advisory_rules_generic.php:633
msgid "InnoDB log size"
msgstr "InnoDB のログサイズ"

#: libraries/advisory_rules_generic.php:613
#: libraries/advisory_rules_generic.php:640
msgid ""
"The InnoDB log file size is not an appropriate size, in relation to the "
"InnoDB buffer pool."
msgstr ""
"InnoDB のログサイズが適切ではありません。この値は InnoDB バッファプールと関連"
"があります。"

#: libraries/advisory_rules_generic.php:615
#: libraries/advisory_rules_generic.php:642
#, no-php-format
msgid ""
"Especially on a system with a lot of writes to InnoDB tables you should set "
"{innodb_log_file_size} to 25% of {innodb_buffer_pool_size}. However the "
"bigger this value, the longer the recovery time will be when database "
"crashes, so this value should not be set much higher than 256 MiB. Please "
"note however that you cannot simply change the value of this variable. You "
"need to shutdown the server, remove the InnoDB log files, set the new value "
"in my.cnf, start the server, then check the error logs if everything went "
"fine. See also <a href=\"https://mysqldatabaseadministration.blogspot."
"com/2007/01/increase-innodblogfilesize-proper-way.html\">this blog entry</a>"
msgstr ""
"特に、InnoDB のテーブルへの書き込みが多いシステムの場合には、"
"{innodb_log_file_size} は {innodb_buffer_pool_size} の 25 % に設定するといい"
"でしょう。しかしながら、この値が大きくなると、データベースが壊れたときの修復"
"に時間がかかるようになります。そのため、この値は 256 MiB を超えるべきではあり"
"ません。なお、この変数は簡単には変更できないので注意してください。サーバを停"
"止させ、InnoDB ログファイルを削除し、my.cnf に新しい値を設定して、そうした後"
"にサーバは起動し直す必要があります。そして、全ての設定が正しく設定できている"
"のかを、エラーログで確認しなければなりません。<a href=\"https://"
"mysqldatabaseadministration.blogspot.com/2007/01/increase-innodblogfilesize-"
"proper-way.html\">こちらのブログ記事 (英語)</a> も参照してください"

#: libraries/advisory_rules_generic.php:626
#: libraries/advisory_rules_generic.php:653
#, php-format
msgid ""
"Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, "
"it should not be below 20%%"
msgstr ""
"InnoDB のログサイズが、関連のある InnoDB バッファプールの大きさに対して %s%% "
"です。この値は 20%% 未満であるべきではありません"

#: libraries/advisory_rules_generic.php:660
msgid "Max InnoDB log size"
msgstr "InnoDB の最大ログサイズ"

#: libraries/advisory_rules_generic.php:664
msgid "The InnoDB log file size is inadequately large."
msgstr "InnoDB ログファイルの大きさが、十分にありません。"

#: libraries/advisory_rules_generic.php:666
#, no-php-format
msgid ""
"It is usually sufficient to set {innodb_log_file_size} to 25% of the size of "
"{innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down the "
"recovery time after a database crash considerably. See also <a "
"href=\"https://www.percona.com/blog/2006/07/03/choosing-proper-"
"innodb_log_file_size/\">this Article</a>. You need to shutdown the server, "
"remove the InnoDB log files, set the new value in my.cnf, start the server, "
"then check the error logs if everything went fine. See also <a "
"href=\"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-"
"innodblogfilesize-proper-way.html\">this blog entry</a>"
msgstr ""
"一般的には、innodb_log_file_size に {innodb_buffer_pool_size} の 25 % の値を"
"設定すれば十分です。innodb_log_file_size の値が非常に大きい場合、データベース"
"が多量に破損した後の修復に時間がかかるようになります。<a href=\"https://www."
"percona.com/blog/2006/07/03/choosing-proper-innodb_log_file_size/\">こちらの"
"記事 (英語)</a> も参照してください。なお、この変数を変更するには、サーバを停"
"止させ、InnoDB ログファイルを削除し、my.cnf に新しい値を設定してから、サーバ"
"を起動し直す必要があります。それから、全ての設定が正しく行えたかを確認するた"
"めに、エラーログを確認しなければなりません。設定に関しては、<a "
"href=\"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-"
"innodblogfilesize-proper-way.html\">こちらのブログ記事 (英語)</a> もご覧くだ"
"さい"

#: libraries/advisory_rules_generic.php:676
#, php-format
msgid "Your absolute InnoDB log size is %s MiB"
msgstr "使用されている InnoDB のログサイズの総計は、%s MiB です"

#: libraries/advisory_rules_generic.php:681
msgid "InnoDB buffer pool size"
msgstr "InnoDB のバッファプールの大きさ"

#: libraries/advisory_rules_generic.php:685
msgid "Your InnoDB buffer pool is fairly small."
msgstr "ご使用されている InnoDB のバッファプールはかなり小さいです。"

#: libraries/advisory_rules_generic.php:687
#, no-php-format
msgid ""
"The InnoDB buffer pool has a profound impact on performance for InnoDB "
"tables. Assign all your remaining memory to this buffer. For database "
"servers that use solely InnoDB as storage engine and have no other services "
"(e.g. a web server) running, you may set this as high as 80% of your "
"available memory. If that is not the case, you need to carefully assess the "
"memory consumption of your other services and non-InnoDB-Tables and set this "
"variable accordingly. If it is set too high, your system will start "
"swapping, which decreases performance significantly. See also <a "
"href=\"https://www.percona.com/blog/2007/11/03/choosing-"
"innodb_buffer_pool_size/\">this article</a>"
msgstr ""
"InnoDB のバッファプールは、InnoDB テーブルのパフォーマンスに対して強い影響力"
"を持っています。使用されていないメモリを全てこのバッファに割り当ててくださ"
"い。ストレージエンジンとして InnoDB のみを使用しており、他のサービス (例え"
"ば、ウェブサーバ) を稼動していないデータベースサーバに対しては、使用可能なメ"
"モリの 80 % 以上にあたる大きな値をバッファプール変数に設定するといいでしょ"
"う。そのような状況以外では、使用されている他のサービスや InnoDB ではないテー"
"ブルの使用メモリ量を慎重に見極めながら、この変数を設定する必要があります。大"
"きすぎる値を設定されてしまった場合、システムはメモリスワップをするようにな"
"り、パフォーマンスは著しく低下するようになります。<a href=\"https://www."
"percona.com/blog/2007/11/03/choosing-innodb_buffer_pool_size/\">こちらの記事 "
"(英語)</a> も参考にしてください"

#: libraries/advisory_rules_generic.php:697
#, php-format
msgid ""
"You are currently using %s%% of your memory for the InnoDB buffer pool. This "
"rule fires if you are assigning less than 60%%, however this might be "
"perfectly adequate for your system if you don't have much InnoDB tables or "
"other services running on the same machine."
msgstr ""
"現在、メモリの %s%% が InnoDB バッファプールに使われています。割り当てが "
"60%% 未満の時にこの事象が表示されるようになりますが、多くの InnoDB テーブルを"
"使用していない、もしくは同マシン上で他のサービスを稼動させていないのであれ"
"ば、ご使用のシステムではこの設定で十分かもしれません。"

#: libraries/advisory_rules_generic.php:707
msgid "MyISAM concurrent inserts"
msgstr "MyISAM における同時挿入"

#: libraries/advisory_rules_generic.php:710
msgid "Enable {concurrent_insert} by setting it to 1"
msgstr "{concurrent_insert} に 1 を設定して、同時挿入を有効にしてください"

#: libraries/advisory_rules_generic.php:712
msgid ""
"Setting {concurrent_insert} to 1 reduces contention between readers and "
"writers for a given table. See also <a href=\"https://dev.mysql.com/doc/"
"refman/5.5/en/concurrent-inserts.html\">MySQL Documentation</a>"
msgstr ""
"{concurrent_insert} を 1 に設定すると、一つのテーブル内における読み書きの衝突"
"を減らすことができます。 <a href=\"https://dev.mysql.com/doc/refman/5.5/ja/"
"concurrent-inserts.html\">MySQL ドキュメント</a>もご覧になってください"

#: libraries/advisory_rules_generic.php:716
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert は 0 に設定されています"

#: libraries/advisory_rules_mysql_before80003.php:9
msgid "Query cache disabled"
msgstr "クエリキャッシュが無効"

#: libraries/advisory_rules_mysql_before80003.php:12
msgid "The query cache is not enabled."
msgstr "クエリキャッシュが有効になっていません。"

#: libraries/advisory_rules_mysql_before80003.php:14
msgid ""
"The query cache is known to greatly improve performance if configured "
"correctly. Enable it by setting {query_cache_size} to a 2 digit MiB value "
"and setting {query_cache_type} to 'ON'. <b>Note:</b> If you are using "
"memcached, ignore this recommendation."
msgstr ""
"クエリキャッシュは、正しく設定されていればパフォーマンスがとても改善されるこ"
"とが知られています。クエリキャッシュを有効にするには、{query_cache_size} を "
"2 桁の MiB にして、{query_cache_type} を 'ON' に設定してください。<b>注：</b>"
"メモリキャッシュを使用している場合は、この推奨事項は無視してください。"

#: libraries/advisory_rules_mysql_before80003.php:18
msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
msgstr ""
"query_cache_size が 0 に設定されているか、query_cache_type が 'OFF' に設定さ"
"れています"

#: libraries/advisory_rules_mysql_before80003.php:23
#, no-php-format
msgid "Query cache efficiency (%)"
msgstr "クエリ キャッシュ効率 (%)"

#: libraries/advisory_rules_mysql_before80003.php:27
msgid "Query cache not running efficiently, it has a low hit rate."
msgstr ""
"クエリキャッシュが有効に機能していません。キャッシュのヒット率が低いです。"

#: libraries/advisory_rules_mysql_before80003.php:28
msgid "Consider increasing {query_cache_limit}."
msgstr "{query_cache_limit} を増やすのを検討してください。"

#: libraries/advisory_rules_mysql_before80003.php:29
#, php-format
msgid "The current query cache hit rate of %s%% is below 20%%"
msgstr "現在のクエリキャッシュのヒット率が %s%% と、20%% を下回っています"

#: libraries/advisory_rules_mysql_before80003.php:34
msgid "Query Cache usage"
msgstr "クエリキャッシュの使用状況"

#: libraries/advisory_rules_mysql_before80003.php:39
#, no-php-format
msgid "Less than 80% of the query cache is being utilized."
msgstr "クエリ キャッシュの利用率が 80 % 未満です。"

#: libraries/advisory_rules_mysql_before80003.php:41
msgid ""
"This might be caused by {query_cache_limit} being too low. Flushing the "
"query cache might help as well."
msgstr ""
"これは、{query_cache_limit} が低すぎることが原因であると考えられます。クエリ"
"キャッシュをフラッシュすることでも改善されるかもしれません。"

#: libraries/advisory_rules_mysql_before80003.php:45
#, php-format
msgid ""
"The current ratio of free query cache memory to total query cache size is "
"%s%%. It should be above 80%%"
msgstr ""
"クエリキャッシュの総量に対するクエリキャッシュの空きメモリの割合は %s%% で"
"す。この値は 80%% よりも大きくあるべきです"

#: libraries/advisory_rules_mysql_before80003.php:52
msgid "Query cache fragmentation"
msgstr "クエリキャッシュの断片化"

#: libraries/advisory_rules_mysql_before80003.php:56
msgid "The query cache is considerably fragmented."
msgstr "クエリキャッシュが非常に断片化しています。"

#: libraries/advisory_rules_mysql_before80003.php:58
msgid ""
"Severe fragmentation is likely to (further) increase Qcache_lowmem_prunes. "
"This might be caused by many Query cache low memory prunes due to "
"{query_cache_size} being too small. For a immediate but short lived fix you "
"can flush the query cache (might lock the query cache for a long time). "
"Carefully adjusting {query_cache_min_res_unit} to a lower value might help "
"too, e.g. you can set it to the average size of your queries in the cache "
"using this formula: (query_cache_size - qcache_free_memory) / "
"qcache_queries_in_cache"
msgstr ""
"深刻な断片化は Qcache_lowmem_prunes の (大きな) 増加を示唆しています。"
"{query_cache_size} が小さすぎることが原因で、小さなクエリキャッシュメモリの切"
"り詰めが多数発生したことにより、このようになったものと思われます。今すぐクエ"
"リキャッシュのフラッシュを行えば、しばらくは (長期間クエリキャッシュをロック"
"していたような) 断片化は解消されます。{query_cache_min_res_unit} を小さめな値"
"に慎重に調整することで、断片化をかなり抑制できるかもしれません。設定例とし"
"て、クエリキャッシュの 1 つ当たりの平均使用サイズ ( = (query_cache_size - "
"qcache_free_memory) / qcache_queries_in_cache ) などがあります"

#: libraries/advisory_rules_mysql_before80003.php:66
#, php-format
msgid ""
"The cache is currently fragmented by %s%% , with 100%% fragmentation meaning "
"that the query cache is an alternating pattern of free and used blocks. This "
"value should be below 20%%."
msgstr ""
"キャッシュは現在 %s%% が断片化しています。100%% の断片化とは、クエリキャッ"
"シュが空きと使用済みブロックが交互に現れるパターンになっていることを意味して"
"います。この値は、 20%% 未満であるべきです。"

#: libraries/advisory_rules_mysql_before80003.php:73
msgid "Query cache low memory prunes"
msgstr "小さなクエリキャッシュメモリの切り詰め"

#: libraries/advisory_rules_mysql_before80003.php:77
msgid ""
"Cached queries are removed due to low query cache memory from the query "
"cache."
msgstr ""
"キャッシュされたクエリは、クエリキャッシュメモリが小さいためキャッシュから削"
"除されます。"

#: libraries/advisory_rules_mysql_before80003.php:79
msgid ""
"You might want to increase {query_cache_size}, however keep in mind that the "
"overhead of maintaining the cache is likely to increase with its size, so do "
"this in small increments and monitor the results."
msgstr ""
"{query_cache_size} を増やす必要があるでしょう。しかしながら、大きくなった分だ"
"け、キャッシュ維持に対するオーバヘッドも増加したように感じるかもしれません。"
"少しずつ増やして、結果をモニタするようにしてみてください。"

#: libraries/advisory_rules_mysql_before80003.php:84
#, php-format
msgid ""
"The ratio of removed queries to inserted queries is %s%%. The lower this "
"value is, the better (This rules firing limit: 0.1%%)"
msgstr ""
"追加クエリに対する削除クエリの割合は、%s%% です。この値は低いほど良いです (こ"
"こでは 0.1%% を超えたらで判断しています)"

#: libraries/advisory_rules_mysql_before80003.php:91
msgid "Query cache max size"
msgstr "クエリキャッシュの最大サイズ"

#: libraries/advisory_rules_mysql_before80003.php:96
msgid ""
"The query cache size is above 128 MiB. Big query caches may cause "
"significant overhead that is required to maintain the cache."
msgstr ""
"クエリキャッシュサイズが 128 MiB を超えています。クエリキャッシュが大きいと、"
"キャッシュ維持に必要となるオーバヘッドがかさむようになります。"

#: libraries/advisory_rules_mysql_before80003.php:100
msgid ""
"Depending on your environment, it might be performance increasing to reduce "
"this value."
msgstr ""
"使用されている環境によりますが、この値を減らすとパフォーマンスがよくなること"
"があります。"

#: libraries/advisory_rules_mysql_before80003.php:102
#, php-format
msgid "Current query cache size: %s"
msgstr "現在のクエリキャッシュサイズ: %s"

#: libraries/advisory_rules_mysql_before80003.php:107
msgid "Query cache min result size"
msgstr "クエリキャッシュの最小結果サイズ"

#: libraries/advisory_rules_mysql_before80003.php:111
msgid ""
"The max size of the result set in the query cache is the default of 1 MiB."
msgstr ""
"クエリキャッシュにおける結果セットの上限サイズは、デフォルトの 1 MiB です。"

#: libraries/advisory_rules_mysql_before80003.php:113
msgid ""
"Changing {query_cache_limit} (usually by increasing) may increase "
"efficiency. This variable determines the maximum size a query result may "
"have to be inserted into the query cache. If there are many query results "
"above 1 MiB that are well cacheable (many reads, little writes) then "
"increasing {query_cache_limit} will increase efficiency. Whereas in the case "
"of many query results being above 1 MiB that are not very well cacheable "
"(often invalidated due to table updates) increasing {query_cache_limit} "
"might reduce efficiency."
msgstr ""
"{query_cache_limit} を変更 (一般的に増加) したほうが、効率がよくなることが多"
"いです。この変数は、キャッシュされるクエリ結果の上限サイズに直接影響します。"
"(読み込みが多く、書き込みが少しといった) キャッシュに依存しやすく 1 MiB を超"
"えているクエリの結果が多くあるのであれば、{query_cache_limit} を増加させるこ"
"とで効率性は増すでしょう。(度々テーブルが更新されることで無効化され) キャッ"
"シュにほとんど依存できない 1 MiB を超えているクエリの結果が多くあるのであれ"
"ば、{query_cache_limit} を増加させることで効率が悪くかもしれません。"

#: libraries/advisory_rules_mysql_before80003.php:120
msgid "query_cache_limit is set to 1 MiB"
msgstr "query_cache_limit は 1 MiB に設定されています"

#: libraries/classes/Advisor.php:234
#, php-format
msgid "Error when evaluating: %s"
msgstr "評価中にエラーが発生しました：%s"

#: libraries/classes/Advisor.php:261
#, php-format
msgid "Failed evaluating precondition for rule '%s'."
msgstr "事象名「%s」において、前提条件の評価に失敗しました。"

#: libraries/classes/Advisor.php:281
#, php-format
msgid "Failed calculating value for rule '%s'."
msgstr "事象名「%s」において、判断値の算出に失敗しました。"

#: libraries/classes/Advisor.php:300
#, php-format
msgid "Failed running test for rule '%s'."
msgstr "事象名「%s」において、判断の判定に失敗しました。"

#: libraries/classes/Advisor.php:328
#, php-format
msgid "Failed formatting string for rule '%s'."
msgstr "事象名「%s」において、表示書式の形成に失敗しました。"

#: libraries/classes/Advisor.php:413
msgid "per second"
msgstr "/ 秒"

#: libraries/classes/Advisor.php:416
msgid "per minute"
msgstr "/ 分"

#: libraries/classes/Advisor.php:419
msgid "per hour"
msgstr "/ 時"

#: libraries/classes/Advisor.php:422
msgid "per day"
msgstr "/ 日"

#: libraries/classes/BrowseForeigners.php:200
msgid "Search:"
msgstr "検索："

#: libraries/classes/BrowseForeigners.php:206
#: libraries/classes/Controllers/JavaScriptMessagesController.php:324
#: libraries/classes/Controllers/Server/PrivilegesController.php:329
#: libraries/classes/Normalization.php:255
#: libraries/classes/Normalization.php:978 libraries/classes/Tracking.php:327
#: libraries/classes/Tracking.php:481
#: templates/columns_definitions/column_definitions_form.twig:43
#: templates/database/designer/main.twig:1102
#: templates/database/events/editor_form.twig:115
#: templates/database/operations/index.twig:19
#: templates/database/operations/index.twig:75
#: templates/database/operations/index.twig:185
#: templates/database/operations/index.twig:225
#: templates/database/routines/editor_form.twig:176
#: templates/database/routines/execute_form.twig:55
#: templates/database/search/main.twig:74
#: templates/database/triggers/editor_form.twig:69
#: templates/display/results/table.twig:190
#: templates/gis_data_editor_form.twig:211 templates/header_location.twig:18
#: templates/modals/create_view.twig:10
#: templates/modals/enum_set_editor.twig:10
#: templates/modals/index_dialog_modal.twig:10
#: templates/preferences/manage/main.twig:46
#: templates/preferences/manage/main.twig:108
#: templates/server/binlog/index.twig:34
#: templates/server/privileges/add_user.twig:36
#: templates/server/privileges/change_password.twig:70
#: templates/server/privileges/edit_routine_privileges.twig:102
#: templates/server/privileges/privileges_summary.twig:102
#: templates/server/privileges/privileges_table.twig:858
#: templates/server/privileges/user_properties.twig:149
#: templates/server/privileges/users_overview.twig:159
#: templates/server/replication/change_primary.twig:33
#: templates/server/replication/primary_add_replica_user.twig:81
#: templates/server/replication/primary_configuration.twig:30
#: templates/server/replication/replica_configuration.twig:16
#: templates/server/replication/replica_configuration.twig:88
#: templates/server/user_groups/edit_user_groups.twig:21
#: templates/sql/query.twig:147 templates/sql/query.twig:198
#: templates/table/find_replace/index.twig:62
#: templates/table/index_form.twig:245
#: templates/table/insert/actions_panel.twig:37
#: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:15
#: templates/table/operations/index.twig:38
#: templates/table/operations/index.twig:86
#: templates/table/operations/index.twig:241
#: templates/table/operations/index.twig:328
#: templates/table/operations/index.twig:505
#: templates/table/operations/view.twig:20
#: templates/table/search/index.twig:172 templates/table/search/index.twig:196
#: templates/table/start_and_number_of_rows_fieldset.twig:15
#: templates/table/structure/display_structure.twig:343
#: templates/table/structure/display_structure.twig:454
#: templates/table/structure/display_structure.twig:572
#: templates/table/zoom_search/index.twig:152 templates/view_create.twig:116
msgid "Go"
msgstr "実行"

#: libraries/classes/BrowseForeigners.php:221
#: libraries/classes/BrowseForeigners.php:225
#: templates/database/data_dictionary/index.twig:73 templates/indexes.twig:16
#: templates/table/structure/display_structure.twig:475
#: templates/table/tracking/structure_snapshot_indexes.twig:5
msgid "Keyname"
msgstr "キー名"

#: libraries/classes/BrowseForeigners.php:222
#: libraries/classes/BrowseForeigners.php:224
#: templates/server/engines/index.twig:14
#: templates/server/plugins/index.twig:27
#: templates/server/status/variables/index.twig:77
msgid "Description"
msgstr "説明"

#: libraries/classes/BrowseForeigners.php:321
#: libraries/classes/Language.php:204 libraries/classes/Pdf.php:81
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:496
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:530
#: templates/list_navigator.twig:4
msgid "Page number:"
msgstr "ページ番号:"

#: libraries/classes/BrowseForeigners.php:335
#: libraries/classes/Controllers/JavaScriptMessagesController.php:561
#: templates/display/results/table.twig:24
#: templates/server/privileges/initials_row.twig:17
#: templates/table/browse_foreigners/show_all.twig:4
msgid "Show all"
msgstr "すべて表示"

#: libraries/classes/Charsets/Collation.php:170
#: libraries/classes/Charsets.php:176 libraries/classes/Charsets.php:177
msgid "Unknown"
msgstr "不明"

#: libraries/classes/Charsets/Collation.php:203
#: libraries/classes/Charsets/Collation.php:502
msgctxt "Collation"
msgid "German (phone book order)"
msgstr "ドイツ語（電話帳順）"

#: libraries/classes/Charsets/Collation.php:207
#: libraries/classes/Charsets/Collation.php:499
msgctxt "Collation"
msgid "German (dictionary order)"
msgstr "ドイツ語（辞書順）"

#: libraries/classes/Charsets/Collation.php:216
#: libraries/classes/Charsets/Collation.php:577
msgctxt "Collation"
msgid "Spanish (traditional)"
msgstr "スペイン語（古典）"

#: libraries/classes/Charsets/Collation.php:220
#: libraries/classes/Charsets/Collation.php:570
msgctxt "Collation"
msgid "Spanish (modern)"
msgstr "スペイン語（現代）"

#: libraries/classes/Charsets/Collation.php:298
msgctxt "Collation variant"
msgid "case-insensitive"
msgstr "大文字小文字を区別しない"

#: libraries/classes/Charsets/Collation.php:301
msgctxt "Collation variant"
msgid "case-sensitive"
msgstr "大文字小文字を区別する"

#: libraries/classes/Charsets/Collation.php:304
msgctxt "Collation variant"
msgid "accent-insensitive"
msgstr "アクセントを区別しない"

#: libraries/classes/Charsets/Collation.php:307
msgctxt "Collation variant"
msgid "accent-sensitive"
msgstr "アクセントを区別する"

#: libraries/classes/Charsets/Collation.php:310
msgctxt "Collation variant"
msgid "kana-sensitive"
msgstr "かなを区別する"

#: libraries/classes/Charsets/Collation.php:314
msgctxt "Collation variant"
msgid "multi-level"
msgstr "マルチレベル"

#: libraries/classes/Charsets/Collation.php:317
msgctxt "Collation variant"
msgid "binary"
msgstr "バイナリ"

#: libraries/classes/Charsets/Collation.php:320
msgctxt "Collation variant"
msgid "no-pad"
msgstr "パッドなし"

#: libraries/classes/Charsets/Collation.php:339
msgctxt "Collation"
msgid "Binary"
msgstr "バイナリ"

#: libraries/classes/Charsets/Collation.php:352
#: libraries/classes/Charsets/Collation.php:601
msgctxt "Collation"
msgid "Unicode"
msgstr "Unicode"

#: libraries/classes/Charsets/Collation.php:362
#: libraries/classes/Charsets/Collation.php:548
msgctxt "Collation"
msgid "West European"
msgstr "西ヨーロッパ諸語"

#: libraries/classes/Charsets/Collation.php:369
msgctxt "Collation"
msgid "Central European"
msgstr "中央ヨーロッパ諸語"

#: libraries/classes/Charsets/Collation.php:374
#: libraries/classes/Charsets/Collation.php:555
msgctxt "Collation"
msgid "Russian"
msgstr "ロシア語"

#: libraries/classes/Charsets/Collation.php:379
msgctxt "Collation"
msgid "Simplified Chinese"
msgstr "簡体字中国語"

#: libraries/classes/Charsets/Collation.php:382
msgctxt "Collation"
msgid "Traditional Chinese"
msgstr "繁体字中国語"

#: libraries/classes/Charsets/Collation.php:385
#: libraries/classes/Charsets/Collation.php:470
msgctxt "Collation"
msgid "Chinese"
msgstr "中国語"

#: libraries/classes/Charsets/Collation.php:393
#: libraries/classes/Charsets/Collation.php:519
msgctxt "Collation"
msgid "Japanese"
msgstr "日本語"

#: libraries/classes/Charsets/Collation.php:398
msgctxt "Collation"
msgid "Baltic"
msgstr "バルト諸語"

#: libraries/classes/Charsets/Collation.php:403
msgctxt "Collation"
msgid "Armenian"
msgstr "アルメニア語"

#: libraries/classes/Charsets/Collation.php:406
msgctxt "Collation"
msgid "Cyrillic"
msgstr "キリル諸語"

#: libraries/classes/Charsets/Collation.php:409
msgctxt "Collation"
msgid "Arabic"
msgstr "アラビア語"

#: libraries/classes/Charsets/Collation.php:412
#: libraries/classes/Charsets/Collation.php:534
msgctxt "Collation"
msgid "Korean"
msgstr "韓国語"

#: libraries/classes/Charsets/Collation.php:415
msgctxt "Collation"
msgid "Hebrew"
msgstr "ヘブライ語"

#: libraries/classes/Charsets/Collation.php:418
msgctxt "Collation"
msgid "Georgian"
msgstr "グルジア語"

#: libraries/classes/Charsets/Collation.php:421
msgctxt "Collation"
msgid "Greek"
msgstr "ギリシア語"

#: libraries/classes/Charsets/Collation.php:424
msgctxt "Collation"
msgid "Czech-Slovak"
msgstr "チェコ・スロバキア語"

#: libraries/classes/Charsets/Collation.php:427
#: libraries/classes/Charsets/Collation.php:593
msgctxt "Collation"
msgid "Ukrainian"
msgstr "ウクライナ語"

#: libraries/classes/Charsets/Collation.php:430
#: libraries/classes/Charsets/Collation.php:589
msgctxt "Collation"
msgid "Turkish"
msgstr "トルコ語"

#: libraries/classes/Charsets/Collation.php:433
#: libraries/classes/Charsets/Collation.php:581
msgctxt "Collation"
msgid "Swedish"
msgstr "スウェーデン語"

#: libraries/classes/Charsets/Collation.php:436
#: libraries/classes/Charsets/Collation.php:585
msgctxt "Collation"
msgid "Thai"
msgstr "タイ語"

#: libraries/classes/Charsets/Collation.php:439
msgctxt "Collation"
msgid "Unknown"
msgstr "不明"

#: libraries/classes/Charsets/Collation.php:464
msgctxt "Collation"
msgid "Bulgarian"
msgstr "ブルガリア語"

#: libraries/classes/Charsets/Collation.php:476
msgctxt "Collation"
msgid "Croatian"
msgstr "クロアチア語"

#: libraries/classes/Charsets/Collation.php:480
msgctxt "Collation"
msgid "Czech"
msgstr "チェコ語"

#: libraries/classes/Charsets/Collation.php:484
msgctxt "Collation"
msgid "Danish"
msgstr "デンマーク語"

#: libraries/classes/Charsets/Collation.php:488
msgctxt "Collation"
msgid "English"
msgstr "英語"

#: libraries/classes/Charsets/Collation.php:492
msgctxt "Collation"
msgid "Esperanto"
msgstr "エスペラント語"

#: libraries/classes/Charsets/Collation.php:496
msgctxt "Collation"
msgid "Estonian"
msgstr "エストニア語"

#: libraries/classes/Charsets/Collation.php:511
msgctxt "Collation"
msgid "Hungarian"
msgstr "ハンガリー語"

#: libraries/classes/Charsets/Collation.php:515
msgctxt "Collation"
msgid "Icelandic"
msgstr "アイスランド語"

#: libraries/classes/Charsets/Collation.php:522
msgctxt "Collation"
msgid "Classical Latin"
msgstr "古典ラテン語"

#: libraries/classes/Charsets/Collation.php:526
msgctxt "Collation"
msgid "Latvian"
msgstr "ラトビア語"

#: libraries/classes/Charsets/Collation.php:530
msgctxt "Collation"
msgid "Lithuanian"
msgstr "リトアニア語"

#: libraries/classes/Charsets/Collation.php:538
msgctxt "Collation"
msgid "Burmese"
msgstr "ビルマ語"

#: libraries/classes/Charsets/Collation.php:541
msgctxt "Collation"
msgid "Persian"
msgstr "ペルシア語"

#: libraries/classes/Charsets/Collation.php:545
msgctxt "Collation"
msgid "Polish"
msgstr "ポーランド語"

#: libraries/classes/Charsets/Collation.php:552
msgctxt "Collation"
msgid "Romanian"
msgstr "ルーマニア語"

#: libraries/classes/Charsets/Collation.php:559
msgctxt "Collation"
msgid "Sinhalese"
msgstr "シンハラ語"

#: libraries/classes/Charsets/Collation.php:563
msgctxt "Collation"
msgid "Slovak"
msgstr "スロバキア語"

#: libraries/classes/Charsets/Collation.php:567
msgctxt "Collation"
msgid "Slovenian"
msgstr "スロベニア語"

#: libraries/classes/Charsets/Collation.php:597
msgctxt "Collation"
msgid "Vietnamese"
msgstr "ベトナム語"

#: libraries/classes/Common.php:245
#, php-format
msgid "You should upgrade to %s %s or later."
msgstr "%s を %s 以降にアップグレードしてください。"

#: libraries/classes/Common.php:277
msgid "Error: Token mismatch"
msgstr "エラー: トークンが一致しません"

#: libraries/classes/Common.php:491
msgid ""
"Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to "
"access phpMyAdmin."
msgstr ""
"セッションクッキーの設定に失敗しました。 phpMyAdminにアクセスするのにHTTPSの"
"代わりにHTTPが使用されている可能性があります。"

#: libraries/classes/Common.php:552
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
"PHP の設定で mbstring.func_overload が有効になっています。phpMyAdmin はこのオ"
"プションに対応していないため、データが破壊されることがあります!"

#: libraries/classes/Common.php:569
msgid ""
"The ini_get and/or ini_set functions are disabled in php.ini. phpMyAdmin "
"requires these functions!"
msgstr ""
"php.iniでini_getまたはini_set、あるいはその両方を無効にしました。 この機能は"
"phpMyAdminとして必要です!"

#: libraries/classes/Common.php:580
msgid "GLOBALS overwrite attempt"
msgstr "GLOBALS 変数が書き換えられている可能性があります"

#: libraries/classes/Common.php:590
msgid "possible exploit"
msgstr "なんらかの攻撃をされている可能性があります"

#: libraries/classes/Config/Descriptions.php:69
#: libraries/classes/Config/Descriptions.php:70
#: libraries/classes/Config/Descriptions.php:71
msgid "Users cannot set a higher value"
msgstr "ユーザはこれより高い値を設定することはできません"

#: libraries/classes/Config/Descriptions.php:89
msgid ""
"If enabled, user can enter any MySQL server in login form for cookie auth."
msgstr ""
"有効にすると、クッキー認証の場合にログインフォームにおいて、ユーザが任意の "
"MySQL サーバを入力できるようになります。"

#: libraries/classes/Config/Descriptions.php:92
msgid ""
"Restricts the MySQL servers the user can enter when a login to an arbitrary "
"MySQL server is enabled by matching the IP or hostname of the MySQL server "
"to the given regular expression."
msgstr ""
"MySQLサーバのIPアドレスまたはホスト名を指定した正規表現によりユーザがログイン"
"出来るサーバを制限されます。"

#: libraries/classes/Config/Descriptions.php:97
msgid ""
"Enabling this allows a page located on a different domain to call phpMyAdmin "
"inside a frame, and is a potential [strong]security hole[/strong] allowing "
"cross-frame scripting (XSS) attacks."
msgstr ""
"有効にすると、フレームに対して異なるドメインに置かれているページを許可しま"
"す。このことは、クロスフレームスクリプト攻撃(XSS)を可能にする潜在的な[strong]"
"セキュリティホール[/strong]にもなりえます。"

#: libraries/classes/Config/Descriptions.php:102
msgid ""
"Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
"authentication."
msgstr ""
"[kbd]cookie[/kbd] 認証においてクッキーの暗号化に使用される非公開パスフレー"
"ズ。"

#: libraries/classes/Config/Descriptions.php:104
msgid "Enable bzip2 compression for import operations."
msgstr "インポート操作に対して bzip2 圧縮を有効にします。"

#: libraries/classes/Config/Descriptions.php:105
msgid "Enter the URL for your reCAPTCHA v2 compatible API."
msgstr "reCAPTCHA v2 対応 API の URL を入力してください。"

#: libraries/classes/Config/Descriptions.php:106
msgid ""
"Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible "
"API."
msgstr ""
"reCAPTCHA v2 互換 API の Content-Security-Policy スニペットを入力してくださ"
"い。"

#: libraries/classes/Config/Descriptions.php:107
msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API."
msgstr "reCAPTCHA v2 互換 API で使用されるリクエスト引数を入力してください。"

#: libraries/classes/Config/Descriptions.php:108
msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API."
msgstr "reCAPTCHA v2 互換 API のレスポンス引数を入力してください。"

#: libraries/classes/Config/Descriptions.php:109
msgid "Enter your public key for the reCAPTCHA service on your domain."
msgstr "ドメインの reCAPTCHA サービスの公開鍵を入力してください。"

#: libraries/classes/Config/Descriptions.php:110
msgid "Enter your private key for your domain reCAPTCHA service."
msgstr "ドメインの reCAPTCHA サービスの秘密鍵を入力してください。"

#: libraries/classes/Config/Descriptions.php:111
msgid "Enter your siteverify URL for your reCAPTCHA service."
msgstr "reCAPTCHA サービスのサイト認証 URL を入力してください。"

#: libraries/classes/Config/Descriptions.php:113
msgid ""
"Defines which type of editing controls should be used for CHAR and VARCHAR "
"columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/"
"kbd] - allows newlines in columns."
msgstr ""
"CHAR と VARCHAR 型のカラムに対しての編集用のフォームパーツのタイプを定義しま"
"す。[kbd]input[/kbd] は入力文字数を制限することができます。[kbd]textarea[/"
"kbd] は改行を入力すことができます。"

#: libraries/classes/Config/Descriptions.php:118
msgid ""
"Use user-friendly editor for editing SQL queries (CodeMirror) with syntax "
"highlighting and line numbers."
msgstr ""
"SQL クエリの編集に、構文の強調や行番号表示があるユーザフレンドリなエディタ "
"(CodeMirror) を使用します。"

#: libraries/classes/Config/Descriptions.php:123
msgid ""
"Find any errors in the query before executing it. Requires CodeMirror to be "
"enabled."
msgstr ""
"実行前にクエリのエラーを検出します。コードミラーを有効化する必要があります。"

#: libraries/classes/Config/Descriptions.php:126
msgid ""
"Defines the minimum size for input fields generated for CHAR and VARCHAR "
"columns."
msgstr "CHAR および VARCHAR カラムに対する入力項目の最小サイズを定義します。"

#: libraries/classes/Config/Descriptions.php:129
msgid ""
"Defines the maximum size for input fields generated for CHAR and VARCHAR "
"columns."
msgstr "CHAR および VARCHAR カラムに対する入力項目の最大サイズを定義します。"

#: libraries/classes/Config/Descriptions.php:132
msgid ""
"Compress gzip exports on the fly without the need for much memory; if you "
"encounter problems with created gzip files disable this feature."
msgstr ""
"エクスポートの際、バッファに溜まり次第 gzip 圧縮していく方法です。あまり多く"
"のメモリを必要とはしません。gzip ファイル作成で問題が発生した場合、この機能は"
"無効になります。"

#: libraries/classes/Config/Descriptions.php:136
msgid ""
"Whether a warning (\"Are your really sure…\") should be displayed when "
"you're about to lose data."
msgstr ""
"データを失う作業をしようとしたとき、「本当に実行しますか?…」という警告を出す"
"かどうか。"

#: libraries/classes/Config/Descriptions.php:139
msgid "Autocomplete of the table and column names in the SQL queries."
msgstr "SQLクエリ内のテーブル名とカラム名のオートコンプリート。"

#: libraries/classes/Config/Descriptions.php:142
#: libraries/classes/Config/Descriptions.php:146
#: libraries/classes/Config/Descriptions.php:150
#: libraries/classes/Config/Descriptions.php:154
#: libraries/classes/Config/Descriptions.php:158
#: libraries/classes/Config/Descriptions.php:162
#: libraries/classes/Config/Descriptions.php:166
#: libraries/classes/Config/Descriptions.php:170
#: libraries/classes/Config/Descriptions.php:174
msgid ""
"Values for options list for default transformations. These will be "
"overwritten if transformation is filled in at table structure page."
msgstr ""
"変換オプションのデフォルトです。テーブル構造ページで設定した場合、オーバーラ"
"イドされます。"

#: libraries/classes/Config/Descriptions.php:178
msgid ""
"Disable the table maintenance mass operations, like optimizing or repairing "
"the selected tables of a database."
msgstr ""
"データベースで選択したテーブルを最適化や修復するというような、大量操作する"
"テーブルメンテナンスを無効にします。"

#: libraries/classes/Config/Descriptions.php:182
msgid ""
"Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no "
"limit)."
msgstr ""
"スクリプトの実行が許されている秒数を設定します([kbd]0[/kbd] で制限なし)。"

#: libraries/classes/Config/Descriptions.php:184
#: libraries/classes/Config/Descriptions.php:728
#: libraries/classes/Plugins/Export/ExportSql.php:345
msgid "Exclude definition of current user"
msgstr "現在のユーザの定義を除外する"

#: libraries/classes/Config/Descriptions.php:186
msgid ""
"Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is "
"the referenced data, [kbd]id[/kbd] is the key value."
msgstr ""
"外部キーのドロップダウンボックス内のソート順。[kbd]content[/kbd] は参照してい"
"るデータ、[kbd]id[/kbd] はキー値を表しています。"

#: libraries/classes/Config/Descriptions.php:190
msgid ""
"Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] "
"for magic strings that can be used to get special values."
msgstr ""
"ブラウザのタイトルバーのテキストの指定を行います。使用可能な特別な埋め込み変"
"数は[doc@faq6-27]ドキュメント[/doc]を参照してください。"

#: libraries/classes/Config/Descriptions.php:195
msgid ""
"Please note that phpMyAdmin is just a user interface and its features do not "
"limit MySQL."
msgstr ""
"phpMyAdmin は、ユーザインタフェースだけであり、その機能は MySQL を制限するも"
"のではないことをご了承ください。"

#: libraries/classes/Config/Descriptions.php:198
msgid ""
"Advanced server configuration, do not change these options unless you know "
"what they are for."
msgstr ""
"高度なサーバ設定。これらのオプションは、よく知らないのであれば変更しないでく"
"ださい。"

#: libraries/classes/Config/Descriptions.php:201
msgid ""
"Configure phpMyAdmin configuration storage to gain access to additional "
"features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in "
"documentation."
msgstr ""
"追加された機能にアクセスするには phpMyAdmin 環境保管領域を設定してください。"
"ドキュメントの [doc@linked-tables]phpMyAdmin 環境保管領域[/doc]参照。"

#: libraries/classes/Config/Descriptions.php:206
msgid ""
"Tracking of changes made in database. Requires the phpMyAdmin configuration "
"storage."
msgstr ""
"データベースで行われた変更の追跡機能です。これには、phpMyAdmin 環境保管領域が"
"必要です。"

#: libraries/classes/Config/Descriptions.php:209
msgid "Customize browse mode."
msgstr "表示モードの詳細設定。"

#: libraries/classes/Config/Descriptions.php:210
#: libraries/classes/Config/Descriptions.php:211
#: libraries/classes/Config/Descriptions.php:218
#: libraries/classes/Config/Descriptions.php:224
#: libraries/classes/Config/Descriptions.php:225
#: libraries/classes/Config/Descriptions.php:230
msgid "Customize default options."
msgstr "デフォルトオプションの詳細設定。"

#: libraries/classes/Config/Descriptions.php:212
msgid "Settings for phpMyAdmin developers."
msgstr "phpMyAdmin 開発者用の設定。"

#: libraries/classes/Config/Descriptions.php:213
msgid "Customize edit mode."
msgstr "編集モードの詳細設定."

#: libraries/classes/Config/Descriptions.php:214
msgid "Customize default export options."
msgstr "デフォルトのエクスポートオプション詳細設定。"

#: libraries/classes/Config/Descriptions.php:215
msgid "Set some commonly used options."
msgstr "共通に使われるオプションの設定。"

#: libraries/classes/Config/Descriptions.php:216
msgid "Customize default common import options."
msgstr "デフォルトの共通インポートオプションの詳細設定。"

#: libraries/classes/Config/Descriptions.php:217
msgid "Set import and export directories and compression options."
msgstr ""
"インポートとエクスポートのディレクトリおよび圧縮オプションを設定してくださ"
"い。"

#: libraries/classes/Config/Descriptions.php:219
msgid "Databases display options."
msgstr "データベースの表示オプション。"

#: libraries/classes/Config/Descriptions.php:220
msgid "Customize appearance of the navigation panel."
msgstr "ナビゲーションパネルの外観をカスタマイズ。"

#: libraries/classes/Config/Descriptions.php:221
msgid "Customize the navigation tree."
msgstr "ナビゲーションツリーをカスタマイズ。"

#: libraries/classes/Config/Descriptions.php:222
msgid "Servers display options."
msgstr "サーバの表示オプション。"

#: libraries/classes/Config/Descriptions.php:223
msgid "Tables display options."
msgstr "テーブル表示オプション."

#: libraries/classes/Config/Descriptions.php:226
msgid "Settings that didn't fit anywhere else."
msgstr "どこにも該当しない設定。"

#: libraries/classes/Config/Descriptions.php:227
msgid "Authentication settings."
msgstr "認証設定。"

#: libraries/classes/Config/Descriptions.php:228
msgid "Enter server connection parameters."
msgstr "サーバの接続パラメータを入力してください。"

#: libraries/classes/Config/Descriptions.php:229
msgid "Customize links shown in SQL Query boxes."
msgstr "SQL クエリボックスに表示されるリンクの詳細設定。"

#: libraries/classes/Config/Descriptions.php:231
msgid "SQL queries settings."
msgstr "SQL クエリの設定。"

#: libraries/classes/Config/Descriptions.php:232
msgid "Customize startup page."
msgstr "スタートアップページの詳細設定。"

#: libraries/classes/Config/Descriptions.php:233
msgid ""
"Choose which details to show in the database structure (list of tables)."
msgstr "データベースの構造 (テーブルの一覧) で詳細に表示させるかの選択。"

#: libraries/classes/Config/Descriptions.php:234
msgid "Settings for the table structure (list of columns)."
msgstr "テーブルの構造 (カラムの一覧) における設定。"

#: libraries/classes/Config/Descriptions.php:235
msgid "Choose how you want tabs to work."
msgstr "タブの動作を選択してください。"

#: libraries/classes/Config/Descriptions.php:236
msgid "Customize text input fields."
msgstr "テキスト入力項目の詳細設定。"

#: libraries/classes/Config/Descriptions.php:237
msgid "Customize default options"
msgstr "デフォルトオプションの詳細設定"

#: libraries/classes/Config/Descriptions.php:238
msgid "Disable some of the warnings shown by phpMyAdmin."
msgstr "phpMyAdmin で表示される警告の抑制。"

#: libraries/classes/Config/Descriptions.php:240
msgid "Enable gzip compression for import and export operations."
msgstr "インポートおよびエクスポートの操作に対してgzip圧縮を有効にします。"

#: libraries/classes/Config/Descriptions.php:242
msgid ""
"If enabled, phpMyAdmin continues computing multiple-statement queries even "
"if one of the queries failed."
msgstr ""
"有効にした場合、クエリの 1 つが失敗しても phpMyAdmin はマルチクエリの実行を続"
"けます。"

#: libraries/classes/Config/Descriptions.php:246
msgid ""
"Allow interrupt of import in case script detects it is close to time limit. "
"This might be a good way to import large files, however it can break "
"transactions."
msgstr ""
"制限時間が近くなったときにスクリプト側でインポートを中断できるようにします。"
"大きなファイルをインポートする場合には便利ですが、トランザクションが壊れるこ"
"ともあります。"

#: libraries/classes/Config/Descriptions.php:251
msgid ""
"Default format; be aware that this list depends on location (database, "
"table) and only SQL is always available."
msgstr ""
"デフォルトの形式。このリストは対象（データベース、テーブル）に依存しているの"
"で注意してください。SQL は常に利用可能です。"

#: libraries/classes/Config/Descriptions.php:254
#: libraries/classes/Config/Descriptions.php:255
msgid "Update data when duplicate keys found on import"
msgstr "インポート中に重複したキーが見つかった場合も更新する"

#: libraries/classes/Config/Descriptions.php:256
msgid "Number of queries to skip from start."
msgstr "先頭から数えたスキップするクエリの数。"

#: libraries/classes/Config/Descriptions.php:258
msgid ""
"If TRUE, logout deletes cookies for all servers; when set to FALSE, logout "
"only occurs for the current server. Setting this to FALSE makes it easy to "
"forget to log out from other servers when connected to multiple servers."
msgstr ""
"チェックした場合、ログアウト時に全てのサーバのクッキーを削除します。チェック"
"を外した場合は、現在のサーバに対してだけログアウトが行われます。このチェック"
"を外すと、複数のサーバに接続している時、他のサーバからのログアウト作業を忘れ"
"やすくなります。"

#: libraries/classes/Config/Descriptions.php:263
msgid ""
"Define whether the previous login should be recalled or not in [kbd]cookie[/"
"kbd] authentication mode."
msgstr ""
"[kbd]クッキー[/kbd]認証モードの場合に、前回ログインしたときの状態に戻すかどう"
"かを定義します。"

#: libraries/classes/Config/Descriptions.php:267
msgid ""
"Defines how long (in seconds) a login cookie should be stored in browser. "
"The default of 0 means that it will be kept for the existing session only, "
"and will be deleted as soon as you close the browser window. This is "
"recommended for non-trusted environments."
msgstr ""
"ブラウザに保存されるログインクッキーの有効期限（秒数）を定義します。デフォル"
"トの 0 は、セッションが存在している間だけ保存されていることを意味し、ブラウザ"
"のウィンドウが閉じられるとすぐに削除されます。これは、信頼されていない環境で"
"使う場合に推奨します。"

#: libraries/classes/Config/Descriptions.php:273
msgid "Maximum number of characters used when a SQL query is displayed."
msgstr "SQL クエリが表示されているときに使用される文字の最大数。"

#: libraries/classes/Config/Descriptions.php:276
msgid ""
"The number of items that can be displayed on each page on the first level of "
"the navigation tree."
msgstr "ナビゲーションツリーの最初のレベルの各ページに表示できる項目の数。"

#: libraries/classes/Config/Descriptions.php:279
msgid ""
"The number of items that can be displayed on each page of the navigation "
"tree."
msgstr "ナビゲーションツリーの各ページに表示できる項目数。"

#: libraries/classes/Config/Descriptions.php:282
msgid ""
"Number of rows displayed when browsing a result set. If the result set "
"contains more rows, \"Previous\" and \"Next\" links will be shown."
msgstr ""
"結果セットの表示行数。結果セットの行数の方が多い場合は「前へ／次へ」のリンク"
"が表示されます。"

#: libraries/classes/Config/Descriptions.php:287
msgid ""
"The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] "
"([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)."
msgstr ""
"スクリプトが割り当てを許可されているバイト数。例：[kbd]32M[/kbd]（制限なしの"
"場合は[kbd]-1[/kbd]、変更なしの場合は[kbd]0[/kbd]）。"

#: libraries/classes/Config/Descriptions.php:291
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr "ナビゲーションパネル内のデータベースツリーをセレクタで置き換えます"

#: libraries/classes/Config/Descriptions.php:294
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
"現在のデータベースまたはテーブルを強調表示してメインパネルとリンクします。"

#: libraries/classes/Config/Descriptions.php:297
msgid ""
"Open the linked page in the main window ([code]main[/code]) or in a new one "
"([code]new[/code])."
msgstr ""
"リンク先のページをメイン ウィンドウ ([code]main[/code]) または新しいウィンド"
"ウ ([code]new[/code]) で開く。"

#: libraries/classes/Config/Descriptions.php:300
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
"入力欄を表示します (テーブル、ビュー、ルーチンおよびイベント) の項目の最小数"
"を定義します。"

#: libraries/classes/Config/Descriptions.php:303
msgid ""
"Group items in the navigation tree (determined by the separator defined in "
"the Databases and Tables tabs above)."
msgstr ""
"ナビゲーションツリーの項目をグループ化します（上のデータベースタブとテーブル"
"タブで定義されている区切り記号によって決まります）。"

#: libraries/classes/Config/Descriptions.php:307
msgid ""
"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "ナビゲーションパネルでツリー展開の設定。"

#: libraries/classes/Config/Descriptions.php:310
msgid "Whether to show procedures under database in the navigation tree"
msgstr "ナビゲーションツリーのデータベース下のプロシージャを表示するかどうか"

#: libraries/classes/Config/Descriptions.php:313
msgid "Whether to expand single database in the navigation tree automatically."
msgstr "ナビゲーションツリーで１つデータベースを自動的に展開するかどうか。"

#: libraries/classes/Config/Descriptions.php:315
msgid "Set to 0 to collapse navigation panel."
msgstr "ナビゲーションパネルを折りたたむには、0に設定します。"

#: libraries/classes/Config/Descriptions.php:316
msgid "Show logo in navigation panel."
msgstr "ナビゲーションパネル内にロゴを表示します。"

#: libraries/classes/Config/Descriptions.php:317
msgid "URL where logo in the navigation panel will point to."
msgstr "ナビゲーションパネルのロゴが指す URL。"

#: libraries/classes/Config/Descriptions.php:318
msgid "Display server choice at the top of the navigation panel."
msgstr "ナビゲーションパネルの上部にサーバ選択を表示します。"

#: libraries/classes/Config/Descriptions.php:319
msgid "String that separates databases into different tree levels."
msgstr "ツリーレベルにデータベースを区切るための文字列。"

#: libraries/classes/Config/Descriptions.php:320
msgid "String that separates tables into different tree levels."
msgstr "ツリーレベルにテーブルを区切るための文字列。"

#: libraries/classes/Config/Descriptions.php:321
msgid "Highlight server under the mouse cursor."
msgstr "マウスカーソルの下のサーバ名を強調表示します。"

#: libraries/classes/Config/Descriptions.php:322
msgid "Whether to show tables under database in the navigation tree"
msgstr "ナビゲーションツリーのデータベース下のテーブルを表示"

#: libraries/classes/Config/Descriptions.php:323
msgid "Whether to show views under database in the navigation tree"
msgstr "ナビゲーションツリーのデータベース下のビューを表示"

#: libraries/classes/Config/Descriptions.php:324
msgid "Whether to show functions under database in the navigation tree"
msgstr "ナビゲーションツリーのデータベース下の関数を表示するかどうか"

#: libraries/classes/Config/Descriptions.php:325
msgid "Whether to show events under database in the navigation tree"
msgstr "ナビゲーションツリーのデータベース下のイベントを表示"

#: libraries/classes/Config/Descriptions.php:327
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
"[kbd]SMART[/kbd] とは TIME、DATE、DATETIME、TIMESTAMP 型のカラムに対しては降"
"順、それ以外は昇順の並び順にします。"

#: libraries/classes/Config/Descriptions.php:331
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
"configuration storage could not be found."
msgstr ""
"phpMyAdmin 環境保管領域に必要なテーブルを見つけることができなかった場合、デー"
"タベースの構造詳細ページに表示されるデフォルトの警告を無効にします。"

#: libraries/classes/Config/Descriptions.php:336
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
"テーブル内のカラム名がMySQL予約語である場合、構造ページに表示されるデフォルト"
"の警告を無効にします。"

#: libraries/classes/Config/Descriptions.php:340
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
"(lost by window close)."
msgstr ""
"データベースを基準としたクエリの履歴を必要とするなら有効にします (phpMyAdmin "
"環境保管領域の設定が必要です)。無効にした場合、クエリ履歴の表示に JavaScript "
"を利用します (ウィンドウを閉じると履歴は消えます)。"

#: libraries/classes/Config/Descriptions.php:345
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr "タイムゾーンを設定します。(サーバのタイムゾーンと異なっても可能)"

#: libraries/classes/Config/Descriptions.php:348
msgid ""
"Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: "
"[kbd]pma__bookmark[/kbd]"
msgstr ""
"[doc@bookmarks@]ブックマーク[/doc]機能を使わない場合は空欄にします。"
"[kbd]pma__bookmark[/kbd] としておくのがいいでしょう"

#: libraries/classes/Config/Descriptions.php:351
msgid ""
"Leave blank for no column comments/media types, suggested: "
"[kbd]pma__column_info[/kbd]."
msgstr ""
"カラムのコメントと メディア タイプ機能を使わない場合は空欄にします。"
"[kbd]pma__column_info[/kbd] としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:354
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [doc@linked-tables]documentation[/doc]."
msgstr ""
"権限を制限して設定しておいた特別な MySQL ユーザを使います。詳細は "
"[doc@linked-tables]ドキュメント[/doc] を参照してください。"

#: libraries/classes/Config/Descriptions.php:358
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
"環境保管領域に対しての代替ホスト。空欄で既に定義されているホストを使用しま"
"す。"

#: libraries/classes/Config/Descriptions.php:361
msgid ""
"An alternate port to connect to the host that holds the configuration "
"storage; leave blank to use the default port, or the already defined port, "
"if the controlhost equals host."
msgstr ""
"環境保管領域を保持しているホストに接続するための代替ポート。 デフォルトのポー"
"トを使用する場合は空白のままにし、環境保管領域のhostがhostと同じの場合、既に"
"定義されているポートを使用します。"

#: libraries/classes/Config/Descriptions.php:366
msgid ""
"More information on [a@https://github.com/phpmyadmin/phpmyadmin/"
"issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql."
"com/19588]MySQL Bugs[/a]"
msgstr ""
"詳細は [a@https://github.com/phpmyadmin/phpmyadmin/issues/8970]phpMyAdmin "
"issue tracker[/a] と [a@https://bugs.mysql.com/19588]MySQL Bugs[/a]"

#: libraries/classes/Config/Descriptions.php:370
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
"SQL クエリの履歴機能を使わない場合は空欄にします。[kbd]pma__history[/kbd] と"
"しておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:373
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
"データベースに保管されるテーブル環境設定の上限。古いものから自動的に削除され"
"ます。"

#: libraries/classes/Config/Descriptions.php:377
msgid ""
"Leave blank for no QBE saved searches support, suggested: "
"[kbd]pma__savedsearches[/kbd]."
msgstr ""
"QBE保存検索を使用しない場合は空欄のままにします。[kbd]pma__savedsearches[/"
"kbd] としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:380
msgid ""
"Leave blank for no export template support, suggested: "
"[kbd]pma__export_templates[/kbd]."
msgstr ""
"テンプレートエクスポートを使用しない場合は空欄のままにします。"
"[kbd]pma__export_templates[/kbd] としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:383
msgid ""
"Leave blank for no central columns support, suggested: "
"[kbd]pma__central_columns[/kbd]."
msgstr ""
"主要カラムを使用しない場合は空欄にします。[kbd]pma__central_columns[/kbd] と"
"しておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:386
msgid ""
"You can use MySQL wildcard characters (% and _), escape them if you want to "
"use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not "
"[kbd]'my_db'[/kbd]."
msgstr ""
"MySQL のワイルドカード文字 (% および _) を使用することができますが、それらを"
"実際の文字として使いたい場合はエスケープします。すなわち、[kbd]'my_db'[/kbd] "
"ではなく [kbd]'my\\_db'[/kbd] と記述します。"

#: libraries/classes/Config/Descriptions.php:391
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
"PDF スキーマを使用しない場合は空欄のままにします。[kbd]pma__pdf_pages[/kbd] "
"としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:394
msgid ""
"Database used for relations, bookmarks, and PDF features. See [doc@linked-"
"tables]pmadb[/doc] for complete information. Leave blank for no support. "
"Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
"リレーション、ブックマーク、PDF機能に使用されるデータベース。詳細な情報につい"
"ては[doc@linked-tables]pmadb[/doc] を参照してください。これらの機能を使わない"
"場合は空欄にします。[kbd]phpmyadmin[/kbd] としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:399
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
"最近使用したテーブルをセッションを跨いで「永続的に」記憶しない場合は空欄にし"
"ます。[kbd]pma__recent[/kbd] としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:403
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
"お気に入りのテーブルをセッションを跨いで「永続的に」記憶しない場合は空欄にし"
"ます。[kbd]pma__favorite[/kbd] としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:407
msgid ""
"Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: "
"[kbd]pma__relation[/kbd]."
msgstr ""
"[doc@relations@]リレーションリンク[/doc]機能を使わない場合は空欄にします。"
"[kbd]pma__relation[/kbd] としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:412
msgid ""
"See [doc@authentication-modes]authentication types[/doc] for an example."
msgstr "設定例は[doc@authentication-modes]認証タイプ[/doc]を参照してください。"

#: libraries/classes/Config/Descriptions.php:415
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
"PDF スキーマを使用しない場合は空欄にします。[kbd]pma__table_coords[/kbd] とし"
"ておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:418
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
"表示するカラムを記述するためのテーブル。使用しない場合は空欄にします。"
"[kbd]pma__table_info[/kbd] としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:422
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
"テーブルに対する環境設定をセッションを跨いで「永続的に」記憶しない場合は空欄"
"にします。[kbd]pma__table_uiprefs[/kbd] としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:426
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
"データベースを作成するときにログの最初の行に DROP DATABASE IF EXISTS 文を追加"
"するかどうか。"

#: libraries/classes/Config/Descriptions.php:430
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
"テーブルを作成するときにログの最初の行に DROP TABLE IF EXISTS 文を追加するか"
"どうか。"

#: libraries/classes/Config/Descriptions.php:434
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
"ビューを作成するときにログの最初の行に DROP VIEW IF EXISTS 文を追加するかどう"
"か。"

#: libraries/classes/Config/Descriptions.php:438
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr "使用されたときに新しい版を自動生成する文のリストを定義します。"

#: libraries/classes/Config/Descriptions.php:441
msgid ""
"Leave blank for no SQL query tracking support, suggested: "
"[kbd]pma__tracking[/kbd]."
msgstr ""
"SQL コマンドの追跡機能を使わない場合は空欄にします。[kbd]pma__tracking[/kbd] "
"としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:444
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
"SQL コマンドの追跡機能が、テーブルやビューに対して自動的に版を作成するかどう"
"か。"

#: libraries/classes/Config/Descriptions.php:447
msgid ""
"Leave blank for no user preferences storage in database, suggested: "
"[kbd]pma__userconfig[/kbd]."
msgstr ""
"データベースにユーザ設定の保存しない場合は空欄にします。"
"[kbd]pma__userconfig[/kbd] としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:450
msgid ""
"Both this table and the user groups table are required to enable the "
"configurable menus feature; leaving either one of them blank will disable "
"this feature, suggested: [kbd]pma__users[/kbd]."
msgstr ""
"ユーザメニュー設定機能を有効するため、このテーブルとユーザグループテーブルは"
"必要です。いずれか空の状態になっている場合、ユーザメニュー設定機能が無効化さ"
"れます。[kbd]pma__users[/kbd]としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:455
msgid ""
"Both this table and the users table are required to enable the configurable "
"menus feature; leaving either one of them blank will disable this feature, "
"suggested: [kbd]pma__usergroups[/kbd]."
msgstr ""
"ユーザメニュー設定機能を有効するため、このテーブルとユーザテーブルは必要で"
"す。いずれか空の状態になっている場合、ユーザメニュー設定機能が無効化されま"
"す。[kbd]pma__usergroups[/kbd]としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:460
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
"ナビゲーション項目を表示・非表示する機能を無効化する場合は空欄にします。"
"[kbd]pma__navigationhiding[/kbd] としておくのがいいでしょう。"

#: libraries/classes/Config/Descriptions.php:464
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
"このサーバのわかりやすい説明。ホスト名をそのまま表示させる場合には、空欄のま"
"まにします。"

#: libraries/classes/Config/Descriptions.php:466
msgid "Leave blank if not used."
msgstr "使用しない場合は空欄にします。"

#: libraries/classes/Config/Descriptions.php:467
msgid "Leave blank for defaults."
msgstr "デフォルトにする場合は空欄にします。"

#: libraries/classes/Config/Descriptions.php:468
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr "HTTP 認証を行うときに表示される HTTP Basic 認証領域における名称。"

#: libraries/classes/Config/Descriptions.php:469
msgid "Authentication method to use."
msgstr "使用する認証方法。"

#: libraries/classes/Config/Descriptions.php:470
msgid "Compress connection to MySQL server."
msgstr "MySQL サーバと圧縮プロトコルで接続します。"

#: libraries/classes/Config/Descriptions.php:471
msgid "Hide databases matching regular expression (PCRE)."
msgstr "正規表現 (PCRE) で一致するデータベースを非表示にします。"

#: libraries/classes/Config/Descriptions.php:472
msgid "Hostname where MySQL server is running."
msgstr "稼働している MySQL サーバのホスト名。"

#: libraries/classes/Config/Descriptions.php:473
#: libraries/classes/Config/Descriptions.php:477
msgid "Leave empty if not using config auth."
msgstr "config 認証を使用しない場合は空欄のままにします。"

#: libraries/classes/Config/Descriptions.php:474
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
"MySQL サーバで開いているポート。デフォルトにしたい場合は空欄のままにします。"

#: libraries/classes/Config/Descriptions.php:475
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
"MySQL サーバで開いているソケット。デフォルトにしたい場合は空欄のままにしま"
"す。"

#: libraries/classes/Config/Descriptions.php:476
msgid "Enable SSL for connection to MySQL server."
msgstr "MySQL サーバへの接続において SSL を有効にします。"

#: libraries/classes/Config/Descriptions.php:479
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
"file; this does not limit the ability to execute the same command directly."
msgstr ""
"これを有効にしても、[kbd]config[/kbd] 認証モードでは効果がないことに注意して"
"ください。なぜならパスワードが設定ファイルに直接書き込まれているからです。こ"
"れはパスワード変更コマンドに対して直接実行する機能を制限するものではありませ"
"ん。"

#: libraries/classes/Config/Descriptions.php:484
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr "テーブル一覧において作成日時の列を表示させるかどうか。"

#: libraries/classes/Config/Descriptions.php:487
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr "テーブル一覧において最終更新日時のカラムを表示させるかどうか。"

#: libraries/classes/Config/Descriptions.php:490
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr "テーブル一覧において最終検査日時のカラムを表示させるかどうか。"

#: libraries/classes/Config/Descriptions.php:493
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr "編集／挿入モードでデータ型項目を表示するかどうか定義します。"

#: libraries/classes/Config/Descriptions.php:496
msgid ""
"Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()"
"[/a] output."
msgstr ""
"[a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] の結果へ"
"のリンクを表示します。"

#: libraries/classes/Config/Descriptions.php:498
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr "「(行を) すべて表示」ボタンを表示するかどうか。"

#: libraries/classes/Config/Descriptions.php:499
msgid "Show or hide a column displaying the comments for all tables."
msgstr "テーブル一覧においてコメントのカラムを表示させるかどうか。"

#: libraries/classes/Config/Descriptions.php:500
msgid "Show or hide a column displaying the charset for all tables."
msgstr "テーブル一覧において文字セットのカラムを表示させるかどうか。"

#: libraries/classes/Config/Descriptions.php:501
msgid "Display the function fields in edit/insert mode."
msgstr "編集／挿入モードで関数項目を表示します。"

#: libraries/classes/Config/Descriptions.php:502
msgid "Whether to show hint or not."
msgstr "操作ヒントを表示するかどうか。"

#: libraries/classes/Config/Descriptions.php:503
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
"phpMyAdmin によって生成される SQL クエリを表示するかどうかを定義します。"

#: libraries/classes/Config/Descriptions.php:504
msgid "Allow to display database and table statistics (e.g. space usage)."
msgstr "データベースとーブルの統計（例：領域の使用状況）の表示を許可します。"

#: libraries/classes/Config/Descriptions.php:506
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
"使われているテーブルには印をして、テーブルがロックされていても可能であれば"
"データベースを閲覧します。"

#: libraries/classes/Config/Descriptions.php:509
msgid ""
"Disable the default warning that is displayed on the main page if Suhosin is "
"detected."
msgstr ""
"Suhosin が検出された場合、警告をメインページに表示します。チェックを入れると"
"この警告の表示が無効化されます。"

#: libraries/classes/Config/Descriptions.php:512
msgid ""
"Disable the default warning that is displayed on the main page if the value "
"of the PHP setting session.gc_maxlifetime is less than the value of "
"`LoginCookieValidity`."
msgstr ""
"PHP設定session.gc_maxlifetimeの値が `LoginCookieValidity`の値より小さい場合、"
"メインページに表示されるデフォルトの警告を無効にします。"

#: libraries/classes/Config/Descriptions.php:517
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2)."
msgstr ""
"編集モードにおける textarea の 1 行の文字数。SQL クエリの textarea では 2 倍"
"になります。"

#: libraries/classes/Config/Descriptions.php:520
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2)."
msgstr ""
"編集モードでの textarea の大きさ (行数)。 SQL クエリの textarea では 2 倍にな"
"ります。"

#: libraries/classes/Config/Descriptions.php:523
msgid ""
"Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example "
"specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-"
"For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
"入力プロキシは「[kbd]IP アドレス: 信頼された HTTP ヘッダ[/kbd]」と記述しま"
"す。以下の例は、phpMyAdmin は IP アドレス 1.2.3.4 のプロキシから "
"HTTP_X_FORWARDED_FOR (X-Forwarded-For) ヘッダを信頼するように指定することにな"
"ります。[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]。"

#: libraries/classes/Config/Descriptions.php:529
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
"無効にすると、右端のチェックボックスに関係なく、ユーザが以下のオプションを設"
"定することはできません。"

#: libraries/classes/Config/Descriptions.php:532
msgid ""
"The URL of the proxy to be used when retrieving the information about the "
"latest version of phpMyAdmin, or when submitting error reports. You need "
"this if the server where phpMyAdmin is installed does not have direct access "
"to the Internet. The format is: \"hostname:portnumber\"."
msgstr ""
"エラー報告を送信する時・phpMyAdminの最新バージョン情報通信時のプロキシサーバ"
"設定です。phpMyAdminが直接にインターネットへ接続が出来ない場合、必要となりま"
"す。URL形式：「ホスト名:ポート番号」。"

#: libraries/classes/Config/Descriptions.php:538
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
"will be performed. No other types of authentication are currently supported."
msgstr ""
"プロキシサーバで認証するユーザ名。デフォルトでは認証は行われません。ユーザ名"
"が与えられた場合は、 Basic 認証が行われます。現在のところ、他の種類の認証には"
"対応していません。"

#: libraries/classes/Config/Descriptions.php:544
msgid ""
"Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines "
"will be inserted with Shift+Enter."
msgstr ""
"クエリは、Ctrl + Enterの代わりにEnterキーを押して実行されます。新しい行は"
"Shift + Enterで挿入されます。"

#: libraries/classes/Config/Descriptions.php:548
msgid ""
"Enable Zero Configuration mode which lets you set up phpMyAdmin "
"configuration storage tables automatically."
msgstr ""
"ゼロコンフィギュレーションモードを有効にします。これによりphpMyAdminのコン"
"フィギュレーションストレージテーブルは自動設定されます。"

#: libraries/classes/Config/Descriptions.php:551
msgid "Highlight selected rows."
msgstr "選択されている行を目立たせます。"

#: libraries/classes/Config/Descriptions.php:552
msgid "Highlight row pointed by the mouse cursor."
msgstr "マウスカーソルで指し示された行を目立たせます。"

#: libraries/classes/Config/Descriptions.php:553
msgid "Number of columns for CHAR/VARCHAR textareas."
msgstr "CHAR/VARCHAR 用 textarea の 1 行の文字数。"

#: libraries/classes/Config/Descriptions.php:554
msgid "Number of rows for CHAR/VARCHAR textareas."
msgstr "CHAR/VARCHAR 用 textarea の行数。"

#: libraries/classes/Config/Descriptions.php:555
msgid ""
"Log SQL queries and their execution time, to be displayed in the console"
msgstr "SQLクエリと実行した時間をコンソールに表示する"

#: libraries/classes/Config/Descriptions.php:556
msgid "Tab that is displayed when entering a database."
msgstr "データベースが選択されたときに表示されるタブ。"

#: libraries/classes/Config/Descriptions.php:557
msgid "Tab that is displayed when entering a server."
msgstr "サーバが選択されたときに表示されるタブ。"

#: libraries/classes/Config/Descriptions.php:558
msgid "Tab that is displayed when entering a table."
msgstr "テーブルが選択されたときに表示されるタブ。"

#: libraries/classes/Config/Descriptions.php:559
msgid "Whether the table structure actions should be hidden."
msgstr "テーブル構造の操作欄の折り畳みをしないかどうか。"

#: libraries/classes/Config/Descriptions.php:560
msgid "Whether column comments should be shown in table structure view"
msgstr "コラムのコメントをテーブルの構造に表示するか"

#: libraries/classes/Config/Descriptions.php:561
msgid "Show server listing as a list instead of a drop down."
msgstr "サーバの一覧をドロップダウンの代わりにリストで表示します。"

#: libraries/classes/Config/Descriptions.php:562
msgid "A dropdown will be used if fewer items are present."
msgstr "これより少ない項目数であれば、ドロップダウンが使用されます。"

#: libraries/classes/Config/Descriptions.php:563
msgid "Default value for foreign key checks checkbox for some queries."
msgstr "クエリ実行時の外部キーのチェックボックスのデフォルト値です。"

#: libraries/classes/Config/Descriptions.php:564
msgid "Uncheck the checkbox to disable drag and drop import"
msgstr ""
"ドラッグ＆ドロップインポートを無効にするには、チェックボックスからチェックを"
"外す"

#: libraries/classes/Config/Descriptions.php:565
msgid "How many rows can be inserted at one time."
msgstr "1 回で何行まとめて挿入できるか。"

#: libraries/classes/Config/Descriptions.php:566
msgid ""
"Maximum number of characters shown in any non-numeric column on browse view."
msgstr "表示ページにおいて数値でないカラムの表示文字の最大数。"

#: libraries/classes/Config/Descriptions.php:567
msgid "Define how long (in seconds) a login cookie is valid."
msgstr "ログインクッキーの有効期間 (秒数) を定義します。"

#: libraries/classes/Config/Descriptions.php:568
msgid "Double size of textarea for LONGTEXT columns."
msgstr "LONGTEXT カラムに対して textarea を 2 倍にします。"

#: libraries/classes/Config/Descriptions.php:569
msgid "Maximum number of databases displayed in database list."
msgstr "データベースリストに表示されるデータベースの最大数。"

#: libraries/classes/Config/Descriptions.php:570
msgid "Maximum number of tables displayed in table list."
msgstr "テーブルのリストに表示されるテーブルの最大数。"

#: libraries/classes/Config/Descriptions.php:571
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "最近使用したテーブルの最大数。0 で無効になります。"

#: libraries/classes/Config/Descriptions.php:572
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "お気に入りのテーブルの最大数。0 で無効になります。"

#: libraries/classes/Config/Descriptions.php:573
msgid "These are Edit, Copy and Delete links."
msgstr "編集、コピー、削除のリンクことです。"

#: libraries/classes/Config/Descriptions.php:574
msgid "Whether to show row links even in the absence of a unique key."
msgstr "ユニークキーがなくても、テーブルの行リンクを表示する。"

#: libraries/classes/Config/Descriptions.php:575
#: libraries/classes/Config/Descriptions.php:858
msgid "Disable shortcut keys"
msgstr "ショートカットキーを無効にする"

#: libraries/classes/Config/Descriptions.php:576
msgid "Use natural order for sorting table and database names."
msgstr "テーブルやデータベースの名前のソートを人間が行うような手法で行います。"

#: libraries/classes/Config/Descriptions.php:577
#: libraries/classes/Config/Descriptions.php:580
#: libraries/classes/Config/Descriptions.php:581
msgid "Use only icons, only text or both."
msgstr ""
"「アイコンのみ表示」または「テキストのみ表示」または「アイコン/テキスト両方表"
"示」。"

#: libraries/classes/Config/Descriptions.php:578
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "HTTP 転送の高速化のために GZip の出力バッファリングを使用します。"

#: libraries/classes/Config/Descriptions.php:579
msgid "Use persistent connections to MySQL databases."
msgstr "MySQL データベースへの永続的な接続を使用します。"

#: libraries/classes/Config/Descriptions.php:582
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "BLOB および BINARY カラムへの編集を禁止します。"

#: libraries/classes/Config/Descriptions.php:583
msgid "How many queries are kept in history."
msgstr "履歴に残るクエリの件数。"

#: libraries/classes/Config/Descriptions.php:584
msgid "Select which functions will be used for character set conversion."
msgstr "文字セットの変換に使用される関数を選択します。"

#: libraries/classes/Config/Descriptions.php:585
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "表示している各テーブルのソートが記憶されます。"

#: libraries/classes/Config/Descriptions.php:586
msgid "Default sort order for tables with a primary key."
msgstr "プライマリキーあるテーブルのデフォルト並び順。"

#: libraries/classes/Config/Descriptions.php:587
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
"カラム名を何行おきに挿入するか。[kbd]0[/kbd] でこの機能は無効になります。"

#: libraries/classes/Config/Descriptions.php:588
msgid "For display Options"
msgstr "表示のオプション"

#: libraries/classes/Config/Descriptions.php:589
msgid "Directory where exports can be saved on server."
msgstr "エクスポートをサーバ上に保存できるディレクトリ。"

#: libraries/classes/Config/Descriptions.php:590
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr "送信後もクエリボックスを画面上に残しておくかどうかを定義します。"

#: libraries/classes/Config/Descriptions.php:591
msgid "Title of browser window when a database is selected."
msgstr "データベース選択時のブラウザのウィンドウタイトル。"

#: libraries/classes/Config/Descriptions.php:592
msgid "Title of browser window when nothing is selected."
msgstr "何も選択していないときのブラウザのウィンドウタイトル。"

#: libraries/classes/Config/Descriptions.php:593
msgid "Title of browser window when a server is selected."
msgstr "サーバ選択時のブラウザのウィンドウタイトル。"

#: libraries/classes/Config/Descriptions.php:594
msgid "Title of browser window when a table is selected."
msgstr "テーブル選択時のブラウザのウィンドウタイトル。"

#: libraries/classes/Config/Descriptions.php:595
msgid "Directory on server where you can upload files for import."
msgstr "インポート用ファイルをアップロードできるサーバ上のディレクトリ。"

#: libraries/classes/Config/Descriptions.php:596
msgid "Allow for searching inside the entire database."
msgstr "全てのデータベース内を検索することを許可します。"

#: libraries/classes/Config/Descriptions.php:597
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "phpMyAdmin のメインページ上で最終バージョンチェックを有効にします。"

#: libraries/classes/Config/Descriptions.php:598
msgid "The password for authenticating with the proxy."
msgstr "プロキシサーバへログインするためのパスワード。"

#: libraries/classes/Config/Descriptions.php:599
msgid "Enable ZIP compression for import and export operations."
msgstr "インポートおよびエクスポートの操作に対してZIP圧縮を有効にします。"

#: libraries/classes/Config/Descriptions.php:600
msgid "Choose the default action when sending error reports."
msgstr "エラーレポートを送信する際の既定の動作を選択してください。"

#: libraries/classes/Config/Descriptions.php:617
msgid "Allow login to any MySQL server"
msgstr "任意の MySQL サーバにログインすることを許可する"

#: libraries/classes/Config/Descriptions.php:618
msgid "Restrict login to MySQL server"
msgstr "MySQLサーバへのログインの制限"

#: libraries/classes/Config/Descriptions.php:619
msgid "Allow third party framing"
msgstr "サードパーティフレームの許可"

#: libraries/classes/Config/Descriptions.php:620
msgid "Show \"Drop database\" link to normal users"
msgstr "一般ユーザに「データベースを削除する」リンクを表示する"

#: libraries/classes/Config/Descriptions.php:621
msgid "Blowfish secret"
msgstr "Blowfish 暗号"

#: libraries/classes/Config/Descriptions.php:622
msgid "Row marker"
msgstr "行のマーカ"

#: libraries/classes/Config/Descriptions.php:623
msgid "Highlight pointer"
msgstr "ポインタを目立たせる"

#: libraries/classes/Config/Descriptions.php:624
msgid "Bzip2"
msgstr "Bzip2"

#: libraries/classes/Config/Descriptions.php:625
msgid "CHAR columns editing"
msgstr "CHAR 系カラムの編集"

#: libraries/classes/Config/Descriptions.php:626
msgid "Enable CodeMirror"
msgstr "CodeMirror を有効にする"

#: libraries/classes/Config/Descriptions.php:627
msgid "Enable linter"
msgstr "SQL 検証を有効にする"

#: libraries/classes/Config/Descriptions.php:628
msgid "Minimum size for input field"
msgstr "入力項目の最小サイズ"

#: libraries/classes/Config/Descriptions.php:629
msgid "Maximum size for input field"
msgstr "入力項目の最大サイズ"

#: libraries/classes/Config/Descriptions.php:630
msgid "CHAR textarea columns"
msgstr "文字入力用 textarea の 1 行の文字数"

#: libraries/classes/Config/Descriptions.php:631
msgid "CHAR textarea rows"
msgstr "文字入力用 textarea の行数"

#: libraries/classes/Config/Descriptions.php:632
msgid "Check config file permissions"
msgstr "設定ファイルのパーミッションをチェックする"

#: libraries/classes/Config/Descriptions.php:633
msgid "Compress on the fly"
msgstr "逐次圧縮"

#: libraries/classes/Config/Descriptions.php:634
msgid "Confirm DROP queries"
msgstr "DROP クエリの確認"

#: libraries/classes/Config/Descriptions.php:635
#: templates/console/display.twig:11 templates/console/display.twig:64
msgid "Debug SQL"
msgstr "SQL のデバッグ"

#: libraries/classes/Config/Descriptions.php:636
#: libraries/classes/Plugins/Schema/SchemaDia.php:66
#: libraries/classes/Plugins/Schema/SchemaPdf.php:76
msgid "Paper size"
msgstr "用紙サイズ"

#: libraries/classes/Config/Descriptions.php:637
msgid "Default database tab"
msgstr "デフォルトのデータベースタブ"

#: libraries/classes/Config/Descriptions.php:638
msgid "Default server tab"
msgstr "デフォルトのサーバタブ"

#: libraries/classes/Config/Descriptions.php:639
msgid "Default table tab"
msgstr "デフォルトのテーブルタブ"

#: libraries/classes/Config/Descriptions.php:640
msgid "Enable autocomplete for table and column names"
msgstr "テーブル名とカラム名のオートコンプリートを有効にする"

#: libraries/classes/Config/Descriptions.php:641
msgid "Show column comments"
msgstr "カラムのコメントを表示"

#: libraries/classes/Config/Descriptions.php:642
msgid "Hide table structure actions"
msgstr "テーブル構造の操作欄を折り畳む"

#: libraries/classes/Config/Descriptions.php:643
msgid "Default transformations for Hex"
msgstr "16進数(Hex)のデフォルト変換"

#: libraries/classes/Config/Descriptions.php:644
msgid "Default transformations for Substring"
msgstr "部分文字列のデフォルト変換"

#: libraries/classes/Config/Descriptions.php:645
msgid "Default transformations for Bool2Text"
msgstr "Bool2Textのデフォルト変換"

#: libraries/classes/Config/Descriptions.php:646
msgid "Default transformations for External"
msgstr "External(外部)のデフォルト変換"

#: libraries/classes/Config/Descriptions.php:647
msgid "Default transformations for PreApPend"
msgstr "PreApPendのデフォルト変換"

#: libraries/classes/Config/Descriptions.php:648
msgid "Default transformations for DateFormat"
msgstr "DateFormatのデフォルト変換"

#: libraries/classes/Config/Descriptions.php:649
msgid "Default transformations for Inline"
msgstr "Inlineのデフォルト変換"

#: libraries/classes/Config/Descriptions.php:650
msgid "Default transformations for TextImageLink"
msgstr "TextImageLinkのデフォルト変換"

#: libraries/classes/Config/Descriptions.php:651
msgid "Default transformations for TextLink"
msgstr "TextLinkのデフォルト変換"

#: libraries/classes/Config/Descriptions.php:652
msgid "Display servers as a list"
msgstr "サーバをリストで表示する"

#: libraries/classes/Config/Descriptions.php:653
msgid "Disable multi table maintenance"
msgstr "複数のテーブルに対してのメンテナンスを無効にする"

#: libraries/classes/Config/Descriptions.php:654
msgid "Maximum execution time"
msgstr "最大実行時間"

#: libraries/classes/Config/Descriptions.php:655
msgid "Use [code]LOCK TABLES[/code] statement"
msgstr "[code]LOCK TABLES[/code] 文を使用してください"

#: libraries/classes/Config/Descriptions.php:656
msgid "Save as file"
msgstr "ファイルに保存する"

#: libraries/classes/Config/Descriptions.php:657
#: libraries/classes/Config/Descriptions.php:792
msgid "Character set of the file"
msgstr "ファイルの文字セット"

#: libraries/classes/Config/Descriptions.php:658
#: libraries/classes/Config/Descriptions.php:674 templates/import.twig:165
#: templates/import.twig:167 templates/sql/query.twig:40
#: templates/table/structure/display_table_stats.twig:84
msgid "Format"
msgstr "フォーマット"

#: libraries/classes/Config/Descriptions.php:659
msgid "Compression"
msgstr "圧縮"

#: libraries/classes/Config/Descriptions.php:660
#: libraries/classes/Config/Descriptions.php:667
#: libraries/classes/Config/Descriptions.php:675
#: libraries/classes/Config/Descriptions.php:679
#: libraries/classes/Config/Descriptions.php:692
#: libraries/classes/Config/Descriptions.php:694
#: libraries/classes/Config/Descriptions.php:741
#: libraries/classes/Plugins/Export/ExportCsv.php:88
#: libraries/classes/Plugins/Export/ExportExcel.php:61
#: libraries/classes/Plugins/Export/ExportHtmlword.php:85
#: libraries/classes/Plugins/Export/ExportOds.php:70
#: libraries/classes/Plugins/Export/ExportOdt.php:127
#: libraries/classes/Plugins/Export/ExportTexytext.php:79
msgid "Put columns names in the first row"
msgstr "1 行目にカラム名を追加する"

#: libraries/classes/Config/Descriptions.php:661
#: libraries/classes/Config/Descriptions.php:794
#: libraries/classes/Config/Descriptions.php:800
#: libraries/classes/Plugins/Import/ImportCsv.php:666
msgid "Columns enclosed with"
msgstr "カラム囲み記号"

#: libraries/classes/Config/Descriptions.php:662
#: libraries/classes/Config/Descriptions.php:795
#: libraries/classes/Config/Descriptions.php:801
#: libraries/classes/Plugins/Import/ImportCsv.php:677
msgid "Columns escaped with"
msgstr "カラムのエスケープ記号"

#: libraries/classes/Config/Descriptions.php:663
#: libraries/classes/Config/Descriptions.php:669
#: libraries/classes/Config/Descriptions.php:676
#: libraries/classes/Config/Descriptions.php:685
#: libraries/classes/Config/Descriptions.php:693
#: libraries/classes/Config/Descriptions.php:697
#: libraries/classes/Config/Descriptions.php:742
msgid "Replace NULL with"
msgstr "NULL の代替文字列:"

#: libraries/classes/Config/Descriptions.php:664
#: libraries/classes/Config/Descriptions.php:670
msgid "Remove CRLF characters within columns"
msgstr "カラムに含まれている CRLF 文字を取り除く"

#: libraries/classes/Config/Descriptions.php:665
#: libraries/classes/Config/Descriptions.php:798
#: libraries/classes/Config/Descriptions.php:805
#: libraries/classes/Plugins/Import/ImportCsv.php:651
msgid "Columns terminated with"
msgstr "カラムの終端記号"

#: libraries/classes/Config/Descriptions.php:666
#: libraries/classes/Config/Descriptions.php:793
#: libraries/classes/Plugins/Import/ImportCsv.php:684
msgid "Lines terminated with"
msgstr "行の終端記号"

#: libraries/classes/Config/Descriptions.php:668
msgid "Excel edition"
msgstr "Excel のエディション"

#: libraries/classes/Config/Descriptions.php:671
msgid "Database name template"
msgstr "データベース名のテンプレート"

#: libraries/classes/Config/Descriptions.php:672
msgid "Server name template"
msgstr "サーバ名のテンプレート"

#: libraries/classes/Config/Descriptions.php:673
msgid "Table name template"
msgstr "テーブル名のテンプレート"

#: libraries/classes/Config/Descriptions.php:677
#: libraries/classes/Config/Descriptions.php:690
#: libraries/classes/Config/Descriptions.php:699
#: libraries/classes/Config/Descriptions.php:737
#: libraries/classes/Config/Descriptions.php:743
#: libraries/classes/Plugins/Export/ExportHtmlword.php:56
#: libraries/classes/Plugins/Export/ExportLatex.php:88
#: libraries/classes/Plugins/Export/ExportMediawiki.php:55
#: libraries/classes/Plugins/Export/ExportMediawiki.php:61
#: libraries/classes/Plugins/Export/ExportOdt.php:69
#: libraries/classes/Plugins/Export/ExportPdf.php:86
#: libraries/classes/Plugins/Export/ExportSql.php:237
#: libraries/classes/Plugins/Export/ExportTexytext.php:55
msgid "Dump table"
msgstr "ダンプするテーブル"

#: libraries/classes/Config/Descriptions.php:678
#: libraries/classes/Plugins/Export/ExportLatex.php:79
msgid "Include table caption"
msgstr "テーブルのキャプションを含める"

#: libraries/classes/Config/Descriptions.php:680
#: libraries/classes/Config/Descriptions.php:695
#: libraries/classes/Config/Descriptions.php:731
#: libraries/classes/Plugins/Export/ExportHtmlword.php:386
#: libraries/classes/Plugins/Export/ExportLatex.php:551
#: libraries/classes/Plugins/Export/ExportOdt.php:495
#: libraries/classes/Plugins/Export/ExportTexytext.php:395
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:548
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:685
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:708
#: templates/columns_definitions/table_fields_definitions.twig:54
#: templates/database/data_dictionary/index.twig:29
#: templates/table/structure/display_structure.twig:28
msgid "Comments"
msgstr "コメント"

#: libraries/classes/Config/Descriptions.php:681
#: libraries/classes/Config/Descriptions.php:687
msgid "Table caption"
msgstr "テーブルのキャプション"

#: libraries/classes/Config/Descriptions.php:682
#: libraries/classes/Config/Descriptions.php:688
msgid "Continued table caption"
msgstr "テーブルのキャプション (続き)"

#: libraries/classes/Config/Descriptions.php:683
#: libraries/classes/Config/Descriptions.php:689
msgid "Label key"
msgstr "ラベルキー"

#: libraries/classes/Config/Descriptions.php:684
#: libraries/classes/Config/Descriptions.php:696
#: libraries/classes/Config/Descriptions.php:734
#: libraries/classes/Plugins/Export/ExportHtmlword.php:393
#: libraries/classes/Plugins/Export/ExportOdt.php:502
#: libraries/classes/Plugins/Export/ExportTexytext.php:400
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:556
#: templates/columns_definitions/table_fields_definitions.twig:71
#: templates/database/data_dictionary/index.twig:31
msgid "Media type"
msgstr "メディア型"

#: libraries/classes/Config/Descriptions.php:686
#: libraries/classes/Config/Descriptions.php:698
#: libraries/classes/Config/Descriptions.php:736
msgid "Relationships"
msgstr "関係"

#: libraries/classes/Config/Descriptions.php:691
msgid "Export method"
msgstr "エクスポート方法"

#: libraries/classes/Config/Descriptions.php:700
#: libraries/classes/Config/Descriptions.php:703
msgid "Save on server"
msgstr "サーバ上に保存する"

#: libraries/classes/Config/Descriptions.php:701
#: libraries/classes/Config/Descriptions.php:704 templates/export.twig:182
#: templates/export.twig:377
msgid "Overwrite existing file(s)"
msgstr "既存のファイルは上書きする"

#: libraries/classes/Config/Descriptions.php:702
msgid "Export as separate files"
msgstr "別々のファイルとしてエクスポート"

#: libraries/classes/Config/Descriptions.php:705
msgid "Remember filename template"
msgstr "ファイル名のテンプレートを記憶"

#: libraries/classes/Config/Descriptions.php:706
msgid "Remove DEFINER clause from definitions"
msgstr "DEFINER 句を定義から削除してください"

#: libraries/classes/Config/Descriptions.php:707
#: templates/database/operations/index.twig:160
#: templates/table/operations/index.twig:72
#: templates/table/operations/index.twig:300
msgid "Add AUTO_INCREMENT value"
msgstr "AUTO_INCREMENT 値を追加する"

#: libraries/classes/Config/Descriptions.php:708
msgid "Enclose table and column names with backquotes"
msgstr "テーブル名やカラム名を逆クォートで囲む"

#: libraries/classes/Config/Descriptions.php:709
#: libraries/classes/Config/Descriptions.php:811
msgid "SQL compatibility mode"
msgstr "SQL 互換モード"

#: libraries/classes/Config/Descriptions.php:710
msgid "Creation/Update/Check dates"
msgstr "作成/更新/検査日"

#: libraries/classes/Config/Descriptions.php:711
msgid "Use delayed inserts"
msgstr "遅延インサートを使用する"

#: libraries/classes/Config/Descriptions.php:712
#: libraries/classes/Plugins/Export/ExportSql.php:183
msgid "Disable foreign key checks"
msgstr "外部キーのチェックを無効にする"

#: libraries/classes/Config/Descriptions.php:713
#: libraries/classes/Plugins/Export/ExportSql.php:197
msgid "Export views as tables"
msgstr "ビューをテーブルとしてエクスポートする"

#: libraries/classes/Config/Descriptions.php:714
msgid "Export related metadata from phpMyAdmin configuration storage"
msgstr "PhpMyAdminの環境保管領域から関連するメタデータをエクスポートする"

#: libraries/classes/Config/Descriptions.php:715
#: libraries/classes/Config/Descriptions.php:716
#: libraries/classes/Config/Descriptions.php:718
#: libraries/classes/Config/Descriptions.php:721
#: libraries/classes/Config/Descriptions.php:722
#: libraries/classes/Config/Descriptions.php:723
#: libraries/classes/Config/Descriptions.php:735
#: templates/database/operations/index.twig:155
#: templates/table/operations/index.twig:295
#, php-format
msgid "Add %s"
msgstr "%s を追加する"

#: libraries/classes/Config/Descriptions.php:724
msgid "Use hexadecimal for BINARY & BLOB"
msgstr "BINARYおよびBLOB に 16 進数表記を利用する"

#: libraries/classes/Config/Descriptions.php:726
msgid ""
"Add IF NOT EXISTS (less efficient as indexes will be generated during table "
"creation)"
msgstr ""
"IF NOT EXISTSを追加（テーブル作成中にインデックスが生成されるので、効率が悪"
"い）"

#: libraries/classes/Config/Descriptions.php:729
#: libraries/classes/Plugins/Export/ExportSql.php:351
#, php-format
msgid "%s view"
msgstr "%s ビュー"

#: libraries/classes/Config/Descriptions.php:730
msgid "Use ignore inserts"
msgstr "INSERT IGNORE を使用する"

#: libraries/classes/Config/Descriptions.php:732
msgid "Syntax to use when inserting data"
msgstr "データを挿入するときに使う構文"

#: libraries/classes/Config/Descriptions.php:733
#: libraries/classes/Plugins/Export/ExportSql.php:488
msgid "Maximal length of created query"
msgstr "作成するクエリの最大長"

#: libraries/classes/Config/Descriptions.php:738
msgid "Export type"
msgstr "エクスポート形式"

#: libraries/classes/Config/Descriptions.php:739
#: libraries/classes/Plugins/Export/ExportSql.php:169
msgid "Enclose export in a transaction"
msgstr "エクスポートをトランザクションで囲む"

#: libraries/classes/Config/Descriptions.php:740
msgid "Export time in UTC"
msgstr "エクスポート時間を UTC (協定世界時) にする"

#: libraries/classes/Config/Descriptions.php:744
msgid "Foreign key dropdown order"
msgstr "外部キーのドロップダウンの順番"

#: libraries/classes/Config/Descriptions.php:745
msgid "Foreign key limit"
msgstr "外部キー制限"

#: libraries/classes/Config/Descriptions.php:746
msgid "Foreign key checks"
msgstr "外部キーのチェック"

#: libraries/classes/Config/Descriptions.php:747
msgid "First day of calendar"
msgstr "カレンダーの最初の曜日"

#: libraries/classes/Config/Descriptions.php:748
#: libraries/classes/Config/Descriptions.php:759 libraries/classes/Menu.php:480
#: libraries/classes/Util.php:1960 libraries/config.values.php:155
#: templates/navigation/tree/database_select.twig:10
#: templates/server/databases/index.twig:3 templates/server/export/index.twig:7
#: templates/server/export/index.twig:14
#: templates/server/privileges/user_properties.twig:20
msgid "Databases"
msgstr "データベース"

#: libraries/classes/Config/Descriptions.php:749
msgid "Browse mode"
msgstr "表示モード"

#: libraries/classes/Config/Descriptions.php:751
#: libraries/classes/Config/Forms/User/ExportForm.php:82
#: libraries/classes/Config/Forms/User/ImportForm.php:35
msgid "CSV"
msgstr "CSV"

#: libraries/classes/Config/Descriptions.php:752
msgid "Developer"
msgstr "開発者向け"

#: libraries/classes/Config/Descriptions.php:753
msgid "Edit mode"
msgstr "編集モード"

#: libraries/classes/Config/Descriptions.php:754
msgid "Export defaults"
msgstr "エクスポートのデフォルト"

#: libraries/classes/Config/Descriptions.php:755
msgid "General"
msgstr "一般"

#: libraries/classes/Config/Descriptions.php:756
msgid "Import defaults"
msgstr "インポートのデフォルト"

#: libraries/classes/Config/Descriptions.php:757
msgid "Import / export"
msgstr "インポート/エクスポート"

#: libraries/classes/Config/Descriptions.php:758
msgid "LaTeX"
msgstr "LaTeX"

#: libraries/classes/Config/Descriptions.php:760
#: libraries/classes/Config/Forms/User/NaviForm.php:68
#: templates/preferences/header.twig:30
msgid "Navigation panel"
msgstr "ナビゲーションパネル"

#: libraries/classes/Config/Descriptions.php:761
msgid "Navigation tree"
msgstr "ナビゲーションツリー"

#: libraries/classes/Config/Descriptions.php:762
#: templates/server/select/index.twig:9 templates/setup/home/index.twig:34
msgid "Servers"
msgstr "サーバ"

#: libraries/classes/Config/Descriptions.php:763
#: libraries/classes/Controllers/Server/DatabasesController.php:307
#: libraries/classes/Navigation/Nodes/NodeTableContainer.php:25
#: libraries/classes/Navigation/Nodes/NodeTableContainer.php:26
#: libraries/classes/Plugins/Export/ExportXml.php:115
#: libraries/classes/Server/Status/Data.php:159
#: templates/database/export/index.twig:22
#: templates/database/structure/show_create.twig:6
msgid "Tables"
msgstr "テーブル"

#: libraries/classes/Config/Descriptions.php:764
#: libraries/classes/Config/Forms/User/MainForm.php:90
#: templates/preferences/header.twig:36
msgid "Main panel"
msgstr "メインパネル"

#: libraries/classes/Config/Descriptions.php:765
msgid "Microsoft Office"
msgstr "Microsoft Office"

#: libraries/classes/Config/Descriptions.php:767
msgid "Other core settings"
msgstr "他の中心的な設定"

#: libraries/classes/Config/Descriptions.php:768
msgid "Page titles"
msgstr "ページタイトル"

#: libraries/classes/Config/Descriptions.php:769
msgid "Security"
msgstr "セキュリティ"

#: libraries/classes/Config/Descriptions.php:770
msgid "Basic settings"
msgstr "基本設定"

#: libraries/classes/Config/Descriptions.php:771
msgid "Authentication"
msgstr "認証"

#: libraries/classes/Config/Descriptions.php:772
msgid "Server configuration"
msgstr "サーバ設定"

#: libraries/classes/Config/Descriptions.php:773
msgid "Configuration storage"
msgstr "環境保管領域"

#: libraries/classes/Config/Descriptions.php:774
msgid "Changes tracking"
msgstr "変更追跡機能"

#: libraries/classes/Config/Descriptions.php:775 libraries/classes/Menu.php:255
#: libraries/classes/Menu.php:362 libraries/classes/Menu.php:485
#: libraries/classes/Navigation/Nodes/NodeTable.php:310
#: libraries/classes/Util.php:1486 libraries/classes/Util.php:1961
#: libraries/classes/Util.php:1976 libraries/classes/Util.php:1993
#: libraries/config.values.php:62 libraries/config.values.php:76
#: libraries/config.values.php:167 libraries/config.values.php:177
msgid "SQL"
msgstr "SQL"

#: libraries/classes/Config/Descriptions.php:776
msgid "SQL Query box"
msgstr "SQL クエリボックス"

#: libraries/classes/Config/Descriptions.php:777
#: libraries/classes/Config/Forms/User/SqlForm.php:48
#: templates/preferences/header.twig:24
msgid "SQL queries"
msgstr "SQL クエリ"

#: libraries/classes/Config/Descriptions.php:778
msgid "Startup"
msgstr "スタートアップ"

#: libraries/classes/Config/Descriptions.php:779
msgid "Database structure"
msgstr "データベースの構造"

#: libraries/classes/Config/Descriptions.php:780
#: libraries/classes/Plugins/Export/ExportPdf.php:267
#: templates/table/page_with_secondary_tabs.twig:5
msgid "Table structure"
msgstr "テーブルの構造"

#: libraries/classes/Config/Descriptions.php:781
msgid "Tabs"
msgstr "タブ"

#: libraries/classes/Config/Descriptions.php:782
msgid "Display relational schema"
msgstr "リレーショナルスキーマを表示する"

#: libraries/classes/Config/Descriptions.php:783
msgid "Text fields"
msgstr "テキスト入力項目"

#: libraries/classes/Config/Descriptions.php:784
msgid "Texy! text"
msgstr "Texy! テキスト"

#: libraries/classes/Config/Descriptions.php:785
msgid "Warnings"
msgstr "警告"

#: libraries/classes/Config/Descriptions.php:786
#: templates/console/display.twig:4
msgid "Console"
msgstr "コンソール"

#: libraries/classes/Config/Descriptions.php:787
msgid "GZip"
msgstr "GZip"

#: libraries/classes/Config/Descriptions.php:788
msgid "Extra parameters for iconv"
msgstr "iconv のための追加パラメータ"

#: libraries/classes/Config/Descriptions.php:789
msgid "Ignore multiple statement errors"
msgstr "マルチクエリのエラーを無視する"

#: libraries/classes/Config/Descriptions.php:790
msgid "Enable drag and drop import"
msgstr "ドラッグ＆ドロップインポートを有効にする"

#: libraries/classes/Config/Descriptions.php:791
msgid "Partial import: allow interrupt"
msgstr "部分インポート（割り込みの許可）"

#: libraries/classes/Config/Descriptions.php:796
#: libraries/classes/Config/Descriptions.php:802
#: libraries/classes/Plugins/Import/ImportCsv.php:141
#: libraries/classes/Plugins/Import/ImportLdi.php:68
msgid "Do not abort on INSERT error"
msgstr "INSERT エラーで中断しない"

#: libraries/classes/Config/Descriptions.php:797
#: libraries/classes/Config/Descriptions.php:804
msgid "Add ON DUPLICATE KEY UPDATE"
msgstr "ON DUPLICATE KEY UPDATEを追加する"

#: libraries/classes/Config/Descriptions.php:799
msgid "Format of imported file"
msgstr "インポートするファイルの形式"

#: libraries/classes/Config/Descriptions.php:803
#: libraries/classes/Plugins/Import/ImportLdi.php:74
msgid "Use LOCAL keyword"
msgstr "LOCAL キーワードを使用する"

#: libraries/classes/Config/Descriptions.php:806
msgid "Column names in first row"
msgstr "1 行目にカラム名を追加する"

#: libraries/classes/Config/Descriptions.php:807
#: libraries/classes/Plugins/Import/ImportOds.php:74
msgid "Do not import empty rows"
msgstr "空の行はインポートしない"

#: libraries/classes/Config/Descriptions.php:808
msgid "Import currencies ($5.00 to 5.00)"
msgstr "金額は単位を取り除く (例：$5.00 を 5.00)"

#: libraries/classes/Config/Descriptions.php:809
msgid "Import percentages as proper decimals (12.00% to .12)"
msgstr "パーセントは適切な小数に変換する (例：12.00% を .12)"

#: libraries/classes/Config/Descriptions.php:810
msgid "Partial import: skip queries"
msgstr "部分インポート（クエリのスキップ）"

#: libraries/classes/Config/Descriptions.php:812
msgid "Do not use AUTO_INCREMENT for zero values"
msgstr "値がゼロのものに対して AUTO_INCREMENT を使用しない"

#: libraries/classes/Config/Descriptions.php:813
msgid "Read as multibytes"
msgstr "マルチバイトとして読み込む"

#: libraries/classes/Config/Descriptions.php:814
msgid "Initial state for sliders"
msgstr "折り畳みに対しての初期値"

#: libraries/classes/Config/Descriptions.php:815
msgid "Number of inserted rows"
msgstr "挿入する行数"

#: libraries/classes/Config/Descriptions.php:816
msgid "Limit column characters"
msgstr "カラムの文字制限"

#: libraries/classes/Config/Descriptions.php:817
msgid "Delete all cookies on logout"
msgstr "ログアウト時にすべてのクッキーを削除する"

#: libraries/classes/Config/Descriptions.php:818
msgid "Recall user name"
msgstr "ログインしたときの状態に戻す"

#: libraries/classes/Config/Descriptions.php:819
msgid "Login cookie store"
msgstr "ログインクッキーの保存期間"

#: libraries/classes/Config/Descriptions.php:820
msgid "Login cookie validity"
msgstr "ログインクッキーの有効期間"

#: libraries/classes/Config/Descriptions.php:821
msgid "Bigger textarea for LONGTEXT"
msgstr "LONGTEXT に対しては大きな textarea を使う"

#: libraries/classes/Config/Descriptions.php:822
msgid "Maximum displayed SQL length"
msgstr "表示できる SQL 文の最大の長さ"

#: libraries/classes/Config/Descriptions.php:823
msgid "Maximum databases"
msgstr "データベースの最大数"

#: libraries/classes/Config/Descriptions.php:824
msgid "Maximum items on first level"
msgstr "最初のレベルで最大項目数"

#: libraries/classes/Config/Descriptions.php:825
msgid "Maximum items in branch"
msgstr "項目の最大数"

#: libraries/classes/Config/Descriptions.php:826
msgid "Maximum number of rows to display"
msgstr "行の最大表示数"

#: libraries/classes/Config/Descriptions.php:827
msgid "Maximum tables"
msgstr "テーブルの最大数"

#: libraries/classes/Config/Descriptions.php:828
msgid "Memory limit"
msgstr "メモリ制限"

#: libraries/classes/Config/Descriptions.php:829
msgid "Show databases navigation as tree"
msgstr "データベースナビゲーションをツリーとして表示する"

#: libraries/classes/Config/Descriptions.php:830
msgid "Navigation panel width"
msgstr "ナビゲーションパネル幅"

#: libraries/classes/Config/Descriptions.php:831
#: libraries/classes/Controllers/JavaScriptMessagesController.php:601
#: libraries/classes/Navigation/NavigationTree.php:1352
msgid "Link with main panel"
msgstr "メインパネルへのリンク"

#: libraries/classes/Config/Descriptions.php:832
msgid "Display logo"
msgstr "ロゴを表示する"

#: libraries/classes/Config/Descriptions.php:833
msgid "Logo link URL"
msgstr "ロゴのリンク URL"

#: libraries/classes/Config/Descriptions.php:834
msgid "Logo link target"
msgstr "ロゴリンクのターゲット"

#: libraries/classes/Config/Descriptions.php:835
msgid "Display servers selection"
msgstr "サーバ選択を表示する"

#: libraries/classes/Config/Descriptions.php:836
msgid "Target for quick access icon"
msgstr "クイックアクセスアイコンのリンク先"

#: libraries/classes/Config/Descriptions.php:837
msgid "Target for second quick access icon"
msgstr "2番目のクイックアクセスアイコンのリンク先"

#: libraries/classes/Config/Descriptions.php:838
msgid "Minimum number of items to display the filter box"
msgstr "項目表示数を絞るための入力欄が現れる最小の項目数"

#: libraries/classes/Config/Descriptions.php:840
msgid "Minimum number of databases to display the database filter box"
msgstr "データベース表示数を絞るための入力欄が現れる最小のデータベース数"

#: libraries/classes/Config/Descriptions.php:842
msgid "Group items in the tree"
msgstr "ツリー内項目をグループ化"

#: libraries/classes/Config/Descriptions.php:843
msgid "Database tree separator"
msgstr "データベースツリーの区切り"

#: libraries/classes/Config/Descriptions.php:844
msgid "Table tree separator"
msgstr "テーブルツリーの区切り"

#: libraries/classes/Config/Descriptions.php:845
msgid "Maximum table tree depth"
msgstr "テーブルツリーの最大の深さ"

#: libraries/classes/Config/Descriptions.php:846
msgid "Enable highlighting"
msgstr "強調表示を有効にする"

#: libraries/classes/Config/Descriptions.php:847
msgid "Enable navigation tree expansion"
msgstr "ナビゲーションツリーの展開を有効にします"

#: libraries/classes/Config/Descriptions.php:848
msgid "Show tables in tree"
msgstr "ツリーでテーブルを表示"

#: libraries/classes/Config/Descriptions.php:849
msgid "Show views in tree"
msgstr "ツリーでビューを表示"

#: libraries/classes/Config/Descriptions.php:850
msgid "Show functions in tree"
msgstr "ツリーで関数を表示"

#: libraries/classes/Config/Descriptions.php:851
msgid "Show procedures in tree"
msgstr "ツリーでプロシージャを表示"

#: libraries/classes/Config/Descriptions.php:852
msgid "Show events in tree"
msgstr "ツリーでイベントを表示"

#: libraries/classes/Config/Descriptions.php:853
msgid "Expand single database"
msgstr "１つのデータベースを展開する"

#: libraries/classes/Config/Descriptions.php:854
msgid "Recently used tables"
msgstr "最近使用したテーブル"

#: libraries/classes/Config/Descriptions.php:855
#: libraries/classes/RecentFavoriteTable.php:251
msgid "Favorite tables"
msgstr "お気に入りのテーブル"

#: libraries/classes/Config/Descriptions.php:856
msgid "Where to show the table row links"
msgstr "テーブルの行リンクを表示する場所"

#: libraries/classes/Config/Descriptions.php:857
msgid "Show row links anyway"
msgstr "行リンクを表示"

#: libraries/classes/Config/Descriptions.php:859
msgid "Natural order"
msgstr "自然順"

#: libraries/classes/Config/Descriptions.php:860
msgid "Table navigation bar"
msgstr "テーブルナビゲーションバー"

#: libraries/classes/Config/Descriptions.php:861
msgid "GZip output buffering"
msgstr "GZip の出力バッファリング"

#: libraries/classes/Config/Descriptions.php:862
msgid "Default sorting order"
msgstr "デフォルトの並び順"

#: libraries/classes/Config/Descriptions.php:863
msgid "Persistent connections"
msgstr "永続的な接続"

#: libraries/classes/Config/Descriptions.php:864
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "phpMyAdmin 環境保管領域用のテーブルが不明"

#: libraries/classes/Config/Descriptions.php:865
msgid "MySQL reserved word warning"
msgstr "MySQL予約単語警告"

#: libraries/classes/Config/Descriptions.php:866
msgid "How to display the menu tabs"
msgstr "メニュータブの表示方法"

#: libraries/classes/Config/Descriptions.php:867
msgid "How to display various action links"
msgstr "操作リンクの表示方法"

#: libraries/classes/Config/Descriptions.php:868
msgid "Protect binary columns"
msgstr "バイナリカラムの保護"

#: libraries/classes/Config/Descriptions.php:869
msgid "Permanent query history"
msgstr "永続的なクエリの履歴"

#: libraries/classes/Config/Descriptions.php:870
msgid "Query history length"
msgstr "クエリ履歴の長さ"

#: libraries/classes/Config/Descriptions.php:871
msgid "Recoding engine"
msgstr "コード変換エンジン"

#: libraries/classes/Config/Descriptions.php:872
msgid "Remember table's sorting"
msgstr "テーブルのソートを記憶する"

#: libraries/classes/Config/Descriptions.php:873
msgid "Primary key default sort order"
msgstr "プライマリキーのデフォルトの並び順"

#: libraries/classes/Config/Descriptions.php:874
msgid "Repeat headers"
msgstr "カラム名の差し込み間隔"

#: libraries/classes/Config/Descriptions.php:875
msgid "Grid editing: trigger action"
msgstr "編集セルのトリガー操作"

#: libraries/classes/Config/Descriptions.php:876
msgid "Relational display"
msgstr "リレーション表示"

#: libraries/classes/Config/Descriptions.php:877
msgid "Grid editing: save all edited cells at once"
msgstr "編集したセルを一度にすべて保存する"

#: libraries/classes/Config/Descriptions.php:878
msgid "Save directory"
msgstr "保存ディレクトリ"

#: libraries/classes/Config/Descriptions.php:879
msgid "Host authorization order"
msgstr "ホストの認証順番"

#: libraries/classes/Config/Descriptions.php:880
msgid "Host authorization rules"
msgstr "ホスト認証のルール"

#: libraries/classes/Config/Descriptions.php:881
msgid "Allow logins without a password"
msgstr "パスワードなしログインの許可"

#: libraries/classes/Config/Descriptions.php:882
msgid "Allow root login"
msgstr "root ログインの許可"

#: libraries/classes/Config/Descriptions.php:883
msgid "Session timezone"
msgstr "セッションタイムゾーン"

#: libraries/classes/Config/Descriptions.php:884
msgid "HTTP Realm"
msgstr "HTTP 領域"

#: libraries/classes/Config/Descriptions.php:885
#: templates/setup/home/index.twig:50
msgid "Authentication type"
msgstr "認証タイプ"

#: libraries/classes/Config/Descriptions.php:886
msgid "Bookmark table"
msgstr "ブックマークテーブル"

#: libraries/classes/Config/Descriptions.php:887
msgid "Column information table"
msgstr "カラム情報テーブル"

#: libraries/classes/Config/Descriptions.php:888
msgid "Compress connection"
msgstr "圧縮通信を行う"

#: libraries/classes/Config/Descriptions.php:889
msgid "Control user password"
msgstr "phpMyAdmin ユーザのパスワード"

#: libraries/classes/Config/Descriptions.php:890
msgid "Control user"
msgstr "phpMyAdmin ユーザ"

#: libraries/classes/Config/Descriptions.php:891
msgid "Control host"
msgstr "環境保管領域ホスト"

#: libraries/classes/Config/Descriptions.php:892
msgid "Control port"
msgstr "環境保管領域ポート"

#: libraries/classes/Config/Descriptions.php:893
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "INFORMATION_SCHEMA の使用を無効にする"

#: libraries/classes/Config/Descriptions.php:894
msgid "Hide databases"
msgstr "非表示にするデータベース"

#: libraries/classes/Config/Descriptions.php:895
msgid "SQL query history table"
msgstr "SQL クエリ履歴テーブル"

#: libraries/classes/Config/Descriptions.php:896
msgid "Server hostname"
msgstr "サーバのホスト名"

#: libraries/classes/Config/Descriptions.php:897
msgid "Logout URL"
msgstr "ログアウト URL"

#: libraries/classes/Config/Descriptions.php:898
msgid "Maximal number of table preferences to store"
msgstr "テーブル環境設定の最大保管数"

#: libraries/classes/Config/Descriptions.php:899
msgid "QBE saved searches table"
msgstr "QBE保存検索テーブル"

#: libraries/classes/Config/Descriptions.php:900
msgid "Export templates table"
msgstr "テンプレートテーブルをエクスポート"

#: libraries/classes/Config/Descriptions.php:901
msgid "Central columns table"
msgstr "主要カラムテーブル"

#: libraries/classes/Config/Descriptions.php:902
msgid "Show only listed databases"
msgstr "リスト化したデータベースだけを表示する"

#: libraries/classes/Config/Descriptions.php:903
msgid "Password for config auth"
msgstr "config 認証用のパスワード"

#: libraries/classes/Config/Descriptions.php:904
msgid "PDF schema: pages table"
msgstr "PDF スキーマ：ページテーブル"

#: libraries/classes/Config/Descriptions.php:905
#: templates/database/operations/index.twig:122
#: templates/server/databases/index.twig:24
msgid "Database name"
msgstr "データベース名"

#: libraries/classes/Config/Descriptions.php:906
msgid "Server port"
msgstr "サーバのポート"

#: libraries/classes/Config/Descriptions.php:907
msgid "Recently used table"
msgstr "最近使用したテーブル"

#: libraries/classes/Config/Descriptions.php:908
msgid "Favorites table"
msgstr "お気に入りのテーブル"

#: libraries/classes/Config/Descriptions.php:909
msgid "Relation table"
msgstr "リレーションテーブル"

#: libraries/classes/Config/Descriptions.php:910
msgid "Signon session name"
msgstr "サインオンセッション名"

#: libraries/classes/Config/Descriptions.php:911
msgid "Signon URL"
msgstr "サインオン URL"

#: libraries/classes/Config/Descriptions.php:912
msgid "Server socket"
msgstr "サーバのソケット"

#: libraries/classes/Config/Descriptions.php:913
msgid "Use SSL"
msgstr "SSL を使用する"

#: libraries/classes/Config/Descriptions.php:914
msgid "Designer and PDF schema: table coordinates"
msgstr "デザイナとPDF スキーマ：テーブルの座標"

#: libraries/classes/Config/Descriptions.php:915
msgid "Display columns table"
msgstr "表示するカラムためのテーブル"

#: libraries/classes/Config/Descriptions.php:916
msgid "UI preferences table"
msgstr "テーブルに対する環境設定を保管するテーブル"

#: libraries/classes/Config/Descriptions.php:917
msgid "Add DROP DATABASE"
msgstr "DROP DATABASE を追加する"

#: libraries/classes/Config/Descriptions.php:918
#: templates/database/structure/copy_form.twig:34
msgid "Add DROP TABLE"
msgstr "DROP TABLE を追加する"

#: libraries/classes/Config/Descriptions.php:919
msgid "Add DROP VIEW"
msgstr "DROP VIEW を追加する"

#: libraries/classes/Config/Descriptions.php:920
msgid "Statements to track"
msgstr "追跡するコマンド"

#: libraries/classes/Config/Descriptions.php:921
msgid "SQL query tracking table"
msgstr "SQL コマンド追跡テーブル"

#: libraries/classes/Config/Descriptions.php:922
msgid "Automatically create versions"
msgstr "世代の自動作成"

#: libraries/classes/Config/Descriptions.php:923
msgid "User preferences storage table"
msgstr "ユーザ環境保管テーブル"

#: libraries/classes/Config/Descriptions.php:924
msgid "Users table"
msgstr "ユーザテーブル"

#: libraries/classes/Config/Descriptions.php:925
msgid "User groups table"
msgstr "ユーザグループテーブル"

#: libraries/classes/Config/Descriptions.php:926
msgid "Hidden navigation items table"
msgstr "隠されたナビゲーション項目テーブル"

#: libraries/classes/Config/Descriptions.php:927
msgid "User for config auth"
msgstr "config 認証用のユーザ"

#: libraries/classes/Config/Descriptions.php:928
msgid "Verbose name of this server"
msgstr "このサーバの詳細な名前"

#: libraries/classes/Config/Descriptions.php:929
msgid "Allow to display all the rows"
msgstr "すべての行の表示を許可する"

#: libraries/classes/Config/Descriptions.php:930
msgid "Show password change form"
msgstr "パスワード変更フォームを表示する"

#: libraries/classes/Config/Descriptions.php:931
msgid "Show create database form"
msgstr "「データベースを作成する」の部分を表示する"

#: libraries/classes/Config/Descriptions.php:932
msgid "Show table comments"
msgstr "テーブルのコメントを表示"

#: libraries/classes/Config/Descriptions.php:933
msgid "Show creation timestamp"
msgstr "作成日時を表示"

#: libraries/classes/Config/Descriptions.php:934
msgid "Show last update timestamp"
msgstr "最終更新日時を表示"

#: libraries/classes/Config/Descriptions.php:935
msgid "Show last check timestamp"
msgstr "最終検査日時を表示"

#: libraries/classes/Config/Descriptions.php:936
msgid "Show table charset"
msgstr "テーブルの文字セットを表示"

#: libraries/classes/Config/Descriptions.php:937
msgid "Show field types"
msgstr "フィールドのデータ型を表示"

#: libraries/classes/Config/Descriptions.php:938
msgid "Show function fields"
msgstr "関数項目を表示する"

#: libraries/classes/Config/Descriptions.php:939
msgid "Show hint"
msgstr "操作ヒントを表示する"

#: libraries/classes/Config/Descriptions.php:940
msgid "Show phpinfo() link"
msgstr "phpinfo() リンクを表示する"

#: libraries/classes/Config/Descriptions.php:941
msgid "Show detailed MySQL server information"
msgstr "詳細な MySQL サーバ情報を表示する"

#: libraries/classes/Config/Descriptions.php:942
msgid "Show SQL queries"
msgstr "SQL クエリを表示する"

#: libraries/classes/Config/Descriptions.php:943 templates/sql/query.twig:127
msgid "Retain query box"
msgstr "クエリボックスを保持する"

#: libraries/classes/Config/Descriptions.php:944
msgid "Show statistics"
msgstr "統計を表示する"

#: libraries/classes/Config/Descriptions.php:945
msgid "Skip locked tables"
msgstr "ロックされているテーブルをスキップする"

#: libraries/classes/Config/Descriptions.php:946
#: libraries/classes/ConfigStorage/UserGroups.php:124
#: libraries/classes/Controllers/JavaScriptMessagesController.php:388
#: libraries/classes/Display/Results.php:2967
#: libraries/classes/Html/Generator.php:657
#: libraries/classes/Html/Generator.php:908
#: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
#: templates/console/display.twig:175
#: templates/database/central_columns/main.twig:265
#: templates/database/central_columns/main.twig:376
#: templates/database/central_columns/main.twig:377
#: templates/database/events/index.twig:74
#: templates/database/events/index.twig:77
#: templates/database/events/row.twig:23 templates/database/events/row.twig:26
#: templates/database/routines/row.twig:24
#: templates/database/routines/row.twig:27
#: templates/database/structure/structure_table_row.twig:66
#: templates/database/triggers/row.twig:28
#: templates/database/triggers/row.twig:31
#: templates/display/results/table.twig:227
#: templates/display/results/table.twig:228 templates/indexes.twig:34
#: templates/server/variables/index.twig:41
#: templates/server/variables/index.twig:44 templates/setup/home/index.twig:63
#: templates/table/structure/display_structure.twig:497
msgid "Edit"
msgstr "編集"

#: libraries/classes/Config/Descriptions.php:947
#: libraries/classes/Html/Generator.php:637
msgid "Explain SQL"
msgstr "EXPLAIN で確認"

#: libraries/classes/Config/Descriptions.php:948
#: libraries/classes/Export.php:594 libraries/classes/Html/Generator.php:705
#: templates/console/display.twig:99
#: templates/server/status/processes/index.twig:19
#: templates/server/status/variables/index.twig:42
msgid "Refresh"
msgstr "更新"

#: libraries/classes/Config/Descriptions.php:949
#: libraries/classes/Html/Generator.php:689
msgid "Create PHP code"
msgstr "PHP コードの作成"

#: libraries/classes/Config/Descriptions.php:950
msgid "Suhosin warning"
msgstr "Suhosin 警告"

#: libraries/classes/Config/Descriptions.php:951
msgid "Login cookie validity warning"
msgstr "ログインクッキーの有効期間警告"

#: libraries/classes/Config/Descriptions.php:952
msgid "Textarea columns"
msgstr "textarea の 1 行の文字数"

#: libraries/classes/Config/Descriptions.php:953
msgid "Textarea rows"
msgstr "textarea の行数"

#: libraries/classes/Config/Descriptions.php:954
#: libraries/classes/Plugins/Export/ExportHtmlword.php:141
#: libraries/classes/Plugins/Export/ExportOdt.php:185
#: libraries/classes/Plugins/Export/ExportTexytext.php:125
#: libraries/classes/Server/Privileges.php:1812
#: libraries/classes/Server/Privileges.php:1814
#: libraries/classes/Server/Status/Processes.php:122
#: templates/console/bookmark_content.twig:7 templates/console/display.twig:40
#: templates/console/display.twig:184 templates/server/databases/index.twig:106
#: templates/server/privileges/edit_routine_privileges.twig:17
#: templates/server/privileges/privileges_table.twig:257
#: templates/server/privileges/user_properties.twig:22
#: templates/server/privileges/user_properties.twig:71
#: templates/table/operations/index.twig:56
#: templates/table/operations/index.twig:62
#: templates/table/operations/index.twig:257
#: templates/table/operations/index.twig:263
#: templates/table/relation/common_form.twig:36
#: templates/table/relation/common_form.twig:175
#: templates/table/relation/foreign_key_row.twig:97
msgid "Database"
msgstr "データベース"

#: libraries/classes/Config/Descriptions.php:955
msgid "Default title"
msgstr "デフォルトタイトル"

#: libraries/classes/Config/Descriptions.php:956
#: templates/server/status/base.twig:6
msgid "Server"
msgstr "サーバ"

#: libraries/classes/Config/Descriptions.php:957
#: libraries/classes/Plugins/Export/ExportXml.php:466
#: libraries/classes/Server/Privileges.php:1818
#: libraries/classes/Server/Privileges.php:1820
#: templates/database/structure/show_create.twig:10
#: templates/database/structure/table_header.twig:8
#: templates/database/tracking/tables.twig:13
#: templates/database/tracking/tables.twig:153
#: templates/database/triggers/editor_form.twig:27
#: templates/database/triggers/list.twig:45
#: templates/server/privileges/privileges_table.twig:6
#: templates/server/privileges/privileges_table.twig:259
#: templates/server/privileges/user_properties.twig:37
#: templates/server/privileges/user_properties.twig:82
#: templates/table/maintenance/checksum.twig:12
#: templates/table/operations/index.twig:65
#: templates/table/operations/index.twig:266
#: templates/table/relation/common_form.twig:37
#: templates/table/relation/common_form.twig:182
#: templates/table/relation/foreign_key_row.twig:108
msgid "Table"
msgstr "テーブル"

#: libraries/classes/Config/Descriptions.php:958
msgid "List of trusted proxies for IP allow/deny"
msgstr "信頼されたプロキシのリスト（IP アドレスの許可/拒否）"

#: libraries/classes/Config/Descriptions.php:959
msgid "Upload directory"
msgstr "アップロードディレクトリ"

#: libraries/classes/Config/Descriptions.php:960
msgid "Use database search"
msgstr "データベース検索を使用する"

#: libraries/classes/Config/Descriptions.php:961
msgid "Enable the Developer tab in settings"
msgstr "設定に開発者向けタブを追加する"

#: libraries/classes/Config/Descriptions.php:962
#: libraries/classes/Setup/Index.php:128 libraries/classes/Setup/Index.php:151
#: libraries/classes/Setup/Index.php:163 libraries/classes/Setup/Index.php:176
#: libraries/classes/Setup/Index.php:185 libraries/classes/Setup/Index.php:193
msgid "Version check"
msgstr "バージョンの確認"

#: libraries/classes/Config/Descriptions.php:963
msgid "Proxy URL"
msgstr "プロキシURL"

#: libraries/classes/Config/Descriptions.php:964
msgid "Proxy username"
msgstr "プロキシユーザ名"

#: libraries/classes/Config/Descriptions.php:965
msgid "Proxy password"
msgstr "プロキシパスワード"

#: libraries/classes/Config/Descriptions.php:966
msgid "ZIP"
msgstr "ZIP"

#: libraries/classes/Config/Descriptions.php:967
msgid "URL for reCAPTCHA v2 API"
msgstr "reCAPTCHA v2 API の URL"

#: libraries/classes/Config/Descriptions.php:968
msgid "Content-Security-Policy snippet for reCAPTCHA v2 API"
msgstr "reCAPTCHA v2 API の Content-Security-Policy スニペット"

#: libraries/classes/Config/Descriptions.php:969
msgid "Request parameter for reCAPTCHA v2 API"
msgstr "reCAPTCHA v2 API のリクエスト引数"

#: libraries/classes/Config/Descriptions.php:970
msgid "Response parameter for reCAPTCHA v2 API"
msgstr "reCAPTCHA v2 API のレスポンス引数"

#: libraries/classes/Config/Descriptions.php:971
msgid "Public key for reCAPTCHA"
msgstr "reCAPTCHA の公開鍵"

#: libraries/classes/Config/Descriptions.php:972
msgid "Private key for reCAPTCHA"
msgstr "reCAPTCHA の秘密鍵"

#: libraries/classes/Config/Descriptions.php:973
msgid "URL for reCAPTCHA siteverify"
msgstr "reCAPTCHA サイト認証の URL"

#: libraries/classes/Config/Descriptions.php:974
msgid "Send error reports"
msgstr "エラーレポートを送信する"

#: libraries/classes/Config/Descriptions.php:975
msgid "Enter executes queries in console"
msgstr "Enterでコンソールのクエリを実行します"

#: libraries/classes/Config/Descriptions.php:976
msgid "Enable Zero Configuration mode"
msgstr "ゼロコンフィギュレーションモードを有効"

#: libraries/classes/Config/Descriptions.php:977
#: templates/console/display.twig:153
msgid "Show query history at start"
msgstr "開始時にクエリ履歴を表示"

#: libraries/classes/Config/Descriptions.php:978
#: templates/console/display.twig:149
msgid "Always expand query messages"
msgstr "クエリメッセージを常に展開する"

#: libraries/classes/Config/Descriptions.php:979
#: templates/console/display.twig:157
msgid "Show current browsing query"
msgstr "現在のクエリを表示"

#: libraries/classes/Config/Descriptions.php:980
msgid "Execute queries on Enter and insert new line with Shift+Enter"
msgstr "Enterでクエリを実行し、Shift + Enterで新しい行を挿入します"

#: libraries/classes/Config/Descriptions.php:981
#: templates/console/display.twig:168
msgid "Switch to dark theme"
msgstr "暗いテーマに切り替える"

#: libraries/classes/Config/Descriptions.php:982
msgid "Console height"
msgstr "コンソールの高さ"

#: libraries/classes/Config/Descriptions.php:983
msgid "Console mode"
msgstr "コンソールモード"

#: libraries/classes/Config/Descriptions.php:984
#: templates/console/display.twig:64
msgid "Group queries"
msgstr "グループ クエリ"

#: libraries/classes/Config/Descriptions.php:985
#: templates/sql/profiling_chart.twig:9
msgid "Order"
msgstr "順序"

#: libraries/classes/Config/Descriptions.php:986
msgid "Order by"
msgstr "並び順"

#: libraries/classes/Config/Descriptions.php:987
msgid "Server connection collation"
msgstr "サーバ接続の照合順序"

#: libraries/classes/Config/FormDisplay.php:605
#, php-format
msgid "Missing data for %s"
msgstr "%s ためのデータがありません"

#: libraries/classes/Config/FormDisplay.php:646
#: libraries/classes/Config/Validator.php:590
#: templates/config/form_display/display.twig:67
msgid "Incorrect value!"
msgstr "不正な値です!"

#: libraries/classes/Config/FormDisplay.php:797
#: libraries/classes/Config/FormDisplay.php:806
msgid "unavailable"
msgstr "使えません"

#: libraries/classes/Config/FormDisplay.php:799
#: libraries/classes/Config/FormDisplay.php:808
#, php-format
msgid "\"%s\" requires %s extension"
msgstr "\"%s\" には %s 拡張が必要です"

#: libraries/classes/Config/FormDisplay.php:839
#, php-format
msgid "Compressed import will not work due to missing function %s."
msgstr "圧縮されたインポートが行えません。関数 %s がありません。"

#: libraries/classes/Config/FormDisplay.php:848
#, php-format
msgid "Compressed export will not work due to missing function %s."
msgstr "圧縮エクスポートが行えません。関数 %s がありません。"

#: libraries/classes/Config/FormDisplay.php:867
#, php-format
msgid "maximum %s"
msgstr "最大 %s"

#: libraries/classes/Config/Forms/Setup/ServersForm.php:39
msgid "Config authentication"
msgstr "Config 認証"

#: libraries/classes/Config/Forms/Setup/ServersForm.php:43
msgid "HTTP authentication"
msgstr "HTTP 認証"

#: libraries/classes/Config/Forms/Setup/ServersForm.php:46
msgid "Signon authentication"
msgstr "サインオン認証"

#: libraries/classes/Config/Forms/User/ExportForm.php:25
msgid "Quick"
msgstr "簡易"

#: libraries/classes/Config/Forms/User/ExportForm.php:29
msgid "Custom"
msgstr "詳細"

#: libraries/classes/Config/Forms/User/ExportForm.php:55
#: libraries/classes/Config/Forms/User/ExportForm.php:100
#: libraries/classes/Config/Forms/User/ExportForm.php:128
#: libraries/classes/Controllers/JavaScriptMessagesController.php:710
#: libraries/classes/Import.php:1299 libraries/classes/Menu.php:247
#: libraries/classes/Menu.php:357
#: libraries/classes/Navigation/Nodes/NodeColumn.php:42
#: libraries/classes/Navigation/Nodes/NodeDatabase.php:50
#: libraries/classes/Navigation/Nodes/NodeTable.php:301
#: libraries/classes/Util.php:1485 libraries/classes/Util.php:1975
#: libraries/classes/Util.php:1992 libraries/config.values.php:60
#: libraries/config.values.php:74 libraries/config.values.php:165
#: libraries/config.values.php:175
#: templates/columns_definitions/table_fields_definitions.twig:4
#: templates/database/central_columns/edit.twig:3
#: templates/database/export/index.twig:23
#: templates/database/structure/structure_table_row.twig:48
#: templates/server/privileges/privileges_table.twig:352
#: templates/table/tracking/structure_snapshot_columns.twig:1
msgid "Structure"
msgstr "構造"

#: libraries/classes/Config/Forms/User/ExportForm.php:71
#: libraries/classes/Config/Forms/User/ExportForm.php:108
#: libraries/classes/Config/Forms/User/ExportForm.php:133
#: libraries/classes/Config/Forms/User/ExportForm.php:139
#: libraries/classes/Controllers/Server/DatabasesController.php:317
#: templates/database/export/index.twig:24
#: templates/server/privileges/privileges_table.twig:278
#: templates/table/structure/display_table_stats.twig:17
msgid "Data"
msgstr "データ"

#: libraries/classes/Config/Forms/User/ExportForm.php:91
msgid "CSV for MS Excel"
msgstr "MS Excel 用の CSV"

#: libraries/classes/Config/Forms/User/ExportForm.php:116
msgid "Microsoft Word 2000"
msgstr "Microsoft Word 2000"

#: libraries/classes/Config/Forms/User/ExportForm.php:122
#: libraries/classes/Config/Forms/User/ImportForm.php:52
msgid "OpenDocument Spreadsheet"
msgstr "OpenDocument スプレッドシート"

#: libraries/classes/Config/Forms/User/ExportForm.php:126
msgid "OpenDocument Text"
msgstr "OpenDocument テキスト"

#: libraries/classes/Config/Forms/User/ExportForm.php:153
#: libraries/classes/Controllers/JavaScriptMessagesController.php:373
#: libraries/classes/Menu.php:277 libraries/classes/Menu.php:382
#: libraries/classes/Menu.php:513 libraries/classes/Server/Privileges.php:1506
#: libraries/classes/Util.php:1964 libraries/classes/Util.php:1979
#: libraries/classes/Util.php:1996 templates/database/events/index.twig:16
#: templates/database/events/index.twig:17
#: templates/database/events/index.twig:86
#: templates/database/events/row.twig:36
#: templates/database/privileges/index.twig:91
#: templates/database/privileges/index.twig:116
#: templates/database/privileges/index.twig:117
#: templates/database/routines/index.twig:16
#: templates/database/routines/index.twig:17
#: templates/database/routines/row.twig:64
#: templates/database/routines/row.twig:67
#: templates/database/structure/check_all_tables.twig:12
#: templates/database/triggers/list.twig:16
#: templates/database/triggers/list.twig:17
#: templates/database/triggers/row.twig:41
#: templates/display/results/table.twig:240
#: templates/display/results/table.twig:241
#: templates/display/results/table.twig:272 templates/export.twig:3
#: templates/export.twig:499 templates/preferences/header.twig:42
#: templates/preferences/manage/main.twig:68
#: templates/server/privileges/new_user_ajax.twig:63
#: templates/server/privileges/users_overview.twig:95
#: templates/server/privileges/users_overview.twig:125
#: templates/server/privileges/users_overview.twig:126
#: templates/server/status/monitor/index.twig:81
#: templates/table/privileges/index.twig:95
#: templates/table/privileges/index.twig:120
#: templates/table/privileges/index.twig:121
msgid "Export"
msgstr "エクスポート"

#: libraries/classes/Config/Forms/User/FeaturesForm.php:90
#: templates/preferences/header.twig:18
msgid "Features"
msgstr "機能"

#: libraries/classes/Config/Forms/User/ImportForm.php:43
msgid "CSV using LOAD DATA"
msgstr "LOAD DATA 文を使用した CSV の読み込み"

#: libraries/classes/Config/Forms/User/ImportForm.php:67
#: libraries/classes/Controllers/JavaScriptMessagesController.php:310
#: libraries/classes/Menu.php:286 libraries/classes/Menu.php:392
#: libraries/classes/Menu.php:518 libraries/classes/Util.php:1965
#: libraries/classes/Util.php:1980 libraries/classes/Util.php:1997
#: templates/import.twig:3 templates/import.twig:199
#: templates/preferences/header.twig:48
#: templates/preferences/manage/main.twig:11
#: templates/server/status/monitor/index.twig:78
msgid "Import"
msgstr "インポート"

#: libraries/classes/Config/Forms/User/MainForm.php:37
msgid "Default transformations"
msgstr "デフォルト変換"

#: libraries/classes/Config/PageSettings.php:135
msgid "Cannot save settings, submitted configuration form contains errors!"
msgstr ""
"設定を保存することはできません。送信された設定にエラーが含まれています!"

#: libraries/classes/Config.php:652
#, php-format
msgid "Existing configuration file (%s) is not readable."
msgstr "設定ファイル (%s) は存在しますが、読み込むことができません。"

#: libraries/classes/Config.php:690
msgid "Wrong permissions on configuration file, should not be world writable!"
msgstr ""
"設定ファイルのパーミッションが正しくありません。誰でも書き込み可能になってい"
"ます！"

#: libraries/classes/Config.php:705
msgid "Failed to read configuration file!"
msgstr "設定ファイルの読み込みに失敗しました！"

#: libraries/classes/Config.php:707
msgid ""
"This usually means there is a syntax error in it, please check any errors "
"shown below."
msgstr ""
"通常、これは構文エラーがあることを意味します。以下に示す全てのエラーを確認し"
"てください。"

#: libraries/classes/Config.php:1234
#, php-format
msgid "Invalid server index: %s"
msgstr "サーバのインデックスが不正です: %s"

#: libraries/classes/Config.php:1247
#, php-format
msgid "Server %d"
msgstr "サーバ %d"

#: libraries/classes/Config/ServerConfigChecks.php:67
#, php-format
msgid ""
"This %soption%s should be disabled as it allows attackers to bruteforce "
"login to any MySQL server. If you feel this is necessary, use %srestrict "
"login to MySQL server%s or %strusted proxies list%s. However, IP-based "
"protection with trusted proxies list may not be reliable if your IP belongs "
"to an ISP where thousands of users, including you, are connected to."
msgstr ""
"この%sオプション%sは無効にするべきです。そうしなければ、いずれかの MySQL サー"
"バへのブルートフォース (総当たり) ログインによる攻撃を許すことになります。こ"
"れが必要と思われる場合には、%sMySQLサーバにログイン制限を使用%s、または%s信頼"
"されたプロキシリスト%sを使用します。しかしながら、ユーザが数千人もいるような "
"ISP に所属している、含まれている、接続されている場合には、IP アドレスを基にし"
"た保護は信頼性が高いとはいえません。"

#: libraries/classes/Config/ServerConfigChecks.php:92
msgid ""
"This value should be double checked to ensure that this directory is neither "
"world accessible nor readable or writable by other users on your server."
msgstr ""
"このディレクトリが、他のユーザにより外部からアクセスも読み書きできてしまうこ"
"とを防ぐために、この値は二重にチェックするべきです。"

#: libraries/classes/Config/ServerConfigChecks.php:162
msgid "You should use SSL connections if your database server supports it."
msgstr ""
"データベースサーバがサポートしているならば、SSL 接続を使用するべきです。"

#: libraries/classes/Config/ServerConfigChecks.php:169
#, php-format
msgid ""
"If you feel this is necessary, use additional protection settings - %1$shost "
"authentication%2$s settings and %3$strusted proxies list%4$s. However, IP-"
"based protection may not be reliable if your IP belongs to an ISP where "
"thousands of users, including you, are connected to."
msgstr ""
"それでも、[kbd]config[/kbd] 認証が必要であると思われる場合、追加の保護設定"
"（%1$sホスト認証%2$s設定および%3$s信頼されたプロキシのリスト%4$s）を使用して"
"ください。しかしながら、ユーザが数千人もいるような ISP に所属している、含まれ"
"ている、接続されている場合には、IP アドレスを基にした保護は信頼性が高いとはい"
"えません。"

#: libraries/classes/Config/ServerConfigChecks.php:195
#, php-format
msgid ""
"You set the [kbd]config[/kbd] authentication type and included username and "
"password for auto-login, which is not a desirable option for live hosts. "
"Anyone who knows or guesses your phpMyAdmin URL can directly access your "
"phpMyAdmin panel. Set %1$sauthentication type%2$s to [kbd]cookie[/kbd] or "
"[kbd]http[/kbd]."
msgstr ""
"[kbd]config[/kbd] 認証タイプを設定し、自動ログインのためにユーザ名とパスワー"
"ドを含めています。このことは、実働しているホストにとって望ましい方法とはいえ"
"ません。誰かに phpMyAdmin の URL を知られるもしくは推測されると、管理ツールで"
"ある phpMyAdmin に直接アクセスできてしまいます。ですから、%1$s認証タイプ%2$s"
"を [kbd]cookie[/kbd] か [kbd]http[/kbd] に設定してください。"

#: libraries/classes/Config/ServerConfigChecks.php:224
msgid "You allow for connecting to the server without a password."
msgstr "パスワード無しでサーバへの接続が許されています。"

#: libraries/classes/Config/ServerConfigChecks.php:307
#, php-format
msgid ""
"%sZip decompression%s requires functions (%s) which are unavailable on this "
"system."
msgstr "%sZip 解凍%sには関数 (%s) が必要ですが、このシステムで使用できません。"

#: libraries/classes/Config/ServerConfigChecks.php:328
#, php-format
msgid ""
"%sZip compression%s requires functions (%s) which are unavailable on this "
"system."
msgstr "%sZip 圧縮%sには関数 (%s) が必要ですが、このシステムで使用できません。"

#: libraries/classes/Config/ServerConfigChecks.php:361
msgid ""
"You didn't have blowfish secret set and have enabled [kbd]cookie[/kbd] "
"authentication, so a key was automatically generated for you. It is used to "
"encrypt cookies; you don't need to remember it."
msgstr ""
"blowfish 暗号のパスフレーズなしで [kbd]cookie[/kbd] 認証が有効にされましたの"
"で、パスフレーズを自動的に生成しました。パスフレーズはクッキーを暗号化するた"
"めに内部で使用されるもので、外部に知られないようにしておく必要はありますが、"
"管理者がそれを覚えておく必要はありません。"

#: libraries/classes/Config/ServerConfigChecks.php:385
#, php-format
msgid ""
"%1$sLogin cookie validity%2$s greater than %3$ssession.gc_maxlifetime%4$s "
"may cause random session invalidation (currently session.gc_maxlifetime is "
"%5$d)."
msgstr ""
"%1$sログインクッキーの有効期間%2$sが %3$ssession.gc_maxlifetime%4$s を超えて"
"いる場合、セッションがランダムに無効化される原因となります。現在、session."
"gc_maxlifetimeは%5$dです。"

#: libraries/classes/Config/ServerConfigChecks.php:407
#, php-format
msgid ""
"%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at "
"most. Values larger than 1800 may pose a security risk such as impersonation."
msgstr ""
"%sログインクッキーの有効期間%sは最大で 1800 秒 (30 分) に設定する必要がありま"
"す。1800 より大きい値は、偽装などのセキュリティリスクを引き起こす可能性があり"
"ます。"

#: libraries/classes/Config/ServerConfigChecks.php:433
#, php-format
msgid ""
"If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
"0, %sLogin cookie validity%s must be set to a value less or equal to it."
msgstr ""
"[kbd]cookie[/kbd] 認証を使用していて且つ%sログインクッキーの保存期間%sを 0 に"
"していない場合、%sログインクッキーの有効期間%sは保存期間の値以下に設定する必"
"要があります。"

#: libraries/classes/Config/ServerConfigChecks.php:472
#, php-format
msgid ""
"%1$sBzip2 compression and decompression%2$s requires functions (%3$s) which "
"are unavailable on this system."
msgstr ""
"%1$sBzip2の圧縮と解凍%2$sには関数 (%3$s) が必要です。それらがこのシステムでは"
"使用できません。"

#: libraries/classes/Config/ServerConfigChecks.php:503
#, php-format
msgid ""
"%1$sGZip compression and decompression%2$s requires functions (%3$s) which "
"are unavailable on this system."
msgstr ""
"%1$sGZipの圧縮と解凍%2$sには関数 (%3$s) が必要です。それらがこのシステムでは"
"使用できません。"

#: libraries/classes/ConfigStorage/Relation.php:1362
msgid "no description"
msgstr "説明がありません"

#: libraries/classes/ConfigStorage/Relation.php:1564
#, php-format
msgid ""
"You do not have necessary privileges to create a database named '%s'. You "
"may go to 'Operations' tab of any database to set up the phpMyAdmin "
"configuration storage there."
msgstr ""
"「%s」という名前のデータベースを作成するのに必要な権限はありません。任意の"
"データベースの「操作」タブで、phpMyAdmin環境保管領域を設定が出来ます。"

#: libraries/classes/ConfigStorage/UserGroups.php:114
msgid "View users"
msgstr "ユーザを表示"

#: libraries/classes/ConfigStorage/UserGroups.php:247
msgid "Server-level tabs"
msgstr "サーバレベルのタブ"

#: libraries/classes/ConfigStorage/UserGroups.php:252
msgid "Database-level tabs"
msgstr "データベースレベルのタブ"

#: libraries/classes/ConfigStorage/UserGroups.php:257
msgid "Table-level tabs"
msgstr "テーブルレベルのタブ"

#: libraries/classes/Config/Validator.php:243
msgid "Could not connect to the database server!"
msgstr "データベースに接続できませんでした!"

#: libraries/classes/Config/Validator.php:279
msgid "Invalid authentication type!"
msgstr "無効な認証タイプです!"

#: libraries/classes/Config/Validator.php:284
msgid "Empty username while using [kbd]config[/kbd] authentication method!"
msgstr "[kbd]config[/kbd] 認証方法を使いましたが、ユーザ名が空欄です!"

#: libraries/classes/Config/Validator.php:290
msgid ""
"Empty signon session name while using [kbd]signon[/kbd] authentication "
"method!"
msgstr ""
"[kbd]signon[/kbd] 認証方法を使いましたが、サインオンセッション名が空欄です!"

#: libraries/classes/Config/Validator.php:297
msgid "Empty signon URL while using [kbd]signon[/kbd] authentication method!"
msgstr "[kbd]signon[/kbd] 認証方法を使いましたが、サインオン URL が空欄です!"

#: libraries/classes/Config/Validator.php:351
msgid ""
"Empty phpMyAdmin control user while using phpMyAdmin configuration storage!"
msgstr "環境保管領域 を使いましたが、phpMyAdmin ユーザが空欄です!"

#: libraries/classes/Config/Validator.php:358
msgid ""
"Empty phpMyAdmin control user password while using phpMyAdmin configuration "
"storage!"
msgstr "環境保管領域を使いましたが、phpMyAdmin ユーザのパスワードが空欄です!"

#: libraries/classes/Config/Validator.php:449
msgid "Incorrect value:"
msgstr "不正な値です："

#: libraries/classes/Config/Validator.php:460
#, php-format
msgid "Incorrect IP address: %s"
msgstr "不正な IP アドレス：%s"

#: libraries/classes/Config/Validator.php:523
#: templates/config/form_display/display.twig:66
msgid "Not a valid port number!"
msgstr "有効なポート番号ではありません!"

#: libraries/classes/Config/Validator.php:545
#: templates/config/form_display/display.twig:64
msgid "Not a positive number!"
msgstr "正の値ではありません!"

#: libraries/classes/Config/Validator.php:567
#: templates/config/form_display/display.twig:65
msgid "Not a non-negative number!"
msgstr "負でない値ではありません!"

#: libraries/classes/Config/Validator.php:608
#: templates/config/form_display/display.twig:68
#, php-format
msgid "Value must be less than or equal to %s!"
msgstr "値は %s 以下でなければいけません!"

#: libraries/classes/Console.php:92
#, php-format
msgid "Showing %1$d bookmark (both private and shared)"
msgid_plural "Showing %1$d bookmarks (both private and shared)"
msgstr[0] "個人用と共用を含む %1$d ブックマークを表示しています"

#: libraries/classes/Console.php:99
msgid "No bookmarks"
msgstr "ブックマークはありません"

#: libraries/classes/Console.php:128
msgid "SQL Query Console"
msgstr "SQL クエリコンソール"

#: libraries/classes/Controllers/AbstractController.php:73
#: libraries/classes/Controllers/JavaScriptMessagesController.php:343
#: libraries/classes/Controllers/Server/Databases/DestroyController.php:68
#: libraries/classes/DbTableExists.php:47
msgid "No databases selected."
msgstr "データベースが選択されていません。"

#: libraries/classes/Controllers/ChangeLogController.php:38
#: libraries/classes/Controllers/LicenseController.php:36
#, php-format
msgid ""
"The %s file is not available on this system, please visit %s for more "
"information."
msgstr ""
"ファイル %s は、このシステムでは使用できません。詳細については %s をご覧くだ"
"さい。"

#: libraries/classes/Controllers/Database/CentralColumnsController.php:140
#, php-format
msgid "Showing rows %1$s - %2$s."
msgstr "%1$s から %2$s の行の表示。"

#. l10n: The user tries to save a page with an existing name in Designer
#: libraries/classes/Controllers/Database/DesignerController.php:92
#, php-format
msgid ""
"There already exists a page named \"%s\" please rename it to something else."
msgstr "\"%s\" という名前のページが既にあるので、他の名前に変更してください。"

#: libraries/classes/Controllers/Database/ExportController.php:81
#: libraries/classes/Controllers/Database/TrackingController.php:130
#: libraries/classes/Controllers/Export/ExportController.php:442
#: libraries/classes/Database/Qbe.php:322
#: templates/database/structure/index.twig:25
#: templates/navigation/tree/path.twig:9
msgid "No tables found in database."
msgstr "このデータベースにはテーブルがありません。"

#: libraries/classes/Controllers/Database/ExportController.php:143
#: libraries/classes/Controllers/Server/ExportController.php:73
#: libraries/classes/Controllers/Table/ExportController.php:104
msgid "Could not load export plugins, please check your installation!"
msgstr ""
"エクスポートプラグインをロードできません。正しくインストールされているか確認"
"してください!"

#: libraries/classes/Controllers/Database/ImportController.php:72
#: libraries/classes/Controllers/Import/ImportController.php:570
#: libraries/classes/Controllers/Server/ImportController.php:58
#: libraries/classes/Controllers/Table/ImportController.php:69
msgid "Could not load import plugins, please check your installation!"
msgstr ""
"インポートプラグインが読み込めません。正しくインストールされているか確認して"
"ください！"

#: libraries/classes/Controllers/Database/Operations/CollationController.php:48
#: libraries/classes/Controllers/Table/OperationsController.php:258
msgid "No collation provided."
msgstr "照合順序が提供されていません。"

#: libraries/classes/Controllers/Database/OperationsController.php:90
#: libraries/classes/Controllers/Table/CreateController.php:72
msgid "The database name is empty!"
msgstr "データベース名が空です!"

#: libraries/classes/Controllers/Database/OperationsController.php:99
msgid "Cannot copy database to the same name. Change the name and try again."
msgstr ""
"データベースを同じ名前でコピーすることはできません。 名前を変更して再試行して"
"ください。"

#: libraries/classes/Controllers/Database/OperationsController.php:177
#, php-format
msgid "Database %1$s has been renamed to %2$s."
msgstr "データベース %1$s の名称を %2$s に変更しました。"

#: libraries/classes/Controllers/Database/OperationsController.php:187
#, php-format
msgid "Database %1$s has been copied to %2$s."
msgstr "データベース %1$s を %2$s にコピーしました。"

#: libraries/classes/Controllers/Database/OperationsController.php:296
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
"phpMyAdmin 環境保管領域が無効になっています。理由については%sこちら%sをご覧く"
"ださい。"

#: libraries/classes/Controllers/Database/SearchController.php:47
#: libraries/classes/Plugins/Auth/AuthenticationConfig.php:90
#: libraries/classes/Plugins/Auth/AuthenticationConfig.php:103
#: libraries/classes/Plugins/Auth/AuthenticationHttp.php:82
#: libraries/classes/Plugins/AuthenticationPlugin.php:184
msgid "Access denied!"
msgstr "アクセスが拒否されました!"

#: libraries/classes/Controllers/Database/Structure/AddPrefixController.php:21
#: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:45
#: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:45
#: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:45
#: libraries/classes/Controllers/Database/Structure/ChangePrefixFormController.php:22
#: libraries/classes/Controllers/Database/Structure/CopyFormController.php:21
#: libraries/classes/Controllers/Database/Structure/DropFormController.php:37
#: libraries/classes/Controllers/Database/Structure/EmptyFormController.php:24
#: libraries/classes/Controllers/Database/Structure/ShowCreateController.php:32
#: libraries/classes/Controllers/Export/TablesController.php:29
#: libraries/classes/Controllers/JavaScriptMessagesController.php:344
#: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:54
#: libraries/classes/Controllers/Table/Maintenance/CheckController.php:54
#: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:54
#: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:54
#: libraries/classes/Controllers/Table/Maintenance/RepairController.php:54
msgid "No table selected."
msgstr "テーブルは未選択です。"

#: libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php:53
#: libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php:53
#: libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php:53
msgid "Success!"
msgstr "成功！"

#: libraries/classes/Controllers/Database/StructureController.php:366
#: templates/table/operations/index.twig:451
#: templates/table/operations/view.twig:32
#, php-format
msgid "View %s has been dropped."
msgstr "ビュー %s を破棄しました。"

#: libraries/classes/Controllers/Database/StructureController.php:367
#: templates/table/operations/index.twig:451
#, php-format
msgid "Table %s has been dropped."
msgstr "テーブル %s を削除しました。"

#: libraries/classes/Controllers/Database/StructureController.php:414
#: templates/table/operations/index.twig:410
#: templates/table/operations/index.twig:428
#, php-format
msgid "Table %s has been emptied."
msgstr "テーブル %s を空にしました。"

#: libraries/classes/Controllers/Database/StructureController.php:577
#: libraries/classes/Display/Results.php:3980
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to "
"%sdocumentation%s."
msgstr "このビューの最低行数。詳しくは%sドキュメント%sをご覧ください。"

#: libraries/classes/Controllers/Database/StructureController.php:766
msgid "unknown"
msgstr "不明"

#: libraries/classes/Controllers/Database/Structure/DropTableController.php:56
#: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:72
#: libraries/classes/Controllers/JavaScriptMessagesController.php:488
#: libraries/classes/Controllers/Table/DeleteRowsController.php:56
#: libraries/classes/Controllers/Table/DropColumnController.php:57
#: libraries/classes/Controllers/Table/Structure/PrimaryController.php:58
#: libraries/classes/Controllers/Table/Structure/PrimaryController.php:82
#: libraries/classes/IndexColumn.php:164 libraries/classes/Index.php:525
#: libraries/classes/Plugins/Export/ExportHtmlword.php:633
#: libraries/classes/Plugins/Export/ExportLatex.php:632
#: libraries/classes/Plugins/Export/ExportOdt.php:788
#: libraries/classes/Plugins/Export/ExportTexytext.php:626
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:754
#: templates/config/form_display/input.twig:42
#: templates/database/central_columns/main.twig:356
#: templates/database/data_dictionary/index.twig:47
#: templates/database/data_dictionary/index.twig:91
#: templates/database/designer/main.twig:1117
#: templates/database/privileges/index.twig:69
#: templates/database/structure/drop_form.twig:19
#: templates/database/structure/empty_form.twig:19 templates/indexes.twig:65
#: templates/preferences/autoload.twig:11
#: templates/preferences/manage/error.twig:18
#: templates/server/privileges/new_user_ajax.twig:20
#: templates/server/privileges/new_user_ajax.twig:34
#: templates/server/privileges/privileges_summary.twig:37
#: templates/server/privileges/privileges_summary.twig:40
#: templates/server/privileges/privileges_summary.twig:42
#: templates/server/privileges/users_overview.twig:53
#: templates/server/privileges/users_overview.twig:65
#: templates/table/delete/confirm.twig:28
#: templates/table/privileges/index.twig:73
#: templates/table/structure/display_structure.twig:80
#: templates/table/structure/display_structure.twig:532
#: templates/table/structure/drop_confirm.twig:19
#: templates/table/structure/primary.twig:22
#: templates/table/tracking/structure_snapshot_columns.twig:33
#: templates/table/tracking/structure_snapshot_indexes.twig:23
#: templates/table/tracking/structure_snapshot_indexes.twig:24
msgid "Yes"
msgstr "はい"

#: libraries/classes/Controllers/Database/Structure/DropTableController.php:57
#: libraries/classes/Controllers/Database/Structure/EmptyTableController.php:73
#: libraries/classes/Controllers/Table/DropColumnController.php:74
#: libraries/classes/Controllers/Table/OperationsController.php:318
#: libraries/classes/Controllers/Table/ReplaceController.php:415
#: libraries/classes/Core.php:717 templates/preview_sql.twig:3
msgid "No change"
msgstr "変更なし"

#: libraries/classes/Controllers/Database/Structure/FavoriteTableController.php:105
msgid "Favorite List is full!"
msgstr "お気に入りリストが一杯です！"

#: libraries/classes/Controllers/Database/TrackingController.php:83
#: libraries/classes/Controllers/Database/TrackingController.php:103
msgid "Tracking data deleted successfully."
msgstr "追跡データは正常に削除されました。"

#: libraries/classes/Controllers/Database/TrackingController.php:90
#, php-format
msgid ""
"Version %1$s was created for selected tables, tracking is active for them."
msgstr "世代 %1$s を作成しました。SQL コマンド追跡機能はアクティブです。"

#: libraries/classes/Controllers/Database/TrackingController.php:120
msgid "No tables selected."
msgstr "テーブルが選択されていません。"

#: libraries/classes/Controllers/Database/TrackingController.php:155
msgid "Database Log"
msgstr "データベースのログです"

#: libraries/classes/Controllers/ErrorReportController.php:106
msgid ""
"An error has been detected and an error report has been automatically "
"submitted based on your settings."
msgstr ""
"エラーが検出されたため、設定内容に基づいてエラー報告を自動的に送信しました。"

#: libraries/classes/Controllers/ErrorReportController.php:110
msgid "Thank you for submitting this report."
msgstr "報告をお送りいただいてありがとうございます。"

#: libraries/classes/Controllers/ErrorReportController.php:114
msgid ""
"An error has been detected and an error report has been generated but failed "
"to be sent."
msgstr ""
"エラーが検出されたためエラー報告を生成しましたが、送信できませんでした。"

#: libraries/classes/Controllers/ErrorReportController.php:117
msgid "If you experience any problems please submit a bug report manually."
msgstr "問題が発生する場合は、バグ報告を手動で送信してください。"

#: libraries/classes/Controllers/ErrorReportController.php:120
msgid "You may want to refresh the page."
msgstr "このページを再ロードすることがほしいみたい。"

#: libraries/classes/Controllers/Export/ExportController.php:239
#: libraries/classes/Export.php:1338
msgid "Bad type!"
msgstr "エクスポート形式が正しくありません！"

#: libraries/classes/Controllers/Export/ExportController.php:333
msgid "Bad parameters!"
msgstr "パラメータが正しくありません！"

#: libraries/classes/Controllers/HomeController.php:98
msgid ""
"You were logged out from one server, to logout completely from phpMyAdmin, "
"you need to logout from all servers."
msgstr ""
"あるサーバからログアウトされました。phpMyAdminから完全にログアウトするために"
"は、全てのサーバからログアウトする必要があります。"

#: libraries/classes/Controllers/HomeController.php:195
#, php-format
msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
"extended features have been deactivated. %sFind out why%s. "
msgstr ""
"phpMyAdmin 環境保管領域が完全に設定されていないため、いくつかの拡張機能が無効"
"になっています。理由については%sこちら%sをご覧ください。 "

#: libraries/classes/Controllers/HomeController.php:201
msgid ""
"Or alternately go to 'Operations' tab of any database to set it up there."
msgstr "代わりにデータベースの操作タブを使って設定することもできます。"

#: libraries/classes/Controllers/HomeController.php:265
msgid ""
"Your PHP parameter [a@https://www.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
"お使いの PHP のパラメータ [a@https://www.php.net/manual/ja/session."
"configuration.php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/"
"a] が、phpMyAdmin に設定されているクッキーの有効期間より短くなっています。こ"
"のため、phpMyAdmin に設定されているよりも早くログインの期限が切れるかもしれま"
"せん。"

#: libraries/classes/Controllers/HomeController.php:282
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
"ログインクッキーの保存期間が、phpMyAdmin に設定されているクッキーの有効期間よ"
"りも短くなっています。このため、phpMyAdmin に設定されているよりも早くログイン"
"の期限が切れます。"

#: libraries/classes/Controllers/HomeController.php:301
msgid ""
"Your server is running with default values for the controluser and password "
"(controlpass) and is open to intrusion; you really should fix this security "
"weakness by changing the password for controluser 'pma'."
msgstr ""
"サーバは制御ユーザ 'pma' とデフォルトのパスワード 'controlpass' で実行されて"
"おり、侵入者に開かれた状態です。 あなたは真剣にこの脆弱なパスワードを変更する"
"ことによるセキュリティの弱点の修正に取り組むべきです。"

#: libraries/classes/Controllers/HomeController.php:318
msgid ""
"The configuration file needs a valid key for cookie encryption. A temporary "
"key was automatically generated for you. Please refer to the "
"[doc@cfg_blowfish_secret]documentation[/doc]."
msgstr ""
"クッキーの暗号化のために、構成ファイルに有効なキーが必要です。一時的なキーが"
"自動的に作成されました。[doc@cfg_blowfish_secret]ドキュメント[/doc]を参照して"
"ください。"

#: libraries/classes/Controllers/HomeController.php:328
#, php-format
msgid ""
"The cookie encryption key in the configuration file is longer than "
"necessary. It should only be %d bytes long. Please refer to the "
"[doc@cfg_blowfish_secret]documentation[/doc]."
msgstr ""
"構成ファイル内にあるクッキーの暗号化キーが必要以上に長いです。必要なのは %d "
"バイトだけです。[doc@cfg_blowfish_secret]ドキュメント[/doc]を参照してくださ"
"い。"

#: libraries/classes/Controllers/HomeController.php:346
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. It is strongly recommended to remove it "
"once phpMyAdmin has been configured. Otherwise the security of your server "
"may be compromised by unauthorized people downloading your configuration."
msgstr ""
"セットアップスクリプトで使用される [code]config[/code] ディレクトリが "
"phpMyAdmin ディレクトリに存在しています。phpMyAdmin を設定し終えたら削除する"
"ことを強くお勧めします。削除しない場合、誰でも認証なしでサーバの設定をダウン"
"ロードすることができるため、サーバのセキュリティが低下します。"

#: libraries/classes/Controllers/HomeController.php:367
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
"issues."
msgstr ""
"Suhosin が稼働しているため問題が発生する可能性があります。詳しくは%sドキュメ"
"ント%sをご覧ください。"

#: libraries/classes/Controllers/HomeController.php:381
#, php-format
msgid ""
"The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache "
"templates and will be slow because of this."
msgstr ""
"$cfg['TempDir'] (%s) にアクセスできません。phpMyAdmin はテンプレートをキャッ"
"シュすることができないため、低速になります。"

#: libraries/classes/Controllers/HomeController.php:438
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
"PHP の mbstring 拡張が見つかりませんでした。マルチバイト文字セットを使用して"
"いるようですが、mbstring 拡張がないと phpMyAdmin は文字列を正しく分割できない"
"ため予期しない結果になることがあります。"

#: libraries/classes/Controllers/HomeController.php:456
msgid ""
"The curl extension was not found and allow_url_fopen is disabled. Due to "
"this some features such as error reporting or version check are disabled."
msgstr ""
"Curl 拡張モジュールが見つかりませんでした、ストリームラッパーは無効になりま"
"す。このためエラーを報告またはバージョン チェックなどいくつかの機能が無効にな"
"ります。"

#: libraries/classes/Controllers/Import/ImportController.php:109
msgid "Incomplete params"
msgstr "不完全なパラメータ"

#: libraries/classes/Controllers/Import/ImportController.php:123
msgid "Succeeded"
msgstr "成功しました"

#: libraries/classes/Controllers/Import/ImportController.php:127
#: libraries/classes/Controllers/JavaScriptMessagesController.php:575
msgid "Failed"
msgstr "失敗しました"

#: libraries/classes/Controllers/Import/ImportController.php:217
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
msgstr ""
"アップロードしようとしたファイルが大きすぎるようです。この制限に関する対策に"
"ついては %sドキュメント%s をご覧ください。"

#: libraries/classes/Controllers/Import/ImportController.php:372
#: libraries/classes/Controllers/Import/ImportController.php:610
msgid "Showing bookmark"
msgstr "表示中のブックマーク"

#: libraries/classes/Controllers/Import/ImportController.php:393
#: libraries/classes/Controllers/Import/ImportController.php:606
msgid "The bookmark has been deleted."
msgstr "ブックマークを削除しました。"

#: libraries/classes/Controllers/Import/ImportController.php:516
msgid ""
"No data was received to import. Either no file name was submitted, or the "
"file size exceeded the maximum size permitted by your PHP configuration. See "
"[doc@faq1-16]FAQ 1.16[/doc]."
msgstr ""
"インポートするデータを受信できませんでした。ファイル名が送信されていないか、"
"ファイルサイズが PHP の設定で許可された最大値を超えています。"
"[doc@faq1-16]FAQ 1.16[/doc] をご覧ください。"

#: libraries/classes/Controllers/Import/ImportController.php:618
#, php-format
msgid "Import has been successfully finished, %d query executed."
msgid_plural "Import has been successfully finished, %d queries executed."
msgstr[0] "インポートは正常に終了しました。%d 個のクエリを実行しました。"

#: libraries/classes/Controllers/Import/ImportController.php:655
#, php-format
msgid ""
"Script timeout passed, if you want to finish import, please %sresubmit the "
"same file%s and import will resume."
msgstr ""
"スクリプトがタイムアウトしました。インポートを完了させたいのであれば%s同じ"
"ファイルを再送信%sすればインポートが再開されます。"

#: libraries/classes/Controllers/Import/ImportController.php:665
msgid ""
"However on last run no data has been parsed, this usually means phpMyAdmin "
"won't be able to finish this import unless you increase php time limits."
msgstr ""
"ただし、最後に実行したときはまったくデータを解析できませんでした。通常、PHP "
"の時間制限を伸ばさない限りこのデータのインポートはできません。"

#: libraries/classes/Controllers/Import/ImportController.php:736
#: libraries/classes/Controllers/Sql/SqlController.php:162
msgid "\"DROP DATABASE\" statements are disabled."
msgstr "DROP DATABASE 文は無効にされています。"

#: libraries/classes/Controllers/Import/SimulateDmlController.php:38
msgid "Only single-table UPDATE and DELETE queries can be simulated."
msgstr "１つのテーブルのUPDATEとDELETEクエリをシミュレートすることができます。"

#: libraries/classes/Controllers/Import/StatusController.php:66
msgid "Could not load the progress of the import."
msgstr "インポートの進行状況を読み込めませんでした。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:39
#: templates/server/databases/index.twig:318
msgid "Confirm"
msgstr "確認"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:40
#, php-format
msgid "Do you really want to execute \"%s\"?"
msgstr "「%s」を本当に実行しますか?"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:41
msgid "You are about to DESTROY a complete database!"
msgstr "データベースを完全に削除しようとしています!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:43
msgid "Cannot rename database to the same name. Change the name and try again"
msgstr ""
"同じ名前にデータベースをリネームすることはできません。 名前を変更して再試行し"
"てください"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:45
msgid "You are about to DESTROY a complete table!"
msgstr "テーブルを完全に削除しようとしています!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:46
msgid "You are about to TRUNCATE a complete table!"
msgstr "テーブルを完全に空にしようとしています!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:47
msgid "You are about to DELETE all the rows of the table!"
msgstr "テーブルのすべての行を削除しようとしています!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:48
msgid "Delete tracking data for this table?"
msgstr "このテーブルに対しての追跡データを削除しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:49
msgid "Delete tracking data for these tables?"
msgstr "これらテーブルに対しての追跡データを削除しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:50
msgid "Delete tracking data for this version?"
msgstr "このバージョンに対しての追跡データを削除しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:51
msgid "Delete tracking data for these versions?"
msgstr "これらのバージョンに対しての追跡データを削除しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:52
msgid "Delete entry from tracking report?"
msgstr "追跡レポートからこのエントリを削除しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:53
msgid "Deleting tracking data"
msgstr "追跡データを削除しています"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:54
msgid "Dropping Primary Key/Index"
msgstr "主キー／インデックスを削除しています"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:55
msgid "Dropping Foreign key."
msgstr "外部キーを削除しています。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:56
msgid "This operation could take a long time. Proceed anyway?"
msgstr "この作業には時間がかかることがあります。続行しますか?"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:57
#, php-format
msgid "Do you really want to delete user group \"%s\"?"
msgstr "本当にユーザグループ「%s」を削除しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:58
#, php-format
msgid "Do you really want to delete the search \"%s\"?"
msgstr "本当に検索「%s」の削除を実行しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:59
msgid "You have unsaved changes; are you sure you want to leave this page?"
msgstr "保存していない編集がありますが、このページを離れますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:61
msgid ""
"You are trying to reduce the number of rows, but have already entered data "
"in those rows which will be lost. Do you wish to continue?"
msgstr ""
"行数を減らす処理で対象の行にはデータが存在しています。処理を行うと対象行の"
"データが失われますが、続行しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:64
msgid "Do you really want to revoke the selected user(s) ?"
msgstr "選択されたユーザー「%s」を本当に無効にしますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:65
msgid "Do you really want to delete this central column?"
msgstr "この主要カラムを削除してよろしいですか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:66
msgid "Do you really want to delete the selected items?"
msgstr "選択されたアイテムの削除を本当に実行しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:68
msgid ""
"Do you really want to DROP the selected partition(s)? This will also DELETE "
"the data related to the selected partition(s)!"
msgstr ""
"選択されたパーティションを本当に削除(DROP)しますか？ 選択されたパーティション"
"のデータも削除されます！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:71
msgid "Do you really want to TRUNCATE the selected partition(s)?"
msgstr "選択したパーティションを本当に削除しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:72
msgid "Do you really want to remove partitioning?"
msgstr "パーティションを削除してもよろしいですか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:73
msgid "Do you really want to reset the replica (RESET REPLICA)?"
msgstr "本当にレプリカをリセット (RESET REPLICA) しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:75
msgid ""
"This operation will attempt to convert your data to the new collation. In "
"rare cases, especially where a character doesn't exist in the new collation, "
"this process could cause the data to appear incorrectly under the new "
"collation; in this case we suggest you revert to the original collation and "
"refer to the tips at "
msgstr ""
"この操作はあなたのデータを新しい文字ソート順序に変換しようとします。まれなこ"
"とですが、新しい文字ソート順序に定義されていない文字があった場合、不正なデー"
"タが現れる可能性があります。そうなった場合は、操作を撤回するようにお知らせ"
"し、ヒントを参照 "

#: libraries/classes/Controllers/JavaScriptMessagesController.php:81
msgid "Garbled Data"
msgstr "文字化けしたデータ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:83
msgid "Are you sure you wish to change the collation and convert the data?"
msgstr "照合順序を変更しデータを変換してもよろしいですか?"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:86
msgid ""
"Through this operation, MySQL attempts to map the data values between "
"collations. If the character sets are incompatible, there may be data loss "
"and this lost data may <b>NOT</b> be recoverable simply by changing back the "
"column collation(s). <b>To convert existing data, it is suggested to use the "
"column(s) editing feature (the \"Change\" Link) on the table structure page. "
"</b>"
msgstr ""
"この操作によって、MySQLは照合順序間のデータ値の対応付けを試みます。文字セット"
"に互換性がない場合データが欠落する可能性があり、欠落したデータは単にカラムの"
"照合順序を元に戻しただけでは<b>復元されません</b>。<b>既存のデータの変換を行"
"うには、テーブル構造ページのカラム編集機能（「変更」リンク）の使用が推奨され"
"ます。</b>"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:94
msgid ""
"Are you sure you wish to change all the column collations and convert the "
"data?"
msgstr "すべての列の照合順序を変更し、データを変換してもよろしいです?"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:97
#: templates/export.twig:324
msgid "Save & close"
msgstr "保存して閉じる"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:98
#: templates/config/form_display/display.twig:47
#: templates/preferences/manage/main.twig:114
#: templates/preferences/manage/main.twig:122
#: templates/table/insert/actions_panel.twig:36
msgid "Reset"
msgstr "リセット"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:99
msgid "Reset all"
msgstr "全てリセット"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:102
msgid "Missing value in the form!"
msgstr "フォームに入力されていない値があります!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:103
msgid "Select at least one of the options!"
msgstr "オプションを一つ以上選択してください！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:104
msgid "Please enter a valid number!"
msgstr "有効なポート番号を入力してください！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:105
msgid "Please enter a valid length!"
msgstr "正しい長さを入力してください！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:106
msgid "Add index"
msgstr "インデックスを追加する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:107
msgid "Edit index"
msgstr "インデックスを編集"

#. l10n: Rename a table Index
#: libraries/classes/Controllers/JavaScriptMessagesController.php:109
msgid "Rename index"
msgstr "インデックスの名前変更"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:110
#: templates/table/index_form.twig:237
#, php-format
msgid "Add %s column(s) to index"
msgstr "インデックスに %s 個のカラムを追加する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:111
msgid "Create single-column index"
msgstr "単一カラムのインデックスを作成"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:112
msgid "Create composite index"
msgstr "複雑なインデックスを作成"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:113
msgid "Composite with:"
msgstr "合成物:"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:114
msgid "Please select column(s) for the index."
msgstr "インデックスに使用するカラムを選択してください。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:117
#: templates/columns_definitions/column_definitions_form.twig:157
#: templates/modals/index_dialog_modal.twig:11
#: templates/modals/index_dialog_modal.twig:21
#: templates/table/index_form.twig:246
#: templates/table/index_rename_form.twig:28
#: templates/table/insert/actions_panel.twig:35
#: templates/table/relation/common_form.twig:224
#: templates/table/structure/display_structure.twig:344
#: templates/table/structure/display_structure.twig:354
msgid "Preview SQL"
msgstr "SQLのプレビュー"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:120
#: templates/sql/query.twig:218
msgid "Simulate query"
msgstr "クエリをシミュレート"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:121
msgid "Matched rows:"
msgstr "一致した行:"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:122
#: libraries/classes/Html/Generator.php:880 templates/export.twig:67
msgid "SQL query:"
msgstr "SQL クエリ:"

#. l10n: Default label for the y-Axis of Charts
#: libraries/classes/Controllers/JavaScriptMessagesController.php:126
msgid "Y values"
msgstr "Y軸の値"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:129
msgid "Please enter the SQL query first."
msgstr "SQLクエリを最初に入力してください。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:132
msgid "The host name is empty!"
msgstr "ホスト名が空です!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:133
msgid "The user name is empty!"
msgstr "ユーザ名が空です!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:134
#: libraries/classes/Server/Privileges.php:943
#: libraries/classes/UserPassword.php:42
msgid "The password is empty!"
msgstr "パスワードが空です!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:135
#: libraries/classes/Server/Privileges.php:941
#: libraries/classes/UserPassword.php:46
msgid "The passwords aren't the same!"
msgstr "パスワードが異なっています!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:136
msgid "Removing Selected Users"
msgstr "選択したユーザを削除する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:137
#: libraries/classes/Tracking.php:237 libraries/classes/Tracking.php:641
#: templates/columns_definitions/column_definitions_form.twig:176
#: templates/columns_definitions/column_definitions_form.twig:181
#: templates/error/report_modal.twig:14 templates/export_modal.twig:6
#: templates/export_modal.twig:10 templates/export.twig:82
#: templates/export.twig:92 templates/export.twig:194
#: templates/home/index.twig:296 templates/home/index.twig:304
#: templates/modals/build_query.twig:6 templates/modals/build_query.twig:16
#: templates/modals/create_view.twig:6 templates/modals/create_view.twig:11
#: templates/modals/enum_set_editor.twig:6
#: templates/modals/enum_set_editor.twig:11
#: templates/modals/index_dialog_modal.twig:6
#: templates/modals/index_dialog_modal.twig:12
#: templates/modals/index_dialog_modal.twig:22
#: templates/modals/preview_sql_confirmation.twig:6
#: templates/modals/preview_sql_confirmation.twig:15
#: templates/modals/preview_sql_modal.twig:6
#: templates/modals/preview_sql_modal.twig:10
#: templates/modals/unhide_nav_item.twig:6
#: templates/modals/unhide_nav_item.twig:10
#: templates/server/privileges/users_overview.twig:169
#: templates/server/privileges/users_overview.twig:177
#: templates/server/status/advisor/index.twig:20
#: templates/server/status/advisor/index.twig:45
#: templates/server/status/monitor/index.twig:129
#: templates/server/status/monitor/index.twig:218
#: templates/server/user_groups/user_groups.twig:51
#: templates/server/user_groups/user_groups.twig:55
#: templates/sql/query.twig:219 templates/sql/query.twig:224
#: templates/table/insert/actions_panel.twig:47
#: templates/table/insert/actions_panel.twig:52
#: templates/table/relation/common_form.twig:234
#: templates/table/relation/common_form.twig:239
#: templates/table/search/index.twig:182
#: templates/table/structure/display_structure.twig:329
#: templates/table/structure/display_structure.twig:345
#: templates/table/structure/display_structure.twig:355
#: templates/table/structure/display_structure.twig:373
#: templates/table/zoom_search/result_form.twig:27
#: templates/table/zoom_search/result_form.twig:79
#: templates/table/zoom_search/result_form.twig:96
msgid "Close"
msgstr "閉じる"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:138
#: templates/server/privileges/users_overview.twig:105
msgctxt "Lock the account."
msgid "Lock"
msgstr "ロック"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:139
#: templates/server/privileges/users_overview.twig:102
msgctxt "Unlock the account."
msgid "Unlock"
msgstr "ロック解除"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:140
#: templates/server/privileges/users_overview.twig:100
msgid "Lock this account."
msgstr "このアカウントをロックします。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:141
#: templates/server/privileges/users_overview.twig:100
msgid "Unlock this account."
msgstr "このアカウントのロックを解除します。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:144
msgid "Template was created."
msgstr "テンプレートが作成されました。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:145
msgid "Template was loaded."
msgstr "テンプレートが読み込まれました。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:146
msgid "Template was updated."
msgstr "テンプレートを更新しました。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:147
msgid "Template was deleted."
msgstr "テンプレートを削除しました。"

#. l10n: Other, small valued, queries
#: libraries/classes/Controllers/JavaScriptMessagesController.php:150
#: libraries/classes/Controllers/Server/Status/QueriesController.php:95
#: libraries/classes/Server/Status/Data.php:163
msgid "Other"
msgstr "その他"

#. l10n: Thousands separator
#: libraries/classes/Controllers/JavaScriptMessagesController.php:152
#: libraries/classes/Util.php:549 libraries/classes/Util.php:581
msgid ","
msgstr ","

#. l10n: Decimal separator
#: libraries/classes/Controllers/JavaScriptMessagesController.php:154
#: libraries/classes/Util.php:547 libraries/classes/Util.php:579
msgid "."
msgstr "."

#: libraries/classes/Controllers/JavaScriptMessagesController.php:156
msgid "Connections / Processes"
msgstr "接続／プロセス"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:159
msgid "Local monitor configuration incompatible!"
msgstr "ローカルモニタの環境設定に互換性がありません!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:161
msgid ""
"The chart arrangement configuration in your browsers local storage is not "
"compatible anymore to the newer version of the monitor dialog. It is very "
"likely that your current configuration will not work anymore. Please reset "
"your configuration to default in the <i>Settings</i> menu."
msgstr ""
"ローカルに保存されていたモニタ環境設定は、新しいモニタ環境との互換性がありま"
"せん。この環境設定ではおそらく機能させることはできないでしょう。<i>設定</i>項"
"目よりモニタ環境設定をデフォルトに戻してください。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:167
msgid "Query cache efficiency"
msgstr "クエリキャッシュ効率"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:168
msgid "Query cache usage"
msgstr "クエリキャッシュの使用状況"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:169
msgid "Query cache used"
msgstr "使用されているクエリキャッシュ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:171
msgid "System CPU usage"
msgstr "システム CPU の使用状況"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:172
msgid "System memory"
msgstr "システムメモリ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:173
msgid "System swap"
msgstr "システムスワップ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:175
msgid "Average load"
msgstr "平均負荷"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:176
msgid "Total memory"
msgstr "総メモリ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:177
msgid "Cached memory"
msgstr "キャッシュ割り当てメモリ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:178
msgid "Buffered memory"
msgstr "バッファ割り当てメモリ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:179
msgid "Free memory"
msgstr "空きメモリ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:180
msgid "Used memory"
msgstr "使用中メモリ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:182
msgid "Total swap"
msgstr "総スワップ領域"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:183
msgid "Cached swap"
msgstr "キャッシュ割り当てスワップ領域"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:184
msgid "Used swap"
msgstr "使用中スワップ領域"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:185
msgid "Free swap"
msgstr "空きスワップ領域"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:187
msgid "Bytes sent"
msgstr "送信"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:188
msgid "Bytes received"
msgstr "受信"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:189
#: templates/server/status/status/index.twig:36
msgid "Connections"
msgstr "接続"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:190
#: templates/server/status/base.twig:11
#: templates/server/status/processes/list.twig:5
msgid "Processes"
msgstr "プロセス"

#. l10n: shortcuts for Byte
#: libraries/classes/Controllers/JavaScriptMessagesController.php:193
#: libraries/classes/Util.php:457
msgid "B"
msgstr "バイト"

#. l10n: shortcuts for Kilobyte
#: libraries/classes/Controllers/JavaScriptMessagesController.php:194
#: libraries/classes/Util.php:459
#: templates/server/status/monitor/index.twig:186
msgid "KiB"
msgstr "KiB"

#. l10n: shortcuts for Megabyte
#: libraries/classes/Controllers/JavaScriptMessagesController.php:195
#: libraries/classes/Util.php:461
#: templates/server/status/monitor/index.twig:187
msgid "MiB"
msgstr "MiB"

#. l10n: shortcuts for Gigabyte
#: libraries/classes/Controllers/JavaScriptMessagesController.php:196
#: libraries/classes/Util.php:463
msgid "GiB"
msgstr "GiB"

#. l10n: shortcuts for Terabyte
#: libraries/classes/Controllers/JavaScriptMessagesController.php:197
#: libraries/classes/Util.php:465
msgid "TiB"
msgstr "TiB"

#. l10n: shortcuts for Petabyte
#: libraries/classes/Controllers/JavaScriptMessagesController.php:198
#: libraries/classes/Util.php:467
msgid "PiB"
msgstr "PiB"

#. l10n: shortcuts for Exabyte
#: libraries/classes/Controllers/JavaScriptMessagesController.php:199
#: libraries/classes/Util.php:469
msgid "EiB"
msgstr "EiB"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:200
#, php-format
msgid "%d table(s)"
msgstr "%d テーブル"

#. l10n: Questions is the name of a MySQL Status variable
#: libraries/classes/Controllers/JavaScriptMessagesController.php:203
msgid "Questions"
msgstr "問い合わせ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:204
#: templates/server/status/status/index.twig:14
msgid "Traffic"
msgstr "トラフィック"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:205
#: libraries/classes/Menu.php:523 libraries/classes/Util.php:1966
#: templates/server/status/monitor/index.twig:12
msgid "Settings"
msgstr "設定"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:206
#: templates/server/status/monitor/index.twig:217
msgid "Add chart to grid"
msgstr "モニタリンググラフを追加する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:207
msgid "Please add at least one variable to the series!"
msgstr "少なくとも１つの系列を追加してください!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:208
#: libraries/classes/Display/Results.php:1266
#: libraries/classes/Plugins/Export/ExportSql.php:2233
#: libraries/classes/Plugins/Schema/SchemaPdf.php:99
#: libraries/config.values.php:111
#: templates/columns_definitions/column_attributes.twig:217
#: templates/columns_definitions/column_attributes.twig:240
#: templates/database/central_columns/main.twig:305
#: templates/database/designer/main.twig:588 templates/export.twig:433
#: templates/server/privileges/privileges_summary.twig:30
#: templates/server/status/monitor/index.twig:211
#: templates/server/status/processes/list.twig:72
#: templates/table/zoom_search/index.twig:62
#: templates/table/zoom_search/index.twig:122
msgid "None"
msgstr "なし"

#. l10n: SQL Query on modal to show exported query
#: libraries/classes/Controllers/JavaScriptMessagesController.php:210
msgid "SQL Query"
msgstr "実行した SQL"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:211
msgid "Resume monitor"
msgstr "モニタ再開"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:212
msgid "Pause monitor"
msgstr "モニタ一時中断"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:213
#: templates/server/status/processes/index.twig:57
msgid "Start auto refresh"
msgstr "自動更新を開始"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:214
msgid "Stop auto refresh"
msgstr "自動更新を停止"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:216
msgid "general_log and slow_query_log are enabled."
msgstr "general_log および slow_query_log は有効です。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:217
msgid "general_log is enabled."
msgstr "general_log は有効です。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:218
msgid "slow_query_log is enabled."
msgstr "slow_query_log は有効です。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:219
msgid "slow_query_log and general_log are disabled."
msgstr "slow_query_log および general_log は無効です。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:220
msgid "log_output is not set to TABLE."
msgstr "log_output はテーブルに設定されていません。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:221
msgid "log_output is set to TABLE."
msgstr "log_output はテーブルに設定されています。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:223
#, php-format
msgid ""
"slow_query_log is enabled, but the server logs only queries that take longer "
"than %d seconds. It is advisable to set this long_query_time 0-2 seconds, "
"depending on your system."
msgstr ""
"slow_query_log は有効になっていますが、サーバは %d 秒より長くかかるクエリだけ"
"をログに記録します。お使いのシステムによっては、long_query_time を 0～2 秒に"
"設定したほうがいいでしょう。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:227
#, php-format
msgid "long_query_time is set to %d second(s)."
msgstr "long_query_time は %d 秒に設定されています。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:229
msgid ""
"Following settings will be applied globally and reset to default on server "
"restart:"
msgstr ""
"以下の設定は、グローバルに適用され、サーバの再起動時にはデフォルトにリセット"
"されます。"

#. l10n: %s is FILE or TABLE
#: libraries/classes/Controllers/JavaScriptMessagesController.php:232
#, php-format
msgid "Set log_output to %s"
msgstr "log_output に %s を設定する"

#. l10n: Enable in this context means setting a status variable to ON
#: libraries/classes/Controllers/JavaScriptMessagesController.php:234
#, php-format
msgid "Enable %s"
msgstr "%s を有効にする"

#. l10n: Disable in this context means setting a status variable to OFF
#: libraries/classes/Controllers/JavaScriptMessagesController.php:236
#, php-format
msgid "Disable %s"
msgstr "%s を無効にする"

#. l10n: %d seconds
#: libraries/classes/Controllers/JavaScriptMessagesController.php:238
#, php-format
msgid "Set long_query_time to %d seconds."
msgstr "long_query_time を %d 秒に設定する。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:240
msgid ""
"You can't change these variables. Please log in as root or contact your "
"database administrator."
msgstr ""
"これらの変数を変更することはできません。root でログインするか、データベース管"
"理者に連絡してください。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:242
msgid "Change settings"
msgstr "設定の変更"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:243
msgid "Current settings"
msgstr "現在の設定"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:245
msgid "Chart title"
msgstr "グラフの題名"

#. l10n: As in differential values
#: libraries/classes/Controllers/JavaScriptMessagesController.php:247
msgid "Differential"
msgstr "差分値"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:248
#, php-format
msgid "Divided by %s"
msgstr "除数 %s"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:249
msgid "Unit"
msgstr "単位"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:251
msgid "From slow log"
msgstr "スロークエリログより"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:252
msgid "From general log"
msgstr "一般クエリログより"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:253
msgid "The database name is not known for this query in the server's logs."
msgstr ""
"サーバログ内にあるこのクエリに記述されたデータベース名が認識できません。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:254
msgid "Analysing logs"
msgstr "ログの解析中"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:255
msgid "Analysing & loading logs. This may take a while."
msgstr ""
"ログの解析および読み込みを行っています。少し時間がかかることがあります。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:256
msgid "Cancel request"
msgstr "キャンセル"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:258
msgid ""
"This column shows the amount of identical queries that are grouped together. "
"However only the SQL query itself has been used as a grouping criteria, so "
"the other attributes of queries, such as start time, may differ."
msgstr ""
"この列は、グループ化された同一のクエリの数を示しています。しかし、１つの SQL "
"クエリをグループの基準として使用しています。そのため、開始時刻いったような属"
"性は、他クエリでは異なる場合があります。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:263
msgid ""
"Since grouping of INSERTs queries has been selected, INSERT queries into the "
"same table are also being grouped together, disregarding of the inserted "
"data."
msgstr ""
"INSERT クエリのグループ化が選択されています。そのため、同じテーブルへの "
"INSERT クエリは挿入されたデータ部は同一のようにみなされて、グループ化が行われ"
"ます。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:267
msgid "Log data loaded. Queries executed in this time span:"
msgstr "ログデータを読み込みました。この期間に行われたクエリは以下の通りです。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:269
msgid "Jump to Log table"
msgstr "ログの表に移動する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:270
msgid "No data found"
msgstr "データが存在しません"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:271
msgid "Log analysed, but no data found in this time span."
msgstr "ログの解析を行いましたが、この期間のデータは見つかりませんでした。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:273
msgid "Analyzing…"
msgstr "解析しています…"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:274
msgid "Explain output"
msgstr "EXPLAIN の結果"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:275
#: libraries/classes/Menu.php:490
#: libraries/classes/Server/Status/Processes.php:134
#: libraries/classes/Util.php:1962 libraries/config.values.php:157
#: templates/database/events/editor_form.twig:25
#: templates/database/events/index.twig:44
#: templates/database/tracking/tables.twig:17
#: templates/table/tracking/main.twig:31
msgid "Status"
msgstr "状態"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:276
#: libraries/classes/Plugins/Export/ExportHtmlword.php:474
#: libraries/classes/Plugins/Export/ExportOdt.php:602
#: libraries/classes/Plugins/Export/ExportTexytext.php:462
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:361
#: libraries/classes/Server/Status/Processes.php:130
#: templates/database/triggers/list.twig:47
#: templates/javascript/variables.twig:81 templates/sql/profiling_chart.twig:17
msgid "Time"
msgstr "時間"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:277
msgid "Total time:"
msgstr "合計時間:"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:278
msgid "Profiling results"
msgstr "プロファイリングの結果"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:279
msgctxt "Display format"
msgid "Table"
msgstr "表"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:280
msgid "Chart"
msgstr "グラフ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:282
#: templates/export.twig:210
msgctxt "Alias"
msgid "Database"
msgstr "データベース"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:283
#: templates/export.twig:224
msgctxt "Alias"
msgid "Table"
msgstr "テーブル"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:284
#: templates/export.twig:237
msgctxt "Alias"
msgid "Column"
msgstr "カラム"

#. l10n: A collection of available filters
#: libraries/classes/Controllers/JavaScriptMessagesController.php:287
msgid "Log table filter options"
msgstr "ログの表のフィルタオプション"

#. l10n: Filter as in "Start Filtering"
#: libraries/classes/Controllers/JavaScriptMessagesController.php:289
msgid "Filter"
msgstr "フィルター"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:290
msgid "Filter queries by word/regexp:"
msgstr "単語／正規表現でクエリを絞る:"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:291
msgid "Group queries, ignoring variable data in WHERE clauses"
msgstr ""
"WHERE 節内のデータ部（文字列や数値など）は同一として扱いクエリをまとめる"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:292
msgid "Sum of grouped rows:"
msgstr "グループ後の行数:"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:293
#: libraries/classes/Engines/Innodb.php:140
#: templates/server/databases/index.twig:253
msgid "Total:"
msgstr "合計:"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:295
msgid "Loading logs"
msgstr "ログの読み込み"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:296
msgid "Monitor refresh failed"
msgstr "モニタの更新に失敗しました"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:298
msgid ""
"While requesting new chart data the server returned an invalid response. "
"This is most likely because your session expired. Reloading the page and "
"reentering your credentials should help."
msgstr ""
"グラフの新しいデータを要求中に、サーバが無効な応答を返しました。セッションが"
"期限切れであるなら、これは正常な動作です。ページを再読み込みしてください。認"
"証はやり直す必要があるかもしれません。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:302
msgid "Reload page"
msgstr "ページの再読み込み"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:304
msgid "Affected rows:"
msgstr "変更された行:"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:306
msgid "Failed parsing config file. It doesn't seem to be valid JSON code."
msgstr ""
"設定ファイルの構文解析に失敗しました。有効な JSON コードではないようです。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:308
msgid ""
"Failed building chart grid with imported config. Resetting to default config…"
msgstr ""
"インポートした設定でのグラフの配置に失敗しました。設定をデフォルトに戻します…"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:311
msgid "Import monitor configuration"
msgstr "モニタ環境設定のインポート"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:312
msgid "Please select the file you want to import:"
msgstr "インポートするファイルを選択してください："

#: libraries/classes/Controllers/JavaScriptMessagesController.php:313
msgid "Please enter a valid table name."
msgstr "有効なテーブル名を入力してください。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:314
msgid "Please enter a valid database name."
msgstr "有効なデータベース名を入力してください。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:315
msgid "No files available on server for import!"
msgstr "インポートに利用可能なファイルがサーバ上に存在しません!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:317
msgid "Analyse query"
msgstr "クエリを解析する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:320
msgid "Formatting SQL…"
msgstr "SQLをフォーマットしています…"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:321
msgid "No parameters found!"
msgstr "パラメータが見つかりませんでした！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:325
#: templates/database/central_columns/main.twig:269
#: templates/database/designer/main.twig:339
#: templates/database/designer/main.twig:390
#: templates/database/designer/main.twig:668
#: templates/database/designer/main.twig:734
#: templates/database/designer/main.twig:873
#: templates/database/designer/main.twig:958
#: templates/database/designer/main.twig:1063
#: templates/database/designer/main.twig:1098
#: templates/database/designer/main.twig:1103
#: templates/database/designer/main.twig:1113
#: templates/database/designer/main.twig:1119
#: templates/database/structure/bulk_action_modal.twig:7
#: templates/database/structure/bulk_action_modal.twig:11
#: templates/database/structure/check_all_tables.twig:49
#: templates/database/structure/check_all_tables.twig:55
#: templates/error/report_modal.twig:6 templates/error/report_modal.twig:11
#: templates/server/databases/index.twig:319
#: templates/server/databases/index.twig:323
#: templates/server/variables/index.twig:15
#: templates/table/search/index.twig:197
msgid "Cancel"
msgstr "キャンセル"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:328
#: templates/header.twig:44
msgid "Page-related settings"
msgstr "ページ関連の設定"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:329
#: templates/config/form_display/display.twig:46
msgid "Apply"
msgstr "適用"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:332
#: templates/home/index.twig:300 templates/modals/index_dialog_modal.twig:26
#: templates/navigation/main.twig:58
#: templates/server/privileges/users_overview.twig:173
#: templates/server/status/monitor/index.twig:95
#: templates/table/structure/display_structure.twig:359
msgid "Loading…"
msgstr "読み込み中…"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:333
msgid "Request aborted!!"
msgstr "リクエストを中止しました!!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:334
msgid "Processing request"
msgstr "要求を処理しています"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:335
msgid "Request failed!!"
msgstr "リクエストは失敗しました!!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:336
#: libraries/classes/Controllers/Sql/EnumValuesController.php:51
#: libraries/classes/Controllers/Sql/SetValuesController.php:54
msgid "Error in processing request"
msgstr "要求処理中でのエラー"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:337
#, php-format
msgid "Error code: %s"
msgstr "エラーコード：%s"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:338
#, php-format
msgid "Error text: %s"
msgstr "エラーテキスト：%s"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:340
msgid ""
"It seems that the connection to server has been lost. Please check your "
"network connectivity and server status."
msgstr ""
"ネットワーク接続が失われているようです。接続状況とサーバの状態を確認してくだ"
"さい。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:345
msgid "No accounts selected."
msgstr "アカウントが選択されていません。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:346
msgid "Dropping column"
msgstr "カラムを削除しています"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:347
msgid "Adding primary key"
msgstr "主キーを追加する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:348
#: templates/console/display.twig:129 templates/database/designer/main.twig:337
#: templates/database/designer/main.twig:666
#: templates/database/designer/main.twig:730
#: templates/database/designer/main.twig:869
#: templates/database/designer/main.twig:954
#: templates/database/designer/main.twig:1061
#: templates/modals/preview_sql_confirmation.twig:14
#: templates/table/structure/display_structure.twig:378
msgid "OK"
msgstr "OK"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:349
msgid "Click to dismiss this notification"
msgstr "クリックすると、この通知を破棄します"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:352
msgid "Renaming databases"
msgstr "データベースの名称を変更しています"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:353
msgid "Copying database"
msgstr "データベースをコピーしています"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:354
msgid "Changing charset"
msgstr "文字セットを変更しています"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:355
#: libraries/classes/IndexColumn.php:161 libraries/classes/Index.php:498
#: libraries/classes/Index.php:526
#: libraries/classes/Plugins/Export/ExportHtmlword.php:632
#: libraries/classes/Plugins/Export/ExportLatex.php:632
#: libraries/classes/Plugins/Export/ExportOdt.php:787
#: libraries/classes/Plugins/Export/ExportTexytext.php:626
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:753
#: templates/config/form_display/input.twig:42
#: templates/database/central_columns/main.twig:356
#: templates/database/data_dictionary/index.twig:47
#: templates/database/data_dictionary/index.twig:91
#: templates/database/designer/main.twig:1118
#: templates/database/privileges/index.twig:69
#: templates/database/structure/drop_form.twig:20
#: templates/database/structure/empty_form.twig:20 templates/indexes.twig:65
#: templates/preferences/autoload.twig:12
#: templates/preferences/manage/error.twig:19
#: templates/server/privileges/new_user_ajax.twig:22
#: templates/server/privileges/new_user_ajax.twig:34
#: templates/server/privileges/privileges_summary.twig:37
#: templates/server/privileges/privileges_summary.twig:40
#: templates/server/privileges/privileges_summary.twig:42
#: templates/server/privileges/users_overview.twig:55
#: templates/server/privileges/users_overview.twig:65
#: templates/table/delete/confirm.twig:29
#: templates/table/privileges/index.twig:73
#: templates/table/structure/display_structure.twig:80
#: templates/table/structure/display_structure.twig:532
#: templates/table/structure/drop_confirm.twig:20
#: templates/table/structure/primary.twig:23
#: templates/table/tracking/structure_snapshot_columns.twig:33
#: templates/table/tracking/structure_snapshot_indexes.twig:23
#: templates/table/tracking/structure_snapshot_indexes.twig:24
msgid "No"
msgstr "いいえ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:358
#: templates/database/structure/drop_form.twig:16
#: templates/database/structure/empty_form.twig:16 templates/import.twig:159
#: templates/sql/query.twig:142 templates/table/delete/confirm.twig:25
msgid "Enable foreign key checks"
msgstr "外部キーのチェックを有効にする"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:361
msgid "Failed to get real row count."
msgstr "実際の行数の取得に失敗しました。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:364
msgid "Searching"
msgstr "検索しています"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:365
msgid "Hide search results"
msgstr "検索結果を隠す"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:366
msgid "Show search results"
msgstr "検索結果を表示する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:367
msgid "Browsing"
msgstr "表示中"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:368
msgid "Deleting"
msgstr "削除しています"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:369
#, php-format
msgid "Delete the matches for the %s table?"
msgstr "テーブル %s に対して条件に一致したものを削除しますか?"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:372
msgid "The definition of a stored function must contain a RETURN statement!"
msgstr "ストアドファンクションの定義には、RETURN 文を含めなければなりません！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:374
msgid "No routine is exportable. Required privileges may be lacking."
msgstr ""
"エクスポートできるルーチンがありません。この操作を実行する権限が無い可能性が"
"あります。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:377
#, php-format
msgid "Values for column %s"
msgstr "カラム %s に対しての値"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:378
msgid "Values for a new column"
msgstr "新しいカラムに対しての値"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:379
msgid "Enter each value in a separate field."
msgstr "個々の入力欄にそれぞれ値を入力してください。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:380
#, php-format
msgid "Add %d value(s)"
msgstr "値 %d を追加する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:383
msgid ""
"Note: If the file contains multiple tables, they will be combined into one."
msgstr ""
"注意：ファイルに複数のテーブルが含まれている場合、それらは１つに統合されま"
"す。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:386
msgid "Hide query box"
msgstr "クエリボックスを隠す"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:387
msgid "Show query box"
msgstr "クエリボックスを表示"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:389
#: libraries/classes/Display/Results.php:3035
#: libraries/classes/Tracking.php:260 templates/console/bookmark_content.twig:7
#: templates/database/central_columns/main.twig:268
#: templates/database/central_columns/main.twig:380
#: templates/database/central_columns/main.twig:381
#: templates/database/designer/main.twig:388
#: templates/database/qbe/ins_del_and_or_cell.twig:18
#: templates/database/search/results.twig:43
#: templates/display/results/table.twig:235
#: templates/display/results/table.twig:236 templates/export.twig:54
#: templates/server/user_groups/user_groups.twig:37
#: templates/server/user_groups/user_groups.twig:56
#: templates/setup/home/index.twig:68 templates/sql/query.twig:186
msgid "Delete"
msgstr "削除"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:390
#, php-format
msgid "%d is not valid row number."
msgstr "%d は不正な行番号です。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:391
#: templates/sql/relational_column_dropdown.twig:3
#: templates/table/insert/column_row.twig:48
#: templates/table/search/input_box.twig:27
msgid "Browse foreign values"
msgstr "参照されている値を表示する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:392
msgid "No previously auto-saved query is available. Loading default query."
msgstr "以前に自動保存クエリはありません。デフォルトクエリを読み込みします。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:394
msgid ""
"You have a previously saved query. Click Get auto-saved query to load the "
"query."
msgstr ""
"以前に保存したクエリがあります。そのクエリをロードするには、[自動保存クエリを"
"取得]をクリックします。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:396
#, php-format
msgid "Variable %d:"
msgstr "変数 %d:"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:399
#: libraries/classes/Normalization.php:1051
msgid "Pick"
msgstr "選択"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:400
msgid "Column selector"
msgstr "カラムの選択"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:401
msgid "Search this list"
msgstr "このリストの検索"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:403
#, php-format
msgid ""
"No columns in the central list. Make sure the Central columns list for "
"database %s has columns that are not present in the current table."
msgstr ""
"リストに主要カラムがありません。データベース「%s」の主要カラムリストに現在の"
"テーブルに存在しないカラムがあることを確認してください。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:406
msgid "See more"
msgstr "もっと見る"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:409
msgid "Add primary key"
msgstr "主キーを追加する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:410
msgid "Primary key added."
msgstr "主キーを追加しました。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:411
#: libraries/classes/Normalization.php:282
msgid "Taking you to next step…"
msgstr "次のステップに進みます…"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:412
#, php-format
msgid "The first step of normalization is complete for table '%s'."
msgstr "テーブル「%s」の第１正規形は完了しました。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:413
#: libraries/classes/Normalization.php:540
#: libraries/classes/Normalization.php:602
#: libraries/classes/Normalization.php:699
#: libraries/classes/Normalization.php:775
msgid "End of step"
msgstr "最後のステップ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:414
msgid "Second step of normalization (2NF)"
msgstr "第２正規化 (2NF)"

#. l10n: Display text for calendar close link
#: libraries/classes/Controllers/JavaScriptMessagesController.php:415
#: libraries/classes/Normalization.php:375
#: templates/javascript/variables.twig:15
msgid "Done"
msgstr "決定"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:416
msgid "Confirm partial dependencies"
msgstr "部分依存関係の確認"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:417
msgid "Selected partial dependencies are as follows:"
msgstr "選択された部分的な依存は以下の通りです："

#: libraries/classes/Controllers/JavaScriptMessagesController.php:419
msgid ""
"Note: a, b -> d,f implies values of columns a and b combined together can "
"determine values of column d and column f."
msgstr ""
"備考：a, b -> d, f は、列「a」と列「b」の値を合わせれば、列「d」と列「f」の値"
"を決定することが出来ます。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:422
msgid "No partial dependencies selected!"
msgstr "部分的な依存が選択されていません!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:423
#: libraries/classes/Export.php:589 libraries/classes/Html/Generator.php:980
#: libraries/classes/Plugins/Schema/ExportRelationSchema.php:292
#: templates/import_status.twig:2 templates/user_password.twig:2
msgid "Back"
msgstr "戻る"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:424
msgid "Show me the possible partial dependencies based on data in the table"
msgstr "テーブル内のデータに基づいて可能な部分的な依存関係を表示"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:425
msgid "Hide partial dependencies list"
msgstr "部分従属の一覧を隠す"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:427
msgid ""
"Sit tight! It may take few seconds depending on data size and column count "
"of the table."
msgstr ""
"テーブルのデータサイズと列数に応じて数秒かかる場合があります。しばらくお待ち"
"ください。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:429
msgid "Step"
msgstr "手順"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:430
msgid "The following actions will be performed:"
msgstr "次のクエリを実行されます："

#: libraries/classes/Controllers/JavaScriptMessagesController.php:431
#, php-format
msgid "DROP columns %s from the table %s"
msgstr "カラム '%s' をテーブル '%s' から削除"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:432
msgid "Create the following table"
msgstr "以下のテーブルを作成します"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:435
msgid "Third step of normalization (3NF)"
msgstr "第３正規化(3NF)"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:436
msgid "Confirm transitive dependencies"
msgstr "過渡的依存性の確認"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:437
msgid "Selected dependencies are as follows:"
msgstr "選択された依存関係はこちらです："

#: libraries/classes/Controllers/JavaScriptMessagesController.php:438
msgid "No dependencies selected!"
msgstr "依存関係が選択されていません！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:441
#: templates/columns_definitions/column_definitions_form.twig:160
#: templates/database/central_columns/edit.twig:22
#: templates/database/central_columns/main.twig:119
#: templates/database/central_columns/main.twig:272
#: templates/server/variables/index.twig:12
#: templates/table/gis_visualization/gis_visualization.twig:40
#: templates/table/insert/actions_panel.twig:7
#: templates/table/relation/common_form.twig:225
#: templates/table/structure/partition_definition_form.twig:12
#: templates/table/zoom_search/result_form.twig:78
msgid "Save"
msgstr "保存する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:444
msgid "Hide search criteria"
msgstr "検索条件を隠す"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:445
msgid "Show search criteria"
msgstr "検索条件を表示する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:446
msgid "Column maximum:"
msgstr "最大カラム:"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:447
msgid "Column minimum:"
msgstr "最小カラム:"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:450
msgid "Hide find and replace criteria"
msgstr "検索と置換の条件を隠す"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:451
msgid "Show find and replace criteria"
msgstr "検索と置換の条件を表示"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:455
msgid "Each point represents a data row."
msgstr "プロット点は、それぞれの行のデータを表します。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:457
msgid "Hovering over a point will show its label."
msgstr "プロット点にマウスカーソルを重ねると、そのラベルが表示されます。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:459
msgid "To zoom in, select a section of the plot with the mouse."
msgstr "拡大するには、マウスでグラフ内を範囲選択してください。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:461
msgid "Click reset zoom button to come back to original state."
msgstr "「Reset zoom」ボタンをクリックすることで元の状態に戻せます。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:463
msgid "Click a data point to view and possibly edit the data row."
msgstr "プロット点をクリックすることで、行のデータの閲覧と編集が可能です。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:465
msgid "The plot can be resized by dragging it along the bottom right corner."
msgstr "グラフの右下をドラッグすることで、大きさの調整が行えます。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:468
msgid "Select two columns"
msgstr "カラムを 2 つ選択してください"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:470
msgid "Select two different columns"
msgstr "異なるカラムを 2 つ選択してください"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:472
msgid "Data point content"
msgstr "プロット点におけるデータ内容"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:475
#: libraries/classes/Controllers/JavaScriptMessagesController.php:631
#: libraries/classes/ErrorHandler.php:446 libraries/classes/InsertEdit.php:1996
#: templates/table/index_form.twig:167 templates/table/index_form.twig:203
msgid "Ignore"
msgstr "無視"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:476
#: libraries/classes/Display/Results.php:2971
#: libraries/classes/Html/Generator.php:75
#: templates/display/results/table.twig:231
#: templates/display/results/table.twig:232
msgid "Copy"
msgstr "コピー"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:477
#: templates/gis_data_editor_form.twig:74
#: templates/gis_data_editor_form.twig:94
#: templates/gis_data_editor_form.twig:135
#: templates/gis_data_editor_form.twig:187
msgid "X"
msgstr "X"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:478
#: templates/gis_data_editor_form.twig:76
#: templates/gis_data_editor_form.twig:96
#: templates/gis_data_editor_form.twig:137
#: templates/gis_data_editor_form.twig:189
msgid "Y"
msgstr "Y"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:479
msgid "Point"
msgstr "座標"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:480
#, php-format
msgid "Point %d"
msgstr "座標 %d"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:481
msgid "Linestring"
msgstr "線分"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:482
msgid "Polygon"
msgstr "ポリゴン"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:483
#: templates/display/results/table.twig:174
msgid "Geometry"
msgstr "幾何データ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:484
msgid "Inner ring"
msgstr "インナーリング"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:485
msgid "Outer ring"
msgstr "アウターリング"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:486
#: templates/gis_data_editor_form.twig:99
#: templates/gis_data_editor_form.twig:140
#: templates/gis_data_editor_form.twig:192
msgid "Add a point"
msgstr "座標を追加する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:487
#: templates/gis_data_editor_form.twig:144
#: templates/gis_data_editor_form.twig:195
msgid "Add an inner ring"
msgstr "内輪を追加する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:489
msgid "Do you want to copy encryption key?"
msgstr "暗号化キーをコピーしますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:490
msgid "Encryption key"
msgstr "暗号化キー"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:493
msgid ""
"The HEX function will treat the integer as a string while calculating the "
"hexadecimal value"
msgstr "HEX 関数は、16 進数の値を計算する間は、整数を文字列として扱います"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:498
msgid ""
"MySQL accepts additional values not selectable by the slider; key in those "
"values directly if desired"
msgstr "スライダーで選択できない値はMySQLで入力することができます"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:504
msgid ""
"MySQL accepts additional values not selectable by the datepicker; key in "
"those values directly if desired"
msgstr "MySQLは日付ピッカー以外の値も求めらます。必要に応じて入力してください"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:510
msgid ""
"Indicates that you have made changes to this page; you will be prompted for "
"confirmation before abandoning changes"
msgstr ""
"あなたがこのページに変更を加えた場合、変更を破棄する前に確認画面が表示される"
"でしょう"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:515
msgid "Select referenced key"
msgstr "参照されているキーを選択"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:516
msgid "Select Foreign Key"
msgstr "外部キーを選択してください"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:517
msgid "Please select the primary key or a unique key!"
msgstr "主キーまたはユニークキーを選択してください！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:518
#: templates/database/designer/main.twig:98
#: templates/database/designer/main.twig:101
msgid "Choose column to display"
msgstr "表示するカラムの選択"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:520
msgid ""
"You haven't saved the changes in the layout. They will be lost if you don't "
"save them. Do you want to continue?"
msgstr ""
"レイアウトの変更を保存していません。保存しないと失われてしまいます。このまま"
"続行しますか?"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:523
msgid "value/subQuery is empty"
msgstr "値・サブクエリは空です"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:524
#: templates/database/designer/main.twig:40
#: templates/database/designer/main.twig:43
msgid "Add tables from other databases"
msgstr "他のデータベースからテーブルを追加"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:525
msgid "Page name"
msgstr "ページ名"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:526
#: templates/database/designer/main.twig:63
#: templates/database/designer/main.twig:66
msgid "Save page"
msgstr "ページの保存"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:527
#: templates/database/designer/main.twig:70
#: templates/database/designer/main.twig:73
msgid "Save page as"
msgstr "名前を付けてページを保存"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:528
#: templates/database/designer/main.twig:56
#: templates/database/designer/main.twig:59
msgid "Open page"
msgstr "ページを開く"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:529
msgid "Delete page"
msgstr "ページの削除"

#. l10n: When the user opens a page saved in the Designer
#: libraries/classes/Controllers/JavaScriptMessagesController.php:531
msgid "Some tables saved in this page might have been renamed or deleted."
msgstr "このページに保存されたページの一部に名前変更や削除が行われました。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:532
#: templates/database/designer/main.twig:10
msgid "Untitled"
msgstr "無題"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:533
msgid "Please select a page to continue"
msgstr "ページを選択してください"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:534
msgid "Please enter a valid page name"
msgstr "有効なページ名を入力してください"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:535
msgid "Do you want to save the changes to the current page?"
msgstr "現在のページに対する変更を保存しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:536
msgid "Successfully deleted the page"
msgstr "ページの削除に成功しました"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:537
msgid "Export relational schema"
msgstr "リレーショナルスキーマをエクスポートする"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:538
msgid "Modifications have been saved"
msgstr "修正を保存しました"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:541
#, php-format
msgid "%d object(s) created."
msgstr "%d 個のオブジェクトを作成しました。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:542
msgid "Column name"
msgstr "カラム名"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:543
#: templates/modals/build_query.twig:17 templates/sql/query.twig:178
msgid "Submit"
msgstr "実行する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:546
msgid "Press escape to cancel editing.<br>- Shift+Enter for a newline."
msgstr "ESC キーで編集をキャンセルします。<br>- Shift+Enter で改行します。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:548
msgid ""
"You have edited some data and they have not been saved. Are you sure you "
"want to leave this page before saving the data?"
msgstr ""
"データの一部を変更しましたが保存していません。データを保存せずにこのページか"
"ら移動してもよろしいですか?"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:551
msgid "Drag to reorder."
msgstr "ドラッグで並び替えができます。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:552
msgid "Click to sort results by this column."
msgstr "クリックすると、結果をこのカラムを使ってソートします。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:554
msgid ""
"Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC."
"<br>- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column "
"from ORDER BY clause"
msgstr ""
"Shift+クリックでこの列を ORDER BY句に追加するか、または ASC/DESCを切り替えま"
"す<br /> Ctrl+クリック（またはAlt+クリック、（Macの場合はShift+Option+クリッ"
"ク）すると、この列をORDER BY句から削除します"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:558
msgid "Click to mark/unmark."
msgstr "クリックでカラムを反転/解除。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:559
msgid "Double-click to copy column name."
msgstr "ダブルクリックでカラム名をコピーします。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:560
msgid "Click the drop-down arrow<br>to toggle column's visibility."
msgstr "カラムの表示／非表示<br />状態を変更する場合、「▼」をクリック。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:563
msgid ""
"This table does not contain a unique column. Features related to the grid "
"edit, checkbox, Edit, Copy and Delete links may not work after saving."
msgstr ""
"このテーブルには、ユニークなカラムが含まれていません。グリッド編集、チェック"
"ボックス、編集、コピー、削除のリンクに関連する機能は、保存後に動作しない場合"
"があります。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:566
msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F."
msgstr "有効な 16 進数の文字列を入力してください。有効な文字は 0-9、A-F です。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:568
msgid ""
"Do you really want to see all of the rows? For a big table this could crash "
"the browser."
msgstr ""
"本当にすべての行を表示しますか？ 大きなテーブルはブラウザをクラッシュさせるこ"
"とがあります。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:570
msgid "Original length"
msgstr "元の長さ"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:573
msgid "cancel"
msgstr "キャンセル"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:574
#: libraries/classes/Controllers/Server/Status/StatusController.php:193
msgid "Aborted"
msgstr "中断"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:576
msgid "Success"
msgstr "成功"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:577
msgid "Import status"
msgstr "インポートの状態"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:578
#: templates/navigation/main.twig:84
msgid "Drop files here"
msgstr "ここにファイルをドロップします"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:579
msgid "Select database first"
msgstr "最初にデータベースを選択してください"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:583
msgid "You can also edit most values<br>by double-clicking directly on them."
msgstr "ほとんどの値は、直接ダブルクリック<br />することでも、編集できます。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:585
msgid "You can also edit most values<br>by clicking directly on them."
msgstr "ほとんどの値は、直接クリック<br />することでも、編集できます。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:588
msgid "Go to link:"
msgstr "リンク先へ移動する:"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:591
msgid "Generate password"
msgstr "パスワードを生成する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:592
#: templates/server/replication/primary_add_replica_user.twig:73
msgid "Generate"
msgstr "生成する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:593
#: libraries/classes/Controllers/UserPasswordController.php:84
#: templates/home/index.twig:46
#: templates/server/privileges/change_password.twig:10
msgid "Change password"
msgstr "パスワードを変更する"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:596
#: templates/table/structure/display_structure.twig:130
msgid "More"
msgstr "その他"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:599
msgid "Show panel"
msgstr "パネルを表示"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:600
msgid "Hide panel"
msgstr "パネルを隠す"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:602
#: libraries/classes/Navigation/NavigationTree.php:1355
msgid "Unlink from main panel"
msgstr "メインパネルのリンクを解除"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:606
#: libraries/classes/Setup/Index.php:177
#, php-format
msgid ""
"A newer version of phpMyAdmin is available and you should consider "
"upgrading. The newest version is %s, released on %s."
msgstr ""
"phpMyAdmin の新しいバージョンが提供されています。アップグレードの検討をお奨め"
"します。最新バージョンは %s で、%s にリリースされています。"

#. l10n: Latest available phpMyAdmin version
#: libraries/classes/Controllers/JavaScriptMessagesController.php:610
msgid ", latest stable version:"
msgstr ", 最終安定バージョン:"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:611
msgid "up to date"
msgstr "最新版"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:614
msgid ""
"A fatal JavaScript error has occurred. Would you like to send an error "
"report?"
msgstr "JavaScript の致命的なエラーが発生しました。エラー報告を送信しますか?"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:615
msgid "Change report settings"
msgstr "レポート設定の変更"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:616
msgid "Show report details"
msgstr "エラーレポートの詳細を表示"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:617
msgid ""
"Your export is incomplete, due to a low execution time limit at the PHP "
"level!"
msgstr ""
"PHP レベルで設定された実行時間制限が短すぎるため、エクスポートが完了しません"
"でした！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:620
#, php-format
msgid ""
"Warning: a form on this page has more than %d fields. On submission, some of "
"the fields might be ignored, due to PHP's max_input_vars configuration."
msgstr ""
"警告: このページのフォームは %d個以上のフィールドがあります。 このまま送信す"
"ると、PHPのmax_input_vars設定の制限により、いくつかのフィールドは無視されるこ"
"とがあります。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:626
#: libraries/classes/Controllers/JavaScriptMessagesController.php:639
msgid "Some errors have been detected on the server!"
msgstr "サーバ上でいくつかのエラーが検出されました！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:628
msgid "Please look at the bottom of this window."
msgstr "このウィンドウの一番下を見てください。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:634
#: libraries/classes/ErrorHandler.php:451
msgid "Ignore All"
msgstr "全て無視"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:641
msgid ""
"As per your settings, they are being submitted currently, please be patient."
msgstr "設定に従って現在これらを送信しています。気長にお待ちください。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:647
msgid "Column name successfully copied to clipboard!"
msgstr "カラム名をクリップボードにコピーしました！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:648
msgid "Column name copying to clipboard failed!"
msgstr "カラム名をクリップボードへコピーできませんでした！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:649
msgid "Successfully copied!"
msgstr "ページのコピーに成功しました！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:650
msgid "Copying failed!"
msgstr "データベースのコピーに失敗しました！"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:653
msgid "Execute this query again?"
msgstr "このクエリをもう一度実行しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:654
msgid "Do you really want to delete this bookmark?"
msgstr "このブックマークを本当に削除しますか？"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:655
msgid "Some error occurred while getting SQL debug info."
msgstr "SQL デバッグ情報を取得中にいくつかのエラーが発生しました。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:656
#, php-format
msgid "%s queries executed %s times in %s seconds."
msgstr "%s クエリは、%s 回を%s 秒で実行しました。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:657
#, php-format
msgid "%s argument(s) passed"
msgstr "%s個の引数が渡されました"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:658
msgid "Show arguments"
msgstr "引数の表示"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:659
msgid "Hide arguments"
msgstr "引数を非表示"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:660
msgid "Time taken:"
msgstr "所要時間:"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:662
msgid ""
"There was a problem accessing your browser storage, some features may not "
"work properly for you. It is likely that the browser doesn't support storage "
"or the quota limit has been reached. In Firefox, corrupted storage can also "
"cause such a problem, clearing your \"Offline Website Data\" might help. In "
"Safari, such problem is commonly caused by \"Private Mode Browsing\"."
msgstr ""
"ブラウザのストレージにアクセスする際に問題が発生したため、いくつかの機能は動"
"作しない可能性があります。この問題はストレージをサポートしていないブラウザで"
"ある場合や、ストレージの使用量が制限値に達していることで発生することがありま"
"す。 そのほかに、特にFirefoxではストレージが破損している可能性があるため、"
"「オフラインウェブサイトデータ」の削除で改善する可能性があります。 Safariの場"
"合は一般的に「プライベートモード」の利用がこの問題を引き起こすことがありま"
"す。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:669
msgid "Copy tables to"
msgstr "テーブルのコピー先"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:670
msgid "Add table prefix"
msgstr "テーブル接頭辞の追加"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:671
msgid "Replace table with prefix"
msgstr "テーブル名の接頭辞を付け替える"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:672
#: templates/database/structure/check_all_tables.twig:28
msgid "Copy table with prefix"
msgstr "接頭辞を付け替えてテーブルをコピーする"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:675
msgid "Extremely weak"
msgstr "きわめて脆弱"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:676
msgid "Very weak"
msgstr "とても脆弱"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:677
msgid "Weak"
msgstr "脆弱"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:678
msgid "Good"
msgstr "良好"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:679
msgid "Strong"
msgstr "強固"

#. l10n: error code 5 (from U2F API)
#: libraries/classes/Controllers/JavaScriptMessagesController.php:683
msgctxt "U2F error"
msgid "Timed out waiting for security key activation."
msgstr "セキュリティキーを有効化している最中にタイムアウトしました。"

#. l10n: error code 2 (from U2F API)
#: libraries/classes/Controllers/JavaScriptMessagesController.php:685
msgctxt "U2F error"
msgid "Invalid request sent to security key."
msgstr "セキュリティキーに無効なリクエストが送られました。"

#. l10n: unknown error code (from U2F API)
#: libraries/classes/Controllers/JavaScriptMessagesController.php:687
msgctxt "U2F error"
msgid "Unknown security key error."
msgstr "セキュリティキーの不明なエラーです。"

#. l10n: error code 3 (from U2F API)
#: libraries/classes/Controllers/JavaScriptMessagesController.php:689
msgctxt "U2F error"
msgid "Client does not support security key."
msgstr "クライアントがセキュリティキーに対応していません。"

#. l10n: error code 4 (from U2F API) on register
#: libraries/classes/Controllers/JavaScriptMessagesController.php:691
msgctxt "U2F error"
msgid "Failed security key activation."
msgstr "セキュリティキーの有効化に失敗しました。"

#. l10n: error code 4 (from U2F API) on authanticate
#: libraries/classes/Controllers/JavaScriptMessagesController.php:693
msgctxt "U2F error"
msgid "Invalid security key."
msgstr "セキュリティキーが無効です。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:696
msgid ""
"WebAuthn is not available. Please use a supported browser in a secure "
"context (HTTPS)."
msgstr "WebAuthn は使用できません。セキュアコンテキスト (HTTPS) "
"で対応しているブラウザを使用してください。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:701
msgid ""
"You can not open, save or delete your page layout, as IndexedDB is not "
"working in your browser and your phpMyAdmin configuration storage is not "
"configured for this."
msgstr ""
"IndexedDBがブラウザで機能しておらず、phpMyAdmin構成ストレージがこのように構成"
"されていないため、ページレイアウトを開いたり、保存したり、削除したりすること"
"はできません。"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:706
#, php-format
msgctxt ""
"The table already exists in the designer and can not be added once more."
msgid "Table %s already exists!"
msgstr "テーブル %s は既に存在します!"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:708
#: libraries/classes/InsertEdit.php:326
#: libraries/classes/Navigation/Nodes/NodeDatabaseChild.php:53
msgid "Hide"
msgstr "隠す"

#: libraries/classes/Controllers/JavaScriptMessagesController.php:709
#: libraries/classes/Controllers/Table/ChangeController.php:187
#: templates/database/multi_table_query/form.twig:49
#: templates/database/tracking/tables.twig:19
#: templates/table/tracking/main.twig:33
msgid "Show"
msgstr "表示"

#: libraries/classes/Controllers/NavigationController.php:46
msgid "Fatal error: The navigation can only be accessed via AJAX"
msgstr "致命的なエラー：ナビゲーションへのアクセスに使用できるのはAjaxだけです"

#: libraries/classes/Controllers/NormalizationController.php:40
#: libraries/classes/Normalization.php:245
msgid "Select one…"
msgstr "カラムを １つ選択してください…"

#: libraries/classes/Controllers/NormalizationController.php:41
#: libraries/classes/Normalization.php:246
msgid "No such column"
msgstr "カラムはありません"

#: libraries/classes/Controllers/NormalizationController.php:46
#: libraries/classes/Normalization.php:250 libraries/classes/Types.php:843
msgctxt "string types"
msgid "String"
msgstr "文字列"

#: libraries/classes/Controllers/Preferences/ManageController.php:94
msgid "phpMyAdmin configuration snippet"
msgstr "phpMyAdmin設定スニペット"

#: libraries/classes/Controllers/Preferences/ManageController.php:95
msgid "Paste it to your config.inc.php"
msgstr "これをconfig.inc.phpに貼り付けてください"

#: libraries/classes/Controllers/Preferences/ManageController.php:144
msgid "Could not import configuration"
msgstr "設定がインポートできませんでした"

#: libraries/classes/Controllers/Preferences/TwoFactorController.php:52
msgid "Two-factor authentication has been removed."
msgstr "二要素認証が削除されました。"

#: libraries/classes/Controllers/Preferences/TwoFactorController.php:63
msgid "Two-factor authentication has been configured."
msgstr "二要素認証が設定されました。"

#: libraries/classes/Controllers/Server/DatabasesController.php:312
#: libraries/classes/Import.php:144
#: templates/database/structure/table_header.twig:26
#: templates/table/structure/display_partitions.twig:28
#: templates/table/structure/display_structure.twig:230
#: templates/table/structure/display_table_stats.twig:119
msgid "Rows"
msgstr "行"

#: libraries/classes/Controllers/Server/DatabasesController.php:322
#: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:25
#: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:26
#: templates/database/data_dictionary/index.twig:68 templates/indexes.twig:3
#: templates/table/structure/display_structure.twig:462
#: templates/table/tracking/structure_snapshot_indexes.twig:1
msgid "Indexes"
msgstr "インデックス"

#: libraries/classes/Controllers/Server/DatabasesController.php:327
#: libraries/classes/Controllers/Server/Status/StatusController.php:147
#: libraries/classes/Controllers/Server/Status/StatusController.php:199
#: templates/table/structure/display_table_stats.twig:45
msgid "Total"
msgstr "合計"

#: libraries/classes/Controllers/Server/DatabasesController.php:332
#: templates/database/structure/table_header.twig:38
#: templates/table/structure/display_table_stats.twig:32
msgid "Overhead"
msgstr "オーバーヘッド"

#: libraries/classes/Controllers/Server/Databases/CreateController.php:87
#, php-format
msgid "Database %1$s has been created."
msgstr "データベース %1$s を作成しました。"

#: libraries/classes/Controllers/Server/Databases/DestroyController.php:93
#, php-format
msgid "%1$d database has been dropped successfully."
msgid_plural "%1$d databases have been dropped successfully."
msgstr[0] "%1$d 個のデータベースが正常に削除されました。"

#: libraries/classes/Controllers/Server/Privileges/AccountLockController.php:47
#, php-format
msgid "The account %s@%s has been successfully locked."
msgstr "アカウント %s@%s がロックされました。"

#: libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php:47
#, php-format
msgid "The account %s@%s has been successfully unlocked."
msgstr "アカウント %s@%s のロックが解除されました。"

#: libraries/classes/Controllers/Server/PrivilegesController.php:152
#: libraries/classes/Controllers/Server/UserGroupsController.php:53
msgid "No Privileges"
msgstr "権限がありません"

#: libraries/classes/Controllers/Server/PrivilegesController.php:161
msgid "You do not have the privileges to administrate the users!"
msgstr "ユーザを管理する権限がありません!"

#: libraries/classes/Controllers/Server/PrivilegesController.php:176
msgid ""
"Username and hostname didn't change. If you only want to change the "
"password, 'Change password' tab should be used."
msgstr ""
"ユーザ名とホスト名は変更されませんでした。パスワードを変更したい場合は、「パ"
"スワードを変更する」タブを使用してください。"

#: libraries/classes/Controllers/Server/PrivilegesController.php:405
msgid "User has been added."
msgstr "ビュー %s を破棄しました。"

#: libraries/classes/Controllers/Server/Status/Processes/KillController.php:42
#, php-format
msgid "Thread %s was successfully killed."
msgstr "スレッド %s は正常終了しました。"

#: libraries/classes/Controllers/Server/Status/Processes/KillController.php:48
#, php-format
msgid ""
"phpMyAdmin was unable to kill thread %s. It probably has already been closed."
msgstr "スレッド %s の終了に失敗しました。すでに閉じているようです。"

#: libraries/classes/Controllers/Server/Status/StatusController.php:137
msgid "Received"
msgstr "受信済"

#: libraries/classes/Controllers/Server/Status/StatusController.php:142
msgid "Sent"
msgstr "送信済"

#: libraries/classes/Controllers/Server/Status/StatusController.php:181
msgid "Max. concurrent connections"
msgstr "最大同時接続数"

#: libraries/classes/Controllers/Server/Status/StatusController.php:187
msgid "Failed attempts"
msgstr "失敗回数"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:238
msgid ""
"The number of connections that were aborted because the client died without "
"closing the connection properly."
msgstr "クライアントが適切に接続を閉じなかったために中断された接続数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:241
msgid "The number of failed attempts to connect to the MySQL server."
msgstr "MySQL サーバへの接続を試みて失敗した回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:243
msgid ""
"The number of transactions that used the temporary binary log cache but that "
"exceeded the value of binlog_cache_size and used a temporary file to store "
"statements from the transaction."
msgstr ""
"一時バイナリログキャッシュを利用したものの binlog_cache_size の値を超過したた"
"め一時ファイルにステートメントを保存したトランザクション数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:247
msgid "The number of transactions that used the temporary binary log cache."
msgstr "一時バイナリログキャッシュを使用したトランザクション数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:248
msgid ""
"The number of connection attempts (successful or not) to the MySQL server."
msgstr "MySQL サーバへの接続試行回数 (成否に関わらず)。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:250
msgid ""
"The number of temporary tables on disk created automatically by the server "
"while executing statements. If Created_tmp_disk_tables is big, you may want "
"to increase the tmp_table_size  value to cause temporary tables to be memory-"
"based instead of disk-based."
msgstr ""
"ステートメント実行中にサーバがディスク上に自動生成した一時テーブル数。"
"Created_tmp_disk_tables の値が大きい場合は tmp_table_size の値を増やしてディ"
"スク上ではなくメモリ上に一時テーブルを構築した方がよいかもしれません。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:256
msgid "How many temporary files mysqld has created."
msgstr "mysqld が生成した一時ファイル数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:258
msgid ""
"The number of in-memory temporary tables created automatically by the server "
"while executing statements."
msgstr "ステートメント実行中にサーバが自動生成したメモリ上の一時テーブル数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:262
msgid ""
"The number of rows written with INSERT DELAYED for which some error occurred "
"(probably duplicate key)."
msgstr ""
"何らかのエラー (たぶんキーの重複) が発生したため INSERT DELAYED された行数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:266
msgid ""
"The number of INSERT DELAYED handler threads in use. Every different table "
"on which one uses INSERT DELAYED gets its own thread."
msgstr ""
"使用中の INSERT DELAYED ハンドラのスレッド数。INSERT DELAYED を適用するテーブ"
"ルの数だけ固有のスレッドが用意されます。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:270
msgid "The number of INSERT DELAYED rows written."
msgstr "INSERT DELAYED で書き込まれた行数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:271
msgid "The number of executed FLUSH statements."
msgstr "FLUSH 文の実行回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:272
msgid "The number of internal COMMIT statements."
msgstr "内部で COMMIT 文を実行した回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:273
msgid "The number of times a row was deleted from a table."
msgstr "テーブルから行を削除した回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:275
msgid ""
"The MySQL server can ask the NDB Cluster storage engine if it knows about a "
"table with a given name. This is called discovery. Handler_discover "
"indicates the number of time tables have been discovered."
msgstr ""
"MySQL サーバは NDB クラスタストレージエンジンに特定の名前を持つテーブルについ"
"ての情報を持っているか問い合わせることができます。これを開示と言いますが、"
"Handler_discover はその開示されたタイムテーブルの数です。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:281
msgid ""
"The number of times the first entry was read from an index. If this is high, "
"it suggests that the server is doing a lot of full index scans; for example, "
"SELECT col1 FROM foo, assuming that col1 is indexed."
msgstr ""
"インデックスの最初のエントリを読み込んだ回数。この値が高い場合はサーバが何度"
"もインデックスの全スキャンを実行しているものと思われます。例えば SELECT col1 "
"FROM foo を実行した場合 (col1 はインデックスに含まれているものとします)。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:287
msgid ""
"The number of requests to read a row based on a key. If this is high, it is "
"a good indication that your queries and tables are properly indexed."
msgstr ""
"キーに基づいて行を読み込んだリクエストの数。この値が高い場合はクエリとテーブ"
"ルが適切にインデックスされているものと考えられます。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:292
msgid ""
"The number of requests to read the next row in key order. This is "
"incremented if you are querying an index column with a range constraint or "
"if you are doing an index scan."
msgstr ""
"キーの順序通りに次の行を読み込んだリクエストの数。この値はインデックス列のク"
"エリに範囲指定をしているか、インデックススキャンを行っているときに増加しま"
"す。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:297
msgid ""
"The number of requests to read the previous row in key order. This read "
"method is mainly used to optimize ORDER BY … DESC."
msgstr ""
"キーの順序通りに前の行を読み込んだリクエストの数。この読み込みは主に ORDER "
"BY … DESC の最適化に利用されます。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:301
msgid ""
"The number of requests to read a row based on a fixed position. This is high "
"if you are doing a lot of queries that require sorting of the result. You "
"probably have a lot of queries that require MySQL to scan whole tables or "
"you have joins that don't use keys properly."
msgstr ""
"決まった位置を基準に行を読み込んだリクエストの数。この値が高いのは結果をソー"
"トする必要があるクエリを大量に実行している場合です。おそらくテーブル全体をス"
"キャンしなければならないクエリを大量に行っているか、結合の際のキーの使い方に"
"不適切なところがあります。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:308
msgid ""
"The number of requests to read the next row in the data file. This is high "
"if you are doing a lot of table scans. Generally this suggests that your "
"tables are not properly indexed or that your queries are not written to take "
"advantage of the indexes you have."
msgstr ""
"データファイルの次の行を読み込んだリクエストの数。この値が高いのはテーブルス"
"キャンを大量に実行しているためです。一般にこれはテーブルのインデックスが不適"
"切か、クエリがインデックスを利用するように書かれていないことを意味します。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:314
msgid "The number of internal ROLLBACK statements."
msgstr "内部で ROLLBACK 文を実行した回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:315
msgid "The number of requests to update a row in a table."
msgstr "テーブル内の行を更新したリクエストの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:316
msgid "The number of requests to insert a row in a table."
msgstr "テーブル内に行を挿入したリクエストの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:317
msgid "The number of pages containing data (dirty or clean)."
msgstr ""
"データが含まれるページの数 (ダーティページ、クリーンページの別を問わず)。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:318
msgid "The number of pages currently dirty."
msgstr "現在のダーティページの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:320
msgid "The number of buffer pool pages that have been requested to be flushed."
msgstr "フラッシュリクエストを受けたバッファプールのページ数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:322
msgid "The number of free pages."
msgstr "空きページ数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:324
msgid ""
"The number of latched pages in InnoDB buffer pool. These are pages currently "
"being read or written or that can't be flushed or removed for some other "
"reason."
msgstr ""
"InnoDB バッファプールでラッチされているページ数。これは現在読み込んでいる、あ"
"るいは書き込んでいるページ、あるいは他の何らかの理由でフラッシュしたり削除し"
"たりできなくなっているページの数です。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:329
msgid ""
"The number of pages busy because they have been allocated for administrative "
"overhead such as row locks or the adaptive hash index. This value can also "
"be calculated as Innodb_buffer_pool_pages_total - "
"Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data."
msgstr ""
"行ロックやアダプティブハッシュインデックスといった管理オーバヘッドのせいでビ"
"ジーになっているページ数。この値は Innodb_buffer_pool_pages_total - "
"Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data という式でも計"
"算できます。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:335
msgid "Total size of buffer pool, in pages."
msgstr "ページのバッファプールサイズの合計。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:337
msgid ""
"The number of \"random\" read-aheads InnoDB initiated. This happens when a "
"query is to scan a large portion of a table but in random order."
msgstr ""
"InnoDB が開始したランダム読み込みの回数。これはクエリがテーブルの大部分をラン"
"ダムな順番でスキャンするときに発生します。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:342
msgid ""
"The number of sequential read-aheads InnoDB initiated. This happens when "
"InnoDB does a sequential full table scan."
msgstr ""
"InnoDB が開始したシーケンシャル読み込みの回数。これは InnoDB がシーケンシャル"
"なテーブル全スキャンを行うときに発生します。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:345
msgid "The number of logical read requests InnoDB has done."
msgstr "InnoDB が実行した論理読み込みリクエストの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:347
msgid ""
"The number of logical reads that InnoDB could not satisfy from buffer pool "
"and had to do a single-page read."
msgstr ""
"InnoDB がバッファプールの内容を利用できず、シングルページ読み込みを行わなけれ"
"ばならなかった論理読み込みの回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:351
msgid ""
"Normally, writes to the InnoDB buffer pool happen in the background. "
"However, if it's necessary to read or create a page and no clean pages are "
"available, it's necessary to wait for pages to be flushed first. This "
"counter counts instances of these waits. If the buffer pool size was set "
"properly, this value should be small."
msgstr ""
"通常 InnoDB バッファプールへの書き込みはバックグラウンドで行われますが、ペー"
"ジの読み込みないし作成を行う必要があるのにクリーンなページが得られない場合"
"は、まずそのページがフラッシュされるのを待つ必要があります。このカウンタは、"
"そのウェイトの回数をカウントするものです。バッファプールの値が適切に設定され"
"ていれば、この値は小さいはずです。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:358
msgid "The number writes done to the InnoDB buffer pool."
msgstr "InnoDB バッファプールへの書き込み回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:359
msgid "The number of fsync() operations so far."
msgstr "これまでに fsync() を実行した回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:360
msgid "The current number of pending fsync() operations."
msgstr "現在保留されている fsync() の回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:361
msgid "The current number of pending reads."
msgstr "現在保留されている読み込みの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:362
msgid "The current number of pending writes."
msgstr "現在保留されている書き込みの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:363
msgid "The amount of data read so far, in bytes."
msgstr "これまでのデータ読み込み量 (単位:バイト)。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:364
msgid "The total number of data reads."
msgstr "データ読み込み回数の合計。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:365
msgid "The total number of data writes."
msgstr "データ書き込み回数の合計。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:366
msgid "The amount of data written so far, in bytes."
msgstr "これまでのデータの書き込み量 (単位:バイト)。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:368
msgid "The number of pages that have been written for doublewrite operations."
msgstr "二重書き込みの実行回数と二重書き込みが発生したページ数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:370
msgid "The number of doublewrite operations that have been performed."
msgstr "二重書き込みの実行回数と二重書き込みが発生したページ数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:372
msgid ""
"The number of waits we had because log buffer was too small and we had to "
"wait for it to be flushed before continuing."
msgstr ""
"ログバッファが小さすぎてフラッシュしないと作業を続行できなくなったために発生"
"したウェイトの回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:375
msgid "The number of log write requests."
msgstr "ログ書き込みリクエストの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:376
msgid "The number of physical writes to the log file."
msgstr "ログファイルへの物理書き込みの回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:377
msgid "The number of fsync() writes done to the log file."
msgstr "ログファイルへの fsync 書き込みの回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:378
msgid "The number of pending log file fsyncs."
msgstr "保留中のログファイルへの fsync 回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:379
msgid "Pending log file writes."
msgstr "保留中のログファイルへの書き込み回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:380
msgid "The number of bytes written to the log file."
msgstr "ログファイルに書き込んだバイト数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:381
msgid "The number of pages created."
msgstr "作成されたページ数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:383
msgid ""
"The compiled-in InnoDB page size (default 16KB). Many values are counted in "
"pages; the page size allows them to be easily converted to bytes."
msgstr ""
"コンパイル時の InnoDB のページサイズ (デフォルト:16KB)。多くの値がページ単位"
"で計算されますが、この値を使えば簡単にバイト単位に変換できます。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:387
msgid "The number of pages read."
msgstr "読み込んだページ数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:388
msgid "The number of pages written."
msgstr "書き込んだページ数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:389
msgid "The number of row locks currently being waited for."
msgstr "現在待機中の行ロックの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:390
msgid "The average time to acquire a row lock, in milliseconds."
msgstr "行ロック取得に要した平均時間 (単位:ミリ秒)。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:391
msgid "The total time spent in acquiring row locks, in milliseconds."
msgstr "行ロック取得に要した時間の合計 (単位:ミリ秒)。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:392
msgid "The maximum time to acquire a row lock, in milliseconds."
msgstr "行ロック取得に要した時間の最大値 (単位:ミリ秒)。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:393
msgid "The number of times a row lock had to be waited for."
msgstr "行ロック取得時に待機した回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:394
msgid "The number of rows deleted from InnoDB tables."
msgstr "InnoDB テーブルから削除した行数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:395
msgid "The number of rows inserted in InnoDB tables."
msgstr "InnoDB テーブルに挿入した行数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:396
msgid "The number of rows read from InnoDB tables."
msgstr "InnoDB テーブルから読み込んだ行数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:397
msgid "The number of rows updated in InnoDB tables."
msgstr "InnoDB テーブルで更新された行数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:399
msgid ""
"The number of key blocks in the key cache that have changed but haven't yet "
"been flushed to disk. It used to be known as Not_flushed_key_blocks."
msgstr ""
"変更されてからディスクにフラッシュされていないキーキャッシュのキーブロックの"
"数。以前は Not_flushed_key_blocks でした。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:404
msgid ""
"The number of unused blocks in the key cache. You can use this value to "
"determine how much of the key cache is in use."
msgstr ""
"キーキャッシュの未使用ブロックの数。キーキャッシュの使用率を調べるときに使え"
"ます。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:408
msgid ""
"The number of used blocks in the key cache. This value is a high-water mark "
"that indicates the maximum number of blocks that have ever been in use at "
"one time."
msgstr ""
"キーキャッシュの使用済みブロックの数。この値はこれまで一度に使用されたブロッ"
"クの最大数です。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:412
msgid "Percentage of used key cache (calculated value)"
msgstr "使われているキーキャッシュの比率 (計算値)"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:413
msgid "The number of requests to read a key block from the cache."
msgstr "キャッシュからキーブロックを読み込んだリクエストの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:415
msgid ""
"The number of physical reads of a key block from disk. If Key_reads is big, "
"then your key_buffer_size value is probably too small. The cache miss rate "
"can be calculated as Key_reads/Key_read_requests."
msgstr ""
"ディスクからキーブロックを物理読み込みした回数。Key_reads が大きいのはおそら"
"く key_buffer_size が小さすぎるためです。キャッシュミスの割合は Key_reads/"
"Key_read_requests で計算できます。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:421
msgid ""
"Key cache miss calculated as rate of physical reads compared to read "
"requests (calculated value)"
msgstr ""
"キーキャッシュミスの割合。読み込みリクエストに対する物理読み込みで算出。(計算"
"値)"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:423
msgid "The number of requests to write a key block to the cache."
msgstr "キャッシュにキーブロックを書き込んだリクエストの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:424
msgid "The number of physical writes of a key block to disk."
msgstr "ディスクにキーブロックを物理書き込みした回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:425
msgid ""
"Percentage of physical writes compared to write requests (calculated value)"
msgstr "書き込みリクエストに対する物理書き込みの比率 (計算値)"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:427
msgid ""
"The total cost of the last compiled query as computed by the query "
"optimizer. Useful for comparing the cost of different query plans for the "
"same query. The default value of 0 means that no query has been compiled yet."
msgstr ""
"クエリオプティマイザーの計算による、最後にコンパイルされたクエリの総コスト。"
"クエリのプランを変えたときにコストがどう変わるか比較するときに便利です。デ"
"フォルト値の 0 はまだ一度もクエリをコンパイルしていないという意味です。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:433
msgid ""
"The maximum number of connections that have been in use simultaneously since "
"the server started."
msgstr "サーバが起動してからの同時接続の最大数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:435
msgid "The number of rows waiting to be written in INSERT DELAYED queues."
msgstr "INSERT DELAYED キューの中で書き込まれるのを待っている行数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:437
msgid ""
"The number of tables that have been opened. If opened tables is big, your "
"table_open_cache value is probably too small."
msgstr ""
"開いているテーブルの数。開いているテーブルが多い場合はおそらく "
"table_open_cache の値が小さすぎます。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:440
msgid "The number of files that are open."
msgstr "開いているファイルの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:441
msgid "The number of streams that are open (used mainly for logging)."
msgstr "開いているストリームの数 (主にログの記録用です)。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:442
msgid "The number of tables that are open."
msgstr "開いているテーブルの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:444
msgid ""
"The number of free memory blocks in query cache. High numbers can indicate "
"fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE "
"statement."
msgstr ""
"クエリキャッシュ内の空きメモリのブロック数。この値が高い場合は 断片化が起こっ"
"ていることを示しています。FLUSH QUERY CACHE 文を発行することによって解消され"
"るかもしれません。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:448
msgid "The amount of free memory for query cache."
msgstr "クエリキャッシュの空きメモリ量。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:449
msgid "The number of cache hits."
msgstr "キャッシュのヒット数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:450
msgid "The number of queries added to the cache."
msgstr "キャッシュに追加されたクエリの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:452
msgid ""
"The number of queries that have been removed from the cache to free up "
"memory for caching new queries. This information can help you tune the query "
"cache size. The query cache uses a least recently used (LRU) strategy to "
"decide which queries to remove from the cache."
msgstr ""
"新しいクエリをキャッシュするためにメモリを解放するべくキャッシュから削除され"
"たクエリの数。この情報はクエリキャッシュのサイズを調整するときに便利です。ク"
"エリキャッシュは最後に使われた時刻が最も古いものから削除する (LRU) 戦略に従っ"
"て削除するクエリを決めます。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:459
msgid ""
"The number of non-cached queries (not cachable, or not cached due to the "
"query_cache_type setting)."
msgstr ""
"キャッシュされなかった (キャッシュできないか query_cache_type の設定でキャッ"
"シュしないことになっている) クエリの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:461
msgid "The number of queries registered in the cache."
msgstr "キャッシュに登録されているクエリの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:462
msgid "The total number of blocks in the query cache."
msgstr "クエリキャッシュの総ブロック数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:463
msgid "The status of failsafe replication (not yet implemented)."
msgstr "フェイルセーフレプリケーションの状態 (未実装)。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:465
msgid ""
"The number of joins that do not use indexes. If this value is not 0, you "
"should carefully check the indexes of your tables."
msgstr ""
"インデックスを利用しなかった結合の数。この値が 0 でない場合はテーブルのイン"
"デックスをよく確認してください。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:468
msgid "The number of joins that used a range search on a reference table."
msgstr "参照テーブルで範囲検索をした結合の数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:470
msgid ""
"The number of joins without keys that check for key usage after each row. "
"(If this is not 0, you should carefully check the indexes of your tables.)"
msgstr ""
"キーが指定されていなかったため一行ずつキーが使われているか確認した結合の数"
"（0 でない場合はテーブルのインデックスをよく確認してください）"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:475
msgid ""
"The number of joins that used ranges on the first table. (It's normally not "
"critical even if this is big.)"
msgstr ""
"最初のテーブルで範囲指定された結合の数 (この値は大きくてもふつう問題ありませ"
"ん)"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:478
msgid "The number of joins that did a full scan of the first table."
msgstr "最初のテーブルを全スキャンした結合の数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:479
msgid ""
"The number of temporary tables currently open by the replica SQL thread."
msgstr "レプリカの SQL スレッドが現在開いている一時テーブルの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:481
msgid ""
"Total (since startup) number of times the replication replica SQL thread has "
"retried transactions."
msgstr ""
"レプリケーションレプリカの SQL スレッドがトランザクションを再試行した回数(起"
"動時からの合計)。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:483
msgid "This is ON if this server is a replica that is connected to a primary."
msgstr "このサーバがプライマリに接続するレプリカである場合は ON になります。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:485
msgid ""
"The number of threads that have taken more than slow_launch_time seconds to "
"create."
msgstr ""
"slow_launch_time で指定された秒数以上に作成時間がかかったスレッドの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:487
msgid ""
"The number of queries that have taken more than long_query_time seconds."
msgstr "long_query_time で指定された秒数以上に時間のかかったクエリの数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:489
msgid ""
"The number of merge passes the sort algorithm has had to do. If this value "
"is large, you should consider increasing the value of the sort_buffer_size "
"system variable."
msgstr ""
"ソートアルゴリズムが実行しなければならなかったマージの回数。この値が高い場合"
"は sort_buffer_size システム変数の値を増やした方がよいでしょう。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:493
msgid "The number of sorts that were done with ranges."
msgstr "範囲指定付きでソートが行われた回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:494
msgid "The number of sorted rows."
msgstr "ソート済の行数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:495
msgid "The number of sorts that were done by scanning the table."
msgstr "テーブルをスキャンしたときに実行されたソートの回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:496
msgid "The number of times that a table lock was acquired immediately."
msgstr "テーブルロックをすぐに取得できた回数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:498
msgid ""
"The number of times that a table lock could not be acquired immediately and "
"a wait was needed. If this is high, and you have performance problems, you "
"should first optimize your queries, and then either split your table or "
"tables or use replication."
msgstr ""
"テーブルロックをすぐに取得できずウェイトが発生した回数。この値が高く、パ"
"フォーマンスに問題が生じている場合は、まずクエリを最適化してください。それで"
"もだめならテーブルを分割するか、レプリケーションを利用してください。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:504
msgid ""
"The number of threads in the thread cache. The cache hit rate can be "
"calculated as Threads_created/Connections. If this value is red you should "
"raise your thread_cache_size."
msgstr ""
"スレッドキャッシュ内のスレッド数。キャッシュのヒット率は Threads_created/"
"Connections で計算できます。この値が赤くなっている場合は thread_cache_size を"
"大きくしてください。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:508
msgid "The number of currently open connections."
msgstr "現在開いている接続の数。"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:510
msgid ""
"The number of threads created to handle connections. If Threads_created is "
"big, you may want to increase the thread_cache_size value. (Normally this "
"doesn't give a notable performance improvement if you have a good thread "
"implementation.)"
msgstr ""
"接続処理のために作成されたスレッドの数。Threads_created が大きい場合は "
"thread_cache_size の値を増やした方がよいかもしれません (スレッドの実装に問題"
"がない場合はふつうあまりパフォーマンスは向上しません)"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:516
msgid "Thread cache hit rate (calculated value)"
msgstr "スレッドキャッシュのヒット割合 (計算値)"

#: libraries/classes/Controllers/Server/Status/VariablesController.php:517
msgid "The number of threads that are not sleeping."
msgstr "スリープしていないスレッドの数。"

#: libraries/classes/Controllers/Server/UserGroupsFormController.php:46
#: libraries/classes/Util.php:836
msgid "Missing parameter:"
msgstr "パラメータがありません："

#: libraries/classes/Controllers/Server/UserGroupsFormController.php:60
msgid "User groups management is not enabled."
msgstr "ユーザグループ管理が有効になっていません。"

#: libraries/classes/Controllers/Server/Variables/SetVariableController.php:93
msgid "Setting variable failed"
msgstr "変数の設定に失敗しました"

#: libraries/classes/Controllers/Setup/FormController.php:32
msgid "Incorrect form specified!"
msgstr "不正なフォームが指定された！"

#: libraries/classes/Controllers/Setup/HomeController.php:42
msgid ""
"You are not using a secure connection; all data (including potentially "
"sensitive information, like passwords) is transferred unencrypted!"
msgstr ""
"セキュリティで保護された接続を使用していません。全てのデータ（パスワードのよ"
"うに、潜在的な機密情報を含む）が暗号化されずに転送されています！"

#: libraries/classes/Controllers/Setup/HomeController.php:47
msgid ""
"If your server is also configured to accept HTTPS requests follow this link "
"to use a secure connection."
msgstr ""
"サーバが HTTPS 要求を受け入れるように構成されている場合、このリンクをたどり安"
"全な接続を使用するようにしてください。"

#: libraries/classes/Controllers/Setup/HomeController.php:51
msgid "Insecure connection"
msgstr "セキュリティで保護されていない接続"

#: libraries/classes/Controllers/Sql/SqlController.php:235
#: libraries/classes/Sql.php:1153
#, php-format
msgid "Bookmark %s has been created."
msgstr "ブックマーク %s を作成しました。"

#: libraries/classes/Controllers/Sql/SqlController.php:242
msgid "Bookmark not created!"
msgstr "ブックマークが作成されていません!"

#: libraries/classes/Controllers/Table/AddFieldController.php:151
#: libraries/classes/Controllers/Table/Structure/PartitioningController.php:275
#: libraries/classes/Controllers/Table/Structure/SaveController.php:223
#: libraries/classes/Table/Indexes.php:85
#, php-format
msgid "Table %1$s has been altered successfully."
msgstr "テーブル %1$s は正常に変更されました。"

#: libraries/classes/Controllers/Table/ChangeRowsController.php:36
#: libraries/classes/Controllers/Table/DeleteConfirmController.php:25
#: libraries/classes/Controllers/Table/ExportRowsController.php:36
msgid "No row selected."
msgstr "行が選択されていません。"

#: libraries/classes/Controllers/Table/ChartController.php:60
#: libraries/classes/Controllers/Table/GisVisualizationController.php:70
msgid "No SQL query was set to fetch data."
msgstr "SQLクエリはデータを取得するために設定されませんでした。"

#: libraries/classes/Controllers/Table/ChartController.php:145
msgid "No numeric columns present in the table to plot."
msgstr ""
"テーブルには数字コラムがない理由でチャートを表示するデータポイントないです。"

#: libraries/classes/Controllers/Table/ChartController.php:208
msgid "No data to display"
msgstr "表示するデータはありません"

#: libraries/classes/Controllers/Table/CreateController.php:84
#: libraries/classes/Controllers/Table/GetFieldController.php:55
#, php-format
msgid "'%s' database does not exist."
msgstr "データベース '%s' が存在しません。"

#: libraries/classes/Controllers/Table/CreateController.php:94
#, php-format
msgid "Table %s already exists!"
msgstr "テーブル %s は既に存在します!"

#: libraries/classes/Controllers/Table/DeleteRowsController.php:77
#: libraries/classes/Controllers/Table/FindReplaceController.php:181
#: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:83
#: libraries/classes/Controllers/Table/Maintenance/CheckController.php:83
#: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:83
#: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:83
#: libraries/classes/Controllers/Table/Maintenance/RepairController.php:83
#: libraries/classes/Controllers/Table/Partition/AnalyzeController.php:55
#: libraries/classes/Controllers/Table/Partition/CheckController.php:55
#: libraries/classes/Controllers/Table/Partition/DropController.php:56
#: libraries/classes/Controllers/Table/Partition/OptimizeController.php:55
#: libraries/classes/Controllers/Table/Partition/RebuildController.php:56
#: libraries/classes/Controllers/Table/Partition/RepairController.php:55
#: libraries/classes/Controllers/Table/Partition/TruncateController.php:56
#: libraries/classes/Controllers/Table/RelationController.php:241
#: libraries/classes/Controllers/View/OperationsController.php:87
#: libraries/classes/Database/Routines.php:1224
#: libraries/classes/Display/Results.php:3693 libraries/classes/Message.php:172
#: templates/sql/query.twig:7
msgid "Your SQL query has been executed successfully."
msgstr "SQL は正常に実行されました。"

#: libraries/classes/Controllers/Table/DropColumnConfirmationController.php:23
#: libraries/classes/Controllers/Table/DropColumnController.php:51
#: libraries/classes/Controllers/Table/Structure/AddIndexController.php:47
#: libraries/classes/Controllers/Table/Structure/BrowseController.php:34
#: libraries/classes/Controllers/Table/Structure/CentralColumnsAddController.php:45
#: libraries/classes/Controllers/Table/Structure/CentralColumnsRemoveController.php:45
#: libraries/classes/Controllers/Table/Structure/ChangeController.php:59
#: libraries/classes/Controllers/Table/Structure/FulltextController.php:47
#: libraries/classes/Controllers/Table/Structure/PrimaryController.php:50
#: libraries/classes/Controllers/Table/Structure/SpatialController.php:47
#: libraries/classes/Controllers/Table/Structure/UniqueController.php:47
msgid "No column selected."
msgstr "カラムが選択されていません。"

#: libraries/classes/Controllers/Table/DropColumnController.php:80
#, php-format
msgid "%1$d column has been dropped successfully."
msgid_plural "%1$d columns have been dropped successfully."
msgstr[0] "%1$d 個のカラムが正常に削除されました。"

#: libraries/classes/Controllers/Table/GetFieldController.php:63
msgid "Invalid table name"
msgstr "テーブル名が不正です"

#. l10n: In case a SQL query did not pass a security check
#: libraries/classes/Controllers/Table/GetFieldController.php:72
#: libraries/classes/Controllers/Transformation/WrapperController.php:103
msgid "There is an issue with your request."
msgstr "リクエストに問題があります。"

#: libraries/classes/Controllers/Table/GetFieldController.php:86
#: libraries/classes/Database/Routines.php:1243
#: libraries/classes/Import.php:149 libraries/classes/InsertEdit.php:220
#: libraries/classes/Sql.php:967
msgid "MySQL returned an empty result set (i.e. zero rows)."
msgstr "返り値が空でした (行数 0)。"

#: libraries/classes/Controllers/Table/Maintenance/AnalyzeController.php:75
#: libraries/classes/Controllers/Table/Maintenance/CheckController.php:75
#: libraries/classes/Controllers/Table/Maintenance/ChecksumController.php:75
#: libraries/classes/Controllers/Table/Maintenance/OptimizeController.php:75
#: libraries/classes/Controllers/Table/Maintenance/RepairController.php:75
msgid "Maintenance operations on multiple tables are disabled."
msgstr "複数テーブルの管理の操作は無効です。"

#: libraries/classes/Controllers/Table/OperationsController.php:109
#: libraries/classes/Controllers/Table/OperationsController.php:298
#: libraries/classes/Controllers/Table/StructureController.php:100
#: libraries/classes/Navigation/Nodes/NodeView.php:28
#: templates/database/structure/show_create.twig:32
#: templates/database/structure/structure_table_row.twig:122
#: templates/database/structure/structure_table_row.twig:186
msgid "View"
msgstr "ビュー"

#: libraries/classes/Controllers/Table/Partition/DropController.php:62
#: libraries/classes/Controllers/Table/Partition/RebuildController.php:62
#: libraries/classes/Controllers/Table/Partition/TruncateController.php:62
#: libraries/classes/Controllers/View/OperationsController.php:90
#: libraries/classes/Html/Generator.php:856 libraries/classes/Import.php:133
#: libraries/classes/InsertEdit.php:715 libraries/classes/Message.php:192
#: templates/error/generic.twig:37
#: templates/table/structure/display_structure.twig:372
msgid "Error"
msgstr "エラー"

#: libraries/classes/Controllers/Table/RelationController.php:182
msgid "Display column was successfully updated."
msgstr "表示カラムは正常に更新されました。"

#: libraries/classes/Controllers/Table/RelationController.php:275
msgid "Internal relationships were successfully updated."
msgstr "内部リレーションは正常に更新されました。"

#: libraries/classes/Controllers/Table/ReplaceController.php:294
#, php-format
msgid "Row: %1$s, Column: %2$s, Error: %3$s"
msgstr "行:%1$s ,カラム%2$s ,エラー:%3$s"

#: libraries/classes/Controllers/Table/Structure/ChangeController.php:91
#, php-format
msgid "Failed to get description of column %s!"
msgstr "カラム「%s」の説明を取得に失敗しました!"

#: libraries/classes/Controllers/Table/StructureController.php:226
#: templates/columns_definitions/column_attributes.twig:112
#: templates/database/data_dictionary/index.twig:41
#: templates/table/structure/display_structure.twig:137
#: templates/table/structure/display_structure.twig:145
#: templates/table/structure/display_structure.twig:295
#: templates/table/tracking/structure_snapshot_columns.twig:25
msgid "Primary"
msgstr "主"

#: libraries/classes/Controllers/Table/StructureController.php:230
#: libraries/classes/Navigation/Nodes/NodeIndex.php:28
#: templates/columns_definitions/column_attributes.twig:120
#: templates/columns_definitions/table_fields_definitions.twig:46
#: templates/table/structure/display_structure.twig:167
#: templates/table/structure/display_structure.twig:175
#: templates/table/structure/display_structure.twig:301
#: templates/table/structure/display_table_stats.twig:24
#: templates/table/tracking/structure_snapshot_columns.twig:27
msgid "Index"
msgstr "インデックス"

#: libraries/classes/Controllers/Table/Structure/MoveColumnsController.php:178
msgid "The columns have been moved successfully."
msgstr "カラムは正常に移動されました。"

#: libraries/classes/Controllers/Table/Structure/PartitioningController.php:267
#: libraries/classes/Controllers/Table/Structure/SaveController.php:273
#: libraries/classes/Tracking.php:776
msgid "Query error"
msgstr "クエリエラー"

#: libraries/classes/Controllers/Table/Structure/ReservedWordCheckController.php:48
#, php-format
msgid "The name '%s' is a MySQL reserved keyword."
msgid_plural "The names '%s' are MySQL reserved keywords."
msgstr[0] "'%s'という名前はMySQLの予約語です。"

#: libraries/classes/Controllers/Table/Structure/SaveController.php:218
#, php-format
msgid ""
"Table %1$s has been altered successfully. Privileges have been adjusted."
msgstr "テーブル %1$s は正常に変更されました。権限が変更されました。"

#: libraries/classes/Controllers/Table/TrackingController.php:69
#, php-format
msgid "Tracking of %s is activated."
msgstr "%s の SQL コマンド追跡機能はアクティブです。"

#: libraries/classes/Controllers/Table/TrackingController.php:140
msgid "Tracking versions deleted successfully."
msgstr "追跡世代データは正常に削除されました。"

#: libraries/classes/Controllers/Table/TrackingController.php:145
msgid "No versions selected."
msgstr "世代が選択されていません。"

#: libraries/classes/Controllers/Table/TrackingController.php:174
msgid "SQL statements executed."
msgstr "SQL 文が実行されました。"

#: libraries/classes/Controllers/UserPasswordController.php:54
msgid "You don't have sufficient privileges to be here right now!"
msgstr "権限不足でアクセスできません!"

#: libraries/classes/Controllers/View/CreateController.php:81
msgid "View name can not be empty!"
msgstr "ビュー名を空にすることはできません!"

#: libraries/classes/Core.php:203 libraries/classes/ZipExtension.php:62
#, php-format
msgid "The %s extension is missing. Please check your PHP configuration."
msgstr "%s 拡張がありません。PHP の設定をチェックしてみてください。"

#: libraries/classes/Database/CentralColumns.php:293
#: libraries/classes/Database/CentralColumns.php:399
#: libraries/classes/Database/CentralColumns.php:611
msgid ""
"The configuration storage is not ready for the central list of columns "
"feature."
msgstr "環境保管領域には、主要カラムリスト機能の準備ができていません。"

#: libraries/classes/Database/CentralColumns.php:351
#, php-format
msgid "Could not add %1$s as they already exist in central list!"
msgstr "すでに %1$s は主要カラムリストに存在するので、追加できませんでした!"

#: libraries/classes/Database/CentralColumns.php:367
msgid "Could not add columns!"
msgstr "カラムを追加できませんでした！"

#: libraries/classes/Database/CentralColumns.php:451
#, php-format
msgid ""
"Couldn't remove Column(s) %1$s as they don't exist in central columns list!"
msgstr "カラム %1$s は主要カラムリストに存在しないため、削除できませんでした!"

#: libraries/classes/Database/CentralColumns.php:464
msgid "Could not remove columns!"
msgstr "カラムを削除できませんでした！"

#: libraries/classes/Database/CentralColumns.php:625
msgid "YES"
msgstr "はい"

#: libraries/classes/Database/CentralColumns.php:625
msgid "NO"
msgstr "いいえ"

#: libraries/classes/Database/Designer/Common.php:528
msgctxt ""
"phpMyAdmin configuration storage is not configured for \"Display Features\" "
"on designer when user tries to set a display field."
msgid ""
"phpMyAdmin configuration storage is not configured for \"Display Features\"."
msgstr "phpMyAdmin構成ストレージは「表示機能」に設定されません。"

#: libraries/classes/Database/Designer/Common.php:573
msgid "Error: relationship already exists."
msgstr "エラー: リレーションは既に存在しています。"

#: libraries/classes/Database/Designer/Common.php:625
msgid "FOREIGN KEY relationship has been added."
msgstr "外部キーを追加しました。"

#: libraries/classes/Database/Designer/Common.php:633
msgid "Error: FOREIGN KEY relationship could not be added!"
msgstr "エラー: 外部キーリレーションの追加が出来ませんでした!"

#: libraries/classes/Database/Designer/Common.php:640
msgid "Error: Missing index on column(s)."
msgstr "エラー：カラムのインデックスがない。"

#: libraries/classes/Database/Designer/Common.php:648
#: libraries/classes/Database/Designer/Common.php:727
msgid "Error: Relational features are disabled!"
msgstr "エラー: リレーション機能は無効になっています!"

#: libraries/classes/Database/Designer/Common.php:672
msgid "Internal relationship has been added."
msgstr "内部リレーションを追加しました。"

#: libraries/classes/Database/Designer/Common.php:680
msgid "Error: Internal relationship could not be added!"
msgstr "エラー: 内部リレーションの追加が出来ませんでした!"

#: libraries/classes/Database/Designer/Common.php:718
msgid "FOREIGN KEY relationship has been removed."
msgstr "外部キーを追加しました。"

#: libraries/classes/Database/Designer/Common.php:749
msgid "Error: Internal relationship could not be removed!"
msgstr "エラー: 内部リレーションの追加が出来ませんでした!"

#: libraries/classes/Database/Designer/Common.php:755
msgid "Internal relationship has been removed."
msgstr "内部リレーションを削除しました。"

#: libraries/classes/Database/Designer.php:136
msgid "Could not load schema plugins, please check your installation!"
msgstr ""
"スキーマのプラグインが読み込めません。正しくインストールされているか確認して"
"ください！"

#: libraries/classes/Database/Events.php:104
#: libraries/classes/Database/Events.php:113
#: libraries/classes/Database/Events.php:139
#: libraries/classes/Database/Routines.php:225
#: libraries/classes/Database/Routines.php:246
#: libraries/classes/Database/Routines.php:348
#: libraries/classes/Database/Routines.php:1250
#: libraries/classes/Database/Triggers.php:117
#: libraries/classes/Database/Triggers.php:126
#: libraries/classes/Database/Triggers.php:153
#, php-format
msgid "The following query has failed: \"%s\""
msgstr "クエリの実行に失敗しました：『%s』"

#: libraries/classes/Database/Events.php:108
#: libraries/classes/Database/Events.php:117
#: libraries/classes/Database/Events.php:143
#: libraries/classes/Database/Events.php:505
#: libraries/classes/Database/Routines.php:229
#: libraries/classes/Database/Routines.php:250
#: libraries/classes/Database/Routines.php:352
#: libraries/classes/Database/Routines.php:1254
#: libraries/classes/Database/Routines.php:1540
#: libraries/classes/Database/Triggers.php:121
#: libraries/classes/Database/Triggers.php:130
#: libraries/classes/Database/Triggers.php:157
#: libraries/classes/Database/Triggers.php:437
#: libraries/classes/Html/Generator.php:924
msgid "MySQL said: "
msgstr "MySQL のメッセージ: "

#: libraries/classes/Database/Events.php:126
#, php-format
msgid "Event %1$s has been modified."
msgstr "イベント %1$s を変更しました。"

#: libraries/classes/Database/Events.php:146
#, php-format
msgid "Event %1$s has been created."
msgstr "イベント %1$s を作成しました。"

#: libraries/classes/Database/Events.php:160
#: libraries/classes/Database/Routines.php:266
#: libraries/classes/Database/Triggers.php:174
msgid "One or more errors have occurred while processing your request:"
msgstr "リクエストの処理中に 1 つ以上のエラーが発生しました："

#: libraries/classes/Database/Events.php:239
msgid "Add event"
msgstr "イベントを追加する"

#: libraries/classes/Database/Events.php:243
msgid "Edit event"
msgstr "イベントを編集する"

#: libraries/classes/Database/Events.php:404
#: libraries/classes/Database/Routines.php:984
#: libraries/classes/Database/Triggers.php:381
msgid "The definer must be in the \"username@hostname\" format!"
msgstr "定義者の指定は「ユーザ名@ホスト名」の形式でなければなりません!"

#: libraries/classes/Database/Events.php:412
msgid "You must provide an event name!"
msgstr "イベント名は必須です!"

#: libraries/classes/Database/Events.php:426
msgid "You must provide a valid interval value for the event."
msgstr "有効な実行間隔を指定してください。"

#: libraries/classes/Database/Events.php:446
msgid "You must provide a valid execution time for the event."
msgstr "有効な実行日時を指定してください。"

#: libraries/classes/Database/Events.php:450
msgid "You must provide a valid type for the event."
msgstr "有効な種別イベントを指定してください。"

#: libraries/classes/Database/Events.php:476
msgid "You must provide an event definition."
msgstr "イベントの定義は必須です。"

#: libraries/classes/Database/Events.php:502
msgid "Sorry, we failed to restore the dropped event."
msgstr "申し訳ありませんが、削除されたイベントの復元に失敗しました。"

#: libraries/classes/Database/Events.php:503
#: libraries/classes/Database/Routines.php:1538
#: libraries/classes/Database/Triggers.php:435
msgid "The backed up query was:"
msgstr "バックアップされていたクエリ:"

#: libraries/classes/Database/Events.php:534
#: libraries/classes/Database/Routines.php:151
#: libraries/classes/Database/Routines.php:1143
#: libraries/classes/Database/Routines.php:1312
#: libraries/classes/Database/Triggers.php:466
msgid "Error in processing request:"
msgstr "要求処理中でのエラー:"

#: libraries/classes/Database/Events.php:536
#, php-format
msgid "No event with name %1$s found in database %2$s."
msgstr "データベース %2$s に %1$s という名前のイベントはありません。"

#: libraries/classes/Database/Events.php:568
#, php-format
msgid "Export of event %s"
msgstr "イベント %s をエクスポートする"

#: libraries/classes/Database/Events.php:589
#, php-format
msgid ""
"Error in processing request: No event with name %1$s found in database %2$s."
msgstr ""
"リクエストの処理中にエラーが発生しました：データベース %2$s に %1$s という名"
"前のイベントはありません。"

#: libraries/classes/DatabaseInterface.php:1121
#, php-format
msgid ""
"Unable to use timezone \"%1$s\" for server %2$d. Please check your "
"configuration setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. "
"phpMyAdmin is currently using the default time zone of the database server."
msgstr ""
"サーバ%2$dのタイムゾーン「%1$s」を使用できません。[em]$cfg['Servers'][%3$d]"
"['SessionTimeZone'][/em]の設定を確認してください。phpMyAdminは現在データベー"
"スサーバのデフォルトのタイムゾーンを使用しています。"

#: libraries/classes/DatabaseInterface.php:1166
msgid "Failed to set configured collation connection!"
msgstr "照合順序接続の設定に失敗しました!"

#: libraries/classes/DatabaseInterface.php:1859
msgid "Missing connection parameters!"
msgstr "接続パラメータが不足しています！"

#: libraries/classes/DatabaseInterface.php:1884
msgid "Connection for controluser as defined in your configuration failed."
msgstr ""
"設定ファイルに定義されている管理ユーザ(controluser)での接続に失敗しました。"

#: libraries/classes/DatabaseInterface.php:2305
#, php-format
msgid "See %sour documentation%s for more information."
msgstr "詳しくは%sドキュメント%sを参照してください。"

#: libraries/classes/Database/Qbe.php:756
#: templates/database/qbe/ins_del_and_or_cell.twig:21
msgid "Or:"
msgstr "または："

#: libraries/classes/Database/Qbe.php:760
#: templates/database/qbe/ins_del_and_or_cell.twig:9
msgid "And:"
msgstr "および:"

#: libraries/classes/Database/Qbe.php:766
msgid "Ins"
msgstr "挿入"

#: libraries/classes/Database/Qbe.php:769
msgid "Del"
msgstr "削除"

#: libraries/classes/Database/Qbe.php:1672
msgid "Saved bookmarked search:"
msgstr "保存された条件での検索:"

#: libraries/classes/Database/Qbe.php:1674
msgid "New bookmark"
msgstr "新しいブックマーク"

#: libraries/classes/Database/Qbe.php:1701
msgid "Create bookmark"
msgstr "ブックマークの作成"

#: libraries/classes/Database/Qbe.php:1704
msgid "Update bookmark"
msgstr "ブックマークの編集"

#: libraries/classes/Database/Qbe.php:1706
msgid "Delete bookmark"
msgstr "ブックマークの削除"

#: libraries/classes/Database/Routines.php:118
msgid "Add routine"
msgstr "ルーチンを追加する"

#: libraries/classes/Database/Routines.php:122
msgid "Edit routine"
msgstr "ルーチンを編集する"

#: libraries/classes/Database/Routines.php:154
#, php-format
msgid ""
"No routine with name %1$s found in database %2$s. You might be lacking the "
"necessary privileges to edit this routine."
msgstr ""
"データベース「%2$s」で「%1$s」のルーチンはありません。このルーチンを編集する"
"為に必要な権限がない可能性があります。"

#: libraries/classes/Database/Routines.php:206
#: libraries/classes/Database/Routines.php:992
#, php-format
msgid "Invalid routine type: \"%s\""
msgstr "ルーチンタイプが不正です: \"%s\""

#: libraries/classes/Database/Routines.php:253
#, php-format
msgid "Routine %1$s has been created."
msgstr "ルーチン %1$s を作成しました。"

#: libraries/classes/Database/Routines.php:413
#, php-format
msgid "Routine %1$s has been modified. Privileges have been adjusted."
msgstr "ルーチン %1$s を変更しました。権限が変更されました。"

#: libraries/classes/Database/Routines.php:418
#, php-format
msgid "Routine %1$s has been modified."
msgstr "ルーチン %1$s を変更しました。"

#: libraries/classes/Database/Routines.php:825
msgid "You must provide a name and a type for each routine parameter."
msgstr "ルーチンの各パラメータに対して、名前とデータ型は必須です。"

#: libraries/classes/Database/Routines.php:843
#, php-format
msgid "Invalid direction \"%s\" given for parameter."
msgstr "パラメータに対して不正な入出力「%s」が与えられています。"

#: libraries/classes/Database/Routines.php:863
#: libraries/classes/Database/Routines.php:930
msgid ""
"You must provide length/values for routine parameters of type ENUM, SET, "
"VARCHAR and VARBINARY."
msgstr ""
"ルーチンパラメータが ENUM、SET、VARCHAR、VARBINARY の場合、長さ/値は必須で"
"す。"

#: libraries/classes/Database/Routines.php:912
msgid "You must provide a valid return type for the routine."
msgstr "ルーチンに対して、有効な返り値の種類を指定してください。"

#: libraries/classes/Database/Routines.php:1000
msgid "You must provide a routine name!"
msgstr "ルーチン名は必須です!"

#: libraries/classes/Database/Routines.php:1065
msgid "You must provide a routine definition."
msgstr "ルーチンの定義は必須です。"

#: libraries/classes/Database/Routines.php:1145
#: libraries/classes/Database/Routines.php:1314
#, php-format
msgid "No routine with name %1$s found in database %2$s."
msgstr "データベース %2$s に %1$s という名前のルーチンはありません。"

#: libraries/classes/Database/Routines.php:1184
#, php-format
msgid "Execution results of routine %s"
msgstr "ルーチン %s の実行結果"

#: libraries/classes/Database/Routines.php:1232
#, php-format
msgid "%d row affected by the last statement inside the procedure."
msgid_plural "%d rows affected by the last statement inside the procedure."
msgstr[0] "プロシージャ内の最後のステートメントは %d 行の変更を行いました。"

#: libraries/classes/Database/Routines.php:1297
#: libraries/classes/Database/Routines.php:1304
msgid "Execute routine"
msgstr "ルーチンを実行する"

#: libraries/classes/Database/Routines.php:1537
msgid "Sorry, we failed to restore the dropped routine."
msgstr "申し訳ありませんが、削除されたルーチンの復元に失敗しました。"

#: libraries/classes/Database/Routines.php:1567
#, php-format
msgid "Export of routine %s"
msgstr "ルーチン %s のエクスポート"

#: libraries/classes/Database/Routines.php:1589
#, php-format
msgid ""
"Error in processing request: No routine with name %1$s found in database "
"%2$s. You might be lacking the necessary privileges to view/export this "
"routine."
msgstr ""
"リクエストの処理中にエラーが発生しました：データベース %2$s に %1$s という名"
"前のルーチンはありません。このルーチンを表示またはエクスポートする為に必要な"
"権限がない可能性があります。"

#: libraries/classes/Database/Search.php:103
#: templates/database/search/main.twig:19
msgid "at least one of the words"
msgstr "いずれかの単語を含む"

#: libraries/classes/Database/Search.php:104
#: templates/database/search/main.twig:23
msgid "all of the words"
msgstr "AND検索"

#: libraries/classes/Database/Search.php:105
#: templates/database/search/main.twig:27
msgid "the exact phrase as substring"
msgstr "部分文字列としての正確な句"

#: libraries/classes/Database/Search.php:106
#: templates/database/search/main.twig:31
msgid "the exact phrase as whole field"
msgstr "完全一致"

#: libraries/classes/Database/Search.php:107
#: templates/database/search/main.twig:35
msgid "as regular expression"
msgstr "正規表現"

#: libraries/classes/Database/Triggers.php:140
#, php-format
msgid "Trigger %1$s has been modified."
msgstr "トリガ %1$s を変更しました。"

#: libraries/classes/Database/Triggers.php:160
#, php-format
msgid "Trigger %1$s has been created."
msgstr "トリガ %1$s を作成しました。"

#: libraries/classes/Database/Triggers.php:255
msgid "Add trigger"
msgstr "トリガを追加する"

#: libraries/classes/Database/Triggers.php:259
msgid "Edit trigger"
msgstr "トリガを編集する"

#: libraries/classes/Database/Triggers.php:389
msgid "You must provide a trigger name!"
msgstr "トリガ名は必須です!"

#: libraries/classes/Database/Triggers.php:395
msgid "You must provide a valid timing for the trigger!"
msgstr "有効な実行時機を指定してください!"

#: libraries/classes/Database/Triggers.php:401
msgid "You must provide a valid event for the trigger!"
msgstr "有効なトリガイベントを指定してください!"

#: libraries/classes/Database/Triggers.php:408
msgid "You must provide a valid table name!"
msgstr "有効なテーブル名を指定してください!"

#: libraries/classes/Database/Triggers.php:415
msgid "You must provide a trigger definition."
msgstr "トリガの定義は必須です。"

#: libraries/classes/Database/Triggers.php:434
msgid "Sorry, we failed to restore the dropped trigger."
msgstr "申し訳ありませんが、削除されたトリガの復元に失敗しました。"

#: libraries/classes/Database/Triggers.php:468
#, php-format
msgid "No trigger with name %1$s found in database %2$s."
msgstr "データベース %2$s に %1$s という名前のトリガはありません。"

#: libraries/classes/Database/Triggers.php:502
#: templates/database/triggers/export.twig:2
#, php-format
msgid "Export of trigger %s"
msgstr "トリガ %s をエクスポートする"

#: libraries/classes/Database/Triggers.php:520
#, php-format
msgid ""
"Error in processing request: No trigger with name %1$s found in database "
"%2$s."
msgstr ""
"リクエストの処理中にエラーが発生しました：データベース %2$s に %1$s という名"
"前のトリガはありません。"

#: libraries/classes/Dbal/DbiMysqli.php:152
msgid "SSL connection enforced by server, automatically enabling it."
msgstr "サーバによりSSL接続が自動的に有効に（強制）されています。"

#: libraries/classes/Dbal/DbiMysqli.php:164
#, php-format
msgid ""
"Error 1045: Access denied for user. Additional error information may be "
"available, but is being hidden by the %s configuration directive."
msgstr ""
"エラー1045：ユーザーのアクセスが拒否されました。追加のエラー情報が利用できる"
"場合がありますが、%s 構成ディレクティブによって隠されています。"

#: libraries/classes/Display/Results.php:897 templates/list_navigator.twig:8
#: templates/list_navigator.twig:13
msgctxt "First page"
msgid "Begin"
msgstr "先頭"

#: libraries/classes/Display/Results.php:904 templates/list_navigator.twig:16
#: templates/list_navigator.twig:21 templates/server/binlog/index.twig:47
#: templates/server/binlog/index.twig:52
msgctxt "Previous page"
msgid "Previous"
msgstr "前へ"

#: libraries/classes/Display/Results.php:930 templates/list_navigator.twig:33
#: templates/list_navigator.twig:35 templates/server/binlog/index.twig:72
#: templates/server/binlog/index.twig:77
msgctxt "Next page"
msgid "Next"
msgstr "次へ"

#: libraries/classes/Display/Results.php:960 templates/list_navigator.twig:42
#: templates/list_navigator.twig:44
msgctxt "Last page"
msgid "End"
msgstr "最後"

#: libraries/classes/Display/Results.php:1473
#: templates/display/results/table.twig:129
msgid "Partial texts"
msgstr "部分テキスト"

#: libraries/classes/Display/Results.php:1477
#: templates/display/results/table.twig:133
msgid "Full texts"
msgstr "全文"

#: libraries/classes/Display/Results.php:1818
#: libraries/classes/Display/Results.php:1844 libraries/classes/Util.php:2595
#: libraries/classes/Util.php:2618 libraries/config.values.php:113
#: templates/database/multi_table_query/form.twig:69
#: templates/database/qbe/sort_select_cell.twig:7
#: templates/server/databases/index.twig:111
#: templates/server/databases/index.twig:128
#: templates/server/databases/index.twig:147
#: templates/server/status/processes/list.twig:12
#: templates/table/operations/index.twig:31
#: templates/table/search/index.twig:163
msgid "Descending"
msgstr "降順"

#: libraries/classes/Display/Results.php:1826
#: libraries/classes/Display/Results.php:1836 libraries/classes/Util.php:2587
#: libraries/classes/Util.php:2610 libraries/config.values.php:112
#: templates/database/multi_table_query/form.twig:68
#: templates/database/qbe/sort_select_cell.twig:5
#: templates/server/databases/index.twig:109
#: templates/server/databases/index.twig:126
#: templates/server/databases/index.twig:145
#: templates/server/status/processes/list.twig:14
#: templates/table/operations/index.twig:27
#: templates/table/search/index.twig:159
msgid "Ascending"
msgstr "昇順"

#: libraries/classes/Display/Results.php:3011
#: libraries/classes/Display/Results.php:3026
msgid "The row has been deleted."
msgstr "行を削除しました。"

#: libraries/classes/Display/Results.php:3058
#: templates/server/status/processes/list.twig:44
msgid "Kill"
msgstr "停止"

#: libraries/classes/Display/Results.php:3626
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "正確な数字とは限りません。[doc@faq3-11]FAQ 3.11[/doc] をご覧ください。"

#: libraries/classes/Display/Results.php:3989
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "行 %1s - %2s の表示"

#: libraries/classes/Display/Results.php:4003
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "合計 %1$d, クエリで %2$d"

#: libraries/classes/Display/Results.php:4008
#, php-format
msgid "%d total"
msgstr "合計 %d"

#: libraries/classes/Display/Results.php:4021 libraries/classes/Sql.php:973
#, php-format
msgid "Query took %01.4f seconds."
msgstr "クエリの実行時間： %01.4f 秒。"

#: libraries/classes/Display/Results.php:4352
msgid "Link not found!"
msgstr "リンクが見つかりません！"

#: libraries/classes/Engines/Bdb.php:28
msgid "Version information"
msgstr "バージョン情報"

#: libraries/classes/Engines/Innodb.php:31
msgid "Data home directory"
msgstr "データのホームディレクトリ"

#: libraries/classes/Engines/Innodb.php:32
msgid "The common part of the directory path for all InnoDB data files."
msgstr "すべての InnoDB データファイルに共通するディレクトリパス。"

#: libraries/classes/Engines/Innodb.php:35
msgid "Data files"
msgstr "データファイル"

#: libraries/classes/Engines/Innodb.php:38
msgid "Autoextend increment"
msgstr "自動拡張時に追加されるテーブルの大きさ"

#: libraries/classes/Engines/Innodb.php:40
msgid ""
"The increment size for extending the size of an autoextending tablespace "
"when it becomes full."
msgstr ""
"スペースがいっぱいになったときに自動的にテーブルを拡張する場合に追加される"
"テーブルの大きさ。"

#: libraries/classes/Engines/Innodb.php:45
msgid "Buffer pool size"
msgstr "バッファプールの大きさ"

#: libraries/classes/Engines/Innodb.php:46
msgid ""
"The size of the memory buffer InnoDB uses to cache data and indexes of its "
"tables."
msgstr ""
"InnoDB がテーブルのデータやインデックスをキャッシュするのに使うメモリバッファ"
"量。"

#: libraries/classes/Engines/Innodb.php:107
msgid "Buffer Pool"
msgstr "バッファプール"

#: libraries/classes/Engines/Innodb.php:108
#: libraries/classes/Server/Status/Data.php:233
msgid "InnoDB Status"
msgstr "InnoDB ステータス"

#: libraries/classes/Engines/Innodb.php:135
msgid "Buffer Pool Usage"
msgstr "バッファプールの使用量"

#: libraries/classes/Engines/Innodb.php:142
msgid "pages"
msgstr "ページ"

#: libraries/classes/Engines/Innodb.php:150
msgid "Free pages"
msgstr "フリーページ数"

#: libraries/classes/Engines/Innodb.php:156
msgid "Dirty pages"
msgstr "ダーティページ"

#: libraries/classes/Engines/Innodb.php:162
msgid "Pages containing data"
msgstr "データが含まれているページ数"

#: libraries/classes/Engines/Innodb.php:168
msgid "Pages to be flushed"
msgstr "フラッシュ待ちページ数"

#: libraries/classes/Engines/Innodb.php:174
msgid "Busy pages"
msgstr "ビジーなページ数"

#: libraries/classes/Engines/Innodb.php:183
msgid "Latched pages"
msgstr "ラッチされているページ"

#: libraries/classes/Engines/Innodb.php:194
msgid "Buffer Pool Activity"
msgstr "バッファプールの利用状況"

#: libraries/classes/Engines/Innodb.php:198
msgid "Read requests"
msgstr "読み込みリクエスト数"

#: libraries/classes/Engines/Innodb.php:204
msgid "Write requests"
msgstr "書き込みリクエスト数"

#: libraries/classes/Engines/Innodb.php:210
msgid "Read misses"
msgstr "読み込みミス"

#: libraries/classes/Engines/Innodb.php:216
msgid "Write waits"
msgstr "書き込み待ち"

#: libraries/classes/Engines/Innodb.php:222
msgid "Read misses in %"
msgstr "読み込みミス (%)"

#: libraries/classes/Engines/Innodb.php:237
msgid "Write waits in %"
msgstr "書き込み待ち (%)"

#: libraries/classes/Engines/Myisam.php:28
msgid "Data pointer size"
msgstr "データポインタのサイズ"

#: libraries/classes/Engines/Myisam.php:30
msgid ""
"The default pointer size in bytes, to be used by CREATE TABLE for MyISAM "
"tables when no MAX_ROWS option is specified."
msgstr ""
"MAX_ROWS オプションを指定せずに MyISAM テーブルを作成するときに CREATE TABLE "
"が使用するデフォルトのポインタサイズ (バイト単位)。"

#: libraries/classes/Engines/Myisam.php:36
msgid "Automatic recovery mode"
msgstr "自動修復モード"

#: libraries/classes/Engines/Myisam.php:38
msgid ""
"The mode for automatic recovery of crashed MyISAM tables, as set via the --"
"myisam-recover server startup option."
msgstr ""
"クラッシュした MyISAM テーブルを自動修復するときのモード (サーバ起動オプショ"
"ン --myisam-recover で設定されるもの)。"

#: libraries/classes/Engines/Myisam.php:43
msgid "Maximum size for temporary sort files"
msgstr "ソート用の一時ファイルの最大サイズ"

#: libraries/classes/Engines/Myisam.php:45
msgid ""
"The maximum size of the temporary file MySQL is allowed to use while re-"
"creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA "
"INFILE)."
msgstr ""
"MyISAM インデックスを再作成するとき (REPAIR TABLE や ALTER TABLE、LOAD DATA "
"INFILE の最中) に利用できる一時ファイルの最大サイズ。"

#: libraries/classes/Engines/Myisam.php:52
msgid "Maximum size for temporary files on index creation"
msgstr "インデックス作成時に利用する一時ファイルの最大サイズ"

#: libraries/classes/Engines/Myisam.php:54
msgid ""
"If the temporary file used for fast MyISAM index creation would be larger "
"than using the key cache by the amount specified here, prefer the key cache "
"method."
msgstr ""
"MyISAM のインデックスを高速生成するときに利用される一時ファイルとキーキャッ"
"シュの差がここで指定した値以上に大きくなる場合は、キーキャッシュ法が使われま"
"す。"

#: libraries/classes/Engines/Myisam.php:61
msgid "Repair threads"
msgstr "スレッドの修復"

#: libraries/classes/Engines/Myisam.php:63
msgid ""
"If this value is greater than 1, MyISAM table indexes are created in "
"parallel (each index in its own thread) during the repair by sorting process."
msgstr ""
"この値が 1 より大きい場合は MyISAM テーブルのインデックスも修復中にソートプロ"
"セスによって (スレッドごとに) 同時作成されます。"

#: libraries/classes/Engines/Myisam.php:70
msgid "Sort buffer size"
msgstr "ソートバッファのサイズ"

#: libraries/classes/Engines/Myisam.php:72
msgid ""
"The buffer that is allocated when sorting MyISAM indexes during a REPAIR "
"TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
msgstr ""
"REPAIR TABLE の最中に MyISAM のインデックスをソートするとき、あるいは CREATE "
"INDEX や ALTER TABLE でインデックスを作成するときに割り当てられるバッファ。"

#: libraries/classes/Engines/Pbxt.php:33
msgid "Index cache size"
msgstr "インデックスキャッシュの大きさ"

#: libraries/classes/Engines/Pbxt.php:35
msgid ""
"This is the amount of memory allocated to the index cache. Default value is "
"32MB. The memory allocated here is used only for caching index pages."
msgstr ""
"インデックスキャッシュに割り当てるメモリ量。デフォルト値は 32MB です。ここで"
"割り当てたメモリはインデックスページのキャッシュにのみ利用されます。"

#: libraries/classes/Engines/Pbxt.php:42
msgid "Record cache size"
msgstr "レコードキャッシュの大きさ"

#: libraries/classes/Engines/Pbxt.php:44
msgid ""
"This is the amount of memory allocated to the record cache used to cache "
"table data. The default value is 32MB. This memory is used to cache changes "
"to the handle data (.xtd) and row pointer (.xtr) files."
msgstr ""
"テーブルデータをキャッシュするのに使うレコードキャッシュに割り当てるメモリ"
"量。デフォルト値は 32MB です。このメモリはハンドルデータファイル (.xtd) や行"
"ポインタファイル (.xtr) の変更をキャッシュするのに利用されます。"

#: libraries/classes/Engines/Pbxt.php:52
msgid "Log cache size"
msgstr "ログキャッシュの大きさ"

#: libraries/classes/Engines/Pbxt.php:54
msgid ""
"The amount of memory allocated to the transaction log cache used to cache on "
"transaction log data. The default is 16MB."
msgstr ""
"トランザクションログデータをキャッシュするのに使うトランザクションログキャッ"
"シュに割り当てるメモリ量。デフォルトは 16MB です。"

#: libraries/classes/Engines/Pbxt.php:61
msgid "Log file threshold"
msgstr "ログファイルの閾値"

#: libraries/classes/Engines/Pbxt.php:63
msgid ""
"The size of a transaction log before rollover, and a new log is created. The "
"default value is 16MB."
msgstr ""
"トランザクションログがどこまで増えたらロールオーバーして新しいログを作成する"
"か。デフォルト値は 16MB です。"

#: libraries/classes/Engines/Pbxt.php:69
msgid "Transaction buffer size"
msgstr "トランザクションバッファの大きさ"

#: libraries/classes/Engines/Pbxt.php:71
msgid ""
"The size of the global transaction log buffer (the engine allocates 2 "
"buffers of this size). The default is 1MB."
msgstr ""
"グローバルトランザクションログバッファの大きさ(このエンジンはこの大きさのバッ"
"ファを2つ割り当てます）。デフォルトは 1MB です。"

#: libraries/classes/Engines/Pbxt.php:78
msgid "Checkpoint frequency"
msgstr "チェックポイント頻度"

#: libraries/classes/Engines/Pbxt.php:80
msgid ""
"The amount of data written to the transaction log before a checkpoint is "
"performed. The default value is 24MB."
msgstr ""
"チェックポイントを実行する前にトランザクションログに書き込むデータ量。デフォ"
"ルト値は 24MB です。"

#: libraries/classes/Engines/Pbxt.php:87
msgid "Data log threshold"
msgstr "データログの閾値"

#: libraries/classes/Engines/Pbxt.php:89
msgid ""
"The maximum size of a data log file. The default value is 64MB. PBXT can "
"create a maximum of 32000 data logs, which are used by all tables. So the "
"value of this variable can be increased to increase the total amount of data "
"that can be stored in the database."
msgstr ""
"データログファイルの大きさの最大値。デフォルト値は 64MB です。PBXT は最大 "
"32000 個のデータログを作成できますが、これはあらゆるテーブルが使うものですの"
"で、この変数の値を大きくするとデータベースに保存できるデータの総数を増やすこ"
"とができます。"

#: libraries/classes/Engines/Pbxt.php:98
msgid "Garbage threshold"
msgstr "ガベージ閾値"

#: libraries/classes/Engines/Pbxt.php:100
msgid ""
"The percentage of garbage in a data log file before it is compacted. This is "
"a value between 1 and 99. The default is 50."
msgstr ""
"データログファイルのガベージが何％になったら圧縮するか。1 から 99 までの値を"
"とります。デフォルトは 50 です。"

#: libraries/classes/Engines/Pbxt.php:107
msgid "Log buffer size"
msgstr "ログバッファの大きさ"

#: libraries/classes/Engines/Pbxt.php:109
msgid ""
"The size of the buffer used when writing a data log. The default is 256MB. "
"The engine allocates one buffer per thread, but only if the thread is "
"required to write a data log."
msgstr ""
"データログを書き出すときに使うバッファの大きさ。デフォルトは 256MB です。この"
"エンジンはスレッドごとにバッファをひとつ割り当てます(そのスレッドがデータログ"
"を書き出す必要がある場合のみ)。"

#: libraries/classes/Engines/Pbxt.php:117
msgid "Data file grow size"
msgstr "データファイルの増分"

#: libraries/classes/Engines/Pbxt.php:118
msgid "The grow size of the handle data (.xtd) files."
msgstr "ハンドルデータファイル (.xtd) の増分。"

#: libraries/classes/Engines/Pbxt.php:122
msgid "Row file grow size"
msgstr "行ファイルの増分"

#: libraries/classes/Engines/Pbxt.php:123
msgid "The grow size of the row pointer (.xtr) files."
msgstr "行ポインタファイル (.xtr) の増分。"

#: libraries/classes/Engines/Pbxt.php:127
msgid "Log file count"
msgstr "ログファイル数"

#: libraries/classes/Engines/Pbxt.php:129
msgid ""
"This is the number of transaction log files (pbxt/system/xlog*.xt) the "
"system will maintain. If the number of logs exceeds this value then old logs "
"will be deleted, otherwise they are renamed and given the next highest "
"number."
msgstr ""
"システムが保存するトランザクションログファイル (pbxt/system/xlog*.xt) の数。"
"ログの数がそれ以上になると古いログが削除されます。それができない場合は、ログ"
"ファイル名の変更が行われ、最大番号の 1 つ次の番号が付けられます。"

#: libraries/classes/Engines/Pbxt.php:169
#: libraries/classes/Html/Generator.php:785
#: libraries/classes/Html/MySQLDocumentation.php:50
#: libraries/classes/Sanitize.php:203
#: templates/config/form_display/input.twig:10 templates/home/index.twig:244
#: templates/server/variables/index.twig:17 templates/setup/home/index.twig:113
#: templates/setup/home/index.twig:131
msgid "Documentation"
msgstr "ドキュメント"

#: libraries/classes/Engines/Pbxt.php:185
#, php-format
msgid ""
"Documentation and further information about PBXT can be found on the "
"%sPrimeBase XT Home Page%s."
msgstr ""
"PBXT に関するドキュメントおよび詳細な情報は、%sPrimeBase XT オフィシャルサイ"
"ト%sにあります。"

#: libraries/classes/ErrorHandler.php:105
msgid "Too many error messages, some are not displayed."
msgstr "エラーメッセージが多すぎます。いくつかは表示されません。"

#: libraries/classes/ErrorHandler.php:435
msgid "Report"
msgstr "レポート"

#: libraries/classes/ErrorHandler.php:440 templates/error/report_form.twig:25
msgid "Automatically send report next time"
msgstr "次回、レポートを自動的に送信します"

#: libraries/classes/Export.php:160 libraries/classes/Export.php:196
#: libraries/classes/Export.php:470
#, php-format
msgid "Insufficient space to save the file %s."
msgstr "空き容量不足でファイル %s を保存できません。"

#: libraries/classes/Export.php:419
#, php-format
msgid ""
"File %s already exists on server, change filename or check overwrite option."
msgstr ""
"サーバ上に既存のファイル %s があります。ファイル名を変更するか、上書きオプ"
"ションを有効にしてください。"

#: libraries/classes/Export.php:426 libraries/classes/Export.php:436
#, php-format
msgid "The web server does not have permission to save the file %s."
msgstr "このウェブサーバにはファイル %s を保存する権限がありません。"

#: libraries/classes/Export.php:476
#, php-format
msgid "Dump has been saved to file %s."
msgstr "ダンプをファイル %s に保存しました。"

#. l10n: A query written by the user is a "raw query" that could be using no tables or databases in particular
#: libraries/classes/Export.php:985
msgid "Exporting a raw query is not supported for this export method."
msgstr ""
"このエクスポート方法では、生のクエリのエクスポートには対応していません。"

#: libraries/classes/File.php:231
msgid "File was not an uploaded file."
msgstr "アップロードされたファイルではありません。"

#: libraries/classes/File.php:266
msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
msgstr ""
"アップロードしたファイルは php.ini に指定されている設定項目 "
"upload_max_filesize の値を超えています。"

#: libraries/classes/File.php:271
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form."
msgstr ""
"アップロードしたファイルは HTML フォームに指定されている設定項目 "
"MAX_FILE_SIZE の値を超えています。"

#: libraries/classes/File.php:276
msgid "The uploaded file was only partially uploaded."
msgstr "アップロードしたファイルは一部分しかアップロードできませんでした。"

#: libraries/classes/File.php:280
msgid "Missing a temporary folder."
msgstr "一時フォルダが見つかりません。"

#: libraries/classes/File.php:283
msgid "Failed to write file to disk."
msgstr "ファイルをディスクに書き込めません。"

#: libraries/classes/File.php:286
msgid "File upload stopped by extension."
msgstr "拡張によりファイルのアップロードが中断されました。"

#: libraries/classes/File.php:289
msgid "Unknown error in file upload."
msgstr "ファイルのアップロード中に予期しないエラーが発生しました。"

#: libraries/classes/File.php:422
msgid "File is a symbolic link"
msgstr "このファイルはシンボリックリンクです"

#: libraries/classes/File.php:429 libraries/classes/File.php:520
msgid "File could not be read!"
msgstr "ファイルを読み込めませんでした!"

#: libraries/classes/File.php:465
msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]."
msgstr ""
"アップロードされたファイルの移動に失敗しました。[doc@faq1-11]FAQ 1.11[/doc] "
"をご覧ください。"

#: libraries/classes/File.php:485
msgid "Error while moving uploaded file."
msgstr "アップロードされたファイルを移動中にエラーが発生しました。"

#: libraries/classes/File.php:494
msgid "Cannot read uploaded file."
msgstr "アップロードされたファイルが読み込めません。"

#: libraries/classes/File.php:571
#, php-format
msgid ""
"You attempted to load file with unsupported compression (%s). Either support "
"for it is not implemented or disabled by your configuration."
msgstr ""
"サポートされていない圧縮形式 (%s) のファイルを読み込もうとしました。この形式"
"はサポートされていないか設定で無効にされています。"

#: libraries/classes/FlashMessages.php:24
msgid "Session not found."
msgstr "セッションが見つかりません。"

#: libraries/classes/Html/Generator.php:146
#, php-format
msgid "Jump to database “%s”."
msgstr "データベース「%s」に移動します。"

#: libraries/classes/Html/Generator.php:174
#, php-format
msgid "The %s functionality is affected by a known bug, see %s"
msgstr "%s の機能には既知のバグがあります。%s をご覧ください"

#: libraries/classes/Html/Generator.php:242
msgid "SSL is not being used"
msgstr "SSLは使用されていません"

#: libraries/classes/Html/Generator.php:247
msgid "SSL is used with disabled verification"
msgstr "SSLは無効な検証で使用されます"

#: libraries/classes/Html/Generator.php:249
msgid "SSL is used without certification authority"
msgstr "SSLはCAなしで使用されます"

#: libraries/classes/Html/Generator.php:252
msgid "SSL is used"
msgstr "SSLを使用されています"

#: libraries/classes/Html/Generator.php:362
msgid "The PHP function password_hash() with default options."
msgstr "PHP 関数 password_hash() にデフォルトのオプションを指定します。"

#: libraries/classes/Html/Generator.php:363
msgid "password_hash() PHP function"
msgstr "password_hash() PHP 関数"

#: libraries/classes/Html/Generator.php:645
msgid "Skip Explain SQL"
msgstr "SQL の EXPLAIN 解析をスキップ"

#: libraries/classes/Html/Generator.php:671
msgid "Without PHP code"
msgstr "PHP コードを省略"

#: libraries/classes/Html/Generator.php:679
#: templates/database/multi_table_query/form.twig:175
#: templates/database/qbe/selection_form.twig:115
msgid "Submit query"
msgstr "クエリを実行する"

#: libraries/classes/Html/Generator.php:726 templates/console/display.twig:31
#: templates/console/display.twig:175 templates/sql/profiling_chart.twig:2
msgid "Profiling"
msgstr "プロファイリング"

#: libraries/classes/Html/Generator.php:739
msgctxt "Inline edit query"
msgid "Edit inline"
msgstr "インライン編集"

#: libraries/classes/Html/Generator.php:863
msgid "Static analysis:"
msgstr "静的解析:"

#: libraries/classes/Html/Generator.php:866
#, php-format
msgid "%d errors were found during analysis."
msgstr "解析中に %d 個のエラーが見つかりました。"

#: libraries/classes/Import.php:287 libraries/classes/Sql.php:981
msgid "[ROLLBACK occurred.]"
msgstr "[ロールバックが発生しました。]"

#: libraries/classes/Import.php:1258
msgid ""
"The following structures have either been created or altered. Here you can:"
msgstr ""
"以下に示す構成が、作成もしくは変更されました。ここで次のことが行えます。"

#: libraries/classes/Import.php:1260
msgid "View a structure's contents by clicking on its name."
msgstr "名前をクリックすることで構造内容を表示します。"

#: libraries/classes/Import.php:1261
msgid ""
"Change any of its settings by clicking the corresponding \"Options\" link."
msgstr ""
"「オプション」のリンクをクリックすることで対応する設定の変更が行えます。"

#: libraries/classes/Import.php:1262
msgid "Edit structure by following the \"Structure\" link."
msgstr "名前の後ろにある「構造」のリンクより構造の編集が行えます。"

#: libraries/classes/Import.php:1266 libraries/classes/Import.php:1300
#: libraries/classes/Plugins/Export/ExportCodegen.php:66
#: libraries/classes/Plugins/Export/ExportCsv.php:46
#: libraries/classes/Plugins/Export/ExportExcel.php:39
#: libraries/classes/Plugins/Export/ExportHtmlword.php:46
#: libraries/classes/Plugins/Export/ExportJson.php:72
#: libraries/classes/Plugins/Export/ExportLatex.php:67
#: libraries/classes/Plugins/Export/ExportMediawiki.php:45
#: libraries/classes/Plugins/Export/ExportOds.php:53
#: libraries/classes/Plugins/Export/ExportOdt.php:59
#: libraries/classes/Plugins/Export/ExportPdf.php:65
#: libraries/classes/Plugins/Export/ExportPhparray.php:45
#: libraries/classes/Plugins/Export/ExportSql.php:115
#: libraries/classes/Plugins/Export/ExportTexytext.php:45
#: libraries/classes/Plugins/Export/ExportXml.php:76
#: libraries/classes/Plugins/Export/ExportYaml.php:44
#: libraries/classes/Plugins/Import/ImportCsv.php:70
#: libraries/classes/Plugins/Import/ImportLdi.php:51
#: libraries/classes/Plugins/Import/ImportMediawiki.php:59
#: libraries/classes/Plugins/Import/ImportOds.php:53
#: libraries/classes/Plugins/Import/ImportShp.php:70
#: libraries/classes/Plugins/Import/ImportSql.php:46
#: libraries/classes/Plugins/Import/ImportXml.php:51
#: templates/console/display.twig:7 templates/console/display.twig:140
#: templates/database/designer/database_tables.twig:114
#: templates/database/routines/editor_form.twig:53
#: templates/table/structure/display_table_stats.twig:97
msgid "Options"
msgstr "オプション"

#: libraries/classes/Import.php:1269
#, php-format
msgid "Go to database: %s"
msgstr "データベース %s に移動"

#: libraries/classes/Import.php:1275 libraries/classes/Import.php:1318
#, php-format
msgid "Edit settings for %s"
msgstr "%s に対する設定の変更を行います"

#: libraries/classes/Import.php:1303
#, php-format
msgid "Go to table: %s"
msgstr "テーブル %s に移動"

#: libraries/classes/Import.php:1311
#, php-format
msgid "Structure of %s"
msgstr "%s の構造"

#: libraries/classes/Import.php:1329
#, php-format
msgid "Go to view: %s"
msgstr "ビュー %s に移動"

#: libraries/classes/Import.php:1357
msgid ""
"Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional "
"engine tables can be rolled back."
msgstr ""
"トランザクションエンジンテーブルを含むINSERT、UPDATE、DELETE、およびREPLACE "
"SQLクエリのみをロールバックできます。"

#: libraries/classes/Index.php:620
#, php-format
msgid ""
"The indexes %1$s and %2$s seem to be equal and one of them could possibly be "
"removed."
msgstr ""
"インデックス %1$s と %2$s は同一のもののようです。一方は削除してもよいかもし"
"れません。"

#: libraries/classes/InsertEdit.php:342
#: libraries/classes/Navigation/Nodes/NodeFunction.php:28
#: templates/database/routines/execute_form.twig:18
#: templates/table/search/index.twig:36
#: templates/table/zoom_search/index.twig:34
msgid "Function"
msgstr "関数"

#: libraries/classes/InsertEdit.php:345
#: libraries/classes/Plugins/Export/ExportHtmlword.php:275
#: libraries/classes/Plugins/Export/ExportHtmlword.php:370
#: libraries/classes/Plugins/Export/ExportLatex.php:543
#: libraries/classes/Plugins/Export/ExportOdt.php:375
#: libraries/classes/Plugins/Export/ExportOdt.php:479
#: libraries/classes/Plugins/Export/ExportTexytext.php:295
#: libraries/classes/Plugins/Export/ExportTexytext.php:387
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:527
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:668
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:702
#: templates/columns_definitions/table_fields_definitions.twig:12
#: templates/database/central_columns/edit.twig:9
#: templates/database/central_columns/main.twig:20
#: templates/database/central_columns/main.twig:224
#: templates/database/data_dictionary/index.twig:23
#: templates/database/data_dictionary/index.twig:74
#: templates/database/events/index.twig:45
#: templates/database/privileges/index.twig:19
#: templates/database/routines/editor_form.twig:26
#: templates/database/routines/editor_form.twig:51
#: templates/database/routines/execute_form.twig:16
#: templates/database/routines/index.twig:50
#: templates/database/structure/table_header.twig:30 templates/indexes.twig:17
#: templates/table/privileges/index.twig:21
#: templates/table/search/index.twig:39
#: templates/table/structure/display_structure.twig:22
#: templates/table/structure/display_structure.twig:476
#: templates/table/tracking/structure_snapshot_columns.twig:7
#: templates/table/tracking/structure_snapshot_indexes.twig:6
#: templates/table/zoom_search/index.twig:37
msgid "Type"
msgstr "タイプ"

#: libraries/classes/InsertEdit.php:716 templates/import.twig:60
#: templates/import.twig:85
msgid "The directory you set for upload work cannot be reached."
msgstr "指定したアップロードディレクトリが利用できません。"

#: libraries/classes/InsertEdit.php:724
#: templates/database/qbe/ins_del_and_or_cell.twig:24
#: templates/server/privileges/privileges_table.twig:32
#: templates/server/privileges/privileges_table.twig:59
#: templates/server/privileges/privileges_table.twig:86
#: templates/server/privileges/privileges_table.twig:113
#: templates/table/search/index.twig:129
msgid "Or"
msgstr "または"

#: libraries/classes/InsertEdit.php:725
msgid "web server upload directory:"
msgstr "ウェブサーバ上のアップロードディレクトリ:"

#: libraries/classes/InsertEdit.php:1332 libraries/classes/Sql.php:964
msgid "Showing SQL query"
msgstr "SQL クエリを表示"

#: libraries/classes/InsertEdit.php:1356 libraries/classes/Sql.php:944
#, php-format
msgid "Inserted row id: %1$d"
msgstr "id %1$d の行を挿入しました"

#: libraries/classes/LanguageManager.php:979
msgid "Ignoring unsupported language code."
msgstr "サポートされていない言語のコードを無視します。"

#: libraries/classes/Linter.php:108
msgid ""
"Linting is disabled for this query because it exceeds the maximum length."
msgstr ""
"文字列の長さが最大値を超えているため、このクエリに対する構文チェックは無効に"
"なっています。"

#: libraries/classes/Linter.php:162
#, php-format
msgid "%1$s (near <code>%2$s</code>)"
msgstr "%1$s （もしかして <code>%2$s</code>）"

#: libraries/classes/Menu.php:240
#: libraries/classes/Navigation/Nodes/NodeTable.php:313
#: libraries/classes/Util.php:1489 libraries/classes/Util.php:1991
#: libraries/config.values.php:68 libraries/config.values.php:82
#: libraries/config.values.php:183 templates/database/search/results.twig:34
#: templates/database/structure/structure_table_row.twig:43
#: templates/table/structure/display_structure.twig:282
msgid "Browse"
msgstr "表示"

#: libraries/classes/Menu.php:259 libraries/classes/Menu.php:366
#: libraries/classes/Navigation/Nodes/NodeTable.php:304
#: libraries/classes/Util.php:1487 libraries/classes/Util.php:1977
#: libraries/classes/Util.php:1994 libraries/config.values.php:64
#: libraries/config.values.php:78 libraries/config.values.php:169
#: libraries/config.values.php:179 templates/database/routines/index.twig:27
#: templates/database/routines/index.twig:28
#: templates/database/structure/structure_table_row.twig:53
#: templates/server/databases/index.twig:76
#: templates/server/databases/index.twig:77
msgid "Search"
msgstr "検索"

#: libraries/classes/Menu.php:270
#: libraries/classes/Navigation/Nodes/NodeTable.php:307
#: libraries/classes/Util.php:1488 libraries/classes/Util.php:1995
#: libraries/config.values.php:66 libraries/config.values.php:80
#: libraries/config.values.php:181
#: templates/database/qbe/ins_del_and_or_cell.twig:6
#: templates/database/structure/structure_table_row.twig:59
#: templates/sql/query.twig:75
msgid "Insert"
msgstr "挿入"

#: libraries/classes/Menu.php:296 libraries/classes/Menu.php:406
#: libraries/classes/Server/Privileges.php:2842 libraries/classes/Util.php:1982
#: libraries/classes/Util.php:1998 libraries/config.values.php:161
#: templates/database/privileges/index.twig:20
#: templates/server/privileges/privileges_summary.twig:15
#: templates/server/sub_page_header.twig:2
#: templates/table/privileges/index.twig:22
msgid "Privileges"
msgstr "権限"

#: libraries/classes/Menu.php:307 libraries/classes/Menu.php:317
#: libraries/classes/Menu.php:397 libraries/classes/Util.php:1490
#: libraries/classes/Util.php:1981 libraries/classes/Util.php:1999
#: libraries/config.values.php:171 templates/table/operations/view.twig:8
msgid "Operations"
msgstr "操作"

#: libraries/classes/Menu.php:323 libraries/classes/Menu.php:432
#: libraries/classes/Util.php:1986 libraries/classes/Util.php:2000
msgid "Tracking"
msgstr "SQL コマンドの追跡"

#: libraries/classes/Menu.php:330 libraries/classes/Menu.php:425
#: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:25
#: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:26
#: libraries/classes/Plugins/Export/ExportHtmlword.php:558
#: libraries/classes/Plugins/Export/ExportOdt.php:708
#: libraries/classes/Plugins/Export/ExportPdf.php:270
#: libraries/classes/Plugins/Export/ExportSql.php:2104
#: libraries/classes/Plugins/Export/ExportTexytext.php:548
#: libraries/classes/Plugins/Export/ExportXml.php:120
#: libraries/classes/Util.php:1985 libraries/classes/Util.php:2001
#: templates/database/triggers/list.twig:3
msgid "Triggers"
msgstr "トリガ"

#: libraries/classes/Menu.php:371 libraries/classes/Menu.php:379
#: libraries/classes/Menu.php:387
msgid "Database seems to be empty!"
msgstr "データベースが空のようです!"

#: libraries/classes/Menu.php:374 libraries/classes/Util.php:1978
msgid "Query"
msgstr "クエリ"

#: libraries/classes/Menu.php:412 libraries/classes/Util.php:1983
#: templates/database/routines/index.twig:3
msgid "Routines"
msgstr "ルーチン"

#: libraries/classes/Menu.php:418
#: libraries/classes/Navigation/Nodes/NodeEventContainer.php:25
#: libraries/classes/Navigation/Nodes/NodeEventContainer.php:26
#: libraries/classes/Plugins/Export/ExportSql.php:1014
#: libraries/classes/Plugins/Export/ExportXml.php:100
#: libraries/classes/Util.php:1984 templates/database/events/index.twig:3
msgid "Events"
msgstr "イベント"

#: libraries/classes/Menu.php:439 libraries/classes/Util.php:1987
msgid "Designer"
msgstr "デザイナ"

#: libraries/classes/Menu.php:446 libraries/classes/Util.php:1988
#: templates/database/structure/check_all_tables.twig:32
msgid "Central columns"
msgstr "主要カラム"

#: libraries/classes/Menu.php:503
msgid "User accounts"
msgstr "ユーザアカウント"

#: libraries/classes/Menu.php:538 libraries/classes/Server/Status/Data.php:152
#: libraries/classes/Util.php:1967 templates/server/binlog/index.twig:3
msgid "Binary log"
msgstr "バイナリログ"

#: libraries/classes/Menu.php:545 libraries/classes/Server/Status/Data.php:157
#: libraries/classes/Util.php:1968
#: templates/database/structure/body_for_table_summary.twig:11
#: templates/database/structure/table_header.twig:10
#: templates/server/replication/index.twig:5
msgid "Replication"
msgstr "レプリケーション"

#: libraries/classes/Menu.php:551 libraries/classes/Server/Status/Data.php:229
#: libraries/classes/Util.php:1969 libraries/config.values.php:159
#: templates/server/engines/show.twig:18 templates/server/engines/show.twig:21
#: templates/sql/query.twig:191
msgid "Variables"
msgstr "変数"

#: libraries/classes/Menu.php:556 libraries/classes/Util.php:1970
msgid "Charsets"
msgstr "文字セット"

#: libraries/classes/Menu.php:561 libraries/classes/Util.php:1972
msgid "Engines"
msgstr "エンジン"

#: libraries/classes/Menu.php:566 libraries/classes/Util.php:1971
#: templates/server/plugins/index.twig:4
msgid "Plugins"
msgstr "プラグイン"

#: libraries/classes/Message.php:252
#, php-format
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
msgstr[0] "%1$d 行変更しました。"

#: libraries/classes/Message.php:273
#, php-format
msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d 行削除しました。"

#: libraries/classes/Message.php:294
#, php-format
msgid "%1$d row inserted."
msgid_plural "%1$d rows inserted."
msgstr[0] "%1$d 行挿入しました。"

#: libraries/classes/Navigation/Navigation.php:231
msgid "Groups:"
msgstr "グループ:"

#: libraries/classes/Navigation/Navigation.php:232
msgid "Events:"
msgstr "イベント:"

#: libraries/classes/Navigation/Navigation.php:233
msgid "Functions:"
msgstr "関数:"

#: libraries/classes/Navigation/Navigation.php:234
msgid "Procedures:"
msgstr "プロシージャ："

#: libraries/classes/Navigation/Navigation.php:235
#: templates/database/export/index.twig:14
msgid "Tables:"
msgstr "テーブル："

#: libraries/classes/Navigation/Navigation.php:236
msgid "Views:"
msgstr "ビュー："

#: libraries/classes/Navigation/NavigationTree.php:758
msgid ""
"There are large item groups in navigation panel which may affect the "
"performance. Consider disabling item grouping in the navigation panel."
msgstr ""
"ナビゲーションパネルに大きな項目グループがあり、パフォーマンスに影響を与える"
"可能性があります。ナビゲーションパネルで項目のグループ化を無効にすることを検"
"討してください。"

#: libraries/classes/Navigation/NavigationTree.php:832
msgid "Groups"
msgstr "グループ"

#: libraries/classes/Navigation/NavigationTree.php:945
#, php-format
msgid "%s result found"
msgid_plural "%s results found"
msgstr[0] "%s が見つかりました"

#: libraries/classes/Navigation/NavigationTree.php:1346
msgid "Collapse all"
msgstr "すべて折りたたむ"

#. l10n: The word "Node" must not be translated here
#: libraries/classes/Navigation/NodeFactory.php:43
#, php-format
msgid "Invalid class name \"%1$s\", using default of \"Node\""
msgstr "\"%1$s\" は、デフォルトの \"Node\" を含む無効なクラス名です"

#: libraries/classes/Navigation/NodeFactory.php:73
#, php-format
msgid "Could not load class \"%1$s\""
msgstr "「%1$s」のクラスをロード出来ませんでした"

#: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:25
#: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:26
#: templates/sql/query.twig:62
msgid "Columns"
msgstr "カラム"

#: libraries/classes/Navigation/Nodes/NodeColumnContainer.php:33
msgctxt "Create new column"
msgid "New"
msgstr "新規作成"

#: libraries/classes/Navigation/Nodes/NodeColumn.php:32
#: libraries/classes/Plugins/Export/ExportHtmlword.php:272
#: libraries/classes/Plugins/Export/ExportHtmlword.php:367
#: libraries/classes/Plugins/Export/ExportLatex.php:542
#: libraries/classes/Plugins/Export/ExportOdt.php:372
#: libraries/classes/Plugins/Export/ExportOdt.php:476
#: libraries/classes/Plugins/Export/ExportTexytext.php:294
#: libraries/classes/Plugins/Export/ExportTexytext.php:386
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:525
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:667
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:701
#: templates/columns_definitions/column_name.twig:16
#: templates/database/data_dictionary/index.twig:22
#: templates/database/data_dictionary/index.twig:77 templates/indexes.twig:20
#: templates/table/index_form.twig:141
#: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:5
#: templates/table/operations/index.twig:13
#: templates/table/relation/common_form.twig:18
#: templates/table/relation/common_form.twig:23
#: templates/table/relation/common_form.twig:38
#: templates/table/relation/common_form.twig:120
#: templates/table/relation/common_form.twig:189
#: templates/table/relation/foreign_key_row.twig:120
#: templates/table/relation/foreign_key_row.twig:130
#: templates/table/search/index.twig:38
#: templates/table/structure/display_structure.twig:479
#: templates/table/tracking/structure_snapshot_columns.twig:6
#: templates/table/tracking/structure_snapshot_indexes.twig:9
#: templates/table/zoom_search/index.twig:36
#: templates/table/zoom_search/result_form.twig:35
msgid "Column"
msgstr "カラム"

#: libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php:38
msgctxt "Create new database"
msgid "New"
msgstr "新規作成"

#: libraries/classes/Navigation/Nodes/NodeDatabase.php:42
msgid "Database operations"
msgstr "データベース操作"

#: libraries/classes/Navigation/Nodes/NodeDatabase.php:664
msgid "Show hidden items"
msgstr "非表示アイテムの再表示"

#: libraries/classes/Navigation/Nodes/NodeEventContainer.php:33
msgctxt "Create new event"
msgid "New"
msgstr "新規作成"

#: libraries/classes/Navigation/Nodes/NodeEvent.php:28
#: libraries/classes/Plugins/Export/ExportHtmlword.php:475
#: libraries/classes/Plugins/Export/ExportOdt.php:605
#: libraries/classes/Plugins/Export/ExportTexytext.php:463
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:363
#: templates/database/triggers/editor_form.twig:47
#: templates/database/triggers/list.twig:48
msgid "Event"
msgstr "イベント"

#: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:25
#: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:26
#: libraries/classes/Plugins/Export/ExportSql.php:634
#: libraries/classes/Plugins/Export/ExportXml.php:105
msgid "Functions"
msgstr "関数"

#: libraries/classes/Navigation/Nodes/NodeFunctionContainer.php:33
msgctxt "Create new function"
msgid "New"
msgstr "新規作成"

#: libraries/classes/Navigation/Nodes/NodeIndexContainer.php:33
msgctxt "Create new index"
msgid "New"
msgstr "新規作成"

#: libraries/classes/Navigation/Nodes/Node.php:630
msgid "Expand/Collapse"
msgstr "展開/折りたたみ"

#: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:25
#: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:26
#: libraries/classes/Plugins/Export/ExportSql.php:623
#: libraries/classes/Plugins/Export/ExportXml.php:110
msgid "Procedures"
msgstr "プロシージャ"

#: libraries/classes/Navigation/Nodes/NodeProcedureContainer.php:33
msgctxt "Create new procedure"
msgid "New"
msgstr "新規作成"

#: libraries/classes/Navigation/Nodes/NodeProcedure.php:28
msgid "Procedure"
msgstr "プロシージャ"

#: libraries/classes/Navigation/Nodes/NodeTableContainer.php:34
msgctxt "Create new table"
msgid "New"
msgstr "新規作成"

#: libraries/classes/Navigation/Nodes/NodeTriggerContainer.php:33
msgctxt "Create new trigger"
msgid "New"
msgstr "新規作成"

#: libraries/classes/Navigation/Nodes/NodeTrigger.php:28
msgid "Trigger"
msgstr "トリガ"

#: libraries/classes/Navigation/Nodes/NodeViewContainer.php:25
#: libraries/classes/Navigation/Nodes/NodeViewContainer.php:26
#: libraries/classes/Plugins/Export/ExportXml.php:125
#: templates/database/structure/show_create.twig:28
msgid "Views"
msgstr "ビュー"

#: libraries/classes/Navigation/Nodes/NodeViewContainer.php:34
msgctxt "Create new view"
msgid "New"
msgstr "新規作成"

#: libraries/classes/Normalization.php:223
msgid "Make all columns atomic"
msgstr "すべてのカラムをアトミックにする"

#: libraries/classes/Normalization.php:225
#: libraries/classes/Normalization.php:961
msgid "First step of normalization (1NF)"
msgstr "第1正規化(1NF)"

#: libraries/classes/Normalization.php:228
#: libraries/classes/Normalization.php:278
#: libraries/classes/Normalization.php:324
#: libraries/classes/Normalization.php:361
msgid "Step 1."
msgstr "ステップ １."

#: libraries/classes/Normalization.php:230
msgid ""
"Do you have any column which can be split into more than one column? For "
"example: address can be split into street, city, country and zip."
msgstr ""
"複数に分割できるカラムはありませんか？ 例えば、「住所」は「番地」、「市区町"
"村」、「都道府県」、「郵便番号」、「国」などに分割できます。"

#: libraries/classes/Normalization.php:236
msgid "Show me the central list of columns that are not already in this table"
msgstr "このテーブルに存在しない主要カラムのリストを表示します"

#: libraries/classes/Normalization.php:238
msgid ""
"Select a column which can be split into more than one (on select of 'no such "
"column', it'll move to next step)."
msgstr ""
"分割可能なカラムを選択（もしくは ’カラムがありません’ を選択）し、次のステッ"
"プに進みます。"

#: libraries/classes/Normalization.php:253
msgid "split into "
msgstr "分割します "

#: libraries/classes/Normalization.php:275
msgid "Have a primary key"
msgstr "主キーが存在します"

#: libraries/classes/Normalization.php:281
msgid "Primary key already exists."
msgstr "主キーは既に存在しています。"

#: libraries/classes/Normalization.php:286
msgid ""
"There is no primary key; please add one.<br>Hint: A primary key is a column "
"(or combination of columns) that uniquely identify all rows."
msgstr ""
"主キーがありません。１つ追加してください。<br>ヒント：主キーはすべての行を個"
"別に識別できるカラム（や、カラムの組み合わせ）に指定します。"

#: libraries/classes/Normalization.php:294
msgid "Add a primary key on existing column(s)"
msgstr "既存のカラムにプライマリーキーを設定します"

#: libraries/classes/Normalization.php:298
msgid ""
"If it's not possible to make existing column combinations as primary key"
msgstr ""
"プライマリキーとして既存のカラムの組み合わせを設定することができない場合"

#: libraries/classes/Normalization.php:300
msgid "+ Add a new primary key column"
msgstr "+ 主キーカラムを追加"

#: libraries/classes/Normalization.php:323
msgid "Remove redundant columns"
msgstr "不要なカラムを削除"

#: libraries/classes/Normalization.php:326
msgid ""
"Do you have a group of columns which on combining gives an existing column? "
"For example, if you have first_name, last_name and full_name then combining "
"first_name and last_name gives full_name which is redundant."
msgstr ""
"複数のカラムを統合して既に存在しているカラムの値になりますか？例：３つのカラ"
"ムがあります：「姓」、「名」、「氏名」。この場合、「氏名」は不要です。"

#: libraries/classes/Normalization.php:332
msgid ""
"Check the columns which are redundant and click on remove. If no redundant "
"column, click on 'No redundant column'"
msgstr ""
"不要なカラムにチェックを入れて「削除」をクリック。不要なカラムがない場合、"
"「不要カラムなし」をクリック"

#: libraries/classes/Normalization.php:337
msgid "Remove selected"
msgstr "選択項目を削除"

#: libraries/classes/Normalization.php:338
msgid "No redundant column"
msgstr "不要カラムなし"

#: libraries/classes/Normalization.php:360
msgid "Move repeating groups"
msgstr "連続グループを移動"

#: libraries/classes/Normalization.php:363
msgid ""
"Do you have a group of two or more columns that are closely related and are "
"all repeating the same attribute? For example, a table that holds data on "
"books might have columns such as book_id, author1, author2, author3 and so "
"on which form a repeating group. In this case a new table (book_id, author) "
"should be created."
msgstr ""
"２つ以上近い関係のカラムが同じ特性を繰り返していますか？例：あるテーブルが"
"「本」のデータが入っています。カラムは「book_id」、「author1」、「author2」、"
"「author3」、等々で「繰り返しグループ」が作られています。この場合、新しいテー"
"ブルを作成すべきです。"

#: libraries/classes/Normalization.php:371
msgid ""
"Check the columns which form a repeating group. If no such group, click on "
"'No repeating group'"
msgstr ""
"繰り返しグループのカラムを選択してください。存在していない場合、「繰り返しグ"
"ループ無し」をクリック"

#: libraries/classes/Normalization.php:376
msgid "No repeating group"
msgstr "繰り返しグループ無し"

#: libraries/classes/Normalization.php:404
msgid "Step 2."
msgstr "ステップ 2."

#: libraries/classes/Normalization.php:404
msgid "Find partial dependencies"
msgstr "部分的な依存を見つける"

#: libraries/classes/Normalization.php:425
#, php-format
msgid ""
"No partial dependencies possible as no non-primary column exists since "
"primary key ( %1$s ) is composed of all the columns in the table."
msgstr ""
"部分依存関係は不可能。理由：主キーのないカラムが存在しない。主キー「%1$s」は"
"テーブルの全てのカラムになっている。"

#: libraries/classes/Normalization.php:431
#: libraries/classes/Normalization.php:473
msgid "Table is already in second normal form."
msgstr "テーブルは既に第2正規形になっている。"

#: libraries/classes/Normalization.php:436
#, php-format
msgid ""
"The primary key ( %1$s ) consists of more than one column so we need to find "
"the partial dependencies."
msgstr ""
"主キー「%1$s」は複数カラムで作成されています。部分依存関係カラムを確認する必"
"要があります。"

#: libraries/classes/Normalization.php:440
#: libraries/classes/Normalization.php:870
msgid ""
"Please answer the following question(s) carefully to obtain a correct "
"normalization."
msgstr "正しい正規化を得るために慎重に次の質問に答えてください。"

#: libraries/classes/Normalization.php:442
msgid "+ Show me the possible partial dependencies based on data in the table"
msgstr "+ テーブル内のデータに基づいて可能な部分的な依存関係を表示"

#: libraries/classes/Normalization.php:445
msgid ""
"For each column below, please select the <b>minimal set</b> of columns among "
"given set whose values combined together are sufficient to determine the "
"value of the column."
msgstr ""
"以下の各カラムで、カラムの値を決定するために<b>最小限</b>のカラム組み合わせを"
"指定してください。"

#: libraries/classes/Normalization.php:458
#: libraries/classes/Normalization.php:912
#, php-format
msgid "'%1$s' depends on:"
msgstr "'%1$s'が次に依存します:"

#: libraries/classes/Normalization.php:469
#, php-format
msgid ""
"No partial dependencies possible as the primary key ( %1$s ) has just one "
"column."
msgstr "部分依存関係は不可能。理由：主キー「%1$s」は１つのカラムしかない。"

#: libraries/classes/Normalization.php:497
#, php-format
msgid ""
"In order to put the original table '%1$s' into Second normal form we need to "
"create the following tables:"
msgstr ""
"元テーブル「%1$s」を第2正規形になる為、次のテーブルを作成する必要があります："

#: libraries/classes/Normalization.php:535
#, php-format
msgid "The second step of normalization is complete for table '%1$s'."
msgstr "テーブル「%1$s」の第２正規形は完了しました。"

#: libraries/classes/Normalization.php:591
#: libraries/classes/Normalization.php:764
#: libraries/classes/Normalization.php:842
msgid "Error in processing!"
msgstr "処理中にエラーが発生しました!"

#: libraries/classes/Normalization.php:638
#, php-format
msgid ""
"In order to put the original table '%1$s' into Third normal form we need to "
"create the following tables:"
msgstr ""
"元のテーブル「%1$s」を第３正規形になる為、次のテーブルを作成する必要がありま"
"す："

#: libraries/classes/Normalization.php:695
msgid "The third step of normalization is complete."
msgstr "第３正規化が完了しました。"

#: libraries/classes/Normalization.php:815
#, php-format
msgid "Selected repeating group has been moved to the table '%s'"
msgstr "選択された繰り返しグループが「%s」のテーブルへ移動されました"

#: libraries/classes/Normalization.php:868
msgid "Step 3."
msgstr "ステップ 3."

#: libraries/classes/Normalization.php:868
msgid "Find transitive dependencies"
msgstr "過渡的依存性を検知"

#: libraries/classes/Normalization.php:872
msgid ""
"For each column below, please select the <b>minimal set</b> of columns among "
"given set whose values combined together are sufficient to determine the "
"value of the column.<br>Note: A column may have no transitive dependency, in "
"that case you don't have to select any."
msgstr ""
"以下の各カラムで、カラムの値を決定するために<b>最小限</b>のカラム組み合わせを"
"指定してください。<br />※カラムは過渡的依存がない場合、選択する必要がありませ"
"ん。"

#: libraries/classes/Normalization.php:926
msgid ""
"No Transitive dependencies possible as the table doesn't have any non "
"primary key columns"
msgstr "テーブルには主キーカラムがないので、過渡的依存性は不可能"

#: libraries/classes/Normalization.php:929
msgid "Table is already in Third normal form!"
msgstr "テーブルは既に第3正規形になっている!"

#: libraries/classes/Normalization.php:955
msgid "Improve table structure (Normalization):"
msgstr "テーブル構造(正規化)を改善します:"

#: libraries/classes/Normalization.php:956
msgid "Select up to what step you want to normalize"
msgstr "どのステップまでに正規化するかを選択してください"

#: libraries/classes/Normalization.php:966
msgid "Second step of normalization (1NF+2NF)"
msgstr "第２正規化(1NF+2NF)"

#: libraries/classes/Normalization.php:971
msgid "Third step of normalization (1NF+2NF+3NF)"
msgstr "第３正規化(1NF+2NF+3NF)"

#: libraries/classes/Normalization.php:976
msgid ""
"Hint: Please follow the procedure carefully in order to obtain correct "
"normalization"
msgstr "ヒント：正しい正規化を得るために慎重に手順に従ってください"

#: libraries/classes/Normalization.php:1047
msgid ""
"This list is based on a subset of the table's data and is not necessarily "
"accurate. "
msgstr ""
"この一覧はテーブルのデータサブセットの元で作成されたので、必ずしも正確ではあ"
"りません。 "

#: libraries/classes/Normalization.php:1062
msgid "No partial dependencies found!"
msgstr "部分的な依存が見つかりませんでした!"

#: libraries/classes/Operations.php:555
#: templates/table/structure/display_partitions.twig:84
msgid "Analyze"
msgstr "分析"

#: libraries/classes/Operations.php:556
#: templates/table/structure/display_partitions.twig:94
msgid "Check"
msgstr "確認"

#: libraries/classes/Operations.php:557
#: templates/table/structure/display_partitions.twig:104
msgid "Optimize"
msgstr "最適化"

#: libraries/classes/Operations.php:558
#: templates/table/structure/display_partitions.twig:114
msgid "Rebuild"
msgstr "再構築"

#: libraries/classes/Operations.php:559
#: templates/table/structure/display_partitions.twig:124
msgid "Repair"
msgstr "修復"

#: libraries/classes/Operations.php:560
#: templates/table/structure/display_partitions.twig:134
msgid "Truncate"
msgstr "切り捨て"

#: libraries/classes/Operations.php:572 templates/database/events/index.twig:19
#: templates/database/events/index.twig:20
#: templates/database/events/index.twig:96
#: templates/database/events/index.twig:102
#: templates/database/events/row.twig:47 templates/database/events/row.twig:53
#: templates/database/routines/index.twig:19
#: templates/database/routines/index.twig:20
#: templates/database/routines/parameter_row.twig:51
#: templates/database/routines/row.twig:77
#: templates/database/structure/check_all_tables.twig:16
#: templates/database/structure/structure_table_row.twig:87
#: templates/database/triggers/list.twig:19
#: templates/database/triggers/list.twig:20
#: templates/database/triggers/row.twig:52
#: templates/database/triggers/row.twig:58 templates/indexes.twig:58
#: templates/server/databases/index.twig:67
#: templates/server/databases/index.twig:68
#: templates/server/databases/index.twig:324
#: templates/table/relation/foreign_key_row.twig:25
#: templates/table/structure/display_partitions.twig:145
#: templates/table/structure/display_structure.twig:120
#: templates/table/structure/display_structure.twig:290
#: templates/table/structure/display_structure.twig:525
msgid "Drop"
msgstr "削除"

#: libraries/classes/Operations.php:574
msgid "Coalesce"
msgstr "合体"

#: libraries/classes/Operations.php:930
msgid "Can't move table to same one!"
msgstr "同じテーブルには移動できません!"

#: libraries/classes/Operations.php:932
msgid "Can't copy table to same one!"
msgstr "同じテーブルにはコピーできません!"

#: libraries/classes/Operations.php:956
#, php-format
msgid "Table %s has been moved to %s. Privileges have been adjusted."
msgstr "テーブル %s が %s に移動されました。 権限が変更されました。"

#: libraries/classes/Operations.php:962
#, php-format
msgid "Table %s has been copied to %s. Privileges have been adjusted."
msgstr "テーブル %s を %s にコピーしました。権限が変更されました。"

#: libraries/classes/Operations.php:969
#, php-format
msgid "Table %s has been moved to %s."
msgstr "テーブル %s を %s に移動しました。"

#: libraries/classes/Operations.php:973
#, php-format
msgid "Table %s has been copied to %s."
msgstr "テーブル %s を %s にコピーしました。"

#: libraries/classes/Operations.php:997
msgid "The table name is empty!"
msgstr "テーブル名が空です!"

#: libraries/classes/Pdf.php:136
msgid "Error while creating PDF:"
msgstr "PDF を作成中にエラーが発生しました："

#: libraries/classes/Plugins/Auth/AuthenticationConfig.php:81
msgid "Cannot connect: invalid settings."
msgstr "接続できません。設定が無効です。"

#: libraries/classes/Plugins/Auth/AuthenticationConfig.php:95
#: libraries/classes/Plugins/Auth/AuthenticationHttp.php:87
#: templates/login/header.twig:10
#, php-format
msgid "Welcome to %s"
msgstr "%s へようこそ"

#: libraries/classes/Plugins/Auth/AuthenticationConfig.php:109
#, php-format
msgid ""
"You probably did not create a configuration file. You might want to use the "
"%1$ssetup script%2$s to create one."
msgstr ""
"設定ファイルが作成されていないものと思われます。%1$sセットアップスクリプ"
"ト%2$s を利用して設定ファイルを作成してください。"

#: libraries/classes/Plugins/Auth/AuthenticationConfig.php:130
msgid ""
"phpMyAdmin tried to connect to the MySQL server, and the server rejected the "
"connection. You should check the host, username and password in your "
"configuration and make sure that they correspond to the information given by "
"the administrator of the MySQL server."
msgstr ""
"MySQL サーバに接続しようとしましたが拒否されました。config.inc.php のホスト、"
"ユーザ名、パスワードが MySQL サーバの管理者から与えられた情報と一致するか確認"
"してください。"

#: libraries/classes/Plugins/Auth/AuthenticationConfig.php:151
msgid "Retry to connect"
msgstr "接続を再試行"

#: libraries/classes/Plugins/Auth/AuthenticationCookie.php:133
msgid "Your session has expired. Please log in again."
msgstr "セッションが期限切れです。もう一度ログインしてください。"

#: libraries/classes/Plugins/Auth/AuthenticationCookie.php:252
msgid "Missing reCAPTCHA verification, maybe it has been blocked by adblock?"
msgstr ""
"reCAPTCHA検証がない。adblockによってブロックされている可能性があるでしょう"
"か？"

#: libraries/classes/Plugins/Auth/AuthenticationCookie.php:287
msgid "Failed to connect to the reCAPTCHA service!"
msgstr "reCAPTCHAサービスに接続に失敗しました!"

#: libraries/classes/Plugins/Auth/AuthenticationCookie.php:289
msgid "Entered captcha is wrong, try again!"
msgstr "入力されたCAPTCHAは間違っている、もう一度お試しください！"

#: libraries/classes/Plugins/Auth/AuthenticationCookie.php:301
msgid ""
"Your password is too long. To prevent denial-of-service attacks, phpMyAdmin "
"restricts passwords to less than 1000 characters."
msgstr ""
"パスワードが長すぎます。サービス拒否攻撃を防ぐために、phpMyAdmin はパスワード"
"を 1000 文字以下に制限しています。"

#: libraries/classes/Plugins/Auth/AuthenticationCookie.php:320
msgid "You are not allowed to log in to this MySQL server!"
msgstr "このMySQL サーバにログインする許可がありません!"

#: libraries/classes/Plugins/Auth/AuthenticationHttp.php:92
msgid "Wrong username/password. Access denied."
msgstr ""
"ユーザ名ないしパスワードが間違っています。<br />アクセスは拒否されました。"

#: libraries/classes/Plugins/Auth/AuthenticationSignon.php:149
msgid "Can not find signon authentication script:"
msgstr "サインオン認証スクリプトが見つかりません："

#: libraries/classes/Plugins/AuthenticationPlugin.php:180
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
"パスワードなしログインは設定 (AllowNoPassword 参照) によって禁止されています"

#: libraries/classes/Plugins/AuthenticationPlugin.php:189
#, php-format
msgid ""
"You have been automatically logged out due to inactivity of %s seconds. Once "
"you log in again, you should be able to resume the work where you left off."
msgstr ""
"%s 秒間、未操作のために自動的にログアウトされました。再度ログインすると、中断"
"した所から作業を再開できるようになります。"

#: libraries/classes/Plugins/AuthenticationPlugin.php:202
#: libraries/classes/Plugins/AuthenticationPlugin.php:205
msgid "Cannot log in to the MySQL server"
msgstr "MySQL サーバにログインできません"

#: libraries/classes/Plugins/AuthenticationPlugin.php:348
msgid "You have enabled two factor authentication, please confirm your login."
msgstr "二要素認証が有効化しています。認証コードを入力してください。"

#: libraries/classes/Plugins/Export/ExportCodegen.php:80
#: templates/export.twig:119
msgid "Format:"
msgstr "フォーマット:"

#: libraries/classes/Plugins/Export/ExportCsv.php:58
#: libraries/classes/Plugins/Import/AbstractImportCsv.php:36
msgid "Columns separated with:"
msgstr "カラムの区切り記号:"

#: libraries/classes/Plugins/Export/ExportCsv.php:63
#: libraries/classes/Plugins/Import/AbstractImportCsv.php:42
msgid "Columns enclosed with:"
msgstr "カラム囲み記号:"

#: libraries/classes/Plugins/Export/ExportCsv.php:68
#: libraries/classes/Plugins/Import/AbstractImportCsv.php:49
msgid "Columns escaped with:"
msgstr "カラムのエスケープ記号:"

#: libraries/classes/Plugins/Export/ExportCsv.php:73
#: libraries/classes/Plugins/Import/AbstractImportCsv.php:56
msgid "Lines terminated with:"
msgstr "行の終端記号:"

#: libraries/classes/Plugins/Export/ExportCsv.php:78
#: libraries/classes/Plugins/Export/ExportExcel.php:51
#: libraries/classes/Plugins/Export/ExportHtmlword.php:80
#: libraries/classes/Plugins/Export/ExportLatex.php:187
#: libraries/classes/Plugins/Export/ExportOds.php:65
#: libraries/classes/Plugins/Export/ExportOdt.php:132
#: libraries/classes/Plugins/Export/ExportTexytext.php:84
msgid "Replace NULL with:"
msgstr "NULL の代替文字列:"

#: libraries/classes/Plugins/Export/ExportCsv.php:83
#: libraries/classes/Plugins/Export/ExportExcel.php:56
msgid "Remove carriage return/line feed characters within columns"
msgstr "カラム内の改行/復帰文字を削除する"

#: libraries/classes/Plugins/Export/ExportExcel.php:66
msgid "Excel edition:"
msgstr "Excel のエディション:"

#: libraries/classes/Plugins/Export/ExportHtmlword.php:62
#: libraries/classes/Plugins/Export/ExportLatex.php:94
#: libraries/classes/Plugins/Export/ExportMediawiki.php:66
#: libraries/classes/Plugins/Export/ExportOdt.php:75
#: libraries/classes/Plugins/Export/ExportPdf.php:91
#: libraries/classes/Plugins/Export/ExportSql.php:242
#: libraries/classes/Plugins/Export/ExportTexytext.php:61
#: libraries/config.values.php:254 libraries/config.values.php:318
#: libraries/config.values.php:334 libraries/config.values.php:342
#: libraries/config.values.php:347
msgid "structure"
msgstr "構造"

#: libraries/classes/Plugins/Export/ExportHtmlword.php:63
#: libraries/classes/Plugins/Export/ExportLatex.php:95
#: libraries/classes/Plugins/Export/ExportMediawiki.php:67
#: libraries/classes/Plugins/Export/ExportOdt.php:76
#: libraries/classes/Plugins/Export/ExportPdf.php:92
#: libraries/classes/Plugins/Export/ExportSql.php:243
#: libraries/classes/Plugins/Export/ExportTexytext.php:62
#: libraries/config.values.php:255 libraries/config.values.php:319
#: libraries/config.values.php:335 libraries/config.values.php:343
#: libraries/config.values.php:348
msgid "data"
msgstr "データ"

#: libraries/classes/Plugins/Export/ExportHtmlword.php:64
#: libraries/classes/Plugins/Export/ExportLatex.php:96
#: libraries/classes/Plugins/Export/ExportMediawiki.php:68
#: libraries/classes/Plugins/Export/ExportOdt.php:77
#: libraries/classes/Plugins/Export/ExportPdf.php:93
#: libraries/classes/Plugins/Export/ExportSql.php:244
#: libraries/classes/Plugins/Export/ExportTexytext.php:63
#: libraries/config.values.php:256 libraries/config.values.php:320
#: libraries/config.values.php:336 libraries/config.values.php:344
#: libraries/config.values.php:349
msgid "structure and data"
msgstr "構造とデータ"

#: libraries/classes/Plugins/Export/ExportHtmlword.php:74
#: libraries/classes/Plugins/Export/ExportLatex.php:158
#: libraries/classes/Plugins/Export/ExportOdt.php:121
#: libraries/classes/Plugins/Export/ExportTexytext.php:73
#: libraries/classes/Plugins/Export/ExportXml.php:133
msgid "Data dump options"
msgstr "データのダンプオプション"

#: libraries/classes/Plugins/Export/ExportHtmlword.php:194
#: libraries/classes/Plugins/Export/ExportOdt.php:245
#: libraries/classes/Plugins/Export/ExportSql.php:2354
#: libraries/classes/Plugins/Export/ExportTexytext.php:178
msgid "Dumping data for table"
msgstr "テーブルのデータのダンプ"

#: libraries/classes/Plugins/Export/ExportHtmlword.php:278
#: libraries/classes/Plugins/Export/ExportHtmlword.php:373
#: libraries/classes/Plugins/Export/ExportLatex.php:544
#: libraries/classes/Plugins/Export/ExportOdt.php:378
#: libraries/classes/Plugins/Export/ExportOdt.php:482
#: libraries/classes/Plugins/Export/ExportTexytext.php:296
#: libraries/classes/Plugins/Export/ExportTexytext.php:388
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:529
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:670
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:704
#: templates/columns_definitions/table_fields_definitions.twig:30
#: templates/database/central_columns/edit.twig:14
#: templates/database/central_columns/main.twig:40
#: templates/database/central_columns/main.twig:244
#: templates/database/data_dictionary/index.twig:24
#: templates/database/data_dictionary/index.twig:80 templates/indexes.twig:23
#: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:8
#: templates/table/structure/display_structure.twig:25
#: templates/table/structure/display_structure.twig:482
#: templates/table/tracking/structure_snapshot_columns.twig:9
#: templates/table/tracking/structure_snapshot_indexes.twig:12
#: templates/table/zoom_search/result_form.twig:36
msgid "Null"
msgstr "Null"

#: libraries/classes/Plugins/Export/ExportHtmlword.php:281
#: libraries/classes/Plugins/Export/ExportHtmlword.php:376
#: libraries/classes/Plugins/Export/ExportLatex.php:545
#: libraries/classes/Plugins/Export/ExportOdt.php:381
#: libraries/classes/Plugins/Export/ExportOdt.php:485
#: libraries/classes/Plugins/Export/ExportTexytext.php:297
#: libraries/classes/Plugins/Export/ExportTexytext.php:389
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:531
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:671
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:705
#: templates/columns_definitions/table_fields_definitions.twig:20
#: templates/database/central_columns/edit.twig:11
#: templates/database/central_columns/main.twig:28
#: templates/database/central_columns/main.twig:232
#: templates/database/data_dictionary/index.twig:25
#: templates/database/structure/body_for_table_summary.twig:52
#: templates/server/replication/replica_configuration.twig:9
#: templates/table/structure/display_structure.twig:26
#: templates/table/tracking/structure_snapshot_columns.twig:10
msgid "Default"
msgstr "デフォルト値"

#: libraries/classes/Plugins/Export/ExportHtmlword.php:380
#: libraries/classes/Plugins/Export/ExportLatex.php:547
#: libraries/classes/Plugins/Export/ExportOdt.php:489
#: libraries/classes/Plugins/Export/ExportTexytext.php:391
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:540
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:673
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:707
#: templates/database/data_dictionary/index.twig:27
msgid "Links to"
msgstr "リンク先"

#: libraries/classes/Plugins/Export/ExportHtmlword.php:473
#: libraries/classes/Plugins/Export/ExportOdt.php:599
#: libraries/classes/Plugins/Export/ExportTexytext.php:461
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:359
#: templates/columns_definitions/table_fields_definitions.twig:9
#: templates/database/central_columns/edit.twig:8
#: templates/database/central_columns/main.twig:16
#: templates/database/central_columns/main.twig:220
#: templates/database/events/index.twig:43
#: templates/database/routines/editor_form.twig:50
#: templates/database/routines/execute_form.twig:15
#: templates/database/routines/index.twig:49
#: templates/database/triggers/list.twig:43 templates/setup/home/index.twig:49
#: templates/table/structure/display_structure.twig:21
msgid "Name"
msgstr "名前"

#: libraries/classes/Plugins/Export/ExportHtmlword.php:476
#: libraries/classes/Plugins/Export/ExportOdt.php:608
#: libraries/classes/Plugins/Export/ExportTexytext.php:464
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:365
#: templates/database/events/editor_form.twig:82
#: templates/database/routines/editor_form.twig:109
#: templates/database/triggers/editor_form.twig:57
msgid "Definition"
msgstr "定義"

#: libraries/classes/Plugins/Export/ExportHtmlword.php:548
#: libraries/classes/Plugins/Export/ExportOdt.php:686
#: libraries/classes/Plugins/Export/ExportSql.php:2090
#: libraries/classes/Plugins/Export/ExportTexytext.php:528
msgid "Table structure for table"
msgstr "テーブルの構造"

#: libraries/classes/Plugins/Export/ExportHtmlword.php:566
#: libraries/classes/Plugins/Export/ExportOdt.php:718
#: libraries/classes/Plugins/Export/ExportSql.php:2141
#: libraries/classes/Plugins/Export/ExportTexytext.php:554
msgid "Structure for view"
msgstr "ビュー用の構造"

#: libraries/classes/Plugins/Export/ExportHtmlword.php:572
#: libraries/classes/Plugins/Export/ExportOdt.php:738
#: libraries/classes/Plugins/Export/ExportSql.php:2173
#: libraries/classes/Plugins/Export/ExportTexytext.php:570
msgid "Stand-in structure for view"
msgstr "ビュー用の代替構造"

#: libraries/classes/Plugins/Export/ExportJson.php:87
msgid "Output pretty-printed JSON (Use human-readable formatting)"
msgstr "JSONをプリティプリント出力する（人間が読める書式を利用）"

#: libraries/classes/Plugins/Export/ExportJson.php:93
msgid "Output unicode characters unescaped"
msgstr "エスケープしないでUnicode文字を出力する"

#: libraries/classes/Plugins/Export/ExportLatex.php:50
msgid "Content of table @TABLE@"
msgstr "テーブル @TABLE@ の内容"

#: libraries/classes/Plugins/Export/ExportLatex.php:51
msgid "(continued)"
msgstr "(続き)"

#: libraries/classes/Plugins/Export/ExportLatex.php:52
msgid "Structure of table @TABLE@"
msgstr "テーブル @TABLE@ の構造"

#: libraries/classes/Plugins/Export/ExportLatex.php:107
#: libraries/classes/Plugins/Export/ExportOdt.php:88
#: libraries/classes/Plugins/Export/ExportSql.php:257
msgid "Object creation options"
msgstr "生成オプション"

#: libraries/classes/Plugins/Export/ExportLatex.php:113
#: libraries/classes/Plugins/Export/ExportLatex.php:169
msgid "Table caption:"
msgstr "テーブルのキャプション:"

#: libraries/classes/Plugins/Export/ExportLatex.php:119
#: libraries/classes/Plugins/Export/ExportLatex.php:175
msgid "Table caption (continued):"
msgstr "テーブルのキャプション (続き):"

#: libraries/classes/Plugins/Export/ExportLatex.php:125
#: libraries/classes/Plugins/Export/ExportLatex.php:181
msgid "Label key:"
msgstr "ラベルキー:"

#: libraries/classes/Plugins/Export/ExportLatex.php:133
#: libraries/classes/Plugins/Export/ExportOdt.php:96
#: libraries/classes/Plugins/Export/ExportSql.php:151
msgid "Display foreign key relationships"
msgstr "外部キーリレーションシップを表示する"

#: libraries/classes/Plugins/Export/ExportLatex.php:140
#: libraries/classes/Plugins/Export/ExportOdt.php:103
msgid "Display comments"
msgstr "コメントを表示する"

#: libraries/classes/Plugins/Export/ExportLatex.php:146
#: libraries/classes/Plugins/Export/ExportOdt.php:109
#: libraries/classes/Plugins/Export/ExportSql.php:159
msgid "Display media types"
msgstr "メディア タイプを表示する"

#: libraries/classes/Plugins/Export/ExportLatex.php:164
msgid "Put columns names in the first row:"
msgstr "1 行目にカラム名を追加する:"

#: libraries/classes/Plugins/Export/ExportLatex.php:210
#: libraries/classes/Plugins/Export/ExportSql.php:754
#: libraries/classes/Plugins/Export/ExportXml.php:232
#: templates/server/replication/change_primary.twig:22
#: templates/server/replication/primary_add_replica_user.twig:29
msgid "Host:"
msgstr "ホスト:"

#: libraries/classes/Plugins/Export/ExportLatex.php:216
#: libraries/classes/Plugins/Export/ExportSql.php:761
#: libraries/classes/Plugins/Export/ExportXml.php:238
msgid "Generation Time:"
msgstr "生成日時:"

#: libraries/classes/Plugins/Export/ExportLatex.php:218
#: libraries/classes/Plugins/Export/ExportSql.php:765
#: libraries/classes/Plugins/Export/ExportXml.php:240
#: templates/home/index.twig:173
msgid "Server version:"
msgstr "サーバのバージョン："

#: libraries/classes/Plugins/Export/ExportLatex.php:219
#: libraries/classes/Plugins/Export/ExportSql.php:767
#: libraries/classes/Plugins/Export/ExportXml.php:241
msgid "PHP Version:"
msgstr "PHP のバージョン:"

#: libraries/classes/Plugins/Export/ExportLatex.php:246
#: libraries/classes/Plugins/Export/ExportSql.php:947
#: libraries/classes/Plugins/Export/ExportXml.php:390
#: libraries/classes/Plugins/Export/Helpers/Pdf.php:201
#: templates/database/structure/copy_form.twig:5
#: templates/menu/breadcrumbs.twig:16
msgid "Database:"
msgstr "データベース:"

#: libraries/classes/Plugins/Export/ExportLatex.php:312
#: libraries/classes/Plugins/Export/ExportSql.php:2233
msgid "Data:"
msgstr "データ:"

#: libraries/classes/Plugins/Export/ExportLatex.php:520
msgid "Structure:"
msgstr "構造:"

#: libraries/classes/Plugins/Export/ExportMediawiki.php:77
msgid "Export table names"
msgstr "テーブル名をエクスポートする"

#: libraries/classes/Plugins/Export/ExportMediawiki.php:84
msgid "Export table headers"
msgstr "カラム名をエクスポートする"

#: libraries/classes/Plugins/Export/ExportOdt.php:246
#: libraries/classes/Plugins/Export/ExportTexytext.php:179
msgid "Dumping data for query result"
msgstr "クエリ結果のデータのダンプ"

#: libraries/classes/Plugins/Export/ExportPdf.php:77
msgid "Report title:"
msgstr "レポートのタイトル:"

#: libraries/classes/Plugins/Export/ExportPdf.php:192
msgid "Dumping data"
msgstr "データのダンプ"

#: libraries/classes/Plugins/Export/ExportPdf.php:213
msgid "Query result data"
msgstr "クエリ結果のデータ"

#: libraries/classes/Plugins/Export/ExportPdf.php:273
msgid "View structure"
msgstr "ビュー構造"

#: libraries/classes/Plugins/Export/ExportPdf.php:276
msgid "Stand in"
msgstr "Standin"

#: libraries/classes/Plugins/Export/ExportSql.php:130
msgid ""
"Display comments <i>(includes info such as export timestamp, PHP version, "
"and server version)</i>"
msgstr ""
"コメントの表示<i>（エクスポート日時、PHP や サーバ のバージョンなどの情報が含"
"まれます）</i>"

#: libraries/classes/Plugins/Export/ExportSql.php:137
msgid "Additional custom header comment (\\n splits lines):"
msgstr "ヘッダに追加する独自コメント (\\n で改行):"

#: libraries/classes/Plugins/Export/ExportSql.php:143
msgid ""
"Include a timestamp of when databases were created, last updated, and last "
"checked"
msgstr "データベースの作成日時、最終更新日時、最終検査日時を含める"

#: libraries/classes/Plugins/Export/ExportSql.php:204
msgid "Export metadata"
msgstr "メタデータのエクスポート"

#: libraries/classes/Plugins/Export/ExportSql.php:219
msgid ""
"Database system or older MySQL server to maximize output compatibility with:"
msgstr "他のデータベースシステムまたは古い MySQL サーバとの互換性:"

#: libraries/classes/Plugins/Export/ExportSql.php:265
msgid "Add statements:"
msgstr "追加コマンド："

#: libraries/classes/Plugins/Export/ExportSql.php:273
#: libraries/classes/Plugins/Export/ExportSql.php:282
#: libraries/classes/Plugins/Export/ExportSql.php:299
#: libraries/classes/Plugins/Export/ExportSql.php:308
#: libraries/classes/Plugins/Export/ExportSql.php:332
#: libraries/classes/Plugins/Export/ExportSql.php:360
#: libraries/classes/Plugins/Export/ExportSql.php:369
#, php-format
msgid "Add %s statement"
msgstr "%s コマンドを追加する"

#: libraries/classes/Plugins/Export/ExportSql.php:315
msgid "(less efficient as indexes will be generated during table creation)"
msgstr "（テーブル作成中にインデックスが生成されるので、効率が悪い）"

#: libraries/classes/Plugins/Export/ExportSql.php:322
#, php-format
msgid "%s value"
msgstr "%s 値"

#. l10n: Allow simplifying exported view syntax to only "CREATE VIEW"
#: libraries/classes/Plugins/Export/ExportSql.php:339
msgid "Use simple view export"
msgstr "簡易ビュー エクスポートの使用"

#: libraries/classes/Plugins/Export/ExportSql.php:378
msgid ""
"Enclose table and column names with backquotes <i>(Protects column and table "
"names formed with special characters or keywords)</i>"
msgstr ""
"逆クォートでテーブルやカラムの名前を囲む <i>(特殊な文字やキーワードを含むカラ"
"ム名やテーブル名を保護します)</i>"

#: libraries/classes/Plugins/Export/ExportSql.php:393
msgid "Data creation options"
msgstr "データ作成オプション"

#: libraries/classes/Plugins/Export/ExportSql.php:398
#: libraries/classes/Plugins/Export/ExportSql.php:2311
msgid "Truncate table before insert"
msgstr "挿入前にテーブルを空にする"

#: libraries/classes/Plugins/Export/ExportSql.php:405
msgid "Instead of <code>INSERT</code> statements, use:"
msgstr "<code>INSERT</code> 文の代わりに以下を使う："

#: libraries/classes/Plugins/Export/ExportSql.php:411
msgid "<code>INSERT DELAYED</code> statements"
msgstr "<code>INSERT DELAYED</code> 文"

#: libraries/classes/Plugins/Export/ExportSql.php:423
#: libraries/classes/Plugins/Export/ExportSql.php:457
msgid "<code>INSERT IGNORE</code> statements"
msgstr "<code>INSERT IGNORE</code> 文"

#: libraries/classes/Plugins/Export/ExportSql.php:437
msgid "Function to use when dumping data:"
msgstr "データをダンプするときに使うコマンド:"

#: libraries/classes/Plugins/Export/ExportSql.php:452
msgid "Syntax to use when inserting data:"
msgstr "データを挿入するときに使う構文："

#: libraries/classes/Plugins/Export/ExportSql.php:462
msgid ""
"include column names in every <code>INSERT</code> statement <br> &nbsp; "
"&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES "
"(1,2,3)</code>"
msgstr ""
"すべての <code>INSERT</code> 文にカラム名を含める <br> &nbsp; &nbsp; &nbsp; "
"例: <code>INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)</code>"

#: libraries/classes/Plugins/Export/ExportSql.php:467
msgid ""
"insert multiple rows in every <code>INSERT</code> statement<br> &nbsp; "
"&nbsp; &nbsp; Example: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), "
"(7,8,9)</code>"
msgstr ""
"すべての <code>INSERT</code> 文を複数行挿入で行う<br> &nbsp; &nbsp; &nbsp; "
"例: <code>INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), (7,8,9)</code>"

#: libraries/classes/Plugins/Export/ExportSql.php:472
msgid ""
"both of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
"tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"
msgstr ""
"上の両方を行う<br> &nbsp; &nbsp; &nbsp; 例: <code>INSERT INTO tbl_name "
"(col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)</code>"

#: libraries/classes/Plugins/Export/ExportSql.php:477
msgid ""
"neither of the above<br> &nbsp; &nbsp; &nbsp; Example: <code>INSERT INTO "
"tbl_name VALUES (1,2,3)</code>"
msgstr ""
"上のどちらでもない<br> &nbsp; &nbsp; &nbsp; 例: <code>INSERT INTO tbl_name "
"VALUES (1,2,3)</code>"

#: libraries/classes/Plugins/Export/ExportSql.php:496
msgid ""
"Dump binary columns in hexadecimal notation <i>(for example, \"abc\" becomes "
"0x616263)</i>"
msgstr "16 進表記でバイナリカラムをダンプする <i>(例：\"abc\" を 0x616263)</i>"

#: libraries/classes/Plugins/Export/ExportSql.php:505
msgid ""
"Dump TIMESTAMP columns in UTC <i>(enables TIMESTAMP columns to be dumped and "
"reloaded between servers in different time zones)</i>"
msgstr ""
"TIMESTAMP のカラムを UTC (協定世界時) でダンプする <i>(ダンプするサーバと読み"
"込ませるサーバのタイムゾーンが異なる場合に有効です)</i>"

#: libraries/classes/Plugins/Export/ExportSql.php:582
msgid "It appears your database uses routines;"
msgstr "データベースはルーチンを利用しているようです;"

#: libraries/classes/Plugins/Export/ExportSql.php:585
#: libraries/classes/Plugins/Export/ExportSql.php:1614
#: libraries/classes/Plugins/Export/ExportSql.php:2129
msgid "alias export may not work reliably in all cases."
msgstr "エイリアスエクスポートは確実に動作しない場合があります。"

#: libraries/classes/Plugins/Export/ExportSql.php:1066
msgid "Metadata"
msgstr "メタデータ"

#: libraries/classes/Plugins/Export/ExportSql.php:1134
#, php-format
msgid "Metadata for table %s"
msgstr "テーブル %s のメタデータ"

#: libraries/classes/Plugins/Export/ExportSql.php:1141
#, php-format
msgid "Metadata for database %s"
msgstr "データベース %s のメタデータ"

#: libraries/classes/Plugins/Export/ExportSql.php:1458
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:631
msgid "Creation:"
msgstr "作成日時："

#: libraries/classes/Plugins/Export/ExportSql.php:1468
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:642
msgid "Last update:"
msgstr "最終更新："

#: libraries/classes/Plugins/Export/ExportSql.php:1478
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:653
msgid "Last check:"
msgstr "最終検査："

#: libraries/classes/Plugins/Export/ExportSql.php:1529
#, php-format
msgid "Error reading structure for table %s:"
msgstr "テーブル %s の構造の読み取りエラー:"

#: libraries/classes/Plugins/Export/ExportSql.php:1611
msgid "It appears your database uses views;"
msgstr "データベースはビューを利用しているようです;"

#: libraries/classes/Plugins/Export/ExportSql.php:1778
msgid "Constraints for dumped tables"
msgstr "ダンプしたテーブルの制約"

#: libraries/classes/Plugins/Export/ExportSql.php:1779
msgid "Constraints for table"
msgstr "テーブルの制約"

#: libraries/classes/Plugins/Export/ExportSql.php:1806
msgid "Indexes for dumped tables"
msgstr "ダンプしたテーブルのインデックス"

#: libraries/classes/Plugins/Export/ExportSql.php:1807
msgid "Indexes for table"
msgstr "テーブルのインデックス"

#: libraries/classes/Plugins/Export/ExportSql.php:1843
msgid "AUTO_INCREMENT for dumped tables"
msgstr "ダンプしたテーブルの AUTO_INCREMENT"

#: libraries/classes/Plugins/Export/ExportSql.php:1844
msgid "AUTO_INCREMENT for table"
msgstr "テーブルの AUTO_INCREMENT"

#: libraries/classes/Plugins/Export/ExportSql.php:1919
msgid "MEDIA TYPES FOR TABLE"
msgstr "テーブルに含まれているメディアタイプ"

#: libraries/classes/Plugins/Export/ExportSql.php:1944
msgid "RELATIONSHIPS FOR TABLE"
msgstr "テーブルのリレーション"

#: libraries/classes/Plugins/Export/ExportSql.php:2126
msgid "It appears your table uses triggers;"
msgstr "データベースはトリガを利用しているようです;"

#: libraries/classes/Plugins/Export/ExportSql.php:2156
#, php-format
msgid "Structure for view %s exported as a table"
msgstr "ビュー %s の構造をテーブルとしてエクスポート"

#: libraries/classes/Plugins/Export/ExportSql.php:2176
msgid "(See below for the actual view)"
msgstr "(実際のビューを参照するには下にあります)"

#: libraries/classes/Plugins/Export/ExportSql.php:2244
#, php-format
msgid "Error reading data for table %s:"
msgstr "テーブル %s のデータ読み取りエラー:"

#: libraries/classes/Plugins/Export/ExportXml.php:94
msgid "Object creation options (all are recommended)"
msgstr "生成オプション (すべて推奨)"

#: libraries/classes/Plugins/Export/ExportXml.php:138
msgid "Export contents"
msgstr "内容をエクスポートする"

#: libraries/classes/Plugins/Export/Helpers/Pdf.php:202
#: templates/menu/breadcrumbs.twig:29
msgid "Table:"
msgstr "テーブル:"

#: libraries/classes/Plugins/Export/Helpers/Pdf.php:203
msgid "Purpose:"
msgstr "目的："

#: libraries/classes/Plugins/Import/AbstractImportCsv.php:30
msgid ""
"Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)"
msgstr ""
"インポート中に重複したキーが見つかった場合も更新する(「ON DUPLICATE KEY "
"UPDATE」を追加)"

#: libraries/classes/Plugins/Import/ImportCsv.php:83
msgid "Name of the new table (optional):"
msgstr "新しいテーブル名(必須ではない):"

#: libraries/classes/Plugins/Import/ImportCsv.php:92
msgid "Name of the new database (optional):"
msgstr "新しいデータベース名(必須ではない):"

#: libraries/classes/Plugins/Import/ImportCsv.php:101
#: libraries/classes/Plugins/Import/ImportCsv.php:119
msgid "Import these many number of rows (optional):"
msgstr "次の行の数をインポートする（必須ではない）:"

#: libraries/classes/Plugins/Import/ImportCsv.php:109
#: libraries/classes/Plugins/Import/ImportOds.php:66
msgid ""
"The first line of the file contains the table column names <i>(if this is "
"unchecked, the first line will become part of the data)</i>"
msgstr ""
"ファイルの最初の行にテーブルのカラム名が含まれている。<i>(これをチェックしな"
"かった場合、最初の行はデータの一部と見なされます。)</i>"

#: libraries/classes/Plugins/Import/ImportCsv.php:126
msgid ""
"If the data in each row of the file is not in the same order as in the "
"database, list the corresponding column names here. Column names must be "
"separated by commas and not enclosed in quotations."
msgstr ""
"ファイルの各行のデータがデータベースの同じ順序でない場合、対応するカラム名を"
"ここに記述します。カラム名は、カンマで区切る必要があり、引用符では囲みませ"
"ん。"

#: libraries/classes/Plugins/Import/ImportCsv.php:134
msgid "Column names:"
msgstr "カラム名:"

#: libraries/classes/Plugins/Import/ImportCsv.php:272
#: libraries/classes/Plugins/Import/ImportCsv.php:631
#, php-format
msgid "Invalid format of CSV input on line %d."
msgstr "CSV 入力の書式が不正です (行: %d)。"

#: libraries/classes/Plugins/Import/ImportCsv.php:490
#, php-format
msgid "Invalid column count in CSV input on line %d."
msgstr "CSV 入力のカラム数が不正です (行: %d)。"

#: libraries/classes/Plugins/Import/ImportCsv.php:649
#: libraries/classes/Plugins/Import/ImportCsv.php:664
#: libraries/classes/Plugins/Import/ImportCsv.php:675
#: libraries/classes/Plugins/Import/ImportCsv.php:682
#, php-format
msgid "Invalid parameter for CSV import: %s"
msgstr "CSV インポートのパラメータが不正です: %s"

#: libraries/classes/Plugins/Import/ImportCsv.php:813
#, php-format
msgid ""
"Invalid column (%s) specified! Ensure that columns names are spelled "
"correctly, separated by commas, and not enclosed in quotes."
msgstr ""
"指定されたカラム (%s) は無効です。カラム名のスペルが正しいか、カンマで区切ら"
"れていないか、引用符で囲まれていないかを確認してください。"

#: libraries/classes/Plugins/Import/ImportLdi.php:62
msgid "Column names: "
msgstr "カラム名: "

#: libraries/classes/Plugins/Import/ImportLdi.php:106
msgid "This plugin does not support compressed imports!"
msgstr "このプラグインでは圧縮されたファイルのインポートはできません!"

#: libraries/classes/Plugins/Import/ImportMediawiki.php:56
msgid "MediaWiki Table"
msgstr "MediaWiki テーブル"

#: libraries/classes/Plugins/Import/ImportMediawiki.php:275
#, php-format
msgid "Invalid format of mediawiki input on line: <br>%s."
msgstr "mediawiki 入力の書式が不正です<br>行: %s。"

#: libraries/classes/Plugins/Import/ImportOds.php:80
msgid "Import percentages as proper decimals <i>(ex. 12.00% to .12)</i>"
msgstr "パーセントは適切な小数に変換する <i>(例：12.00% を .12)</i>"

#: libraries/classes/Plugins/Import/ImportOds.php:86
msgid "Import currencies <i>(ex. $5.00 to 5.00)</i>"
msgstr "金額は単位を取り除く <i>(例：$5.00 を 5.00)</i>"

#: libraries/classes/Plugins/Import/ImportOds.php:153
#: libraries/classes/Plugins/Import/ImportXml.php:112
#: libraries/classes/Plugins/Import/ImportXml.php:175
msgid ""
"The XML file specified was either malformed or incomplete. Please correct "
"the issue and try again."
msgstr ""
"指定された XML ファイルは、不完全もしくはフォーマットが正しくありません。問題"
"を修正して再度試してみてください。"

#: libraries/classes/Plugins/Import/ImportOds.php:163
msgid "Could not parse OpenDocument Spreadsheet!"
msgstr "OpenDocument スプレッドシートを解析できませんでした！"

#: libraries/classes/Plugins/Import/ImportShp.php:68
msgid "ESRI Shape File"
msgstr "ESRI シェープファイル"

#: libraries/classes/Plugins/Import/ImportShp.php:101
#: libraries/classes/Plugins/Import/ImportShp.php:163
#, php-format
msgid "There was an error importing the ESRI shape file: \"%s\"."
msgstr "ESRI シェープファイルをインポート中にエラーがありました: \"%s\"。"

#: libraries/classes/Plugins/Import/ImportShp.php:193
#, php-format
msgid "MySQL Spatial Extension does not support ESRI type \"%s\"."
msgstr "MySQL の空間拡張が ESRI タイプをサポートしていません: \"%s\"。"

#: libraries/classes/Plugins/Import/ImportShp.php:242
msgid "The imported file does not contain any data!"
msgstr "インポートされたファイルには、データが含まれていません!"

#: libraries/classes/Plugins/Import/ImportSql.php:65
msgid "SQL compatibility mode:"
msgstr "SQL 互換モード:"

#: libraries/classes/Plugins/Import/ImportSql.php:77
msgid "Do not use <code>AUTO_INCREMENT</code> for zero values"
msgstr "値がゼロのものに対して <code>AUTO_INCREMENT</code> を使用しない"

#: libraries/classes/Plugins/Import/ImportXml.php:48
msgid "XML"
msgstr "XML"

#: libraries/classes/Plugins.php:589
msgid "This format has no options"
msgstr "この書式にはオプションはありません"

#: libraries/classes/Plugins.php:607
msgid "Invalid authentication method set in configuration:"
msgstr "設定ファイルに無効な認証方法が指定されています:"

#: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php:68
#: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php:87
#: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php:90
#: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php:87
#, php-format
msgid "The %s table doesn't exist!"
msgstr "%s テーブルは存在しません!"

#: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php:62
#: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php:78
#, php-format
msgid "Schema of the %s database - Page %s"
msgstr "データベース %s のスキーマ - ページ %s"

#: libraries/classes/Plugins/Schema/ExportRelationSchema.php:278
msgid "SCHEMA ERROR: "
msgstr "スキーマエラー: "

#: libraries/classes/Plugins/Schema/Pdf/Pdf.php:272
msgid "PDF export page"
msgstr "PDFエクスポートページ"

#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:135
#, php-format
msgid "Schema of the %s database"
msgstr "データベース %s のスキーマ"

#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:163
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:541
msgid "Relational schema"
msgstr "リレーショナルスキーマ"

#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:486
msgid "Table of contents"
msgstr "テーブルの内容"

#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:620
#: templates/columns_definitions/column_definitions_form.twig:72
#: templates/database/data_dictionary/index.twig:16
#: templates/table/structure/display_table_stats.twig:6
msgid "Table comments:"
msgstr "テーブルのコメント："

#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:669
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:703
#: templates/columns_definitions/table_fields_definitions.twig:27
#: templates/database/central_columns/edit.twig:13
#: templates/table/structure/display_structure.twig:24
msgid "Attributes"
msgstr "属性"

#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:672
#: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:706
#: templates/table/structure/display_structure.twig:30
#: templates/table/tracking/structure_snapshot_columns.twig:11
msgid "Extra"
msgstr "その他"

#: libraries/classes/Plugins/SchemaPlugin.php:74
msgid "Show color"
msgstr "色表示"

#: libraries/classes/Plugins/SchemaPlugin.php:76
msgid "Only show keys"
msgstr "キーの表示のみ"

#: libraries/classes/Plugins/Schema/SchemaDia.php:54
#: libraries/classes/Plugins/Schema/SchemaEps.php:62
#: libraries/classes/Plugins/Schema/SchemaPdf.php:64
msgid "Orientation"
msgstr "向き"

#: libraries/classes/Plugins/Schema/SchemaDia.php:58
#: libraries/classes/Plugins/Schema/SchemaEps.php:66
#: libraries/classes/Plugins/Schema/SchemaPdf.php:68
msgid "Landscape"
msgstr "横向き"

#: libraries/classes/Plugins/Schema/SchemaDia.php:59
#: libraries/classes/Plugins/Schema/SchemaEps.php:67
#: libraries/classes/Plugins/Schema/SchemaPdf.php:69
msgid "Portrait"
msgstr "縦向き"

#: libraries/classes/Plugins/Schema/SchemaEps.php:56
#: libraries/classes/Plugins/Schema/SchemaPdf.php:58
#: libraries/classes/Plugins/Schema/SchemaSvg.php:55
msgid "Same width for all tables"
msgstr "すべてのテーブルは同じ幅を利用"

#: libraries/classes/Plugins/Schema/SchemaPdf.php:83
msgid "Show grid"
msgstr "グリッドを表示"

#: libraries/classes/Plugins/Schema/SchemaPdf.php:89
#: templates/database/structure/index.twig:21
msgid "Data dictionary"
msgstr "データ辞書"

#: libraries/classes/Plugins/Schema/SchemaPdf.php:95
msgid "Order of the tables"
msgstr "テーブルの順序"

#: libraries/classes/Plugins/Schema/SchemaPdf.php:100
msgid "Name (Ascending)"
msgstr "テーブル名(昇順)"

#: libraries/classes/Plugins/Schema/SchemaPdf.php:101
msgid "Name (Descending)"
msgstr "テーブル名(降順)"

#: libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php:28
msgid ""
"Converts Boolean values to text (default 'T' and 'F'). First option is for "
"TRUE, second for FALSE. Nonzero=true."
msgstr ""
"ブール値をTEXTに変換します。 デフォルトは 「T」と 「F」です。 最初のオプショ"
"ンはTRUE、2番目のオプションはFALSEです。 0以外の値= TRUE。"

#: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:39
msgid ""
"Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as "
"formatted date. The first option is the offset (in hours) which will be "
"added to the timestamp (Default: 0). Use second option to specify a "
"different date/time format string. Third option determines whether you want "
"to see local date or UTC one (use \"local\" or \"utc\" strings) for that. "
"According to that, date format has different value - for \"local\" see the "
"documentation for PHP's strftime() function and for \"utc\" it is done using "
"gmdate() function."
msgstr ""
"TIME、TIMESTAMP、DATETIME、あるいは Unix タイムスタンプの値が入っている項目を"
"書式に合わせて表示します。1 つ目のオプションはタイムスタンプに加算する時差で"
"す (デフォルト: 0)。2 つ目のオプションには日時の書式文字列を指定します。3 つ"
"目のオプションはローカルの日時とみなすか UTC (協定世界時) とみなすかです "
"(\"local\" ないし \"utc\" という文字列を指定してください)。この値によって日時"
"の表記が変わります。\"local\" の場合は PHP の strftime() 関数の説明をご覧くだ"
"さい。\"utc\" の場合は gmdate() を利用します。"

#. l10n: See https://www.php.net/manual/en/function.strftime.php
#: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php:72
#: libraries/classes/Util.php:708
msgid "%B %d, %Y at %I:%M %p"
msgstr "%Y 年 %B %d 日 %H:%M"

#: libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php:31
msgid ""
"Displays a link to download the binary data of the column. You can use the "
"first option to specify the filename, or use the second option as the name "
"of a column which contains the filename. If you use the second option, you "
"need to set the first option to the empty string."
msgstr ""
"カラムのバイナリデータをダウンロードするリンクを表示します。1 つ目のオプショ"
"ンにバイナリファイルのファイル名を指定することもできますし、2 つ目のオプショ"
"ンにファイル名を保持しているカラムの名前を渡すこともできます。2 つ目のオプ"
"ションを使う場合は 1 つ目のオプションは空文字列にする必要があります。"

#: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:42
msgid ""
"LINUX ONLY: Launches an external application and feeds it the column data "
"via standard input. Returns the standard output of the application. The "
"default is Tidy, to pretty-print HTML code. For security reasons, you have "
"to manually edit the file libraries/classes/Plugins/Transformations/Abs/"
"ExternalTransformationsPlugin.php and list the tools you want to make "
"available. The first option is then the number of the program you want to "
"use. The second option should be blank for historical reasons. The third "
"option, if set to 1, will convert the output using htmlspecialchars() "
"(Default 1). The fourth option, if set to 1, will prevent wrapping and "
"ensure that the output appears all on one line (Default 1)."
msgstr ""
"LINUX のみ: 外部アプリケーションを起動して標準入力経由でカラムデータを渡しま"
"す。アプリケーションの標準出力が返ります。デフォルトは Tidy です (これは "
"HTML コードを綺麗にするためのものです)。セキュリティ上の理由から libraries/"
"classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php を自分"
"で編集して利用したいツールを明記しておく必要があります。最初のオプションは利"
"用したいプログラムの数です。2 つ目のオプションは歴史的な理由のため、空白のま"
"まにしてください。3 つ目のオプションが 1 に設定されている場合は "
"htmlspecialchars() を用いて出力を変換します (デフォルトは 1 です)。4 つ目のオ"
"プションが 1 に設定されている場合は禁則処理をせず出力全体が 1 行に収まるよう"
"にします (デフォルトは 1 です)。"

#: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php:122
#, php-format
msgid ""
"You are using the external transformation command line options field, which "
"has been deprecated for security reasons. Add all command line options "
"directly to the definition in %s."
msgstr ""
"セキュリティ上の問題のため廃止した外部変換コマンド ライン オプション フィール"
"ドを使用しようとしています。コマンド ライン オプションを %s の中の定義に直接"
"に追加してください。"

#: libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php:29
msgid ""
"Displays the contents of the column as-is, without running it through "
"htmlspecialchars(). That is, the column is assumed to contain valid HTML."
msgstr ""
"カラムの内容をそのまま、htmlspecialchars()を通さずに表示します。この場合、カ"
"ラムには正しい HTML が含まれているものと仮定します。"

#: libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php:31
msgid ""
"Displays hexadecimal representation of data. Optional first parameter "
"specifies how often space will be added (defaults to 2 nibbles)."
msgstr ""
"データを 16 進数で表記します。オプションとして最初のパラメータにスペースを追"
"加する頻度を指定することもできます (デフォルトは 2 ニブルごとです)。"

#: libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php:29
msgid "Displays a link to download this image."
msgstr "この画像をダウンロードするためのリンクを表示します。"

#: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:31
msgid ""
"Image upload functionality which also displays a thumbnail. The options are "
"the width and height of the thumbnail in pixels. Defaults to 100 X 100."
msgstr ""
"イメージアップロード機能です。サムネールも表示します。サムネールの設定はpx単"
"位で幅と高さです。既定値は100X100。"

#: libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php:91
msgid "Image preview here"
msgstr "イメージプレビューはこちら"

#: libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php:31
msgid ""
"Displays a clickable thumbnail. The options are the maximum width and height "
"in pixels. The original aspect ratio is preserved."
msgstr ""
"クリック可能なサムネイルを表示します。オプションとして幅と高さの最大値をピク"
"セル単位で指定できます。アスペクト比はそのまま維持されます。"

#: libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php:30
msgid ""
"Converts an (IPv4) Internet network address stored as a BIGINT into a string "
"in Internet standard dotted format."
msgstr ""
"BIGINTとして格納されている（IPv4）インターネットネットワークアドレスをイン"
"ターネット標準のドット表記の文字列に変換します。"

#: libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php:29
msgid ""
"Prepends and/or Appends text to a string. First option is text to be "
"prepended, second is appended (enclosed in single quotes, default empty "
"string)."
msgstr ""
"文字列の先頭または末尾にテキストを追加します。 最初のオプションは先頭に追加す"
"るテキスト、2番目のオプションは末尾に追加します（一重引用符で囲み、デフォルト"
"は空の文字列）。"

#: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:32
msgid ""
"Validates the string using regular expression and performs insert only if "
"string matches it. The first option is the Regular Expression."
msgstr ""
"正規表現を使用して文字列を検証し、文字列がそれに一致する場合にのみ挿入を実行"
"します。 最初のオプションは正規表現です。"

#: libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php:54
#, php-format
msgid "Validation failed for the input string %s."
msgstr "入力文字列%sで検証が失敗しました。"

#: libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php:28
msgid "Formats text as SQL query with syntax highlighting."
msgstr "テキストの内容を SQL クエリとみなし、構文ハイライト表示します。"

#: libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php:31
msgid ""
"Displays a part of a string. The first option is the number of characters to "
"skip from the beginning of the string (Default 0). The second option is the "
"number of characters to return (Default: until end of string). The third "
"option is the string to append and/or prepend when truncation occurs "
"(Default: \"…\")."
msgstr ""
"文字列の一部のみを表示します。1 つ目のオプションは文字列の先頭から何文字ス"
"キップするか (デフォルトは 0 です)、2 つ目のオプションは表示するテキストの文"
"字数です (デフォルトは文字列の末尾までです)。3 つ目のオプションは文字列を切り"
"詰めるときに前／後に補う省略記号です (デフォルトは … です)。"

#: libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php:29
msgid ""
"File upload functionality for TEXT columns. It does not have a textarea for "
"input."
msgstr ""
"「TEXT」カラムのファイルアップロード機能です、textarea入力がありません。"

#: libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php:31
msgid ""
"Displays an image and a link; the column contains the filename. The first "
"option is a URL prefix like \"https://www.example.com/\". The second and "
"third options are the width and the height in pixels."
msgstr ""
"画像とリンクを表示します。カラムにはファイル名を入れてください。1 つ目のオプ"
"ションは \"https://www.example.com/\" のようなURLの先頭部分です。2 つ目と3 つ"
"目のオプションには幅と高さをピクセル単位で指定します。"

#: libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php:30
msgid ""
"Displays a link; the column contains the filename. The first option is a URL "
"prefix like \"https://www.example.com/\". The second option is a title for "
"the link."
msgstr ""
"リンクを表示します。カラムにはファイル名を入れてください。1 つ目のオプション"
"は \"https://www.example.com/\" のような URL の先頭部分、2 つ目のオプションは"
"リンクのタイトルです。"

#: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php:32
msgid "Converts an Internet network address in (IPv4/IPv6) format to binary"
msgstr ""
"( IPv 4 / IPv 6 )形式のインターネットネットワークアドレスをバイナリに変換する"

#: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php:29
msgid ""
"Converts an Internet network address in (IPv4/IPv6) format into a long "
"integer."
msgstr ""
"( IPv 4 / IPv 6 )形式のインターネット ネットワーク アドレスを長整数型に変換し"
"ます。"

#: libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php:26
msgid "Syntax highlighted CodeMirror editor for JSON."
msgstr "JSONの構文を強調するCodeMirrorエディタ。"

#: libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php:26
msgid "Syntax highlighted CodeMirror editor for SQL."
msgstr "SQLの構文を強調するCodeMirrorエディタ。"

#: libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php:26
msgid "Syntax highlighted CodeMirror editor for XML (and HTML)."
msgstr "XML(およびHTML)の構文を強調するCodeMirrorエディタ。"

#: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php:29
msgid ""
"Converts an Internet network address stored as a binary string into a string "
"in Internet standard (IPv4/IPv6) format."
msgstr ""
"バイナリ文字列として格納されているインターネットネットワークアドレスをイン"
"ターネット標準（IPv4 / IPv6）形式の文字列に変換します。"

#: libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php:44
msgid "Formats text as JSON with syntax highlighting."
msgstr "テキストの内容を JSONとみなし、構文ハイライト表示します。"

#: libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php:44
msgid "Formats text as XML with syntax highlighting."
msgstr "テキストの内容を XMLとみなし、構文ハイライト表示します。"

#: libraries/classes/Plugins/TwoFactor/Application.php:135
msgid "Authentication Application (2FA)"
msgstr "認証アプリ (2FA)"

#: libraries/classes/Plugins/TwoFactor/Application.php:146
msgid ""
"Provides authentication using HOTP and TOTP applications such as FreeOTP, "
"Google Authenticator or Authy."
msgstr ""
"FreeOTP、Google Authenticator、AuthyなどのHOTPおよびTOTPアプリケーションを使"
"用した認証を提供します。"

#: libraries/classes/Plugins/TwoFactor/Key.php:208
msgid "Hardware Security Key (FIDO U2F)"
msgstr "ハードウェアセキュリティキー (FIDO U2F)"

#: libraries/classes/Plugins/TwoFactor/Key.php:218
msgid ""
"Provides authentication using hardware security tokens supporting FIDO U2F, "
"such as a YubiKey."
msgstr "YubiKey などの FIDO U2F "
"をサポートするハードウェアセキュリティトークンを使用して認証を行います。"

#: libraries/classes/Plugins/TwoFactorPlugin.php:73
#, php-format
msgid "Two-factor authentication failed: %s"
msgstr "二要素認証に失敗しました: %s"

#: libraries/classes/Plugins/TwoFactorPlugin.php:78
msgid "Two-factor authentication failed."
msgstr "二要素認証に失敗しました。"

#: libraries/classes/Plugins/TwoFactorPlugin.php:128
msgid "No Two-Factor Authentication"
msgstr "二要素認証なし"

#: libraries/classes/Plugins/TwoFactorPlugin.php:138
msgid "Login using password only."
msgstr "パスワードのみログインを使用します。"

#: libraries/classes/Plugins/TwoFactor/Simple.php:49
msgid "Simple two-factor authentication"
msgstr "単純な二要素認証"

#: libraries/classes/Plugins/TwoFactor/Simple.php:59
msgid "For testing purposes only!"
msgstr "テスト目的のみ！"

#: libraries/classes/Plugins/TwoFactor/WebAuthn.php:180
msgid "Hardware Security Key (WebAuthn/FIDO2)"
msgstr "ハードウェアセキュリティキー (WebAuthn/FIDO2)"

#: libraries/classes/Plugins/TwoFactor/WebAuthn.php:186
msgid ""
"Provides authentication using hardware security tokens supporting the "
"WebAuthn/FIDO2 protocol, such as a YubiKey."
msgstr "YubiKey などの WebAuthn/FIDO2 プロトコルに対応したハードウェアセキュリティト"
"ークンを使用して認証を行います。"

#: libraries/classes/Query/Utilities.php:97
msgid ""
"The server is not responding (or the local server's socket is not correctly "
"configured)."
msgstr ""
"サーバが応答しません (あるいはローカルサーバのソケットが正しく設定されていま"
"せん)。"

#: libraries/classes/Query/Utilities.php:100
msgid "The server is not responding."
msgstr "サーバが応答しません。"

#: libraries/classes/Query/Utilities.php:104
msgid "Logout and try as another user."
msgstr "ログアウトし、別のユーザとして試してみてください。"

#: libraries/classes/Query/Utilities.php:109
msgid "Please check privileges of directory containing database."
msgstr "データベースがあるディレクトリの権限を確認してください。"

#: libraries/classes/Query/Utilities.php:118
msgid "Details…"
msgstr "詳細…"

#: libraries/classes/RecentFavoriteTable.php:159
msgid "Could not save recent table!"
msgstr "最近使用したテーブルが保存出来ません!"

#: libraries/classes/RecentFavoriteTable.php:163
msgid "Could not save favorite table!"
msgstr "お気に入りのテーブルを保存できませんでした!"

#: libraries/classes/RecentFavoriteTable.php:247
msgid "Recent tables"
msgstr "最近使用したテーブル"

#: libraries/classes/RecentFavoriteTable.php:249
msgid "Recent"
msgstr "最近"

#: libraries/classes/RecentFavoriteTable.php:253
msgid "Favorites"
msgstr "お気に入り"

#: libraries/classes/ReplicationGui.php:438
msgid ""
"Connection to server is disabled, please enable $cfg['AllowArbitraryServer'] "
"in phpMyAdmin configuration."
msgstr ""
"サーバへの接続が無効になっています。phpMyAdmin設定で"
"$cfg['AllowArbitraryServer']を有効にしてください。"

#: libraries/classes/ReplicationGui.php:449
msgid "Replication started successfully."
msgstr "レプリケーションが正常に開始されました。"

#: libraries/classes/ReplicationGui.php:450
msgid "Error starting replication."
msgstr "レプリケーションの開始エラーです。"

#: libraries/classes/ReplicationGui.php:453
msgid "Replication stopped successfully."
msgstr "レプリケーションが正常に停止しました。"

#: libraries/classes/ReplicationGui.php:454
msgid "Error stopping replication."
msgstr "レプリケーションの停止エラーです。"

#: libraries/classes/ReplicationGui.php:457
msgid "Replication resetting successfully."
msgstr "レプリケーションを正常にリセットしています。"

#: libraries/classes/ReplicationGui.php:458
msgid "Error resetting replication."
msgstr "レプリケーションのリセットエラーです。"

#: libraries/classes/ReplicationGui.php:461
msgid "Success."
msgstr "成功しました。"

#: libraries/classes/ReplicationGui.php:462
msgid "Error."
msgstr "エラー。"

#: libraries/classes/ReplicationGui.php:507
msgid "Unknown error"
msgstr "不明なエラーです"

#: libraries/classes/ReplicationGui.php:520
#, php-format
msgid "Unable to connect to primary %s."
msgstr "プライマリ %s に接続していません。"

#: libraries/classes/ReplicationGui.php:530
msgid ""
"Unable to read primary log position. Possible privilege problem on primary."
msgstr ""
"プライマリのログの位置が読み込めません。プライマリ上の権限の問題の可能性があ"
"ります。"

#: libraries/classes/ReplicationGui.php:548
msgid "Unable to change primary!"
msgstr "プライマリを切り替えることができません!"

#: libraries/classes/ReplicationGui.php:552
#, php-format
msgid "Primary server changed successfully to %s."
msgstr "プライマリサーバを %s へ切り替えるのに成功しました。"

#: libraries/classes/Routing.php:103
#, php-format
msgid ""
"The routing cache could not be written, you need to adjust permissions on "
"the folder/file \"%s\""
msgstr ""
"ルーティングキャッシュが書き込みできません。 \"%s\" フォルダ/ファイルのアクセ"
"ス権を調整する必要があります"

#: libraries/classes/Routing.php:162
#, php-format
msgid "Error 404! The page %s was not found."
msgstr "エラー 404!　ページ 「%s」が見つかりませんでした。"

#: libraries/classes/Routing.php:173
msgid "Error 405! Request method not allowed."
msgstr "エラー 405!　要求メソッドは許可されていません。"

#: libraries/classes/SavedSearches.php:239
msgid "Please provide a name for this bookmarked search."
msgstr "このブックマークされた検索に名前を付けてください。"

#: libraries/classes/SavedSearches.php:255
msgid "Missing information to save the bookmarked search."
msgstr "ブックマーク検索を保存するための情報がありません。"

#: libraries/classes/SavedSearches.php:276
#: libraries/classes/SavedSearches.php:310
msgid "An entry with this name already exists."
msgstr "この名前のある項目は既に存在しています。"

#: libraries/classes/SavedSearches.php:338
msgid "Missing information to delete the search."
msgstr "この検索を削除する為、情報に誤りがあります。"

#: libraries/classes/SavedSearches.php:365
msgid "Missing information to load the search."
msgstr "この検索を呼び出すための情報に誤りがあります。"

#: libraries/classes/SavedSearches.php:385
msgid "Error while loading the search."
msgstr "検索の読み込み中にエラーが発生しました。"

#: libraries/classes/Server/Plugins.php:68
#: libraries/classes/Server/Privileges.php:788
#: libraries/classes/Server/Privileges.php:3719
msgid "Native MySQL authentication"
msgstr "ネイティブMySQL認証"

#: libraries/classes/Server/Plugins.php:73
msgid "SHA256 password authentication"
msgstr "SHA256 パスワード認証"

#: libraries/classes/Server/Plugins.php:78
msgid "Caching sha2 authentication"
msgstr "キャッシュ sha2 認証"

#: libraries/classes/Server/Plugins.php:83
msgid "Unix Socket based authentication"
msgstr "Unix ソケットベースの認証"

#: libraries/classes/Server/Plugins.php:88
msgid "Old MySQL-4.0 authentication"
msgstr "旧 MySQL 4.0 認証"

#: libraries/classes/Server/Privileges/AccountLocking.php:30
#: libraries/classes/Server/Privileges/AccountLocking.php:51
msgid "Account locking is not supported."
msgstr "アカウントのロックに対応していません。"

#: libraries/classes/Server/Privileges.php:262
msgid "No privileges."
msgstr "権限がありません。"

#: libraries/classes/Server/Privileges.php:270
msgid "Includes all privileges except GRANT."
msgstr "GRANT 以外のすべての権限を付与する。"

#: libraries/classes/Server/Privileges.php:292
#: libraries/classes/Server/Privileges.php:359
#: templates/server/privileges/privileges_table.twig:124
#: templates/server/privileges/privileges_table.twig:127
#: templates/server/privileges/privileges_table.twig:323
#: templates/server/privileges/privileges_table.twig:326
msgid "Allows deleting data."
msgstr "データの削除を許可する。"

#: libraries/classes/Server/Privileges.php:297
#: templates/server/privileges/privileges_table.twig:136
#: templates/server/privileges/privileges_table.twig:139
#: templates/server/privileges/privileges_table.twig:361
#: templates/server/privileges/privileges_table.twig:369
msgid "Allows creating new tables."
msgstr "新しいテーブルの作成を許可する。"

#: libraries/classes/Server/Privileges.php:302
#: templates/server/privileges/privileges_table.twig:148
#: templates/server/privileges/privileges_table.twig:151
#: templates/server/privileges/privileges_table.twig:409
#: templates/server/privileges/privileges_table.twig:417
msgid "Allows dropping tables."
msgstr "テーブルの削除を許可する。"

#: libraries/classes/Server/Privileges.php:307
#: libraries/classes/Server/Privileges.php:399
#: templates/server/privileges/privileges_table.twig:173
#: templates/server/privileges/privileges_table.twig:176
#: templates/server/privileges/privileges_table.twig:393
#: templates/server/privileges/privileges_table.twig:396
msgid "Allows creating and dropping indexes."
msgstr "インデックスの作成、削除を許可する。"

#: libraries/classes/Server/Privileges.php:312
#: libraries/classes/Server/Privileges.php:404
#: templates/server/privileges/privileges_table.twig:185
#: templates/server/privileges/privileges_table.twig:188
#: templates/server/privileges/privileges_table.twig:380
#: templates/server/privileges/privileges_table.twig:383
msgid "Allows altering the structure of existing tables."
msgstr "既存のテーブル構造の変更を許可する。"

#: libraries/classes/Server/Privileges.php:317
#: libraries/classes/Server/Privileges.php:443
#: libraries/classes/Server/Privileges.php:459
#: templates/server/privileges/privileges_table.twig:197
#: templates/server/privileges/privileges_table.twig:200
#: templates/server/privileges/privileges_table.twig:494
#: templates/server/privileges/privileges_table.twig:497
#: templates/server/privileges/privileges_table.twig:509
#: templates/server/privileges/privileges_table.twig:512
msgid "Allows creating new views."
msgstr "新しいビューの作成を許可する。"

#: libraries/classes/Server/Privileges.php:322
#: libraries/classes/Server/Privileges.php:464
#: libraries/classes/Server/Privileges.php:470
#: templates/server/privileges/privileges_table.twig:209
#: templates/server/privileges/privileges_table.twig:212
#: templates/server/privileges/privileges_table.twig:441
#: templates/server/privileges/privileges_table.twig:444
msgid "Allows performing SHOW CREATE VIEW queries."
msgstr "SHOW CREATE VIEW クエリの実行を許可する。"

#: libraries/classes/Server/Privileges.php:327
#: libraries/classes/Server/Privileges.php:453
#: templates/server/privileges/privileges_table.twig:221
#: templates/server/privileges/privileges_table.twig:224
#: templates/server/privileges/privileges_table.twig:537
#: templates/server/privileges/privileges_table.twig:540
msgid "Allows creating and dropping triggers."
msgstr "トリガの作成・削除を許可する。"

#: libraries/classes/Server/Privileges.php:344
#: templates/server/privileges/privileges_table.twig:15
#: templates/server/privileges/privileges_table.twig:284
#: templates/server/privileges/privileges_table.twig:287
msgid "Allows reading data."
msgstr "データの読み込みを許可する。"

#: libraries/classes/Server/Privileges.php:349
#: templates/server/privileges/privileges_table.twig:42
#: templates/server/privileges/privileges_table.twig:297
#: templates/server/privileges/privileges_table.twig:300
msgid "Allows inserting and replacing data."
msgstr "データの挿入、置換を許可する。"

#: libraries/classes/Server/Privileges.php:354
#: templates/server/privileges/privileges_table.twig:69
#: templates/server/privileges/privileges_table.twig:310
#: templates/server/privileges/privileges_table.twig:313
msgid "Allows changing data."
msgstr "データの修正を許可する。"

#: libraries/classes/Server/Privileges.php:364
#: templates/server/privileges/privileges_table.twig:359
#: templates/server/privileges/privileges_table.twig:367
msgid "Allows creating new databases and tables."
msgstr "新しいデータベースやテーブルの作成を許可する。"

#: libraries/classes/Server/Privileges.php:369
#: templates/server/privileges/privileges_table.twig:407
#: templates/server/privileges/privileges_table.twig:415
msgid "Allows dropping databases and tables."
msgstr "データベースとテーブルの削除を許可する。"

#: libraries/classes/Server/Privileges.php:374
#: templates/server/privileges/privileges_table.twig:599
#: templates/server/privileges/privileges_table.twig:602
msgid "Allows reloading server settings and flushing the server's caches."
msgstr "サーバ設定の再読み込み、サーバキャッシュのフラッシュを許可する。"

#: libraries/classes/Server/Privileges.php:379
#: templates/server/privileges/privileges_table.twig:612
#: templates/server/privileges/privileges_table.twig:615
msgid "Allows shutting down the server."
msgstr "サーバのシャットダウンを許可する。"

#: libraries/classes/Server/Privileges.php:384
#: templates/server/privileges/privileges_table.twig:586
#: templates/server/privileges/privileges_table.twig:589
msgid "Allows viewing processes of all users."
msgstr "全ユーザのプロセスを閲覧できるようにする。"

#: libraries/classes/Server/Privileges.php:389
#: templates/server/privileges/privileges_table.twig:337
#: templates/server/privileges/privileges_table.twig:340
msgid "Allows importing data from and exporting data into files."
msgstr "データのインポート、エクスポートを許可する。"

#: libraries/classes/Server/Privileges.php:394
#: templates/server/privileges/privileges_table.twig:96
#: templates/server/privileges/privileges_table.twig:666
msgid "Has no effect in this MySQL version."
msgstr "このバージョンの MySQL では無効です。"

#: libraries/classes/Server/Privileges.php:409
#: templates/server/privileges/privileges_table.twig:625
#: templates/server/privileges/privileges_table.twig:628
msgid "Gives access to the complete list of databases."
msgstr "データベース総一覧へのアクセスを許可する。"

#: libraries/classes/Server/Privileges.php:415
#: templates/server/privileges/privileges_table.twig:572
#: templates/server/privileges/privileges_table.twig:576
msgid ""
"Allows connecting, even if maximum number of connections is reached; "
"required for most administrative operations like setting global variables or "
"killing threads of other users."
msgstr ""
"最大接続数に達しているときでも接続を許可する。グローバル変数の設定や他のユー"
"ザのスレッドを停止するといった管理操作をする場合はたいていこの設定が必要にな"
"ります。"

#: libraries/classes/Server/Privileges.php:423
#: templates/server/privileges/privileges_table.twig:428
#: templates/server/privileges/privileges_table.twig:431
msgid "Allows creating temporary tables."
msgstr "一時テーブルの作成を許可する。"

#: libraries/classes/Server/Privileges.php:428
#: templates/server/privileges/privileges_table.twig:653
#: templates/server/privileges/privileges_table.twig:656
msgid "Allows locking tables for the current thread."
msgstr "現在のスレッドのテーブルロックを許可する。"

#: libraries/classes/Server/Privileges.php:433
#: templates/server/privileges/privileges_table.twig:694
#: templates/server/privileges/privileges_table.twig:697
msgid "Needed for the replication replicas."
msgstr "レプリケーションレプリカでは必要です。"

#: libraries/classes/Server/Privileges.php:438
#: templates/server/privileges/privileges_table.twig:681
#: templates/server/privileges/privileges_table.twig:684
msgid "Allows the user to ask where the replicas / primaries are."
msgstr "プライマリ/レプリカの照会を許可する。"

#: libraries/classes/Server/Privileges.php:448
#: templates/server/privileges/privileges_table.twig:524
#: templates/server/privileges/privileges_table.twig:527
msgid "Allows to set up events for the event scheduler."
msgstr "イベントスケジューラにイベントを設定できるようにする。"

#. l10n: https://mariadb.com/kb/en/library/grant/#table-privileges "Remove historical rows from a table using the DELETE HISTORY statement"
#: libraries/classes/Server/Privileges.php:477
#: libraries/classes/Server/Privileges.php:486
#: templates/server/privileges/privileges_table.twig:234
#: templates/server/privileges/privileges_table.twig:238
msgid "Allows deleting historical rows."
msgstr "実績行の削除を許可する。"

#: libraries/classes/Server/Privileges.php:491
#: templates/server/privileges/privileges_table.twig:454
#: templates/server/privileges/privileges_table.twig:457
msgid "Allows creating stored routines."
msgstr "ストアドルーチンの作成を許可する。"

#: libraries/classes/Server/Privileges.php:496
#: templates/server/privileges/privileges_table.twig:467
#: templates/server/privileges/privileges_table.twig:470
msgid "Allows altering and dropping stored routines."
msgstr "ストアドルーチンの修正と削除を許可する。"

#: libraries/classes/Server/Privileges.php:501
#: templates/server/privileges/privileges_table.twig:707
#: templates/server/privileges/privileges_table.twig:710
msgid "Allows creating, dropping and renaming user accounts."
msgstr "ユーザアカウントの作成・削除・名前の変更を許可する。"

#: libraries/classes/Server/Privileges.php:506
#: templates/server/privileges/privileges_table.twig:480
#: templates/server/privileges/privileges_table.twig:483
msgid "Allows executing stored routines."
msgstr "ストアドルーチンの実行を許可する。"

#: libraries/classes/Server/Privileges.php:1076
#, php-format
msgid "The password for %s was changed successfully."
msgstr "%s のパスワードは正しく変更されました。"

#: libraries/classes/Server/Privileges.php:1124
#, php-format
msgid "You have revoked the privileges for %s."
msgstr "%s の権限を取り消しました。"

#: libraries/classes/Server/Privileges.php:1436
#: templates/database/privileges/index.twig:124
#: templates/table/privileges/index.twig:127
msgid "Not enough privilege to view users."
msgstr "ユーザを表示するために十分な権限がありません。"

#: libraries/classes/Server/Privileges.php:1498
#: templates/database/privileges/index.twig:80
#: templates/server/privileges/new_user_ajax.twig:45
#: templates/server/privileges/users_overview.twig:75
#: templates/table/privileges/index.twig:84
msgid "Edit privileges"
msgstr "権限を編集"

#: libraries/classes/Server/Privileges.php:1502
msgid "Revoke"
msgstr "取り消し"

#: libraries/classes/Server/Privileges.php:1813
#: templates/server/privileges/privileges_table.twig:264
msgid "Database-specific privileges"
msgstr "データベース固有の権限"

#: libraries/classes/Server/Privileges.php:1819
#: templates/server/privileges/privileges_summary.twig:18
#: templates/server/privileges/privileges_table.twig:7
#: templates/server/privileges/privileges_table.twig:266
msgid "Table-specific privileges"
msgstr "テーブル固有の権限"

#: libraries/classes/Server/Privileges.php:1824
#: libraries/classes/Server/Privileges.php:1826
#: templates/server/privileges/edit_routine_privileges.twig:29
#: templates/server/privileges/edit_routine_privileges.twig:46
#: templates/server/privileges/edit_routine_privileges.twig:58
msgid "Routine"
msgstr "ルーチン"

#: libraries/classes/Server/Privileges.php:1825
#: templates/server/privileges/edit_routine_privileges.twig:47
msgid "Routine-specific privileges"
msgstr "ルーチン固有の権限"

#: libraries/classes/Server/Privileges.php:2170
msgid "No users selected for deleting!"
msgstr "削除するユーザが選択されていません!"

#: libraries/classes/Server/Privileges.php:2173
msgid "Reloading the privileges"
msgstr "権限を再読み込みしています"

#: libraries/classes/Server/Privileges.php:2198
msgid "The selected users have been deleted successfully."
msgstr "選択されたユーザは正常に削除されました。"

#: libraries/classes/Server/Privileges.php:2275
#, php-format
msgid "You have updated the privileges for %s."
msgstr "%s の権限を更新しました。"

#: libraries/classes/Server/Privileges.php:2362
#: templates/database/privileges/index.twig:102
#: templates/table/privileges/index.twig:106
msgid "No user found."
msgstr "ユーザが存在しません。"

#: libraries/classes/Server/Privileges.php:2449
#, php-format
msgid "Deleting %s"
msgstr "%s を削除中です"

#: libraries/classes/Server/Privileges.php:2480
msgid "The privileges were reloaded successfully."
msgstr "権限を正常に再読み込みしました。"

#: libraries/classes/Server/Privileges.php:2584
#, php-format
msgid "The user %s already exists!"
msgstr "ユーザ %s は既に存在します!"

#: libraries/classes/Server/Privileges.php:2859
#, php-format
msgid "Privileges for %s"
msgstr "%s に対する権限"

#: libraries/classes/Server/Privileges.php:2868
#: libraries/classes/Server/Status/Processes.php:114
#: templates/server/user_groups/user_listings.twig:9
msgid "User"
msgstr "ユーザ"

#: libraries/classes/Server/Privileges.php:2982
msgid ""
"A user account allowing any user from localhost to connect is present. This "
"will prevent other users from connecting if the host part of their account "
"allows a connection from any (%) host."
msgstr ""
"localhostから任意のユーザに接続を許可するユーザが存在します。 これにより、そ"
"のアカウントのホスト部分で任意ホスト（％）からの接続が許可されている場合、他"
"のユーザは接続できなくなります。"

#: libraries/classes/Server/Privileges.php:3016
#, php-format
msgid ""
"Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
"tables. The content of these tables may differ from the privileges the "
"server uses, if they have been changed manually. In this case, you should "
"%sreload the privileges%s before you continue."
msgstr ""
"注意: phpMyAdmin は MySQL の権限テーブルから直接ユーザ権限を取得しますが、手"
"作業で権限を更新した場合は phpMyAdmin が利用しているテーブルの内容とサーバ権"
"限の内容が一致しなくなることがありますので、作業を続ける前に %s権限の再読み込"
"み%s をしてください。"

#: libraries/classes/Server/Privileges.php:3032
msgid ""
"Note: phpMyAdmin gets the users’ privileges directly from MySQL’s privilege "
"tables. The content of these tables may differ from the privileges the "
"server uses, if they have been changed manually. In this case, the "
"privileges have to be reloaded but currently, you don't have the RELOAD "
"privilege."
msgstr ""
"注意: phpMyAdmin は MySQL の権限テーブルから直接ユーザ権限を取得します。手作"
"業でテーブルの内容を変更すると、テーブルの内容がサーバの使用している権限と一"
"致しなくなることがあります。この場合、権限を再読み込みする必要がありますが、"
"あなたは RELOAD 権限を持っていません。"

#: libraries/classes/Server/Privileges.php:3346
msgid "You have added a new user."
msgstr "新しいユーザを追加しました。"

#: libraries/classes/Server/Status/Data.php:146
#: libraries/classes/Server/Status/Processes.php:147
#: templates/database/qbe/selection_form.twig:109 templates/sql/query.twig:20
msgid "SQL query"
msgstr "実行した SQL"

#: libraries/classes/Server/Status/Data.php:149
msgid "Handler"
msgstr "ハンドラ"

#: libraries/classes/Server/Status/Data.php:150
msgid "Query cache"
msgstr "クエリキャッシュ"

#: libraries/classes/Server/Status/Data.php:151
msgid "Threads"
msgstr "スレッド"

#: libraries/classes/Server/Status/Data.php:153
msgid "Temporary data"
msgstr "一時データ"

#: libraries/classes/Server/Status/Data.php:154
msgid "Delayed inserts"
msgstr "遅延インサート"

#: libraries/classes/Server/Status/Data.php:155
msgid "Key cache"
msgstr "キーキャッシュ"

#: libraries/classes/Server/Status/Data.php:156
msgid "Joins"
msgstr "結合"

#: libraries/classes/Server/Status/Data.php:158
msgid "Sorting"
msgstr "ソート"

#: libraries/classes/Server/Status/Data.php:160
msgid "Transaction coordinator"
msgstr "トランザクションコーディネータ"

#: libraries/classes/Server/Status/Data.php:161
#: templates/server/binlog/index.twig:27
msgid "Files"
msgstr "ファイル"

#: libraries/classes/Server/Status/Data.php:180
msgid "Flush (close) all tables"
msgstr "すべてのテーブルをフラッシュする(閉じる)"

#: libraries/classes/Server/Status/Data.php:184
msgid "Show open tables"
msgstr "開いているテーブルを表示する"

#: libraries/classes/Server/Status/Data.php:193
msgid "Show replica hosts"
msgstr "レプリカホストを表示する"

#: libraries/classes/Server/Status/Data.php:200
#: templates/server/replication/primary_replication.twig:9
msgid "Show primary status"
msgstr "プライマリのステータスの表示"

#: libraries/classes/Server/Status/Data.php:207
msgid "Show replica status"
msgstr "レプリカの状態を表示する"

#: libraries/classes/Server/Status/Data.php:215
msgid "Flush query cache"
msgstr "クエリキャッシュをフラッシュする"

#: libraries/classes/Server/Status/Processes.php:110
msgid "ID"
msgstr "ID"

#: libraries/classes/Server/Status/Processes.php:118
#: templates/server/replication/primary_add_replica_user.twig:32
#: templates/server/replication/primary_add_replica_user.twig:43
#: templates/server/replication/primary_replication.twig:25
msgid "Host"
msgstr "ホスト"

#: libraries/classes/Server/Status/Processes.php:126
msgid "Command"
msgstr "コマンド"

#: libraries/classes/Server/Status/Processes.php:141
msgid "Progress"
msgstr "進捗"

#: libraries/classes/Setup/Index.php:130
msgid ""
"Reading of version failed. Maybe you're offline or the upgrade server does "
"not respond."
msgstr ""
"バージョンの読み込みに失敗しました。オフラインであるか、アップグレードサーバ"
"が応答しません。"

#: libraries/classes/Setup/Index.php:152
msgid "Got invalid version string from server"
msgstr "サーバから取得したバージョン文字列は無効なものです"

#: libraries/classes/Setup/Index.php:164
msgid "Unparsable version string"
msgstr "解析できないバージョン文字列です"

#: libraries/classes/Setup/Index.php:186
#, php-format
msgid ""
"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
"version is %s, released on %s."
msgstr ""
"Git 版を使用されていますので、[kbd]git pull[/kbd] で更新を行ってください。"
"(^^)[br]最新の安定バージョンは %s で、%s にリリースされています。"

#: libraries/classes/Setup/Index.php:194
msgid "No newer stable version is available"
msgstr "入手可能な新しい安定バージョンはありません"

#: libraries/classes/Sql.php:497
#, php-format
msgid "Using bookmark \"%s\" as default browse query."
msgstr "デフォルトの表示クエリとしてブックマーク \"%s\" を使用する。"

#: libraries/classes/Sql.php:961
msgid "Showing as PHP code"
msgstr "PHP コードとして表示"

#: libraries/classes/Sql.php:1336
#, php-format
msgid ""
"Current selection does not contain a unique column. Grid edit, checkbox, "
"Edit, Copy and Delete features are not available. %s"
msgstr ""
"現在の選択には、ユニークなカラムが含まれていません。グリッド編集、チェック"
"ボックス、編集、コピー、削除機能は利用できません。%s"

#: libraries/classes/Sql.php:1350
#, php-format
msgid ""
"Current selection does not contain a unique column. Grid edit, Edit, Copy "
"and Delete features may result in undesired behavior. %s"
msgstr ""
"現在の選択には、ユニークなカラムが含まれていません。グリッド編集、編集、コ"
"ピー、削除機能は、望ましくない動作を引き起こす可能性があります。%s"

#: libraries/classes/SqlQueryForm.php:149
#, php-format
msgid "Run SQL query/queries on server “%s”"
msgstr "サーバ 「%s」 上でクエリを実行する"

#: libraries/classes/SqlQueryForm.php:165
#, php-format
msgid "Run SQL query/queries on database %s"
msgstr "データベース %s 上でクエリを実行する"

#: libraries/classes/SqlQueryForm.php:180
#, php-format
msgid "Run SQL query/queries on table %s"
msgstr "テーブル「%s」上でクエリを実行する"

#: libraries/classes/StorageEngine.php:368
msgid ""
"There is no detailed status information available for this storage engine."
msgstr "このストレージエンジンにはステータスの詳細情報はありません。"

#: libraries/classes/StorageEngine.php:470
#: templates/database/structure/body_for_table_summary.twig:46
#, php-format
msgid "%s is the default storage engine on this MySQL server."
msgstr "%s はこの MySQL サーバのデフォルトストレージエンジンです。"

#: libraries/classes/StorageEngine.php:473
#, php-format
msgid "%s is available on this MySQL server."
msgstr "%s は有効になっています。"

#: libraries/classes/StorageEngine.php:476
#, php-format
msgid "%s has been disabled for this MySQL server."
msgstr "%s は無効になっています。"

#: libraries/classes/StorageEngine.php:480
#, php-format
msgid "This MySQL server does not support the %s storage engine."
msgstr "この MySQL サーバは %s ストレージエンジンをサポートしていません。"

#: libraries/classes/Table/Indexes.php:58 libraries/classes/Table.php:2106
msgid "The name of the primary key must be \"PRIMARY\"!"
msgstr "主キーの名前は PRIMARY でなければなりません!"

#: libraries/classes/Table/Maintenance.php:122
#, php-format
msgid "Problems with indexes of table `%s`"
msgstr "テーブル `%s` のインデックスに問題があります"

#: libraries/classes/Table.php:348
msgid "Unknown table status:"
msgstr "不明なテーブルステータス:"

#: libraries/classes/Table.php:1011
#, php-format
msgid "Source database `%s` was not found!"
msgstr "元にするデータベース `%s` が見つかりません！"

#: libraries/classes/Table.php:1020
#, php-format
msgid "Target database `%s` was not found!"
msgstr "対象先のデータベース `%s` が見つかりません！"

#: libraries/classes/Table.php:1478
msgid "Invalid database:"
msgstr "不正なデータベースです:"

#: libraries/classes/Table.php:1496
msgid "Invalid table name:"
msgstr "不正なテーブル名:"

#: libraries/classes/Table.php:1536
#, php-format
msgid "Failed to rename table %1$s to %2$s!"
msgstr "テーブル 「%1$s」 を 「%2$s」 に名前変更に失敗しました!"

#: libraries/classes/Table.php:1553
#, php-format
msgid "Table %1$s has been renamed to %2$s."
msgstr "テーブル %1$s の名称を %2$s に変更しました。"

#: libraries/classes/Table.php:1798
msgid "Could not save table UI preferences!"
msgstr "テーブルに対する環境設定が保存できません!"

#: libraries/classes/Table.php:1824
#, php-format
msgid ""
"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]"
"['MaxTableUiprefs'] %s)"
msgstr ""
"テーブルに対する環境設定のクリーンアップに失敗しました (参照 $cfg['Servers']"
"[$i]['MaxTableUiprefs'] %s)"

#: libraries/classes/Table.php:1959
#, php-format
msgid ""
"Cannot save UI property \"%s\". The changes made will not be persistent "
"after you refresh this page. Please check if the table structure has been "
"changed."
msgstr ""
"環境プロパティ「%s」が保存できません。ページ更新の際、変更箇所が維持されるこ"
"とはないでしょう。テーブル構造を変更されたのであれば確認してみてください。"

#: libraries/classes/Table.php:2118
msgid "Can't rename index to PRIMARY!"
msgstr "インデックス名を PRIMARY に変更することはできません!"

#: libraries/classes/Table.php:2144
msgid "No index parts defined!"
msgstr "インデックス部分が定義されていません!"

#: libraries/classes/Table.php:2440
#, php-format
msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
"%1$s に外部キーを作成するときにエラーが発生しました (データ型を確認してくださ"
"い)"

#: libraries/classes/Template.php:135
#, php-format
msgid "Error while working with template cache: %s"
msgstr "テンプレートキャッシュの操作中にエラーが発生しました: %s"

#: libraries/classes/ThemeManager.php:83
#, php-format
msgid "Default theme %s not found!"
msgstr "デフォルトテーマ %s が見つかりません!"

#: libraries/classes/ThemeManager.php:142
#, php-format
msgid "Theme %s not found!"
msgstr "テーマ %s が見つかりません!"

#: libraries/classes/Theme.php:168
#, php-format
msgid "No valid image path for theme %s found!"
msgstr "テーマ %s の画像パスが無効です!"

#: libraries/classes/Tracking.php:236
#: templates/database/tracking/tables.twig:115
#: templates/table/tracking/main.twig:73
msgid "Tracking report"
msgstr "追跡レポート"

#: libraries/classes/Tracking.php:240
msgid "Tracking statements"
msgstr "追跡しているコマンド"

#: libraries/classes/Tracking.php:255
msgid "Delete tracking data row from report"
msgstr "レポートからこの追跡データを削除する"

#: libraries/classes/Tracking.php:267
msgid "No data"
msgstr "データが存在しません"

#: libraries/classes/Tracking.php:312
#: templates/database/operations/index.twig:131
#: templates/database/structure/copy_form.twig:19
#: templates/table/operations/index.twig:275
msgid "Structure only"
msgstr "構造のみ"

#: libraries/classes/Tracking.php:315
#: templates/database/operations/index.twig:143
#: templates/database/structure/copy_form.twig:29
#: templates/table/operations/index.twig:287
msgid "Data only"
msgstr "データのみ"

#: libraries/classes/Tracking.php:318
#: templates/database/operations/index.twig:137
#: templates/database/structure/copy_form.twig:24
#: templates/table/operations/index.twig:281
msgid "Structure and data"
msgstr "構造とデータ"

#: libraries/classes/Tracking.php:383 libraries/classes/Tracking.php:451
#, php-format
msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
msgstr "種別：%1$s、期間：%2$s－%3$s、ユーザ：%4$sで絞り込む %5$s"

#: libraries/classes/Tracking.php:472
msgid "SQL dump (file download)"
msgstr "SQL 文のダンプ (ファイルでダウンロード)"

#: libraries/classes/Tracking.php:474
msgid "SQL dump"
msgstr "SQL 文のダンプ"

#: libraries/classes/Tracking.php:477
msgid "This option will replace your table and contained data."
msgstr ""
"このオプションは、テーブルやそれに含まれるデータを置き換えるかもしれません。"

#: libraries/classes/Tracking.php:479
msgid "SQL execution"
msgstr "SQL 文を実行"

#: libraries/classes/Tracking.php:483
#, php-format
msgid "Export as %s"
msgstr "上の結果をエクスポートする %s"

#: libraries/classes/Tracking.php:521
msgid "Data manipulation statement"
msgstr "データ操作コマンド"

#: libraries/classes/Tracking.php:557
msgid "Data definition statement"
msgstr "データ定義コマンド"

#: libraries/classes/Tracking.php:640
#: templates/database/tracking/tables.twig:126
#: templates/table/tracking/main.twig:80
msgid "Structure snapshot"
msgstr "構造のスナップショット"

#: libraries/classes/Tracking.php:658
#, php-format
msgid "Version %s snapshot (SQL code)"
msgstr "世代 %s のスナップショット (SQL コード)"

#: libraries/classes/Tracking.php:728
msgid "Tracking data definition successfully deleted"
msgstr "追跡データ定義コマンドは正常に削除されました"

#: libraries/classes/Tracking.php:740
msgid "Tracking data manipulation successfully deleted"
msgstr "追跡データ操作コマンドは正常に削除されました"

#: libraries/classes/Tracking.php:797
msgid ""
"You can execute the dump by creating and using a temporary database. Please "
"ensure that you have the privileges to do so."
msgstr ""
"作成された一時的なデータベースを使用してダンプを実行することができます。これ"
"を実行できる権限を持っていることを確認してください。"

#: libraries/classes/Tracking.php:801
msgid "Comment out these two lines if you do not need them."
msgstr ""
"一時的なデータベースに対して実行しない場合は、この2行をコメントアウトします。"

#: libraries/classes/Tracking.php:812
msgid "SQL statements exported. Please copy the dump or execute it."
msgstr ""
"SQL 文をエクスポートしました。ダンプしたものをコピーするか実行するかしてくだ"
"さい。"

#: libraries/classes/Tracking.php:845
#, php-format
msgid "Tracking report for table `%s`"
msgstr "テーブル `%s` に対しての追跡レポート"

#: libraries/classes/Tracking.php:877
#, php-format
msgid "Tracking for %1$s was activated at version %2$s."
msgstr "%1$s に対する SQL コマンド追跡機能は、世代 %2$s でアクティブです。"

#: libraries/classes/Tracking.php:880
#, php-format
msgid "Tracking for %1$s was deactivated at version %2$s."
msgstr "%1$s に対する SQL コマンド追跡機能は、世代 %2$s で非アクティブです。"

#: libraries/classes/Tracking.php:979
#, php-format
msgid "Version %1$s of %2$s was deleted."
msgstr "%2$s に世代 %1$s が削除されました。"

#: libraries/classes/Tracking.php:1010
#, php-format
msgid "Version %1$s was created, tracking for %2$s is active."
msgstr ""
"世代 %1$s を作成しました。%2$s の SQL コマンド追跡機能はアクティブです。"

#: libraries/classes/Types.php:231
msgid ""
"A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255"
msgstr "1 バイト整数、符号付きは -128 から 127、符号なしは 0 から 255"

#: libraries/classes/Types.php:234
msgid ""
"A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
"65,535"
msgstr "2 バイト整数、符号付きは -32,768 から 32,767、符号なしは 0 から 65,535"

#: libraries/classes/Types.php:238
msgid ""
"A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is "
"0 to 16,777,215"
msgstr ""
"3 バイト整数、符号付きは -8,388,608 から 8,388,607、符号なしは 0 から "
"16,777,215"

#: libraries/classes/Types.php:243
msgid ""
"A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned "
"range is 0 to 4,294,967,295"
msgstr ""
"4 バイト整数、符号付きは -2,147,483,648 から 2,147,483,647、符号なしは 0 か"
"ら 4,294,967,295"

#: libraries/classes/Types.php:250
msgid ""
"An 8-byte integer, signed range is -9,223,372,036,854,775,808 to "
"9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615"
msgstr ""
"8 バイト整数、符号付きは -9,223,372,036,854,775,808 から "
"9,223,372,036,854,775,807、符号なしは 0 から 18,446,744,073,709,551,615"

#: libraries/classes/Types.php:257
msgid ""
"A fixed-point number (M, D) - the maximum number of digits (M) is 65 "
"(default 10), the maximum number of decimals (D) is 30 (default 0)"
msgstr ""
"固定小数 (M, D) - 整数部の最大桁数 M は 65 (デフォルトは 10)、小数部のの最大"
"桁数 D は 30 (デフォルトは 0)"

#: libraries/classes/Types.php:264
msgid ""
"A small floating-point number, allowable values are -3.402823466E+38 to "
"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
msgstr ""
"単精度浮動小数、有効範囲は -3.402823466E+38 から -1.175494351E-38、0、"
"1.175494351E-38 から 3.402823466E+38"

#: libraries/classes/Types.php:271
msgid ""
"A double-precision floating-point number, allowable values are "
"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
"2.2250738585072014E-308 to 1.7976931348623157E+308"
msgstr ""
"倍精度浮動小数、有効範囲は -1.7976931348623157E+308 から "
"-2.2250738585072014E-308、0、2.2250738585072014E-308 から "
"1.7976931348623157E+308"

#: libraries/classes/Types.php:277
msgid ""
"Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for "
"FLOAT)"
msgstr ""
"DOUBLE と同義 (例外：REAL を FLOAT として扱うモード (REAL_AS_FLOAT) では、"
"FLOAT と 同義になります)"

#: libraries/classes/Types.php:280
msgid ""
"A bit-field type (M), storing M of bits per value (default is 1, maximum is "
"64)"
msgstr ""
"ビットフィールドタイプ（M）。値ごとにMビットを保管します（デフォルトは1、最大"
"は64です）"

#: libraries/classes/Types.php:284
msgid ""
"A synonym for TINYINT(1), a value of zero is considered false, nonzero "
"values are considered true"
msgstr "TINYINT(1) と同義、0 が FALSE と見なされ、0 以外が TRUE と見なされます"

#: libraries/classes/Types.php:288
msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE"
msgstr ""
"BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE の別名 (BIGINT、符号なし、"
"NULL なし、AUTO_INCREMENT、ユニークキー)"

#: libraries/classes/Types.php:292
#, php-format
msgid "A date, supported range is %1$s to %2$s"
msgstr "日付、有効範囲は %1$s から %2$s"

#: libraries/classes/Types.php:299
#, php-format
msgid "A date and time combination, supported range is %1$s to %2$s"
msgstr "日時 (日付と時刻)、有効範囲は %1$s から %2$s"

#: libraries/classes/Types.php:306
msgid ""
"A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
msgstr ""
"タイムスタンプ、範囲は 1970-01-01 00:00:01 UTC から 2038-01-09 03:14:07 UTC "
"で、1970-01-01 00:00:00 UTC からの経過秒数を示しています"

#: libraries/classes/Types.php:313
#, php-format
msgid "A time, range is %1$s to %2$s"
msgstr "時刻、範囲は %1$s から %2$s"

#: libraries/classes/Types.php:320
msgid ""
"A year in four-digit (4, default) or two-digit (2) format, the allowable "
"values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000"
msgstr ""
"年、4 桁 (デフォルト) または 2 桁、有効な値は 2 桁が 70 (1970) から 69 "
"(2069)、4 桁が 1901 から 2155 および 0000"

#: libraries/classes/Types.php:327
msgid ""
"A fixed-length (0-255, default 1) string that is always right-padded with "
"spaces to the specified length when stored"
msgstr ""
"固定長文字列 (長さは 0-255、デフォルトは 1)、満たない分は右側が空白で埋められ"
"ます"

#: libraries/classes/Types.php:334
#, php-format
msgid ""
"A variable-length (%s) string, the effective maximum length is subject to "
"the maximum row size"
msgstr ""
"可変長文字列 (長さは %s)、長さの有効上限は行の最大サイズの制約を受けます"

#: libraries/classes/Types.php:341
msgid ""
"A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with "
"a one-byte prefix indicating the length of the value in bytes"
msgstr ""
"TEXT カラム、最大長 255 (2^8 - 1)、これの長さは単位がバイトで、1 バイト値で表"
"現できる範囲です"

#: libraries/classes/Types.php:348
msgid ""
"A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored "
"with a two-byte prefix indicating the length of the value in bytes"
msgstr ""
"TEXT カラム、最大長 65,535 (2^16 - 1)、これの長さは単位がバイトで、2 バイト値"
"で表現できる範囲です"

#: libraries/classes/Types.php:355
msgid ""
"A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, "
"stored with a three-byte prefix indicating the length of the value in bytes"
msgstr ""
"TEXT カラム、最大長 16,777,215 (2^24 - 1)、これの長さは単位がバイトで、3 バイ"
"ト値で表現できる範囲です"

#: libraries/classes/Types.php:362
msgid ""
"A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
"characters, stored with a four-byte prefix indicating the length of the "
"value in bytes"
msgstr ""
"TEXT カラム、最大長 4,294,967,295 または 4GiB (2^32 - 1)、これの長さは単位が"
"バイトで、4 バイト値で表現できる範囲です"

#: libraries/classes/Types.php:369
msgid ""
"Similar to the CHAR type, but stores binary byte strings rather than non-"
"binary character strings"
msgstr ""
"CHAR 型と似ていますが、非バイナリ文字列ではなくバイナリ文字列で保存されます"

#: libraries/classes/Types.php:374
msgid ""
"Similar to the VARCHAR type, but stores binary byte strings rather than non-"
"binary character strings"
msgstr ""
"VARCHAR 型と似ていますが、非バイナリ文字列ではなくバイナリ文字列で保存されま"
"す"

#: libraries/classes/Types.php:380
msgid ""
"A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a "
"one-byte prefix indicating the length of the value"
msgstr ""
"BLOB カラム、最大 255 (2^8 - 1) バイト、これの長さは 1 バイト値で表現できる範"
"囲です"

#: libraries/classes/Types.php:386
msgid ""
"A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored "
"with a three-byte prefix indicating the length of the value"
msgstr ""
"BLOB カラム、最大 16,777,215 (2^24 - 1) バイト、これの長さは 3 バイト値で表現"
"できる範囲です"

#: libraries/classes/Types.php:393
msgid ""
"A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with "
"a two-byte prefix indicating the length of the value"
msgstr ""
"BLOB カラム、最大 65,535 (2^16 - 1) バイト、これの長さは 2 バイト値で表現でき"
"る範囲です"

#: libraries/classes/Types.php:399
msgid ""
"A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) "
"bytes, stored with a four-byte prefix indicating the length of the value"
msgstr ""
"BLOB カラム、最大 4,294,967,295 バイトまたは 4GiB (2^32 - 1)、これの長さは 4 "
"バイト値で表現できる範囲です"

#: libraries/classes/Types.php:406
msgid ""
"An enumeration, chosen from the list of up to 65,535 values or the special "
"'' error value"
msgstr ""
"﻿列挙型、最大 65,535 個の列挙値または特殊な値 (エラー値 '') を取ることができま"
"す"

#: libraries/classes/Types.php:410
msgid "A single value chosen from a set of up to 64 members"
msgstr "最大 64 メンバに対しての有無を一括で扱う単一の値"

#: libraries/classes/Types.php:413
msgid "A type that can store a geometry of any type"
msgstr "任意の型の幾何データが保存できるデータ型"

#: libraries/classes/Types.php:416
msgid "A point in 2-dimensional space"
msgstr "2 次元空間の点"

#: libraries/classes/Types.php:419
msgid "A curve with linear interpolation between points"
msgstr "多点間の線形補間による曲線"

#: libraries/classes/Types.php:422
msgid "A polygon"
msgstr "ポリゴン"

#: libraries/classes/Types.php:425
msgid "A collection of points"
msgstr "座標の集合"

#: libraries/classes/Types.php:428
msgid "A collection of curves with linear interpolation between points"
msgstr "多点間の線形補間による曲線の集合"

#: libraries/classes/Types.php:431
msgid "A collection of polygons"
msgstr "ポリゴンの集合"

#: libraries/classes/Types.php:434
msgid "A collection of geometry objects of any type"
msgstr "任意の型の幾何物体の集合"

#: libraries/classes/Types.php:437
msgid ""
"Stores and enables efficient access to data in JSON (JavaScript Object "
"Notation) documents"
msgstr ""
"JSON（JavaScript Object Notation）文書内のデータを格納し、効率的にデータにア"
"クセスする"

#: libraries/classes/Types.php:440
msgid ""
"Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming "
"conventional mapping of IPv4 addresses into IPv6 addresses"
msgstr ""
"従来の IPv 4 アドレスから IPv 6 アドレスへのマッピングを想定した IPv 6 アドレ"
"スおよび IPv 4 アドレスの格納を目的としています"

#: libraries/classes/Types.php:445
msgid "128-bit UUID (Universally Unique Identifier)"
msgstr "128 ビット UUID (Universally Unique Identifier)"

#: libraries/classes/Types.php:791
msgctxt "numeric types"
msgid "Numeric"
msgstr "数値"

#: libraries/classes/Types.php:809
msgctxt "date and time types"
msgid "Date and time"
msgstr "日付・時刻"

#: libraries/classes/Types.php:845
msgctxt "spatial types"
msgid "Spatial"
msgstr "空間データ"

#: libraries/classes/UrlRedirector.php:55
msgid "Taking you to the target site."
msgstr "ターゲットサイトにアクセスします。"

#: libraries/classes/UserPassword.php:38
msgid "The profile has been updated."
msgstr "プロファイルを更新しました。"

#: libraries/classes/UserPassword.php:50
msgid "Password is too long!"
msgstr "パスワードが長すぎます!"

#: libraries/classes/UserPreferences.php:181
msgid "Could not save configuration"
msgstr "設定が保存できません"

#: libraries/classes/UserPreferences.php:192
msgid "The phpMyAdmin configuration storage database could not be accessed."
msgstr "phpMyAdmin構成ストレージデータベースにアクセスできませんでした。"

#: libraries/classes/Util.php:132
#, php-format
msgid "Max: %s%s"
msgstr "最長: %s%s"

#. l10n: Short month name
#. l10n: Short month name for January
#: libraries/classes/Util.php:665 templates/javascript/variables.twig:34
msgid "Jan"
msgstr "1 月"

#. l10n: Short month name
#. l10n: Short month name for February
#: libraries/classes/Util.php:667 templates/javascript/variables.twig:35
msgid "Feb"
msgstr "2 月"

#. l10n: Short month name
#. l10n: Short month name for March
#: libraries/classes/Util.php:669 templates/javascript/variables.twig:36
msgid "Mar"
msgstr "3 月"

#. l10n: Short month name
#. l10n: Short month name for April
#: libraries/classes/Util.php:671 templates/javascript/variables.twig:37
msgid "Apr"
msgstr "4 月"

#. l10n: Short month name
#: libraries/classes/Util.php:673
msgctxt "Short month name"
msgid "May"
msgstr "5 月"

#. l10n: Short month name
#. l10n: Short month name for June
#: libraries/classes/Util.php:675 templates/javascript/variables.twig:39
msgid "Jun"
msgstr "6 月"

#. l10n: Short month name
#. l10n: Short month name for July
#: libraries/classes/Util.php:677 templates/javascript/variables.twig:40
msgid "Jul"
msgstr "7 月"

#. l10n: Short month name
#. l10n: Short month name for August
#: libraries/classes/Util.php:679 templates/javascript/variables.twig:41
msgid "Aug"
msgstr "8 月"

#. l10n: Short month name
#. l10n: Short month name for September
#: libraries/classes/Util.php:681 templates/javascript/variables.twig:42
msgid "Sep"
msgstr "9 月"

#. l10n: Short month name
#. l10n: Short month name for October
#: libraries/classes/Util.php:683 templates/javascript/variables.twig:43
msgid "Oct"
msgstr "10 月"

#. l10n: Short month name
#. l10n: Short month name for November
#: libraries/classes/Util.php:685 templates/javascript/variables.twig:44
msgid "Nov"
msgstr "11 月"

#. l10n: Short month name
#. l10n: Short month name for December
#: libraries/classes/Util.php:687 templates/javascript/variables.twig:45
msgid "Dec"
msgstr "12 月"

#. l10n: Short week day name for Sunday
#: libraries/classes/Util.php:691
msgctxt "Short week day name for Sunday"
msgid "Sun"
msgstr "日"

#. l10n: Short week day name for Monday
#: libraries/classes/Util.php:693 templates/javascript/variables.twig:58
msgid "Mon"
msgstr "月"

#. l10n: Short week day name for Tuesday
#: libraries/classes/Util.php:695 templates/javascript/variables.twig:59
msgid "Tue"
msgstr "火"

#. l10n: Short week day name for Wednesday
#: libraries/classes/Util.php:697 templates/javascript/variables.twig:60
msgid "Wed"
msgstr "水"

#. l10n: Short week day name for Thursday
#: libraries/classes/Util.php:699 templates/javascript/variables.twig:61
msgid "Thu"
msgstr "木"

#. l10n: Short week day name for Friday
#: libraries/classes/Util.php:701 templates/javascript/variables.twig:62
msgid "Fri"
msgstr "金"

#. l10n: Short week day name for Saturday
#: libraries/classes/Util.php:703 templates/javascript/variables.twig:63
msgid "Sat"
msgstr "土"

#: libraries/classes/Util.php:729
msgctxt "AM/PM indication in time"
msgid "PM"
msgstr "午後"

#: libraries/classes/Util.php:731
msgctxt "AM/PM indication in time"
msgid "AM"
msgstr "午前"

#: libraries/classes/Util.php:802
#, php-format
msgid "%s days, %s hours, %s minutes and %s seconds"
msgstr "%s 日 %s 時間 %s 分 %s 秒"

#: libraries/classes/Util.php:1963
msgid "Users"
msgstr "ユーザ"

#: libraries/classes/Util.php:2579
#: templates/database/multi_table_query/form.twig:67
msgid "Sort"
msgstr "ソート"

#: libraries/classes/ZipExtension.php:73 libraries/classes/ZipExtension.php:119
msgid "Error in ZIP archive:"
msgstr "ZIP アーカイブにエラーがあります:"

#: libraries/classes/ZipExtension.php:83
msgid "No files found inside ZIP archive!"
msgstr "ZIP アーカイブにファイルが含まれていません!"

#: libraries/config.values.php:88 libraries/config.values.php:126
#: libraries/config.values.php:138
msgid "Icons"
msgstr "アイコン"

#: libraries/config.values.php:89 libraries/config.values.php:127
#: libraries/config.values.php:139
#: templates/database/multi_table_query/form.twig:118
msgid "Text"
msgstr "テキスト"

#: libraries/config.values.php:90 libraries/config.values.php:108
#: libraries/config.values.php:128 libraries/config.values.php:140
msgid "Both"
msgstr "両方"

#: libraries/config.values.php:105
msgid "Nowhere"
msgstr "なし"

#: libraries/config.values.php:106
msgid "Left"
msgstr "左"

#: libraries/config.values.php:107
msgid "Right"
msgstr "右"

#: libraries/config.values.php:143
msgid "Click"
msgstr "クリック"

#: libraries/config.values.php:144
msgid "Double click"
msgstr "ダブルクリック"

#: libraries/config.values.php:145 libraries/config.values.php:188
#: templates/config/form_display/input.twig:16
#: templates/relation/check_relations.twig:15
#: templates/relation/check_relations.twig:66
#: templates/relation/check_relations.twig:91
#: templates/relation/check_relations.twig:129
#: templates/relation/check_relations.twig:154
#: templates/relation/check_relations.twig:164
#: templates/relation/check_relations.twig:199
#: templates/relation/check_relations.twig:224
#: templates/relation/check_relations.twig:249
#: templates/relation/check_relations.twig:274
#: templates/relation/check_relations.twig:299
#: templates/relation/check_relations.twig:324
#: templates/relation/check_relations.twig:349
#: templates/relation/check_relations.twig:387
#: templates/relation/check_relations.twig:412
#: templates/relation/check_relations.twig:437
#: templates/relation/check_relations.twig:462
#: templates/relation/check_relations.twig:487
#: templates/relation/check_relations.twig:512
msgid "Disabled"
msgstr "無効"

#: libraries/config.values.php:148
msgid "key"
msgstr "キー"

#: libraries/config.values.php:149
msgid "display column"
msgstr "表示カラム"

#: libraries/config.values.php:153
msgid "Welcome"
msgstr "ようこそ"

#: libraries/config.values.php:186
msgid "Open"
msgstr "開いておく"

#: libraries/config.values.php:187
msgid "Closed"
msgstr "閉じておく"

#: libraries/config.values.php:191 templates/javascript/variables.twig:49
msgid "Monday"
msgstr "月"

#: libraries/config.values.php:192 templates/javascript/variables.twig:50
msgid "Tuesday"
msgstr "火"

#: libraries/config.values.php:193 templates/javascript/variables.twig:51
msgid "Wednesday"
msgstr "水"

#: libraries/config.values.php:194 templates/javascript/variables.twig:52
msgid "Thursday"
msgstr "木"

#: libraries/config.values.php:195 templates/javascript/variables.twig:53
msgid "Friday"
msgstr "金"

#: libraries/config.values.php:196 templates/javascript/variables.twig:54
msgid "Saturday"
msgstr "土"

#: libraries/config.values.php:197 templates/javascript/variables.twig:48
msgid "Sunday"
msgstr "日"

#: libraries/config.values.php:200
msgid "Ask before sending error reports"
msgstr "エラーレポートを送信する前に確認する"

#: libraries/config.values.php:201
msgid "Always send error reports"
msgstr "常にエラーレポートを送信する"

#: libraries/config.values.php:202
msgid "Never send error reports"
msgstr "エラーレポートを送らない"

#: libraries/config.values.php:205
msgid "Server default"
msgstr "サーバのデフォルト"

#: libraries/config.values.php:206
msgid "Enable"
msgstr "有効"

#: libraries/config.values.php:207
msgid "Disable"
msgstr "無効"

#: libraries/config.values.php:259
msgid "Quick - display only the minimal options to configure"
msgstr "簡易 - 設定するための最小限のオプションのみ表示"

#: libraries/config.values.php:260
msgid "Custom - display all possible options to configure"
msgstr "詳細 - 設定に必要なすべてのオプションを表示"

#: libraries/config.values.php:261
msgid "Custom - like above, but without the quick/custom choice"
msgstr "詳細 - 上とほぼ同じ、ただし簡易/詳細の選択はなし"

#: libraries/config.values.php:328
msgid "complete inserts"
msgstr "完全な INSERT 文を作成する"

#: libraries/config.values.php:329
msgid "extended inserts"
msgstr "長い INSERT 文を作成する"

#: libraries/config.values.php:330
msgid "both of the above"
msgstr "上の両方を行う"

#: libraries/config.values.php:331
msgid "neither of the above"
msgstr "上のどちらでもない"

#: setup/index.php:33
msgid "Configuration already exists, setup is disabled!"
msgstr "構成は、既に存際しています。セットアップは無効化された！"

#: setup/validate.php:31
msgid "Wrong data"
msgstr "データが正しくありません"

#: setup/validate.php:38
#, php-format
msgid "Wrong data or no validation for %s"
msgstr "「%s」のデータが間違っているか、検証されていません"

#: templates/columns_definitions/column_attributes.twig:31
#: templates/database/central_columns/edit_table_row.twig:23
#: templates/database/central_columns/main.twig:71
#: templates/database/central_columns/main.twig:298
msgid "Edit ENUM/SET values"
msgstr "ENUM/SETの値を編集"

#: templates/columns_definitions/column_attributes.twig:38
#: templates/database/central_columns/edit_table_row.twig:30
#: templates/database/central_columns/main.twig:76
#: templates/database/central_columns/main.twig:309
msgctxt "for default"
msgid "None"
msgstr "なし"

#: templates/columns_definitions/column_attributes.twig:41
#: templates/database/central_columns/edit_table_row.twig:33
#: templates/database/central_columns/main.twig:77
#: templates/database/central_columns/main.twig:312
msgid "As defined:"
msgstr "ユーザ定義:"

#: templates/columns_definitions/column_attributes.twig:102
msgid ""
"You don't have sufficient privileges to perform this operation; Please refer "
"to the documentation for more details"
msgstr ""
"この操作を実行する十分な権限がありません。詳細についてはドキュメンテーション"
"を参照してください"

#: templates/columns_definitions/column_attributes.twig:116
#: templates/database/data_dictionary/index.twig:75 templates/indexes.twig:18
#: templates/table/structure/display_structure.twig:152
#: templates/table/structure/display_structure.twig:160
#: templates/table/structure/display_structure.twig:298
#: templates/table/structure/display_structure.twig:477
#: templates/table/tracking/structure_snapshot_indexes.twig:7
msgid "Unique"
msgstr "ユニーク"

#: templates/columns_definitions/column_attributes.twig:124
#: templates/table/structure/display_structure.twig:219
#: templates/table/structure/display_structure.twig:222
#: templates/table/structure/display_structure.twig:307
msgid "Fulltext"
msgstr "全文"

#: templates/columns_definitions/column_attributes.twig:128
#: templates/table/structure/display_structure.twig:192
#: templates/table/structure/display_structure.twig:200
#: templates/table/structure/display_structure.twig:304
msgid "Spatial"
msgstr "空間"

#: templates/columns_definitions/column_attributes.twig:165
#: templates/table/structure/display_partitions.twig:26
msgid "Expression"
msgstr "式"

#: templates/columns_definitions/column_attributes.twig:186
msgid "first"
msgstr "最初へ"

#: templates/columns_definitions/column_attributes.twig:191
#: templates/table/structure/display_structure.twig:450
#, php-format
msgid "after %s"
msgstr "%s の後へ"

#: templates/columns_definitions/column_definitions_form.twig:23
#: templates/database/create_table.twig:6
#: templates/database/operations/index.twig:30
msgid "Table name"
msgstr "テーブル名"

#: templates/columns_definitions/column_definitions_form.twig:32
#: templates/console/display.twig:99
#: templates/database/central_columns/main.twig:196 templates/export.twig:285
#: templates/export.twig:301 templates/export.twig:317
msgid "Add"
msgstr "追加"

#: templates/columns_definitions/column_definitions_form.twig:40
msgid "column(s)"
msgstr "カラム"

#: templates/columns_definitions/column_definitions_form.twig:74
msgid "Collation:"
msgstr "照合順序:"

#: templates/columns_definitions/column_definitions_form.twig:77
msgid "Storage Engine:"
msgstr "ストレージエンジン:"

#: templates/columns_definitions/column_definitions_form.twig:82
msgid "Connection:"
msgstr "接続:"

#: templates/columns_definitions/column_definitions_form.twig:113
#: templates/columns_definitions/partitions.twig:137
#: templates/table/operations/index.twig:133
msgid "Storage engine"
msgstr "ストレージ エンジン"

#: templates/columns_definitions/column_definitions_form.twig:136
msgid "PARTITION definition:"
msgstr "PARTITION 定義:"

#: templates/columns_definitions/column_definitions_form.twig:154
msgctxt "Online transaction part of the SQL DDL for InnoDB"
msgid "Online transaction"
msgstr "オンライン トランザクション"

#: templates/columns_definitions/column_definitions_form.twig:166
msgid ""
"The column width of integer types is ignored in your MySQL version unless "
"defining a TINYINT(1) column"
msgstr ""
"整数型のカラム幅は、 TINYINT(1) のカラムを定義していない限り、このバージョン"
"の MySQL では無視されます"

#: templates/columns_definitions/column_definitions_form.twig:175
#: templates/database/designer/main.twig:1097
#: templates/database/designer/main.twig:1112 templates/export_modal.twig:5
#: templates/export.twig:81 templates/modals/build_query.twig:5
#: templates/modals/index_dialog_modal.twig:5
#: templates/modals/preview_sql_confirmation.twig:5
#: templates/modals/preview_sql_modal.twig:5
#: templates/table/insert/actions_panel.twig:46
#: templates/table/relation/common_form.twig:233
#: templates/table/zoom_search/result_form.twig:26
#: templates/table/zoom_search/result_form.twig:95
msgid "Loading"
msgstr "読み込み中"

#: templates/columns_definitions/column_name.twig:4
#, php-format
msgid "Referenced by %s."
msgstr "%sによって参照されています。"

#: templates/columns_definitions/column_name.twig:12
msgid "Is a foreign key."
msgstr "外部キーです。"

#: templates/columns_definitions/column_name.twig:39
msgid "Pick from Central Columns"
msgstr "主要カラムから選択"

#: templates/columns_definitions/partitions.twig:17
msgid "Partition by:"
msgstr "パーティションによって："

#: templates/columns_definitions/partitions.twig:32
#: templates/columns_definitions/partitions.twig:60
msgid "Expression or column list"
msgstr "式またはカラムリスト"

#: templates/columns_definitions/partitions.twig:37
msgid "Partitions:"
msgstr "パーティション:"

#: templates/columns_definitions/partitions.twig:45
msgid "Subpartition by:"
msgstr "サブパーティションによって:"

#: templates/columns_definitions/partitions.twig:65
msgid "Subpartitions:"
msgstr "サブパーティション:"

#: templates/columns_definitions/partitions.twig:76
#: templates/table/operations/index.twig:480
#: templates/table/structure/display_partitions.twig:24
msgid "Partition"
msgstr "パーティション"

#: templates/columns_definitions/partitions.twig:78
msgid "Values"
msgstr "値"

#: templates/columns_definitions/partitions.twig:82
msgid "Subpartition"
msgstr "サブパーティション"

#: templates/columns_definitions/partitions.twig:84
msgid "Engine"
msgstr "エンジン"

#: templates/columns_definitions/partitions.twig:85
#: templates/config/form_display/input.twig:53
#: templates/database/data_dictionary/index.twig:81
#: templates/database/events/editor_form.twig:102
#: templates/database/routines/editor_form.twig:163
#: templates/database/structure/table_header.twig:46 templates/indexes.twig:24
#: templates/table/structure/display_partitions.twig:31
#: templates/table/structure/display_structure.twig:483
#: templates/table/tracking/structure_snapshot_columns.twig:12
#: templates/table/tracking/structure_snapshot_indexes.twig:13
msgid "Comment"
msgstr "コメント"

#: templates/columns_definitions/partitions.twig:86
msgid "Data directory"
msgstr "データ ディレクトリ"

#: templates/columns_definitions/partitions.twig:87
msgid "Index directory"
msgstr "インデックス ディレクトリ"

#: templates/columns_definitions/partitions.twig:88
msgid "Max rows"
msgstr "最大行数"

#: templates/columns_definitions/partitions.twig:89
msgid "Min rows"
msgstr "最小行数"

#: templates/columns_definitions/partitions.twig:90
msgid "Table space"
msgstr "テーブルスペース"

#: templates/columns_definitions/partitions.twig:91
msgid "Node group"
msgstr "ノードグループ"

#: templates/columns_definitions/table_fields_definitions.twig:16
#: templates/database/central_columns/edit.twig:10
#: templates/database/routines/editor_form.twig:52
msgid "Length/Values"
msgstr "長さ/値"

#: templates/columns_definitions/table_fields_definitions.twig:17
msgid ""
"If column type is \"enum\" or \"set\", please enter the values using this "
"format: 'a','b','c'…<br>If you ever need to put a backslash (\"\\\") or a "
"single quote (\"'\") amongst those values, precede it with a backslash (for "
"example '\\\\xyz' or 'a\\'b')."
msgstr ""
"カラムのデータ型が「enum」ないし「set」の場合の値の書式: 'a','b','c'…<br>バッ"
"クスラッシュ (\"\\\") やシングルクォート (\"'\") を含める必要がある場合は (\\"
"\\xyz や a\\'b のように) その前にバックスラッシュを付けてください。"

#: templates/columns_definitions/table_fields_definitions.twig:21
msgid ""
"For default values, please enter just a single value, without backslash "
"escaping or quotes, using this format: a"
msgstr ""
"デフォルト値にはひとつの値のみ入力してください。バックスラッシュによるエス"
"ケープや引用符を含めることはできません。例: a"

#: templates/columns_definitions/table_fields_definitions.twig:24
#: templates/database/central_columns/edit.twig:12
#: templates/database/central_columns/main.twig:32
#: templates/database/central_columns/main.twig:236
#: templates/database/data_dictionary/index.twig:79
#: templates/database/operations/index.twig:194
#: templates/database/operations/index.twig:198
#: templates/database/structure/table_header.twig:31
#: templates/home/index.twig:64 templates/indexes.twig:22
#: templates/server/databases/index.twig:29
#: templates/server/databases/index.twig:30
#: templates/server/databases/index.twig:123
#: templates/table/operations/index.twig:151
#: templates/table/search/index.twig:40
#: templates/table/structure/display_structure.twig:23
#: templates/table/structure/display_structure.twig:481
#: templates/table/structure/display_table_stats.twig:108
#: templates/table/tracking/structure_snapshot_columns.twig:8
#: templates/table/tracking/structure_snapshot_indexes.twig:11
#: templates/table/zoom_search/index.twig:38
msgid "Collation"
msgstr "照合順序"

#: templates/columns_definitions/table_fields_definitions.twig:36
#: templates/database/operations/index.twig:68
#: templates/database/operations/index.twig:173
#: templates/database/routines/editor_form.twig:124
#: templates/database/structure/copy_form.twig:50
#: templates/table/operations/index.twig:79
#: templates/table/operations/index.twig:115
#: templates/table/operations/index.twig:315
msgid "Adjust privileges"
msgstr "権限を調整"

#: templates/columns_definitions/table_fields_definitions.twig:59
msgid "Virtuality"
msgstr "仮想"

#: templates/columns_definitions/table_fields_definitions.twig:65
msgid "Move column"
msgstr "カラムを移動させる"

#: templates/columns_definitions/table_fields_definitions.twig:75
#: templates/columns_definitions/table_fields_definitions.twig:86
msgid "List of available transformations and their options"
msgstr "利用できる変換機能一覧と関係するオプション"

#: templates/columns_definitions/table_fields_definitions.twig:77
#: templates/transformation_overview.twig:18
msgid "Browser display transformation"
msgstr "ブラウザ表示変換"

#: templates/columns_definitions/table_fields_definitions.twig:81
msgid "Browser display transformation options"
msgstr "ブラウザ表示変換オプション"

#: templates/columns_definitions/table_fields_definitions.twig:82
#: templates/columns_definitions/table_fields_definitions.twig:93
msgid ""
"Please enter the values for transformation options using this format: 'a', "
"100, b,'c'…<br>If you ever need to put a backslash (\"\\\") or a single "
"quote (\"'\") amongst those values, precede it with a backslash (for example "
"'\\\\xyz' or 'a\\'b')."
msgstr ""
"変換オプションの値の書式: 'a','b','c'…<br>バックスラッシュ (\"\\\") やシング"
"ルクォート (\"'\") を値に含める必要がある場合は ( \\\\xyz や a\\'b のように) "
"バックスラッシュでエスケープしてください。"

#: templates/columns_definitions/table_fields_definitions.twig:88
#: templates/transformation_overview.twig:37
msgid "Input transformation"
msgstr "入力変換機能"

#: templates/columns_definitions/table_fields_definitions.twig:92
msgid "Input transformation options"
msgstr "入力変換オプション"

#: templates/config/form_display/input.twig:15
msgid "This setting is disabled, it will not be applied to your configuration."
msgstr "この項目は無効になっています。これは設定に適用されていません。"

#: templates/config/form_display/input.twig:57
#: templates/config/form_display/input.twig:58
#, php-format
msgid "Set value: %s"
msgstr "値「%s」を設定"

#: templates/config/form_display/input.twig:63
#: templates/config/form_display/input.twig:64
msgid "Restore default value"
msgstr "デフォルト値に戻す"

#: templates/config/form_display/input.twig:79
#: templates/config/form_display/input.twig:80
msgid "Allow users to customize this value"
msgstr "この値の変更をユーザに許可する"

#: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
#: templates/console/display.twig:84 templates/console/display.twig:175
msgid "Collapse"
msgstr "折りたたむ"

#: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
#: templates/console/display.twig:84 templates/console/display.twig:175
msgid "Expand"
msgstr "展開"

#: templates/console/bookmark_content.twig:7 templates/console/display.twig:31
#: templates/console/display.twig:175
msgid "Requery"
msgstr "再クエリ"

#: templates/console/display.twig:7 templates/setup/home/index.twig:166
#: templates/sql/query.twig:38
msgid "Clear"
msgstr "クリア"

#: templates/console/display.twig:7
msgid "History"
msgstr "履歴"

#: templates/console/display.twig:11 templates/console/display.twig:99
msgid "Bookmarks"
msgstr "ブックマーク"

#: templates/console/display.twig:20
msgid "Press Ctrl+Enter to execute query"
msgstr "クエリを実行するには、Ctrl キーを押しながら Enter キーを押します"

#: templates/console/display.twig:23
msgid "Press Enter to execute query"
msgstr "Enterキーを押してクエリを実行する"

#: templates/console/display.twig:31 templates/console/display.twig:175
msgid "Explain"
msgstr "EXPLAIN"

#: templates/console/display.twig:40 templates/console/display.twig:184
msgid "Bookmark"
msgstr "ブックマーク"

#: templates/console/display.twig:40 templates/console/display.twig:184
msgid "Query failed"
msgstr "問い合わせ失敗"

#: templates/console/display.twig:42 templates/console/display.twig:184
msgid "Queried time"
msgstr "問い合わせた時間"

#: templates/console/display.twig:47
msgid "During current session"
msgstr "現在のセッションの間"

#: templates/console/display.twig:64
msgid "ascending"
msgstr "昇順"

#: templates/console/display.twig:64
msgid "descending"
msgstr "降順"

#: templates/console/display.twig:64
msgid "Order:"
msgstr "順序:"

#: templates/console/display.twig:64 templates/console/display.twig:84
#: templates/table/find_replace/replace_preview.twig:16
msgid "Count"
msgstr "カウント"

#: templates/console/display.twig:64
msgid "Execution order"
msgstr "実行順"

#: templates/console/display.twig:64 templates/console/display.twig:84
msgid "Time taken"
msgstr "所要時間"

#: templates/console/display.twig:64 templates/table/search/index.twig:146
msgid "Order by:"
msgstr "並び順:"

#: templates/console/display.twig:64
msgid "Ungroup queries"
msgstr "クエリのクループを解除"

#: templates/console/display.twig:84
msgid "Show trace"
msgstr "トレースを表示"

#: templates/console/display.twig:84
msgid "Hide trace"
msgstr "トレースを非表示"

#: templates/console/display.twig:112
msgid "Add bookmark"
msgstr "ブックマークを追加"

#: templates/console/display.twig:121
msgid "Label"
msgstr "ラベル"

#: templates/console/display.twig:124
msgid "Target database"
msgstr "対象先のデータベース"

#: templates/console/display.twig:127
msgid "Share this bookmark"
msgstr "ブックマークを共有"

#: templates/console/display.twig:140
msgid "Set default"
msgstr "デフォルトに設定"

#: templates/console/display.twig:162
msgid ""
"Execute queries on Enter and insert new line with Shift+Enter. To make this "
"permanent, view settings."
msgstr ""
"Enterでクエリを実行し、Shift+Enterで新しい行を挿入します。永続的にするには、"
"設定を確認してください。"

#: templates/create_tracking_version.twig:10
#, php-format
msgid "Create version %1$s of %2$s"
msgstr "%2$s に世代 %1$s を作成"

#: templates/create_tracking_version.twig:15
#, php-format
msgid "Create version %1$s"
msgstr "世代「%1$s」を作成する"

#: templates/create_tracking_version.twig:21
msgid "Track these data definition statements:"
msgstr "追跡するデータ定義コマンド:"

#: templates/create_tracking_version.twig:60
msgid "Track these data manipulation statements:"
msgstr "追跡するデータ操作コマンド:"

#: templates/create_tracking_version.twig:77
msgid "Create version"
msgstr "世代を作成する"

#: templates/database/central_columns/edit.twig:15
msgctxt "Auto Increment"
msgid "A_I"
msgstr "A_I"

#: templates/database/central_columns/main.twig:4
msgid "Add new column"
msgstr "新しいカラムを追加する"

#: templates/database/central_columns/main.twig:24
#: templates/database/central_columns/main.twig:228
msgid "Length/Value"
msgstr "長さ/値"

#: templates/database/central_columns/main.twig:36
#: templates/database/central_columns/main.twig:240
msgid "Attribute"
msgstr "属性"

#: templates/database/central_columns/main.twig:44
#: templates/database/central_columns/main.twig:248
msgid "A_I"
msgstr "オート・インクリメント"

#: templates/database/central_columns/main.twig:129
msgid "The central list of columns for the current database is empty"
msgstr "現在のデータベースの主要カラムリストは空です"

#: templates/database/central_columns/main.twig:166
#: templates/display/results/table.twig:62
msgid "Filter rows"
msgstr "行フィルタ"

#: templates/database/central_columns/main.twig:167
#: templates/display/results/table.twig:64
msgid "Search this table"
msgstr "このテーブルを検索"

#: templates/database/central_columns/main.twig:178
#: templates/table/structure/display_structure.twig:435
msgid "Add column"
msgstr "カラムを追加する"

#: templates/database/central_columns/main.twig:187
msgid "Select a table"
msgstr "テーブルを選択してください"

#: templates/database/central_columns/main.twig:194
msgid "Select a column."
msgstr "カラムを選択してください。"

#: templates/database/central_columns/main.twig:213
msgid "Click to sort."
msgstr "クリックでソート。"

#: templates/database/central_columns/main.twig:218
#: templates/database/privileges/index.twig:22
#: templates/database/structure/table_header.twig:22
#: templates/database/tracking/tables.twig:18
#: templates/database/tracking/tables.twig:154 templates/indexes.twig:15
#: templates/server/databases/index.twig:163
#: templates/server/privileges/privileges_summary.twig:22
#: templates/server/privileges/users_overview.twig:22
#: templates/server/user_groups/user_groups.twig:21
#: templates/server/variables/index.twig:30
#: templates/table/privileges/index.twig:24
#: templates/table/structure/display_partitions.twig:33
#: templates/table/structure/display_structure.twig:34
#: templates/table/structure/display_structure.twig:474
#: templates/table/tracking/main.twig:32
#: templates/table/tracking/report_table.twig:8
msgid "Action"
msgstr "操作"

#: templates/database/create_table.twig:3
#: templates/database/operations/index.twig:27
msgid "Create new table"
msgstr "新しいテーブルを作成"

#: templates/database/create_table.twig:10
#: templates/database/operations/index.twig:34
msgid "Number of columns"
msgstr "カラム数"

#: templates/database/create_table.twig:14
#: templates/database/operations/index.twig:39 templates/export.twig:27
#: templates/server/databases/index.twig:46
msgid "Create"
msgstr "作成"

#: templates/database/data_dictionary/index.twig:4
msgid "Database comment:"
msgstr "データベースのコメント:"

#: templates/database/data_dictionary/index.twig:8
#: templates/database/data_dictionary/index.twig:124
#: templates/database/structure/index.twig:19
#: templates/display/results/table.twig:258
#: templates/table/structure/display_structure.twig:393
msgid "Print"
msgstr "印刷"

#: templates/database/data_dictionary/index.twig:76 templates/indexes.twig:19
#: templates/table/structure/display_structure.twig:478
#: templates/table/tracking/structure_snapshot_indexes.twig:8
msgid "Packed"
msgstr "圧縮"

#: templates/database/data_dictionary/index.twig:78 templates/indexes.twig:21
#: templates/table/structure/display_structure.twig:480
#: templates/table/tracking/structure_snapshot_indexes.twig:10
msgid "Cardinality"
msgstr "一意な値の数"

#: templates/database/data_dictionary/index.twig:117 templates/indexes.twig:92
#: templates/table/structure/display_structure.twig:559
msgid "No index defined!"
msgstr "インデックスが定義されていません!"

#: templates/database/designer/database_tables.twig:31
#: templates/database/export/index.twig:28
#: templates/database/search/main.twig:43 templates/server/export/index.twig:10
#: templates/server/privileges/privileges_table.twig:28
#: templates/server/privileges/privileges_table.twig:55
#: templates/server/privileges/privileges_table.twig:82
#: templates/server/privileges/privileges_table.twig:109
#: templates/server/replication/database_multibox.twig:7
msgid "Select all"
msgstr "全選択"

#: templates/database/designer/database_tables.twig:37
msgid "Show/hide columns"
msgstr "カラムの表示/非表示"

#: templates/database/designer/database_tables.twig:46
msgid "See table structure"
msgstr "テーブルの構造を参照"

#: templates/database/designer/database_tables.twig:91
#, php-format
msgid "Select \"%s\""
msgstr "「%s」を選択"

#: templates/database/designer/database_tables.twig:109
#, php-format
msgid "Add an option for column \"%s\"."
msgstr "カラム「\"%s\"」に対するオプションを追加する。"

#: templates/database/designer/edit_delete_pages.twig:6
msgid "Page to open"
msgstr "開くページ"

#: templates/database/designer/edit_delete_pages.twig:6
msgid "Page to delete"
msgstr "削除するページ"

#: templates/database/designer/main.twig:19
#: templates/database/designer/main.twig:25
msgid "Show/Hide tables list"
msgstr "テーブル一覧の表示/非表示"

#: templates/database/designer/main.twig:29
#: templates/database/designer/main.twig:35
#: templates/database/designer/main.twig:36
msgid "View in fullscreen"
msgstr "全画面表示"

#: templates/database/designer/main.twig:34
msgid "Exit fullscreen"
msgstr "全画面表示を解除"

#: templates/database/designer/main.twig:48
#: templates/database/designer/main.twig:52
msgid "New page"
msgstr "新しいページ"

#: templates/database/designer/main.twig:77
#: templates/database/designer/main.twig:80
msgid "Delete pages"
msgstr "ページを削除"

#: templates/database/designer/main.twig:84
#: templates/database/designer/main.twig:87
#: templates/database/structure/show_create.twig:11
msgid "Create table"
msgstr "テーブルを作成"

#: templates/database/designer/main.twig:91
#: templates/database/designer/main.twig:94
#: templates/database/designer/main.twig:271
msgid "Create relationship"
msgstr "リレーションを作成"

#: templates/database/designer/main.twig:105
#: templates/database/designer/main.twig:108
msgid "Reload"
msgstr "再読み込み"

#: templates/database/designer/main.twig:112
#: templates/database/designer/main.twig:115
msgid "Help"
msgstr "ヘルプ"

#: templates/database/designer/main.twig:120
#: templates/database/designer/main.twig:123
msgid "Angular links"
msgstr "角リンク"

#: templates/database/designer/main.twig:120
#: templates/database/designer/main.twig:123
msgid "Direct links"
msgstr "直リンク"

#: templates/database/designer/main.twig:127
#: templates/database/designer/main.twig:129
msgid "Snap to grid"
msgstr "グリッドにあわせる"

#: templates/database/designer/main.twig:133
#: templates/database/designer/main.twig:139
msgid "Small/Big All"
msgstr "すべてを大きく/小さく"

#: templates/database/designer/main.twig:143
#: templates/database/designer/main.twig:146
msgid "Toggle small/big"
msgstr "大小を切り替える"

#: templates/database/designer/main.twig:150
#: templates/database/designer/main.twig:153
msgid "Toggle relationship lines"
msgstr "リレーションラインの表示切替"

#: templates/database/designer/main.twig:158
#: templates/database/designer/main.twig:161
msgid "Export schema"
msgstr "スキーマのエクスポート"

#: templates/database/designer/main.twig:169
#: templates/database/designer/main.twig:172
msgid "Build Query"
msgstr "クエリを作成する"

#: templates/database/designer/main.twig:177
#: templates/database/designer/main.twig:181
msgid "Move Menu"
msgstr "メニューを移動する"

#: templates/database/designer/main.twig:185
#: templates/database/designer/main.twig:190
msgid "Pin text"
msgstr "ピンテキスト"

#: templates/database/designer/main.twig:202
msgid "Hide/Show all"
msgstr "すべて隠す/表示"

#: templates/database/designer/main.twig:212
msgid "Hide/Show tables with no relationship"
msgstr "リレーションのないテーブルを隠す/表示"

#: templates/database/designer/main.twig:223
msgid "Number of tables:"
msgstr "テーブル数:"

#: templates/database/designer/main.twig:381
msgid "Delete relationship"
msgstr "リレーションを削除"

#: templates/database/designer/main.twig:445
#: templates/database/designer/main.twig:610
msgid "Relationship operator"
msgstr "リレーション演算子"

#: templates/database/designer/main.twig:474
#: templates/database/designer/main.twig:639
#: templates/database/designer/main.twig:845
#: templates/database/designer/main.twig:1038
msgid "Except"
msgstr "以外"

#: templates/database/designer/main.twig:484
#: templates/database/designer/main.twig:649
#: templates/database/designer/main.twig:855
#: templates/database/designer/main.twig:1048
#: templates/database/routines/execute_form.twig:20
#: templates/server/replication/status_table.twig:17
#: templates/server/status/variables/index.twig:76
#: templates/server/variables/index.twig:32
#: templates/table/insert/get_head_and_foot_of_insert_row_table.twig:9
#: templates/table/search/index.twig:42
#: templates/table/zoom_search/index.twig:40
#: templates/table/zoom_search/result_form.twig:37
msgid "Value"
msgstr "値"

#: templates/database/designer/main.twig:486
#: templates/database/designer/main.twig:651
#: templates/database/designer/main.twig:857
#: templates/database/designer/main.twig:1050
msgid "subquery"
msgstr "サブクエリ"

#: templates/database/designer/main.twig:495
#: templates/database/designer/main.twig:711
msgid "Rename to"
msgstr "変更後の名称"

#: templates/database/designer/main.twig:501
#: templates/database/designer/main.twig:719
msgid "New name"
msgstr "新しい名前"

#: templates/database/designer/main.twig:510
#: templates/database/designer/main.twig:916
msgid "Aggregate"
msgstr "集計"

#: templates/database/designer/main.twig:516
#: templates/database/designer/main.twig:580
#: templates/database/designer/main.twig:785
#: templates/database/designer/main.twig:816
#: templates/database/designer/main.twig:924
#: templates/database/designer/main.twig:1009
#: templates/table/search/index.twig:41
#: templates/table/zoom_search/index.twig:39
msgid "Operator"
msgstr "演算子"

#: templates/database/designer/main.twig:1090
msgid "Active options"
msgstr "アクティブオプション"

#: templates/database/designer/page_save_as.twig:19
msgid "Save to selected page"
msgstr "選択したページに保存"

#: templates/database/designer/page_save_as.twig:23
msgid "Create a page and save to it"
msgstr "ページを作成し、そこへ保存する"

#: templates/database/designer/page_save_as.twig:29
msgid "New page name"
msgstr "新しいページ名"

#: templates/database/designer/page_selector.twig:2
msgid "Select page"
msgstr "ページを選択してください"

#: templates/database/designer/schema_export.twig:4
msgid "Select Export Relational Type"
msgstr "エクスポートするリレーショナルタイプを選択してください"

#: templates/database/events/editor_form.twig:10
#: templates/database/routines/editor_form.twig:11
#: templates/database/triggers/editor_form.twig:14 templates/view_create.twig:8
msgid "Details"
msgstr "詳細"

#: templates/database/events/editor_form.twig:19
msgid "Event name"
msgstr "イベント名"

#: templates/database/events/editor_form.twig:35
#: templates/server/binlog/index.twig:86
msgid "Event type"
msgstr "イベント種別"

#: templates/database/events/editor_form.twig:48
#: templates/database/routines/editor_form.twig:38
#, php-format
msgid "Change to %s"
msgstr "%s に変更する"

#: templates/database/events/editor_form.twig:53
msgid "Execute at"
msgstr "実行日時"

#: templates/database/events/editor_form.twig:59
msgid "Execute every"
msgstr "実行間隔"

#: templates/database/events/editor_form.twig:70
msgctxt "Start of recurring event"
msgid "Start"
msgstr "開始"

#: templates/database/events/editor_form.twig:76
msgctxt "End of recurring event"
msgid "End"
msgstr "終了"

#: templates/database/events/editor_form.twig:90
msgid "On completion preserve"
msgstr "完了後もイベントを残す"

#: templates/database/events/editor_form.twig:96
#: templates/database/routines/editor_form.twig:138
#: templates/database/triggers/editor_form.twig:61
#: templates/view_create.twig:45
msgid "Definer"
msgstr "定義者"

#: templates/database/events/index.twig:13
#: templates/database/privileges/index.twig:113
#: templates/database/privileges/index.twig:114
#: templates/database/routines/index.twig:13
#: templates/database/structure/check_all_tables.twig:3
#: templates/database/structure/check_all_tables.twig:4
#: templates/database/triggers/list.twig:13
#: templates/display/results/table.twig:223
#: templates/display/results/table.twig:224 templates/select_all.twig:4
#: templates/select_all.twig:5 templates/server/databases/index.twig:64
#: templates/server/privileges/edit_routine_privileges.twig:57
#: templates/server/privileges/privileges_table.twig:268
#: templates/server/privileges/privileges_table.twig:269
#: templates/server/privileges/privileges_table.twig:277
#: templates/server/privileges/privileges_table.twig:351
#: templates/server/privileges/privileges_table.twig:551
#: templates/server/privileges/users_overview.twig:121
#: templates/server/privileges/users_overview.twig:122
#: templates/server/user_groups/edit_user_groups.twig:11
#: templates/table/privileges/index.twig:117
#: templates/table/privileges/index.twig:118
msgid "Check all"
msgstr "すべてチェックする"

#: templates/database/events/index.twig:27
msgid "Create new event"
msgstr "新しいイベントを作成する"

#: templates/database/events/index.twig:36
msgid "There are no events to display."
msgstr "表示できるイベントがありません。"

#: templates/database/events/index.twig:112
msgid "Event scheduler status"
msgstr "イベントスケジュールの状態"

#: templates/database/events/index.twig:117
#: templates/database/tracking/tables.twig:47
msgid "Click to toggle"
msgstr "クリックでオン／オフ切り替え"

#: templates/database/events/index.twig:130
msgid "ON"
msgstr "オン"

#: templates/database/events/index.twig:141
msgid "OFF"
msgstr "オフ"

#: templates/database/export/index.twig:61
msgid ""
"@SERVER@ will become the server name and @DATABASE@ will become the database "
"name."
msgstr "@SERVER@ はサーバ名、@DATABASE@ はデータベース名になります。"

#. l10n: A query that the user has written freely
#: templates/database/export/index.twig:5 templates/table/export/index.twig:5
msgid "Exporting a raw query"
msgstr "生クエリのエクスポート"

#: templates/database/export/index.twig:7
#, php-format
msgid "Exporting tables from \"%s\" database"
msgstr "データベース \"%s\" からテーブルをエクスポート"

#: templates/database/export/index.twig:30
msgid "Export the structure of all tables."
msgstr "すべてのテーブルの構造をエクスポートする。"

#: templates/database/export/index.twig:33
msgid "Export the data of all tables."
msgstr "すべてのテーブルのデータをエクスポートする。"

#: templates/database/import/index.twig:3
#, php-format
msgid "Importing into the database \"%s\""
msgstr "データベース \"%s\" へのインポート"

#: templates/database/multi_table_query/form.twig:4
#: templates/database/qbe/index.twig:4
msgid "Multi-table query"
msgstr "複数テーブルクエリ"

#: templates/database/multi_table_query/form.twig:10
#: templates/database/qbe/index.twig:10
msgid "Query by example"
msgstr "例によるクエリ"

#: templates/database/multi_table_query/form.twig:17
msgid "Query window"
msgstr "クエリウィンドウ"

#: templates/database/multi_table_query/form.twig:38
#: templates/database/multi_table_query/form.twig:128
msgid "select table"
msgstr "テーブルを選択してください"

#: templates/database/multi_table_query/form.twig:45
#: templates/database/multi_table_query/form.twig:136
msgid "select column"
msgstr "カラムを選択してください"

#: templates/database/multi_table_query/form.twig:51
msgid "Table alias"
msgstr "テーブルエイリアス"

#: templates/database/multi_table_query/form.twig:52
msgid "Column alias"
msgstr "カラムエイリアス"

#: templates/database/multi_table_query/form.twig:55
msgid "Use this column in criteria"
msgstr "このカラムを条件に利用する"

#: templates/database/multi_table_query/form.twig:59
msgid "criteria"
msgstr "条件"

#: templates/database/multi_table_query/form.twig:73
msgid "Add as"
msgstr "次の値として追加する"

#: templates/database/multi_table_query/form.twig:119
msgid "Another column"
msgstr "別のカラム"

#: templates/database/multi_table_query/form.twig:146
msgid "Enter criteria as free text"
msgstr "条件を入力してください"

#: templates/database/multi_table_query/form.twig:153
msgid "Remove this column"
msgstr "このカラムを削除"

#: templates/database/multi_table_query/form.twig:159
#: templates/table/relation/foreign_key_row.twig:85
msgid "+ Add column"
msgstr "+ カラムを追加"

#: templates/database/multi_table_query/form.twig:174
#: templates/database/qbe/selection_form.twig:80
#: templates/database/qbe/selection_form.twig:96
msgid "Update query"
msgstr "クエリを更新する"

#: templates/database/operations/index.twig:9
#: templates/database/operations/index.twig:13
msgid "Database comment"
msgstr "データベースのコメント:"

#: templates/database/operations/index.twig:54
msgid "Rename database to"
msgstr "データベース名の変更"

#: templates/database/operations/index.twig:58 templates/export.twig:282
msgid "New database name"
msgstr "新しいデータベース名"

#: templates/database/operations/index.twig:66
#: templates/database/operations/index.twig:171
#: templates/table/operations/index.twig:77
#: templates/table/operations/index.twig:113
#: templates/table/operations/index.twig:313
msgid ""
"You don't have sufficient privileges to perform this operation; Please refer "
"to the documentation for more details."
msgstr ""
"この操作を実行する十分な権限がありません。詳細についてはドキュメンテーション"
"を参照してください。"

#: templates/database/operations/index.twig:83
msgid "Remove database"
msgstr "データベースの削除"

#: templates/database/operations/index.twig:89
#, php-format
msgid "Database %s has been dropped."
msgstr "データベース %s を削除しました。"

#: templates/database/operations/index.twig:94
msgid "Drop the database (DROP)"
msgstr "データベースを削除する (DROP)"

#: templates/database/operations/index.twig:118
msgid "Copy database to"
msgstr "データベースのコピー先"

#: templates/database/operations/index.twig:150
msgid "CREATE DATABASE before copying"
msgstr "コピーの前に CREATE DATABASE する"

#: templates/database/operations/index.twig:165
#: templates/database/structure/copy_form.twig:44
#: templates/table/operations/index.twig:306
msgid "Add constraints"
msgstr "制約を追加する"

#: templates/database/operations/index.twig:180
msgid "Switch to copied database"
msgstr "コピーしたデータベースに切り替える"

#: templates/database/operations/index.twig:216
msgid "Change all tables collations"
msgstr "すべてのテーブルの照合順序を変更"

#: templates/database/operations/index.twig:220
msgid "Change all tables columns collations"
msgstr "すべてのテーブルのカラム照合順序を変更する"

#: templates/database/privileges/index.twig:9
#: templates/table/privileges/index.twig:8
#, php-format
msgid "Users having access to \"%s\""
msgstr "\"%s\" にアクセスできるユーザ"

#: templates/database/privileges/index.twig:17
#: templates/server/privileges/login_information_fields.twig:6
#: templates/server/privileges/login_information_fields.twig:11
#: templates/server/privileges/users_overview.twig:8
#: templates/server/replication/change_primary.twig:15
#: templates/server/replication/primary_add_replica_user.twig:19
#: templates/server/replication/primary_add_replica_user.twig:24
#: templates/table/privileges/index.twig:19
msgid "User name"
msgstr "ユーザ名"

#: templates/database/privileges/index.twig:18
#: templates/server/privileges/login_information_fields.twig:25
#: templates/server/privileges/login_information_fields.twig:37
#: templates/server/privileges/users_overview.twig:9
#: templates/table/privileges/index.twig:20
msgid "Host name"
msgstr "ホスト名"

#: templates/database/privileges/index.twig:21
#: templates/server/privileges/privileges_summary.twig:16
#: templates/server/privileges/users_overview.twig:18
#: templates/table/privileges/index.twig:23
msgid "Grant"
msgstr "権限委譲"

#: templates/database/privileges/index.twig:36
#: templates/server/privileges/new_user_ajax.twig:9
#: templates/server/privileges/users_overview.twig:36
#: templates/table/privileges/index.twig:38
msgid "Any"
msgstr "すべて"

#: templates/database/privileges/index.twig:47
#: templates/table/privileges/index.twig:49
msgid "global"
msgstr "グローバル"

#: templates/database/privileges/index.twig:50
#: templates/table/privileges/index.twig:52
msgid "database-specific"
msgstr "データベース固有"

#: templates/database/privileges/index.twig:52
#: templates/table/privileges/index.twig:54
msgid "wildcard"
msgstr "ワイルドカード"

#: templates/database/privileges/index.twig:55
#: templates/table/privileges/index.twig:59
msgid "routine"
msgstr "ルーチン"

#: templates/database/privileges/index.twig:112
#: templates/database/privileges/index.twig:115
#: templates/database/structure/check_all_tables.twig:2
#: templates/database/structure/check_all_tables.twig:9
#: templates/display/results/table.twig:222
#: templates/display/results/table.twig:225 templates/select_all.twig:2
#: templates/select_all.twig:6
#: templates/server/privileges/users_overview.twig:120
#: templates/server/privileges/users_overview.twig:123
#: templates/table/privileges/index.twig:116
#: templates/table/privileges/index.twig:119
msgid "With selected:"
msgstr "チェックしたものを:"

#: templates/database/privileges/index.twig:131
#: templates/server/privileges/add_user_fieldset.twig:4
#: templates/server/privileges/user_overview.twig:22
#: templates/server/privileges/users_overview.twig:137
#: templates/table/privileges/index.twig:134
msgctxt "Create new user"
msgid "New"
msgstr "新規作成"

#: templates/database/privileges/index.twig:136
#: templates/server/privileges/add_user_fieldset.twig:9
#: templates/server/privileges/add_user.twig:3
#: templates/server/privileges/user_overview.twig:24
#: templates/server/privileges/users_overview.twig:140
#: templates/table/privileges/index.twig:140
msgid "Add user account"
msgstr "ユーザアカウントを追加する"

#: templates/database/qbe/index.twig:16
#, php-format
msgid "Switch to %svisual builder%s"
msgstr "%sビジュアルビルダ%sに切り替え"

#: templates/database/qbe/index.twig:20
msgid "You have to choose at least one column to display!"
msgstr "最低 1 つは表示するカラムを選択してください！"

#: templates/database/qbe/ins_del_and_or_cell.twig:5
msgid "Ins:"
msgstr "挿入:"

#: templates/database/qbe/ins_del_and_or_cell.twig:12
msgid "And"
msgstr "および"

#: templates/database/qbe/ins_del_and_or_cell.twig:17
msgid "Del:"
msgstr "削除:"

#: templates/database/qbe/selection_form.twig:12
#: templates/table/find_replace/index.twig:41
msgid "Column:"
msgstr "カラム："

#: templates/database/qbe/selection_form.twig:17
msgid "Alias:"
msgstr "エイリアス："

#: templates/database/qbe/selection_form.twig:22
msgid "Show:"
msgstr "表示："

#: templates/database/qbe/selection_form.twig:27
msgid "Sort:"
msgstr "ソート："

#: templates/database/qbe/selection_form.twig:32
msgid "Sort order:"
msgstr "ソート順："

#: templates/database/qbe/selection_form.twig:37
msgid "Criteria:"
msgstr "条件："

#: templates/database/qbe/selection_form.twig:44
msgid "Modify:"
msgstr "修正："

#: templates/database/qbe/selection_form.twig:54
msgid "Add/Delete criteria rows:"
msgstr "条件行の追加または削除："

#: templates/database/qbe/selection_form.twig:67
msgid "Add/Delete columns:"
msgstr "カラムの追加または削除："

#: templates/database/qbe/selection_form.twig:86
#: templates/database/qbe/selection_form.twig:88
msgid "Use tables"
msgstr "利用するテーブル"

#: templates/database/qbe/selection_form.twig:107
#, php-format
msgid "SQL query on database <b>%s</b>:"
msgstr "データベース <b>%s</b> のSQL:"

#: templates/database/routines/editor_form.twig:20
msgid "Routine name"
msgstr "ルーチン名"

#: templates/database/routines/editor_form.twig:43
msgid "Parameters"
msgstr "パラメータ"

#: templates/database/routines/editor_form.twig:49
msgid "Direction"
msgstr "入出力"

#: templates/database/routines/editor_form.twig:66
msgid "Add parameter"
msgstr "パラメータを追加する"

#: templates/database/routines/editor_form.twig:67
msgid "Remove last parameter"
msgstr "最後のパラメータを削除する"

#: templates/database/routines/editor_form.twig:71
msgid "Return type"
msgstr "返り値の種類"

#: templates/database/routines/editor_form.twig:79
msgid "Return length/values"
msgstr "返り値の長さ/値"

#: templates/database/routines/editor_form.twig:86
msgid "Return options"
msgstr "返り値のオプション"

#: templates/database/routines/editor_form.twig:90
#: templates/database/routines/parameter_row.twig:31
#: templates/database/structure/table_header.twig:42
msgid "Charset"
msgstr "文字セット"

#: templates/database/routines/editor_form.twig:115
msgid "Is deterministic"
msgstr "DETERMINISTIC"

#: templates/database/routines/editor_form.twig:131
msgid ""
"You do not have sufficient privileges to perform this operation; Please "
"refer to the documentation for more details."
msgstr ""
"この操作を行うのに十分な権限がありません。詳細についてはドキュメンテーション"
"を参照してください。"

#: templates/database/routines/editor_form.twig:144
msgid "Security type"
msgstr "SQL SECURITY"

#: templates/database/routines/editor_form.twig:153
msgid "SQL data access"
msgstr "データ干渉方式"

#: templates/database/routines/execute_form.twig:7
#: templates/database/routines/execute_form.twig:12
msgid "Routine parameters"
msgstr "ルーチンのパラメータ"

#: templates/database/routines/index.twig:33
msgid "Create new routine"
msgstr "新しいルーチンを作成"

#: templates/database/routines/index.twig:42
msgid "There are no routines to display."
msgstr "表示できるルーチンがありません。"

#: templates/database/routines/index.twig:51
msgid "Returns"
msgstr "返り値"

#: templates/database/routines/parameter_row.twig:24
#: templates/modals/enum_set_editor.twig:5
msgid "ENUM/SET editor"
msgstr "ENUM/SET エディタ"

#: templates/database/routines/row.twig:38
#: templates/database/routines/row.twig:48
#: templates/database/routines/row.twig:52
msgid "Execute"
msgstr "実行"

#: templates/database/search/main.twig:5
msgid "Search in database"
msgstr "データベース内検索"

#: templates/database/search/main.twig:8
msgid "Words or values to search for (wildcard: \"%\"):"
msgstr "検索する単語や値 (ワイルドカード: \"%\"):"

#: templates/database/search/main.twig:15
#: templates/table/find_replace/index.twig:31
msgid "Find:"
msgstr "検索条件:"

#: templates/database/search/main.twig:19
#: templates/database/search/main.twig:23
msgid "Words are separated by a space character (\" \")."
msgstr "各単語は空白文字 (\" \") で区切ってください。"

#: templates/database/search/main.twig:40
msgid "Inside tables:"
msgstr "検索するテーブル:"

#: templates/database/search/main.twig:46 templates/server/export/index.twig:11
#: templates/server/replication/database_multibox.twig:8
msgid "Unselect all"
msgstr "全選択解除"

#: templates/database/search/main.twig:67
msgid "Inside column:"
msgstr "検索するカラム:"

#: templates/database/search/results.twig:12
#, php-format
msgid "%1$s match in <strong>%2$s</strong>"
msgid_plural "%1$s matches in <strong>%2$s</strong>"
msgstr[0] "%1$s 件の一致 (テーブル <strong>%2$s</strong>)"

#: templates/database/search/results.twig:56
msgid "<strong>Total:</strong> <em>%count%</em> match"
msgid_plural "<strong>Total:</strong> <em>%count%</em> matches"
msgstr[0] "<strong>合計:</strong> <em>%count%</em> 件"

#: templates/database/structure/add_prefix.twig:7
#: templates/database/structure/add_prefix.twig:9
msgid "Add prefix"
msgstr "追加する接頭辞"

#: templates/database/structure/body_for_table_summary.twig:6
#, php-format
msgid "%s table"
msgid_plural "%s tables"
msgstr[0] "%s テーブル"

#: templates/database/structure/body_for_table_summary.twig:17
msgid "Sum"
msgstr "合計"

#: templates/database/structure/bulk_action_modal.twig:12
#: templates/database/structure/check_all_tables.twig:56
msgid "Continue"
msgstr "続ける"

#: templates/database/structure/change_prefix_form.twig:7
msgid "From"
msgstr "付け替え元"

#: templates/database/structure/change_prefix_form.twig:13
msgid "To"
msgstr "付け替え先"

#: templates/database/structure/check_all_tables.twig:6
msgid "Check tables having overhead"
msgstr "オーバーヘッドのあるテーブルを確認する"

#: templates/database/structure/check_all_tables.twig:10
msgid "Copy table"
msgstr "テーブルをコピー"

#: templates/database/structure/check_all_tables.twig:11
msgid "Show create"
msgstr "作成を表示する"

#: templates/database/structure/check_all_tables.twig:14
#: templates/table/operations/index.twig:403
#: templates/table/operations/view.twig:26
msgid "Delete data or table"
msgstr "データまたはテーブルの削除"

#: templates/database/structure/check_all_tables.twig:15
#: templates/database/structure/structure_table_row.twig:74
msgid "Empty"
msgstr "空にする"

#: templates/database/structure/check_all_tables.twig:18
#: templates/table/operations/index.twig:334
msgid "Table maintenance"
msgstr "テーブルメンテナンス"

#: templates/database/structure/check_all_tables.twig:19
#: templates/table/maintenance/analyze.twig:3
#: templates/table/operations/index.twig:339
msgid "Analyze table"
msgstr "テーブルを分析する"

#: templates/database/structure/check_all_tables.twig:20
#: templates/table/maintenance/check.twig:3
#: templates/table/operations/index.twig:348
msgid "Check table"
msgstr "テーブルをチェックする"

#: templates/database/structure/check_all_tables.twig:21
#: templates/table/maintenance/checksum.twig:3
#: templates/table/operations/index.twig:356
msgid "Checksum table"
msgstr "チェックサム テーブル"

#: templates/database/structure/check_all_tables.twig:22
#: templates/table/maintenance/optimize.twig:3
#: templates/table/operations/index.twig:384
#: templates/table/structure/display_table_stats.twig:68
msgid "Optimize table"
msgstr "テーブルを最適化する"

#: templates/database/structure/check_all_tables.twig:23
#: templates/table/maintenance/repair.twig:3
#: templates/table/operations/index.twig:393
msgid "Repair table"
msgstr "テーブルを修復する"

#: templates/database/structure/check_all_tables.twig:25
msgid "Prefix"
msgstr "接頭辞"

#: templates/database/structure/check_all_tables.twig:26
msgid "Add prefix to table"
msgstr "接頭辞をテーブル名に追加する"

#: templates/database/structure/check_all_tables.twig:27
msgid "Replace table prefix"
msgstr "テーブル名の接頭辞を付け替える"

#: templates/database/structure/check_all_tables.twig:33
msgid "Add columns to central list"
msgstr "主要カラムリストへ追加"

#: templates/database/structure/check_all_tables.twig:34
msgid "Remove columns from central list"
msgstr "主要カラムリストから削除"

#: templates/database/structure/check_all_tables.twig:35
msgid "Make consistent with central list"
msgstr "主要カラムリストと整合を取る"

#: templates/database/structure/check_all_tables.twig:48
msgid "Are you sure?"
msgstr "本当ですか?"

#: templates/database/structure/check_all_tables.twig:52
msgid ""
"This action may change some of the columns definition.[br]Are you sure you "
"want to continue?"
msgstr "この操作はいくつかのカラム定義を変更します。[br]本当に続けますか？"

#: templates/database/structure/copy_form.twig:14
msgid "Options:"
msgstr "オプション:"

#: templates/database/structure/copy_form.twig:39
msgid "Add AUTO INCREMENT value"
msgstr "AUTO INCREMENT 値を追加する"

#: templates/database/structure/drop_form.twig:6
#: templates/database/structure/empty_form.twig:6
#: templates/table/delete/confirm.twig:12
#: templates/table/structure/drop_confirm.twig:6
#: templates/table/structure/primary.twig:6
msgid "Do you really want to execute the following query?"
msgstr "以下のクエリを本当に実行しますか?"

#: templates/database/structure/favorite_anchor.twig:4
#: templates/recent_favorite_table_favorite.twig:6
msgid "Remove from Favorites"
msgstr "お気に入りから削除"

#: templates/database/structure/favorite_anchor.twig:4
msgid "Add to Favorites"
msgstr "お気に入りに追加"

#: templates/database/structure/show_create.twig:2
msgid "Showing create queries"
msgstr "作成クエリが表示されている"

#: templates/database/structure/show_create.twig:33
#: templates/display/results/table.twig:297 templates/modals/create_view.twig:5
#: templates/sql/no_results_returned.twig:13 templates/view_create.twig:11
msgid "Create view"
msgstr "ビューを作成する"

#: templates/database/structure/structure_table_row.twig:17
#: templates/server/databases/index.twig:219
#: templates/server/databases/index.twig:231
msgid "Not replicated"
msgstr "レプリケーションしていない"

#: templates/database/structure/structure_table_row.twig:18
#: templates/server/databases/index.twig:215
#: templates/server/databases/index.twig:227
msgid "Replicated"
msgstr "レプリケーションしている"

#: templates/database/structure/structure_table_row.twig:223
msgid "in use"
msgstr "使用中"

#: templates/database/structure/table_header.twig:27
msgid ""
"May be approximate. Click on the number to get the exact count. See "
"[doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
"正確な数字とは限りません。正確な数を得るために番号をクリックしてください。"
"[doc@faq3-11]FAQ 3.11[/doc] をご覧ください。"

#: templates/database/structure/table_header.twig:36
#: templates/table/index_form.twig:144
msgid "Size"
msgstr "サイズ"

#: templates/database/structure/table_header.twig:51
#: templates/table/structure/display_table_stats.twig:154
msgid "Creation"
msgstr "作成日時"

#: templates/database/structure/table_header.twig:56
#: templates/table/structure/display_table_stats.twig:161
msgid "Last update"
msgstr "最終更新"

#: templates/database/structure/table_header.twig:61
#: templates/table/structure/display_table_stats.twig:168
msgid "Last check"
msgstr "最終検査"

#: templates/database/structure/tracking_icon.twig:3
msgid "Tracking is active."
msgstr "SQL コマンドの追跡はアクティブです。"

#: templates/database/structure/tracking_icon.twig:5
msgid "Tracking is not active."
msgstr "SQL コマンドの追跡は非アクティブです。"

#: templates/database/tracking/tables.twig:4
msgid "Tracked tables"
msgstr "SQL コマンドを追跡しているテーブル"

#: templates/database/tracking/tables.twig:14
msgid "Last version"
msgstr "最後の世代"

#: templates/database/tracking/tables.twig:15
#: templates/table/tracking/main.twig:29
msgid "Created"
msgstr "作成日時"

#: templates/database/tracking/tables.twig:16
#: templates/table/tracking/main.twig:30
msgid "Updated"
msgstr "更新日時"

#: templates/database/tracking/tables.twig:61
#: templates/table/tracking/main.twig:10 templates/table/tracking/main.twig:53
msgid "active"
msgstr "アクティブ"

#: templates/database/tracking/tables.twig:73
#: templates/table/tracking/main.twig:12 templates/table/tracking/main.twig:56
msgid "not active"
msgstr "非アクティブ"

#: templates/database/tracking/tables.twig:93
#: templates/database/tracking/tables.twig:138
#: templates/database/tracking/tables.twig:139
msgid "Delete tracking"
msgstr "追跡を削除します"

#: templates/database/tracking/tables.twig:104
msgid "Versions"
msgstr "世代"

#: templates/database/tracking/tables.twig:145
msgid "Untracked tables"
msgstr "SQL コマンドを追跡していないテーブル"

#: templates/database/tracking/tables.twig:176
#: templates/database/tracking/tables.twig:188
#: templates/database/tracking/tables.twig:189
#: templates/table/structure/display_structure.twig:413
msgid "Track table"
msgstr "テーブルを追跡する"

#: templates/database/triggers/editor_form.twig:23
msgid "Trigger name"
msgstr "トリガ名"

#: templates/database/triggers/editor_form.twig:37
msgctxt "Trigger action time"
msgid "Time"
msgstr "実行時機"

#: templates/database/triggers/list.twig:27
msgid "Create new trigger"
msgstr "新しいトリガを作成する"

#: templates/database/triggers/list.twig:36
msgid "There are no triggers to display."
msgstr "表示できるトリガがありません。"

#: templates/display/results/table.twig:32
msgid "Save edited data"
msgstr "変更したデータを保存する"

#: templates/display/results/table.twig:38
msgid "Restore column order"
msgstr "カラムの順番を元に戻す"

#: templates/display/results/table.twig:49 templates/export.twig:149
#: templates/table/start_and_number_of_rows_fieldset.twig:9
msgid "Number of rows:"
msgstr "行数:"

#: templates/display/results/table.twig:52
msgid "All"
msgstr "全部"

#: templates/display/results/table.twig:70
msgid "Sort by key:"
msgstr "キーで並べ替え:"

#: templates/display/results/table.twig:119
#: templates/table/search/index.twig:102
msgid "Extra options"
msgstr "拡張オプション"

#: templates/display/results/table.twig:141
msgid "Relational key"
msgstr "リレーションキー"

#: templates/display/results/table.twig:145
msgid "Display column for relationships"
msgstr "リレーションのカラムを表示する"

#: templates/display/results/table.twig:153
msgid "Show binary contents"
msgstr "バイナリの内容を表示する"

#: templates/display/results/table.twig:157
msgid "Show BLOB contents"
msgstr "BLOB の内容を表示する"

#: templates/display/results/table.twig:167
msgid "Hide browser transformation"
msgstr "ブラウザ変換機能を隠す"

#: templates/display/results/table.twig:179
msgid "Well Known Text"
msgstr "空間データをテキストで表示"

#: templates/display/results/table.twig:183
msgid "Well Known Binary"
msgstr "空間データをバイナリで表示"

#: templates/display/results/table.twig:255
#: templates/sql/no_results_returned.twig:9
msgid "Query results operations"
msgstr "クエリ結果操作"

#: templates/display/results/table.twig:260
msgid "Copy to clipboard"
msgstr "クリップボードにコピー"

#: templates/display/results/table.twig:279
#: templates/table/chart/tbl_chart.twig:2
msgid "Display chart"
msgstr "グラフで表示する"

#: templates/display/results/table.twig:287
msgid "Visualize GIS data"
msgstr "空間情報のデータを視覚化する"

#: templates/encoding/kanji_encoding_form.twig:6
msgctxt "None encoding conversion"
msgid "None"
msgstr "なし"

#: templates/encoding/kanji_encoding_form.twig:17
msgid "Convert to Kana"
msgstr "全角カナに変換する"

#: templates/error/report_form.twig:3
msgid ""
"This report automatically includes data about the error and information "
"about relevant configuration settings. It will be sent to the phpMyAdmin "
"team for debugging the error."
msgstr ""
"この報告には、エラーに関するデータと関連する構成設定に関する情報が自動的に含"
"まれます。 エラーをデバッグするためにphpMyAdminチームに送信されます。"

#: templates/error/report_form.twig:11
msgid ""
"Can you tell us the steps leading to this error? It decisively helps in "
"debugging:"
msgstr ""
"このエラーにつながる手順を教えてください。 決定的にデバッグに役立ちます："

#: templates/error/report_form.twig:18
msgid "You may examine the data in the error report:"
msgstr "エラー報告のデータ確認が出来ます："

#: templates/error/report_modal.twig:5
msgid "Submit error report"
msgstr "エラーレポートを送信"

#: templates/error/report_modal.twig:12
msgid "Send error report"
msgstr "エラーレポートの送信"

#: templates/export/template_options.twig:1 templates/export.twig:42
msgid "Select a template"
msgstr "テンプレートを選択してください"

#: templates/export.twig:14
msgid "Export templates:"
msgstr "テンプレートをエクスポート:"

#: templates/export.twig:18
msgid "New template:"
msgstr "新しいテンプレート:"

#: templates/export.twig:21 templates/export.twig:24
msgid "Template name"
msgstr "テンプレート名"

#: templates/export.twig:35
msgid "Existing templates:"
msgstr "既存のテンプレート:"

#: templates/export.twig:38
msgid "Template:"
msgstr "テンプレート:"

#: templates/export.twig:51
msgid "Update"
msgstr "更新"

#: templates/export.twig:72
msgid "Show SQL query"
msgstr "SQL クエリの表示"

#: templates/export.twig:104
msgid "Export method:"
msgstr "エクスポート方法:"

#: templates/export.twig:108
msgid "Quick - display only the minimal options"
msgstr "簡易 - 最小限のオプションだけ表示"

#: templates/export.twig:112
msgid "Custom - display all possible options"
msgstr "詳細 - 可能なオプションをすべて表示"

#: templates/export.twig:121
msgid "File format to export"
msgstr "エクスポートするファイル形式"

#: templates/export.twig:137
msgid "Rows:"
msgstr "行:"

#: templates/export.twig:141
msgid "Dump all rows"
msgstr "すべての行をダンプする"

#: templates/export.twig:145
msgid "Dump some row(s)"
msgstr "ダンプする行"

#: templates/export.twig:160
msgid "Row to begin at:"
msgstr "開始行:"

#: templates/export.twig:170 templates/export.twig:332
msgid "Output:"
msgstr "出力:"

#: templates/export.twig:175 templates/export.twig:370
#, php-format
msgid "Save on server in the directory <strong>%s</strong>"
msgstr "サーバ上のディレクトリ <strong>%s</strong> に保存する"

#: templates/export.twig:193 templates/export.twig:337
msgid "Rename exported databases/tables/columns"
msgstr "エクスポートされた データベース・テーブル・カラムの名前を変更"

#: templates/export.twig:201
msgid "Defined aliases"
msgstr "定義されたエイリアス"

#: templates/export.twig:216 templates/export.twig:230
#: templates/export.twig:243 templates/export.twig:260
msgid "Remove"
msgstr "削除"

#: templates/export.twig:269
msgid "Define new aliases"
msgstr "新しいエイリアスを定義する"

#: templates/export.twig:274
msgid "Select database:"
msgstr "データベースを選択してください:"

#: templates/export.twig:290
msgid "Select table:"
msgstr "テーブルを選択してください:"

#: templates/export.twig:298
msgid "New table name"
msgstr "新しいテーブル名"

#: templates/export.twig:306
msgid "Select column:"
msgstr "カラムを選択:"

#: templates/export.twig:314
msgid "New column name"
msgstr "新しいカラム名"

#: templates/export.twig:347
#, php-format
msgid "Use %s statement"
msgstr "「%s」 コマンドを使用する"

#: templates/export.twig:356
msgid "View output as text"
msgstr "出力をテキストで表示する"

#: templates/export.twig:360
msgid "Save output to a file"
msgstr "出力をファイルに保存する"

#: templates/export.twig:387
msgid "File name template:"
msgstr "ファイル名のテンプレート:"

#: templates/export.twig:388
#, php-format
msgid ""
"This value is interpreted using the 'strftime' function, so you can use time "
"formatting strings. Additionally the following transformations will happen: "
"%s Other text will be kept as is. See the FAQ 6.27 for details."
msgstr ""
"この値は 'strftime' 関数を使用して解釈されるため、時刻の書式文字列を使用でき"
"ます。さらに、次の変換が行われます：%s その他のテキストはそのまま使用されま"
"す。詳細については、FAQ 6.27 を参照してください。"

#: templates/export.twig:398
msgid "Use this for future exports"
msgstr "今後のエクスポートでこれを使用する"

#: templates/export.twig:409 templates/import.twig:103
msgid "Character set of the file:"
msgstr "ファイルの文字セット:"

#: templates/export.twig:429
msgid "Compression:"
msgstr "圧縮:"

#: templates/export.twig:437
msgid "zipped"
msgstr "zip 形式"

#: templates/export.twig:443
msgid "gzipped"
msgstr "gzip 形式"

#: templates/export.twig:461
msgid "Export databases as separate files"
msgstr "データベースを別々のファイルとしてエクスポートする"

#: templates/export.twig:463
msgid "Export tables as separate files"
msgstr "テーブルを別々のファイルとしてエクスポートする"

#: templates/export.twig:474
msgid "Skip tables larger than:"
msgstr "これより大きなテーブルをスキップ:"

#: templates/export.twig:476
msgid "The size is measured in MiB."
msgstr "大きさは MiB 単位です。"

#: templates/export.twig:482 templates/import.twig:182
msgid "Format-specific options:"
msgstr "フォーマット特有のオプション:"

#: templates/export.twig:491 templates/import.twig:191
msgid "Encoding Conversion:"
msgstr "エンコーディングへの変換:"

#: templates/filter.twig:2 templates/server/status/processes/index.twig:6
#: templates/server/status/variables/index.twig:7
msgid "Filters"
msgstr "フィルタ"

#: templates/filter.twig:4 templates/server/status/variables/index.twig:12
msgid "Containing the word:"
msgstr "含まれている文字:"

#: templates/footer.twig:7 templates/footer.twig:9 templates/footer.twig:11
msgid "Open new phpMyAdmin window"
msgstr "別ウィンドウで開く"

#: templates/footer.twig:26 templates/home/index.twig:18
#: templates/login/form.twig:5
msgid "phpMyAdmin Demo Server"
msgstr "phpMyAdmin デモ サーバ"

#: templates/footer.twig:34
#, php-format
msgid "Currently running Git revision %1$s from the %2$s branch."
msgstr "Git %2$sブランチの リビジョン%1$s を実行しています。"

#: templates/footer.twig:36
msgid "Git information missing!"
msgstr "Gitの情報が不足しています！"

#: templates/gis_data_editor_form.twig:4
#, php-format
msgid "Value for the column \"%s\""
msgstr "カラム \"%s\" に対しての値"

#: templates/gis_data_editor_form.twig:22
#: templates/table/gis_visualization/gis_visualization.twig:34
msgid "Use OpenStreetMaps as Base Layer"
msgstr "ベースレイヤーに OpenStreetMap を使用する"

#: templates/gis_data_editor_form.twig:38
msgctxt "Spatial Reference System Identifier"
msgid "SRID:"
msgstr "SRID:"

#: templates/gis_data_editor_form.twig:53
#, php-format
msgid "Geometry %d:"
msgstr "幾何データ %d:"

#: templates/gis_data_editor_form.twig:73
msgid "Point:"
msgstr "座標:"

#: templates/gis_data_editor_form.twig:93
#: templates/gis_data_editor_form.twig:134
#: templates/gis_data_editor_form.twig:186
#, php-format
msgid "Point %d:"
msgstr "座標 %d:"

#: templates/gis_data_editor_form.twig:113
#, php-format
msgid "Linestring %d:"
msgstr "線分 %d:"

#: templates/gis_data_editor_form.twig:115
#: templates/gis_data_editor_form.twig:170
msgid "Outer ring:"
msgstr "外枠:"

#: templates/gis_data_editor_form.twig:117
#: templates/gis_data_editor_form.twig:172
#, php-format
msgid "Inner ring %d:"
msgstr "内枠 %d:"

#: templates/gis_data_editor_form.twig:144
msgid "Add a linestring"
msgstr "線分を追加する"

#: templates/gis_data_editor_form.twig:157
#, php-format
msgid "Polygon %d:"
msgstr "ポリゴン %d:"

#: templates/gis_data_editor_form.twig:199
msgid "Add a polygon"
msgstr "ポリゴンを追加する"

#: templates/gis_data_editor_form.twig:205
msgid "Add geometry"
msgstr "幾何データを追加する"

#: templates/gis_data_editor_form.twig:214
msgid "Output"
msgstr "成形結果"

#: templates/gis_data_editor_form.twig:216
msgid ""
"Choose \"GeomFromText\" from the \"Function\" column and paste the string "
"below into the \"Value\" field."
msgstr ""
"「関数」の項目で「GeomFromText」を選択して、下の文字列を「値」の項目に貼り付"
"けてください。"

#: templates/header.twig:35 templates/login/header.twig:13
msgid "Javascript must be enabled past this point!"
msgstr "Javascript を有効にしてください！"

#: templates/header.twig:46
msgid "Click on the bar to scroll to top of page"
msgstr "バーをクリックしてページ上部にスクロール"

#: templates/home/git_info.twig:2
msgid "Git revision:"
msgstr "Git のリビジョン："

#: templates/home/git_info.twig:13
msgid "no branch"
msgstr "ブランチ無し"

#: templates/home/git_info.twig:15 templates/home/git_info.twig:22
#, php-format
msgid "from %s branch"
msgstr "%s ブランチから"

#: templates/home/git_info.twig:25
#, php-format
msgid "committed on %s by %s"
msgstr "最終コミット：%s、%s により"

#: templates/home/git_info.twig:32
#, php-format
msgid "authored on %s by %s"
msgstr "パッチ作成：%s、%s により"

#: templates/home/index.twig:22 templates/login/form.twig:8
#, php-format
msgid ""
"You are using the demo server. You can do anything here, but please do not "
"change root, debian-sys-maint and pma users. More information is available "
"at %s."
msgstr ""
"あなたはデモサーバを利用しています。あなたは、ここで何でもできます。しかし、"
"root、debian-sys-maintとpmaは変更しないで下さい。詳しい情報は、%sを参照くださ"
"い。"

#: templates/home/index.twig:32
msgid "General settings"
msgstr "一般設定"

#: templates/home/index.twig:57
msgid "Server connection collation:"
msgstr "サーバ接続の照合順序:"

#: templates/home/index.twig:83 templates/preferences/manage/main.twig:56
msgid "More settings"
msgstr "詳細設定"

#: templates/home/index.twig:93
msgid "Appearance settings"
msgstr "外観の設定"

#: templates/home/index.twig:103 templates/home/index.twig:104
#: templates/login/form.twig:23 templates/login/form.twig:24
#: templates/setup/home/index.twig:8 templates/setup/home/index.twig:9
msgid "Language"
msgstr "言語"

#: templates/home/index.twig:131
msgid "Theme"
msgstr "テーマ"

#: templates/home/index.twig:142
msgctxt "View all themes"
msgid "View all"
msgstr "すべて表示"

#: templates/home/index.twig:157
msgid "Database server"
msgstr "データベースサーバ"

#: templates/home/index.twig:161 templates/login/form.twig:65
#: templates/menu/breadcrumbs.twig:7
msgid "Server:"
msgstr "サーバ："

#: templates/home/index.twig:165
msgid "Server type:"
msgstr "サーバの種類："

#: templates/home/index.twig:169
msgid "Server connection:"
msgstr "サーバの接続："

#: templates/home/index.twig:177
msgid "Protocol version:"
msgstr "プロトコル バージョン:"

#: templates/home/index.twig:181
msgid "User:"
msgstr "ユーザ："

#: templates/home/index.twig:185
msgid "Server charset:"
msgstr "サーバの文字セット:"

#: templates/home/index.twig:197
msgid "Web server"
msgstr "ウェブサーバ"

#: templates/home/index.twig:207
msgid "Database client version:"
msgstr "データベースクライアントのバージョン："

#: templates/home/index.twig:211
msgid "PHP extension:"
msgstr "PHP 拡張:"

#: templates/home/index.twig:218
msgid "PHP version:"
msgstr "PHP のバージョン:"

#: templates/home/index.twig:225
msgid "Show PHP information"
msgstr "PHP情報を表示する"

#: templates/home/index.twig:239
msgid "Version information:"
msgstr "バージョン情報："

#: templates/home/index.twig:249
msgid "Official Homepage"
msgstr "phpMyAdmin オフィシャルサイト"

#: templates/home/index.twig:254
msgid "Contribute"
msgstr "phpMyAdmin に協力するには"

#: templates/home/index.twig:259
msgid "Get support"
msgstr "サポート"

#: templates/home/index.twig:264
msgid "List of changes"
msgstr "更新履歴"

#: templates/home/index.twig:269 templates/server/plugins/index.twig:30
msgid "License"
msgstr "ライセンス"

#: templates/home/index.twig:280 templates/setup/error.twig:2
msgid "Warning"
msgstr "警告"

#: templates/home/index.twig:282
msgid "Notice"
msgstr "お知らせ"

#: templates/home/index.twig:295
msgid "phpMyAdmin Themes"
msgstr "phpMyAdmin のテーマ"

#: templates/home/index.twig:306
msgid "Get more themes!"
msgstr "他のテーマを入手する！"

#: templates/home/themes.twig:7
#, php-format
msgid "Screenshot of the %s theme."
msgstr "%s テーマのスクリーンショットです。"

#. l10n: Choose the theme button in the themes list modal
#: templates/home/themes.twig:12
msgid "Take it"
msgstr "これにする"

#: templates/import/javascript.twig:12
msgid ""
"The file being uploaded is probably larger than the maximum allowed size or "
"this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) "
"browsers."
msgstr ""
"アップロードされているファイルが最大許容サイズよりもおそらく大きい、もしく"
"は、WebKit がベースのブラウザ (Safari、Google Chrome、Arora など) の既知のバ"
"グです。"

#: templates/import/javascript.twig:13
#, php-format
msgid "%s of %s"
msgstr "%s of %s"

#: templates/import/javascript.twig:14
#, php-format
msgid "%s/sec."
msgstr "%s/秒。"

#: templates/import/javascript.twig:15
msgid "About %MIN min. %SEC sec. remaining."
msgstr "残り時間 約 %MIN 分 %SEC 秒。"

#: templates/import/javascript.twig:16
msgid "About %SEC sec. remaining."
msgstr "残り時間 約 %SEC 秒。"

#: templates/import/javascript.twig:17
msgid "The file is being processed, please be patient."
msgstr "ファイルが処理されています。しばらくお待ちください。"

#: templates/import/javascript.twig:29
msgid "Uploading your import file…"
msgstr "インポートファイルをアップロードしています…"

#: templates/import/javascript.twig:152
msgid ""
"Please be patient, the file is being uploaded. Details about the upload are "
"not available."
msgstr ""
"しばらくお待ちください。ファイルがアップロードされています。アップロードに関"
"する機能は利用できません。"

#: templates/import.twig:26
msgid "File to import:"
msgstr "インポートするファイル:"

#: templates/import.twig:31
#, php-format
msgid "File may be compressed (%s) or uncompressed."
msgstr "ファイルは圧縮されていないもの、もしくは、%s で圧縮されているもの。"

#: templates/import.twig:32
msgid ""
"A compressed file's name must end in <strong>.[format].[compression]</"
"strong>. Example: <strong>.sql.zip</strong>"
msgstr ""
"圧縮ファイルの名前は<strong>.[フォーマット].[圧縮形式]</strong>で終わっている"
"こと。例：<strong>.sql.zip</strong>"

#: templates/import.twig:40
msgid "Upload a file"
msgstr "ファイルをアップロード"

#: templates/import.twig:43
msgid "Select file to import"
msgstr "インポートするファイルの選択"

#: templates/import.twig:50 templates/import.twig:77
#: templates/preferences/manage/main.twig:22
msgid "Browse your computer:"
msgstr "アップロードファイル:"

#: templates/import.twig:55 templates/import.twig:82
msgid "You may also drag and drop a file on any page."
msgstr "ファイルを任意のページにドラッグアンドドロップすることもできます。"

#: templates/import.twig:62 templates/import.twig:88
#, php-format
msgid "Select from the web server upload directory [strong]%s[/strong]:"
msgstr ""
"ウェブサーバ上のアップロード ディレクトリ [strong]%s[/strong] から選択："

#: templates/import.twig:69 templates/import.twig:96
msgid "There are no files to import!"
msgstr "インポートするファイルがありません！"

#: templates/import.twig:100
msgid "File uploads are not allowed on this server."
msgstr "このサーバではファイルのアップロードはできません。"

#: templates/import.twig:126
msgid "Partial import:"
msgstr "部分インポート:"

#: templates/import.twig:131
#, php-format
msgid ""
"Previous import timed out, after resubmitting will continue from position %d."
msgstr ""
"直前のインポートはタイムアウトしました。再送信すると位置 %d から再開されま"
"す。"

#: templates/import.twig:138
msgid ""
"Allow the interruption of an import in case the script detects it is close "
"to the PHP timeout limit."
msgstr ""
"PHP タイムアウト制限に近づいたことをスクリプトが検出した場合にインポートを中"
"断できるようにします。"

#: templates/import.twig:140
msgid ""
"This might be a good way to import large files, however it can break "
"transactions."
msgstr ""
"これは、大きなファイルをインポートするのに適した方法かもしれませんが、トラン"
"ザクションが壊れる可能性があります。"

#: templates/import.twig:144
msgid "Skip this number of queries (for SQL) starting from the first one:"
msgstr "先頭から数えたスキップするSQLクエリの数:"

#: templates/import.twig:154
msgid "Other options"
msgstr "その他のオプション"

#: templates/indexes.twig:39
#: templates/table/structure/display_structure.twig:506
msgid "Rename"
msgstr "名前の変更"

#: templates/indexes.twig:45
#: templates/table/structure/display_structure.twig:512
msgid "The primary key has been dropped."
msgstr "主キーを削除しました。"

#: templates/indexes.twig:50
#: templates/table/structure/display_structure.twig:517
#, php-format
msgid "Index %s has been dropped."
msgstr "インデックス %s を削除しました。"

#. l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month".
#: templates/javascript/variables.twig:8
msgid "calendar-month-year"
msgstr "calendar-year-month"

#. l10n: Year suffix for calendar, "none" is empty.
#: templates/javascript/variables.twig:11
msgid "none"
msgstr "なし"

#. l10n: Previous month. Display text for previous month link in calendar
#: templates/javascript/variables.twig:16
msgid "Prev"
msgstr "前の月"

#. l10n: Next month. Display text for next month link in calendar
#: templates/javascript/variables.twig:17
msgid "Next"
msgstr "次へ"

#. l10n: Display text for current month link in calendar
#: templates/javascript/variables.twig:18
msgid "Today"
msgstr "今日"

#: templates/javascript/variables.twig:20
msgid "January"
msgstr "1 月"

#: templates/javascript/variables.twig:21
msgid "February"
msgstr "2 月"

#: templates/javascript/variables.twig:22
msgid "March"
msgstr "3 月"

#: templates/javascript/variables.twig:23
msgid "April"
msgstr "4 月"

#. l10n: Short month name for May
#: templates/javascript/variables.twig:24
#: templates/javascript/variables.twig:38
msgid "May"
msgstr "5 月"

#: templates/javascript/variables.twig:25
msgid "June"
msgstr "6 月"

#: templates/javascript/variables.twig:26
msgid "July"
msgstr "7 月"

#: templates/javascript/variables.twig:27
msgid "August"
msgstr "8 月"

#: templates/javascript/variables.twig:28
msgid "September"
msgstr "9 月"

#: templates/javascript/variables.twig:29
msgid "October"
msgstr "10 月"

#: templates/javascript/variables.twig:30
msgid "November"
msgstr "11 月"

#: templates/javascript/variables.twig:31
msgid "December"
msgstr "12 月"

#. l10n: Short week day name for Sunday
#: templates/javascript/variables.twig:57
msgid "Sun"
msgstr "日"

#. l10n: Minimal week day name for Sunday
#: templates/javascript/variables.twig:66
msgid "Su"
msgstr "日"

#. l10n: Minimal week day name for Monday
#: templates/javascript/variables.twig:67
msgid "Mo"
msgstr "月"

#. l10n: Minimal week day name for Tuesday
#: templates/javascript/variables.twig:68
msgid "Tu"
msgstr "火"

#. l10n: Minimal week day name for Wednesday
#: templates/javascript/variables.twig:69
msgid "We"
msgstr "水"

#. l10n: Minimal week day name for Thursday
#: templates/javascript/variables.twig:70
msgid "Th"
msgstr "木"

#. l10n: Minimal week day name for Friday
#: templates/javascript/variables.twig:71
msgid "Fr"
msgstr "金"

#. l10n: Minimal week day name for Saturday
#: templates/javascript/variables.twig:72
msgid "Sa"
msgstr "土"

#. l10n: Column header for week of the year in calendar
#: templates/javascript/variables.twig:74
msgid "Wk"
msgstr "週"

#: templates/javascript/variables.twig:82
msgid "Hour"
msgstr "時"

#: templates/javascript/variables.twig:83
msgid "Minute"
msgstr "分"

#: templates/javascript/variables.twig:84
msgid "Second"
msgstr "秒"

#: templates/javascript/variables.twig:90
msgid "This field is required"
msgstr "このフィールドは必須です"

#: templates/javascript/variables.twig:91
msgid "Please fix this field"
msgstr "この項目を修正してください"

#: templates/javascript/variables.twig:92
msgid "Please enter a valid email address"
msgstr "有効なメールアドレスを入力してください"

#: templates/javascript/variables.twig:93
msgid "Please enter a valid URL"
msgstr "有効なURLを入力してください"

#: templates/javascript/variables.twig:94
msgid "Please enter a valid date"
msgstr "有効な日付を入力してください"

#: templates/javascript/variables.twig:95
msgid "Please enter a valid date ( ISO )"
msgstr "有効な日付(ISO準拠)を入力してください"

#: templates/javascript/variables.twig:96
msgid "Please enter a valid number"
msgstr "有効な数値を入力してください"

#: templates/javascript/variables.twig:97
msgid "Please enter a valid credit card number"
msgstr "有効なクレジットカード番号を入力してください"

#: templates/javascript/variables.twig:98
msgid "Please enter only digits"
msgstr "数字のみを入力してください"

#: templates/javascript/variables.twig:99
msgid "Please enter the same value again"
msgstr "同じ値をもう一度入力してください"

#: templates/javascript/variables.twig:100
msgid "Please enter no more than {0} characters"
msgstr "{0}文字以上を入力してください"

#: templates/javascript/variables.twig:101
msgid "Please enter at least {0} characters"
msgstr "少なくとも {0}文字以上を入力してください"

#: templates/javascript/variables.twig:102
msgid "Please enter a value between {0} and {1} characters long"
msgstr "{0} から {1} の間の値を入力してください"

#: templates/javascript/variables.twig:103
msgid "Please enter a value between {0} and {1}"
msgstr "{0} から {1} の間の値を入力してください"

#: templates/javascript/variables.twig:104
msgid "Please enter a value less than or equal to {0}"
msgstr "{0} 以下の値を入力してください"

#: templates/javascript/variables.twig:105
msgid "Please enter a value greater than or equal to {0}"
msgstr "{0} 以上の値を入力してください"

#: templates/javascript/variables.twig:106
msgid "Please enter a valid date or time"
msgstr "有効な日付または時刻を入力してください"

#: templates/javascript/variables.twig:107
msgid "Please enter a valid HEX input"
msgstr "有効な 16 進数の値を入力してください"

#. l10n: To validate the usage of a MD5 function on the column
#: templates/javascript/variables.twig:108
msgid "This column can not contain a 32 chars value"
msgstr "このカラムに 32 文字の値を入れることはできません"

#. l10n: To validate the usage of a AES_ENCRYPT/DES_ENCRYPT function on the column
#: templates/javascript/variables.twig:109
msgid ""
"These functions are meant to return a binary result; to avoid inconsistent "
"results you should store it in a BINARY, VARBINARY, or BLOB column."
msgstr ""
"これらの関数はバイナリの結果を返します。一貫性のない結果にならないよう、この"
"値は BINARY, VARBINARY, BLOB のいずれかのカラムに格納してください。"

#: templates/login/form.twig:58 templates/login/form.twig:117
#: templates/login/form.twig:121 templates/login/form.twig:124
msgid "Log in"
msgstr "ログイン"

#: templates/login/form.twig:64 templates/login/form.twig:69
msgid "You can enter hostname/IP address and port separated by space."
msgstr ""
"「ホスト名／IP アドレス」と「ポート」を空白で区切って入力することができます。"

#: templates/login/form.twig:76
msgid "Username:"
msgstr "ユーザ名:"

#: templates/login/form.twig:85
#: templates/server/privileges/change_password.twig:21
#: templates/server/privileges/login_information_fields.twig:43
#: templates/server/replication/change_primary.twig:18
#: templates/server/replication/primary_add_replica_user.twig:49
msgid "Password:"
msgstr "パスワード:"

#: templates/login/form.twig:95
msgid "Server choice:"
msgstr "サーバの選択:"

#: templates/login/header.twig:17
msgid ""
"There is a mismatch between HTTPS indicated on the server and client. This "
"can lead to a non working phpMyAdmin or a security risk. Please fix your "
"server configuration to indicate HTTPS properly."
msgstr ""
"サーバとクライアントの間にHTTPSの不一致があります。 これにより、機能しない"
"phpMyAdminまたはセキュリティリスクが発生する可能性があります。 HTTPSを正しく"
"設定するようにサーバ設定を修正してください。"

#: templates/login/twofactor/application_configure.twig:3
msgid ""
"Please scan following QR code into the two-factor authentication app on your "
"device and enter authentication code it generates."
msgstr ""
"以下のQRコードを装置にある二要素認証アプリにスキャンして、生成された認証コー"
"ドを入力してください。"

#: templates/login/twofactor/application_configure.twig:13
msgid "Secret/key:"
msgstr "秘密キー："

#: templates/login/twofactor/application_configure.twig:16
#: templates/login/twofactor/application.twig:2
msgid "Authentication code:"
msgstr "認証コード:"

#: templates/login/twofactor/application.twig:5
msgid ""
"Open the two-factor authentication app on your device to view your "
"authentication code and verify your identity."
msgstr ""
"識別を検証するために、装置にある二要素認証アプリを開いて確認してください。"

#: templates/login/twofactor/invalid.twig:2
msgid ""
"The configured two factor authentication is not available, please install "
"missing dependencies."
msgstr ""
"設定された二要素認証は利用できません。足りない依存関係をインストールしてくだ"
"さい。"

#: templates/login/twofactor/key_configure.twig:3
#: templates/login/twofactor/key.twig:3
#: templates/preferences/two_factor/main.twig:56
msgid "Deprecated!"
msgstr "非推奨です！"

#: templates/login/twofactor/key_configure.twig:4
#: templates/login/twofactor/key.twig:4
#: templates/preferences/two_factor/main.twig:57
#: templates/preferences/two_factor/main.twig:90
msgid ""
"The FIDO U2F API has been deprecated in favor of the Web Authentication API "
"(WebAuthn)."
msgstr "FIDO U2F API は非推奨となり、 Web Authentication API (WebAuthn) "
"に置き換えられました。"

#: templates/login/twofactor/key_configure.twig:6
#: templates/login/twofactor/key.twig:6
#: templates/preferences/two_factor/main.twig:59
msgid ""
"You can still use Firefox to authenticate your account using the FIDO U2F "
"API, however it's recommended that you use the WebAuthn authentication "
"instead."
msgstr ""
"Firefox を使用して FIDO U2F API "
"を使用したアカウント認証を行うことはできますが、代わりに WebAuthn "
"認証を使用することをお勧めします。"

#: templates/login/twofactor/key_configure.twig:10
msgid ""
"Please connect your FIDO U2F device into your computer's USB port. Then "
"confirm registration on the device."
msgstr ""
"FIDO U2FデバイスをコンピューターのUSBポートに接続してください。 その後、装置"
"の登録を確認して下さい。"

#: templates/login/twofactor/key-https-warning.twig:3
msgid ""
"You are not using https to access phpMyAdmin, therefore FIDO U2F device will "
"most likely refuse to authenticate you."
msgstr ""
"PHPMyAdminにアクセスするためにHTTPSを使用していないので、Fido U2Fデバイスは認"
"証するのを拒否するでしょう。"

#: templates/login/twofactor/key.twig:10
msgid ""
"Please connect your FIDO U2F device into your computer's USB port. Then "
"confirm login on the device."
msgstr ""
"FIDO U2FデバイスをコンピューターのUSBポートに接続してください。 その後、装置"
"のログインを確認して下さい。"

#: templates/login/twofactor.twig:10
msgid "Verify"
msgstr "検証"

#: templates/login/twofactor/webauthn_creation.twig:1
msgid ""
"Please connect your WebAuthn/FIDO2 device. Then confirm registration on the "
"device."
msgstr "WebAuthn/FIDO2 機器を接続してください。 "
"その後、その機器での登録を確認してください。"

#: templates/login/twofactor/webauthn_request.twig:1
msgid ""
"Please connect your WebAuthn/FIDO2 device. Then confirm login on the device."
msgstr "WebAuthn/FIDO2 機器を接続してください。 "
"その後、その機器でログインを確認してください。"

#: templates/menu/breadcrumbs.twig:27
msgid "View:"
msgstr "ビュー："

#: templates/modals/index_dialog_modal.twig:30
#: templates/table/structure/display_structure.twig:363
msgid "Go back"
msgstr "戻る"

#: templates/modals/unhide_nav_item.twig:5
msgid "Show hidden navigation tree items."
msgstr "隠されたナビゲーションツリー項目を表示します。"

#: templates/navigation/item_unhide_dialog.twig:20
msgid "Unhide"
msgstr "再表示"

#: templates/navigation/main.twig:25 templates/navigation/main.twig:26
msgid "Home"
msgstr "メインページ"

#: templates/navigation/main.twig:30 templates/navigation/main.twig:31
msgid "Empty session data"
msgstr "空のセッション データ"

#: templates/navigation/main.twig:30 templates/navigation/main.twig:31
msgid "Log out"
msgstr "ログアウト"

#: templates/navigation/main.twig:35 templates/navigation/main.twig:36
msgid "phpMyAdmin documentation"
msgstr "phpMyAdmin のドキュメント"

#: templates/navigation/main.twig:39 templates/navigation/main.twig:40
msgid "MariaDB Documentation"
msgstr "MariaDB ドキュメント"

#: templates/navigation/main.twig:39 templates/navigation/main.twig:40
msgid "MySQL Documentation"
msgstr "MySQL ドキュメント"

#: templates/navigation/main.twig:43 templates/navigation/main.twig:44
msgid "Navigation panel settings"
msgstr "ナビゲーションパネル設定"

#: templates/navigation/main.twig:47 templates/navigation/main.twig:48
msgid "Reload navigation panel"
msgstr "ナビゲーションパネルの再読み込み"

#: templates/navigation/main.twig:67
msgid "An error has occurred while loading the navigation display"
msgstr "ナビゲーション画面を読み込み中にエラーが発生しました"

#: templates/navigation/main.twig:88
msgid "SQL upload"
msgstr "SQL アップロード"

#: templates/navigation/tree/fast_filter.twig:11
#: templates/navigation/tree/fast_filter.twig:12
msgid "Type to filter these, Enter to search all"
msgstr "フィルタをここに入力し、Enterで検索"

#: templates/navigation/tree/fast_filter.twig:16
msgid "Clear fast filter"
msgstr "クリアフィルタ"

#: templates/preferences/autoload.twig:7
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
msgstr ""
"お使いのブラウザは、このドメインに対しての phpMyAdmin の環境設定を (Web "
"Storage に) 保存しています。現在のセッションにその設定を読み込んでもよろしい"
"ですか?"

#: templates/preferences/autoload.twig:13
msgid "Delete settings"
msgstr "設定を削除"

#: templates/preferences/forms/main.twig:4
msgid "Cannot save settings, submitted form contains errors!"
msgstr ""
"設定を保存することはできません。送信された内容にエラーが含まれています!"

#: templates/preferences/header.twig:6
msgid "Manage your settings"
msgstr "ユーザ環境設定の管理"

#: templates/preferences/header.twig:12
msgid "Two-factor authentication"
msgstr "二要素認証"

#: templates/preferences/header.twig:55
#: templates/preferences/manage/main.twig:72
msgid "Configuration has been saved."
msgstr "設定を保存しました。"

#: templates/preferences/header.twig:60
#, php-format
msgid ""
"Your preferences will be saved for current session only. Storing them "
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
"環境設定は、現在のセッションでのみ有効です。この設定を永続的に有効にするに"
"は、%sphpMyAdmin 環境保管領域%sが必要です。"

#: templates/preferences/manage/error.twig:1
msgid "Configuration contains incorrect data for some fields."
msgstr "設定の一部に不正なデータが含まれています。"

#: templates/preferences/manage/error.twig:16
msgid "Do you want to import remaining settings?"
msgstr "残っている設定を読み込みますか?"

#: templates/preferences/manage/main.twig:3
#: templates/preferences/manage/main.twig:33
msgid "Saved on: @DATE@"
msgstr "保存日時：@DATE@"

#: templates/preferences/manage/main.twig:20
msgid "Import from file"
msgstr "ファイルから読み込む"

#: templates/preferences/manage/main.twig:27
msgid "Import from browser's storage"
msgstr "ブラウザ (Web Storage) から設定を読み込む"

#: templates/preferences/manage/main.twig:30
msgid "Settings will be imported from your browser's local storage."
msgstr ""
"設定をブラウザ (Web Storage) から読み込みます。ローカルの保存場所ですがクッ"
"キーではありません。"

#: templates/preferences/manage/main.twig:36
msgid "You have no saved settings!"
msgstr "保存されている設定はありません！"

#: templates/preferences/manage/main.twig:40
#: templates/preferences/manage/main.twig:104
msgid "This feature is not supported by your web browser"
msgstr "この機能はブラウザよってサポートされていません"

#: templates/preferences/manage/main.twig:44
msgid "Merge with current configuration"
msgstr "現在の設定とマージする"

#: templates/preferences/manage/main.twig:59
#, php-format
msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
"%sセットアップスクリプト%sを使用するなどして config.inc.php を変更することに"
"より、より多くの設定を行うことができます。"

#: templates/preferences/manage/main.twig:81
msgid "Save as JSON file"
msgstr "JSONファイルとして保存する"

#: templates/preferences/manage/main.twig:85
msgid "Save as PHP file"
msgstr "PHPファイルとして保存する"

#: templates/preferences/manage/main.twig:90
msgid "Save to browser's storage"
msgstr "ブラウザ (Web Storage) に保存する"

#: templates/preferences/manage/main.twig:96
msgid "Settings will be saved in your browser's local storage."
msgstr ""
"設定がブラウザ (Web Storage) に保存されます。ローカルの保存場所ですがクッキー"
"ではありません。"

#: templates/preferences/manage/main.twig:99
msgid "Existing settings will be overwritten!"
msgstr "既に保存してある設定に上書きします！"

#: templates/preferences/manage/main.twig:120
msgid "You can reset all your settings and restore them to default values."
msgstr "すべての設定をリセットして、デフォルト値に復元します。"

#: templates/preferences/two_factor/configure.twig:5
#: templates/preferences/two_factor/main.twig:77
#: templates/preferences/two_factor/main.twig:98
msgid "Configure two-factor authentication"
msgstr "二要素認証を設定する"

#: templates/preferences/two_factor/configure.twig:12
msgid "Enable two-factor authentication"
msgstr "二要素認証が有効にする"

#: templates/preferences/two_factor/confirm.twig:5
msgid "Confirm disabling two-factor authentication"
msgstr "二要素認証を無効にすることを確認する"

#: templates/preferences/two_factor/confirm.twig:9
msgid ""
"By disabling two factor authentication you will be again able to login using "
"password only."
msgstr ""
"二要素認証を無効にすることで、再びパスワードのみログインが出来るようになりま"
"す。"

#: templates/preferences/two_factor/confirm.twig:13
#: templates/preferences/two_factor/main.twig:66
msgid "Disable two-factor authentication"
msgstr "二要素認証が無効にする"

#: templates/preferences/two_factor/main.twig:5
msgid "Two-factor authentication status"
msgstr "二要素認証状態"

#: templates/preferences/two_factor/main.twig:11
msgid ""
"Two-factor authentication is not available, please install optional "
"dependencies to enable authentication backends."
msgstr ""
"二要素認証を関係している依存パッケージがインストールされていないので、二要素"
"認証は使用不可能です。"

#: templates/preferences/two_factor/main.twig:12
#: templates/preferences/two_factor/main.twig:27
msgid "Following composer packages are missing:"
msgstr "以下のComposerパッケージは存在しません："

#: templates/preferences/two_factor/main.twig:20
msgid "Two-factor authentication is available and configured for this account."
msgstr ""
"このユーザアカウントには二要素認証が設定されており、使用可能な状態です。"

#: templates/preferences/two_factor/main.twig:22
msgid ""
"Two-factor authentication is available, but not configured for this account."
msgstr "このユーザアカウントは二要素認証が設定されていないが、設定は可能です。"

#: templates/preferences/two_factor/main.twig:26
msgid ""
"Please install optional dependencies to enable more authentication backends."
msgstr "より多くの認証バックエンドを有効にするために、オプションの依存関係をインスト"
"ールしてください。"

#: templates/preferences/two_factor/main.twig:37
msgid ""
"Two-factor authentication is not available, enable phpMyAdmin configuration "
"storage to use it."
msgstr ""
"二要素認証は使用できません。phpMyAdmin環境保管領域を有効にしてください。"

#: templates/preferences/two_factor/main.twig:52
msgid "You have enabled two factor authentication."
msgstr "二要素認証が有効化しました。"

#: templates/recent_favorite_table_no_tables.twig:3
msgid "There are no recent tables."
msgstr "最近使用したテーブルはありません。"

#: templates/recent_favorite_table_no_tables.twig:5
msgid "There are no favorite tables."
msgstr "お気に入りのテーブルはありません。"

#: templates/relation/check_relations.twig:3
msgid "phpMyAdmin configuration storage"
msgstr "phpMyAdmin 環境保管領域"

#: templates/relation/check_relations.twig:9
msgid "Configuration of pmadb…"
msgstr "pmadbの設定…"

#: templates/relation/check_relations.twig:10
#: templates/relation/check_relations.twig:56
#: templates/relation/check_relations.twig:81
#: templates/relation/check_relations.twig:106
#: templates/relation/check_relations.twig:119
#: templates/relation/check_relations.twig:144
#: templates/relation/check_relations.twig:189
#: templates/relation/check_relations.twig:214
#: templates/relation/check_relations.twig:239
#: templates/relation/check_relations.twig:264
#: templates/relation/check_relations.twig:289
#: templates/relation/check_relations.twig:314
#: templates/relation/check_relations.twig:339
#: templates/relation/check_relations.twig:364
#: templates/relation/check_relations.twig:377
#: templates/relation/check_relations.twig:402
#: templates/relation/check_relations.twig:427
#: templates/relation/check_relations.twig:452
#: templates/relation/check_relations.twig:477
#: templates/relation/check_relations.twig:502
msgid "not OK"
msgstr "NG"

#: templates/relation/check_relations.twig:14
msgid "General relation features"
msgstr "一般的なリレーション機能"

#: templates/relation/check_relations.twig:20
#, php-format
msgid ""
"%sCreate%s a database named '%s' and setup the phpMyAdmin configuration "
"storage there."
msgstr ""
"「%s」データベースを%s作成%s し、phpMyAdmin 環境保管領域をセットアップ。"

#: templates/relation/check_relations.twig:24
#, php-format
msgid ""
"%sCreate%s the phpMyAdmin configuration storage in the current database."
msgstr "現在のデータベースでphpMyAdmin環境保管領域を%s作成%s。"

#: templates/relation/check_relations.twig:31
#, php-format
msgid "%sCreate%s missing phpMyAdmin configuration storage tables."
msgstr "不足している環境保管領域のテーブルを%s作成%sします。"

#: templates/relation/check_relations.twig:42
#: templates/relation/check_relations.twig:54
#: templates/relation/check_relations.twig:79
#: templates/relation/check_relations.twig:104
#: templates/relation/check_relations.twig:117
#: templates/relation/check_relations.twig:142
#: templates/relation/check_relations.twig:187
#: templates/relation/check_relations.twig:212
#: templates/relation/check_relations.twig:237
#: templates/relation/check_relations.twig:262
#: templates/relation/check_relations.twig:287
#: templates/relation/check_relations.twig:312
#: templates/relation/check_relations.twig:337
#: templates/relation/check_relations.twig:362
#: templates/relation/check_relations.twig:375
#: templates/relation/check_relations.twig:400
#: templates/relation/check_relations.twig:425
#: templates/relation/check_relations.twig:450
#: templates/relation/check_relations.twig:475
#: templates/relation/check_relations.twig:500
msgctxt "Correctly working"
msgid "OK"
msgstr "OK"

#: templates/relation/check_relations.twig:62
msgid "General relation features:"
msgstr "全般的なリレーション機能:"

#: templates/relation/check_relations.twig:64
#: templates/relation/check_relations.twig:89
#: templates/relation/check_relations.twig:127
#: templates/relation/check_relations.twig:152
#: templates/relation/check_relations.twig:162
#: templates/relation/check_relations.twig:197
#: templates/relation/check_relations.twig:222
#: templates/relation/check_relations.twig:247
#: templates/relation/check_relations.twig:272
#: templates/relation/check_relations.twig:297
#: templates/relation/check_relations.twig:322
#: templates/relation/check_relations.twig:347
#: templates/relation/check_relations.twig:385
#: templates/relation/check_relations.twig:410
#: templates/relation/check_relations.twig:435
#: templates/relation/check_relations.twig:460
#: templates/relation/check_relations.twig:485
#: templates/relation/check_relations.twig:510
msgid "Enabled"
msgstr "有効"

#: templates/relation/check_relations.twig:87
msgid "Display features:"
msgstr "表示機能:"

#: templates/relation/check_relations.twig:125
msgid "Designer and creation of PDFs:"
msgstr "デザイナとPDFの作成:"

#: templates/relation/check_relations.twig:150
msgid "Displaying column comments:"
msgstr "カラムコメント表示機能:"

#: templates/relation/check_relations.twig:160
msgid "Browser transformation:"
msgstr "ブラウザ変換機能:"

#: templates/relation/check_relations.twig:172
msgid "Please see the documentation on how to update your column_info table."
msgstr ""
"column_info テーブルの更新方法についてはドキュメンテーションを参照してくださ"
"い。"

#: templates/relation/check_relations.twig:195
msgid "Bookmarked SQL query:"
msgstr "ブックマークされている SQL:"

#: templates/relation/check_relations.twig:220
msgid "SQL history:"
msgstr "SQL の履歴:"

#: templates/relation/check_relations.twig:245
msgid "Persistent recently used tables:"
msgstr "最近使用したテーブルの保存:"

#: templates/relation/check_relations.twig:270
msgid "Persistent favorite tables:"
msgstr "お気に入りテーブルの保存:"

#: templates/relation/check_relations.twig:295
msgid "Persistent tables' UI preferences:"
msgstr "テーブルの UI 設定の保存:"

#: templates/relation/check_relations.twig:320
msgid "Tracking:"
msgstr "SQL コマンドの追跡:"

#: templates/relation/check_relations.twig:345
msgid "User preferences:"
msgstr "ユーザ環境設定:"

#: templates/relation/check_relations.twig:383
msgid "Configurable menus:"
msgstr "ユーザメニュー設定:"

#: templates/relation/check_relations.twig:408
msgid "Hide/show navigation items:"
msgstr "ナビゲーション項目を表示/非表示:"

#: templates/relation/check_relations.twig:433
msgid "Saving Query-By-Example searches:"
msgstr "定型問い合わせ検索の保存:"

#: templates/relation/check_relations.twig:458
msgid "Managing central list of columns:"
msgstr "主要カラムのリストを管理:"

#: templates/relation/check_relations.twig:483
msgid "Remembering designer settings:"
msgstr "デザイナの設定を記憶:"

#: templates/relation/check_relations.twig:508
msgid "Saving export templates:"
msgstr "エクスポートテンプレートの保存:"

#: templates/relation/check_relations.twig:519
msgid "Quick steps to set up advanced features:"
msgstr "高度な機能の設定する簡単な方法:"

#: templates/relation/check_relations.twig:523
#, php-format
msgid "Create the needed tables with the <code>%screate_tables.sql</code>."
msgstr "<code>%screate_tables.sql</code> で必要なテーブルを作成します。"

#: templates/relation/check_relations.twig:527
msgid "Create a pma user and give access to these tables."
msgstr "作ったテーブルにアクセスできる pma ユーザを作成します。"

#: templates/relation/check_relations.twig:531
msgid ""
"Enable advanced features in configuration file (<code>config.inc.php</"
"code>), for example by starting from <code>config.sample.inc.php</code>."
msgstr ""
"設定ファイル (<code>config.inc.php</code>) で高度な機能を有効にします。"
"<code>config.sample.inc.php</code> にある設定例をコピーするといいでしょう。"

#: templates/relation/check_relations.twig:535
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr "更新した設定ファイルを読み込むために phpMyAdmin にログインし直します。"

#: templates/server/binlog/index.twig:10
msgid "Select binary log to view"
msgstr "表示するバイナリログを選択してください"

#: templates/server/binlog/index.twig:59 templates/server/binlog/index.twig:60
#: templates/server/status/processes/list.twig:20
msgid "Truncate shown queries"
msgstr "クエリの表示を切り詰める"

#: templates/server/binlog/index.twig:63 templates/server/binlog/index.twig:64
#: templates/server/status/processes/list.twig:26
msgid "Show full queries"
msgstr "クエリ全体を表示"

#: templates/server/binlog/index.twig:84
msgid "Log name"
msgstr "ログ名"

#: templates/server/binlog/index.twig:85
msgid "Position"
msgstr "位置"

#: templates/server/binlog/index.twig:87
#: templates/server/replication/primary_replication.twig:24
msgid "Server ID"
msgstr "サーバ ID"

#: templates/server/binlog/index.twig:88
msgid "Original position"
msgstr "元の位置"

#: templates/server/binlog/index.twig:89
#: templates/table/structure/display_table_stats.twig:3
msgid "Information"
msgstr "情報"

#: templates/server/collations/index.twig:4
msgid "Character sets and collations"
msgstr "文字セットと照合順序"

#: templates/server/collations/index.twig:23
msgctxt "The collation is the default one"
msgid "default"
msgstr "デフォルト値"

#: templates/server/databases/index.twig:3
msgid "Databases statistics"
msgstr "データベースの統計"

#: templates/server/databases/index.twig:9
msgid "Create database"
msgstr "データベースを作成する"

#: templates/server/databases/index.twig:50
msgid "No privileges to create databases"
msgstr "データベースを作成する権限がありません"

#: templates/server/databases/index.twig:156
#: templates/server/replication/index.twig:18
#: templates/server/replication/primary_replication.twig:3
msgid "Primary replication"
msgstr "プライマリのレプリケーション"

#: templates/server/databases/index.twig:160
#: templates/server/replication/replica_configuration.twig:2
msgid "Replica replication"
msgstr "レプリカのレプリケーション"

#: templates/server/databases/index.twig:181
#, php-format
msgid "Jump to database '%s'"
msgstr "データベース「%s」に移動"

#: templates/server/databases/index.twig:242
#, php-format
msgid "Check privileges for database \"%s\"."
msgstr "データベース「%s」の権限を確認します。"

#: templates/server/databases/index.twig:243
msgid "Check privileges"
msgstr "権限をチェックする"

#: templates/server/databases/index.twig:298
msgid ""
"Note: Enabling the database statistics here might cause heavy traffic "
"between the web server and the MySQL server."
msgstr ""
"注意: データベースの統計を有効にするとウェブサーバと MySQL サーバの間の通信量"
"が激増することがあります。"

#: templates/server/databases/index.twig:300
#: templates/server/databases/index.twig:301
msgid "Enable statistics"
msgstr "統計を有効にする"

#: templates/server/databases/index.twig:308
msgid "No databases"
msgstr "データベースが存在しません"

#: templates/server/engines/index.twig:5 templates/server/engines/show.twig:3
msgid "Storage engines"
msgstr "ストレージエンジン"

#: templates/server/engines/index.twig:13
msgid "Storage Engine"
msgstr "ストレージエンジン"

#: templates/server/engines/show.twig:45
msgid "Unknown storage engine."
msgstr "不明なストレージ エンジン。"

#: templates/server/export/index.twig:26
msgid "@SERVER@ will become the server name."
msgstr "@SERVER@ はサーバ名になります。"

#: templates/server/export/index.twig:3
msgid "Exporting databases from the current server"
msgstr "現在のサーバからデータベースをエクスポート"

#: templates/server/import/index.twig:3
msgid "Importing into the current server"
msgstr "現在のサーバへのインポート"

#: templates/server/plugins/index.twig:26
msgid "Plugin"
msgstr "プラグイン"

#: templates/server/plugins/index.twig:28 templates/table/tracking/main.twig:28
msgid "Version"
msgstr "バージョン"

#: templates/server/plugins/index.twig:29
msgid "Author"
msgstr "作者"

#: templates/server/plugins/index.twig:41
msgid "inactive"
msgstr "非アクティブ"

#: templates/server/plugins/index.twig:43
msgid "disabled"
msgstr "無効"

#: templates/server/plugins/index.twig:45
msgid "deleting"
msgstr "削除しています"

#: templates/server/plugins/index.twig:47
msgid "deleted"
msgstr "削除しました"

#: templates/server/privileges/add_user.twig:12
msgid "Database for user account"
msgstr "ユーザアカウント専用データベース"

#: templates/server/privileges/add_user.twig:15
msgid "Create database with same name and grant all privileges."
msgstr "同名のデータベースを作成してすべての権限を与える。"

#: templates/server/privileges/add_user.twig:19
msgid "Grant all privileges on wildcard name (username\\_%)."
msgstr ""
"ワイルドカード(ユーザ名_%)に該当するデータベースにすべての権限を与える。"

#: templates/server/privileges/add_user.twig:24
#, php-format
msgid "Grant all privileges on database %s."
msgstr "データベース %s へのすべての権限を与える。"

#: templates/server/privileges/change_password.twig:15
msgid "No Password"
msgstr "パスワード無し"

#: templates/server/privileges/change_password.twig:24
msgid "Enter:"
msgstr "パスワード："

#: templates/server/privileges/change_password.twig:28
#: templates/server/privileges/login_information_fields.twig:54
msgctxt "Password strength"
msgid "Strength:"
msgstr "強度："

#: templates/server/privileges/change_password.twig:32
#: templates/server/privileges/login_information_fields.twig:60
#: templates/server/replication/primary_add_replica_user.twig:62
msgid "Re-type:"
msgstr "再入力："

#: templates/server/privileges/change_password.twig:40
msgid "Password Hashing:"
msgstr "パスワードハッシュ："

#: templates/server/privileges/change_password.twig:58
msgid ""
"This method requires using an '<i>SSL connection</i>' or an '<i>unencrypted "
"connection that encrypts the password using RSA</i>'; while connecting to "
"the server."
msgstr ""
"このメソッドは、<i> SSL接続</i>'、または<i>非暗号化接続の場合、RSA パスワード"
"を利用する</i>必要があります。"

#: templates/server/privileges/choose_user_group.twig:5
msgid "User group:"
msgstr "ユーザ グループ："

#: templates/server/privileges/edit_routine_privileges.twig:4
#: templates/server/privileges/user_properties.twig:4
msgid "Edit privileges:"
msgstr "権限を編集:"

#: templates/server/privileges/edit_routine_privileges.twig:5
#: templates/server/privileges/user_properties.twig:5
msgid "User account"
msgstr "ユーザアカウント"

#: templates/server/privileges/edit_routine_privileges.twig:34
#: templates/server/privileges/user_properties.twig:53
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr "注意: 現在ログインしているユーザの権限を編集しようとしています。"

#: templates/server/privileges/edit_routine_privileges.twig:51
#: templates/server/privileges/privileges_table.twig:10
#: templates/server/privileges/privileges_table.twig:272
msgid "Note: MySQL privilege names are expressed in English."
msgstr "注意: MySQL の権限名は英語で表示されます。"

#: templates/server/privileges/edit_routine_privileges.twig:63
#: templates/server/privileges/edit_routine_privileges.twig:67
msgid ""
"Allows user to give to other users or remove from other users privileges "
"that user possess on this routine."
msgstr ""
"ユーザがこのルーチン内で他のユーザの権限を編集するための権限をユーザに付与す"
"ることを許可します。"

#: templates/server/privileges/edit_routine_privileges.twig:76
#: templates/server/privileges/edit_routine_privileges.twig:79
msgid "Allows altering and dropping this routine."
msgstr "このルーチンの修正と削除を許可する。"

#: templates/server/privileges/edit_routine_privileges.twig:88
#: templates/server/privileges/edit_routine_privileges.twig:91
msgid "Allows executing this routine."
msgstr "このルーチンの実行を許可する。"

#: templates/server/privileges/initials_row.twig:1
msgid "Pagination of user accounts"
msgstr "ユーザアカウントのページ付け"

#: templates/server/privileges/login_information_fields.twig:2
#: templates/server/privileges/user_properties.twig:106
msgid "Login Information"
msgstr "ログイン情報"

#: templates/server/privileges/login_information_fields.twig:4
#: templates/server/replication/change_primary.twig:14
#: templates/server/replication/primary_add_replica_user.twig:16
msgid "User name:"
msgstr "ユーザ名:"

#: templates/server/privileges/login_information_fields.twig:7
#: templates/server/replication/primary_add_replica_user.twig:20
msgid "Any user"
msgstr "すべてのユーザ"

#: templates/server/privileges/login_information_fields.twig:8
#: templates/server/privileges/login_information_fields.twig:33
#: templates/server/privileges/login_information_fields.twig:50
#: templates/server/privileges/privileges_summary.twig:75
#: templates/server/privileges/privileges_summary.twig:90
msgid "Use text field"
msgstr "テキスト入力項目の値を利用する"

#: templates/server/privileges/login_information_fields.twig:16
msgid ""
"An account already exists with the same username but possibly a different "
"hostname."
msgstr ""
"同じユーザ名のアカウントが既に存在していますが、別のホスト名が設定している可"
"能性があります。"

#: templates/server/privileges/login_information_fields.twig:22
msgid "Host name:"
msgstr "ホスト名:"

#: templates/server/privileges/login_information_fields.twig:27
#: templates/server/replication/primary_add_replica_user.twig:34
msgid "Any host"
msgstr "すべてのホスト"

#: templates/server/privileges/login_information_fields.twig:28
#: templates/server/replication/primary_add_replica_user.twig:35
msgid "Local"
msgstr "ローカル"

#: templates/server/privileges/login_information_fields.twig:30
#: templates/server/replication/primary_add_replica_user.twig:37
msgid "This host"
msgstr "このホスト"

#: templates/server/privileges/login_information_fields.twig:32
#: templates/server/replication/primary_add_replica_user.twig:39
msgid "Use host table"
msgstr "ホストテーブルを使う"

#: templates/server/privileges/login_information_fields.twig:39
#: templates/server/replication/primary_add_replica_user.twig:44
msgid ""
"When Host table is used, this field is ignored and values stored in Host "
"table are used instead."
msgstr ""
"ホストテーブルが使用されている場合、この項目は無視され、代わりに使用されてい"
"るホストテーブルに格納されている値を設定します。"

#: templates/server/privileges/login_information_fields.twig:45
#: templates/server/privileges/login_information_fields.twig:53
#: templates/server/privileges/users_overview.twig:10
#: templates/server/replication/change_primary.twig:19
#: templates/server/replication/primary_add_replica_user.twig:52
#: templates/server/replication/primary_add_replica_user.twig:57
msgid "Password"
msgstr "パスワード"

#: templates/server/privileges/login_information_fields.twig:47
msgid "Do not change the password"
msgstr "パスワードは変更しない"

#: templates/server/privileges/login_information_fields.twig:49
#: templates/server/replication/primary_add_replica_user.twig:53
msgid "No password"
msgstr "パスワード無し"

#: templates/server/privileges/login_information_fields.twig:62
#: templates/server/replication/primary_add_replica_user.twig:65
msgid "Re-type"
msgstr "もう一度入力してください"

#: templates/server/privileges/login_information_fields.twig:68
msgid "Authentication plugin"
msgstr "認証プラグイン"

#: templates/server/privileges/login_information_fields.twig:70
msgid "Password hashing method"
msgstr "パスワードハッシュ方式"

#: templates/server/privileges/login_information_fields.twig:83
msgid ""
"This method requires using an '<em>SSL connection</em>' or an "
"'<em>unencrypted connection that encrypts the password using RSA</em>'; "
"while connecting to the server."
msgstr ""
"このメソッドは、<em> SSL接続</em>'、または<em>非暗号化接続の場合、RSA パス"
"ワードを利用する</em>必要があります。"

#: templates/server/privileges/new_user_ajax.twig:52
#: templates/server/privileges/users_overview.twig:83
#: templates/server/privileges/users_overview.twig:168
msgid "Edit user group"
msgstr "ユーザグループを編集"

#: templates/server/privileges/privileges_summary.twig:20
msgid "Column-specific privileges"
msgstr "カラム固有の権限"

#: templates/server/privileges/privileges_summary.twig:54
msgid "Add privileges on the following database(s):"
msgstr "以下のデータベースに権限を追加:"

#: templates/server/privileges/privileges_summary.twig:67
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"_ や % というワイルドカードを文字として使用するときは \\ でエスケープしてくだ"
"さい。"

#: templates/server/privileges/privileges_summary.twig:71
msgid "Add privileges on the following table:"
msgstr "以下のテーブルに権限を追加:"

#: templates/server/privileges/privileges_summary.twig:86
msgid "Add privileges on the following routine:"
msgstr "以下のルーチンに権限を追加:"

#: templates/server/privileges/privileges_table.twig:35
#: templates/server/privileges/privileges_table.twig:36
#: templates/server/privileges/privileges_table.twig:62
#: templates/server/privileges/privileges_table.twig:63
#: templates/server/privileges/privileges_table.twig:89
#: templates/server/privileges/privileges_table.twig:90
#: templates/server/privileges/privileges_table.twig:116
#: templates/server/privileges/privileges_table.twig:117
msgctxt "None privileges"
msgid "None"
msgstr "なし"

#: templates/server/privileges/privileges_table.twig:160
#: templates/server/privileges/privileges_table.twig:164
#: templates/server/privileges/privileges_table.twig:638
#: templates/server/privileges/privileges_table.twig:642
msgid ""
"Allows user to give to other users or remove from other users the privileges "
"that user possess yourself."
msgstr ""
"ユーザがこのルーチン内で自分を持っている権限でも他のユーザの権限を編集するた"
"めの権限をユーザに付与することを許可します。"

#: templates/server/privileges/privileges_table.twig:255
msgid "Global"
msgstr "グローバル"

#: templates/server/privileges/privileges_table.twig:262
#: templates/server/privileges/users_overview.twig:12
msgid "Global privileges"
msgstr "グローバル権限"

#: templates/server/privileges/privileges_table.twig:552
msgid "Administration"
msgstr "管理"

#: templates/server/privileges/privileges_table.twig:559
#: templates/server/privileges/privileges_table.twig:562
msgid ""
"Allows adding users and privileges without reloading the privilege tables."
msgstr "権限テーブルの再読み込みなしでユーザと権限の追加を許可する。"

#: templates/server/privileges/privileges_table.twig:670
msgid "Allows creating foreign key relations."
msgstr "外部キーリレーションの作成を許可します。"

#: templates/server/privileges/privileges_table.twig:670
msgid "Not used on MariaDB."
msgstr "MariaDB では使用されません。"

#: templates/server/privileges/privileges_table.twig:670
msgid "Not used for this MySQL version."
msgstr "MySQL のこのバージョンでは使用されません。"

#: templates/server/privileges/privileges_table.twig:721
msgid "Resource limits"
msgstr "リソースの制限"

#: templates/server/privileges/privileges_table.twig:723
msgid "Note: Setting these options to 0 (zero) removes the limit."
msgstr "注意: オプションを 0 (ゼロ)に設定すると制限を解除します。"

#: templates/server/privileges/privileges_table.twig:729
#: templates/server/privileges/privileges_table.twig:736
msgid "Limits the number of queries the user may send to the server per hour."
msgstr "単位時間内にサーバに送信可能なクエリ数を制限する。"

#: templates/server/privileges/privileges_table.twig:742
#: templates/server/privileges/privileges_table.twig:749
msgid ""
"Limits the number of commands that change any table or database the user may "
"execute per hour."
msgstr ""
"単位時間内に実行可能なテーブルないしデータベースの編集コマンド数を制限する。"

#: templates/server/privileges/privileges_table.twig:755
#: templates/server/privileges/privileges_table.twig:762
msgid "Limits the number of new connections the user may open per hour."
msgstr "単位時間内に可能な新規接続回数を制限する。"

#: templates/server/privileges/privileges_table.twig:768
#: templates/server/privileges/privileges_table.twig:775
msgid "Limits the number of simultaneous connections the user may have."
msgstr "ユーザの同時接続数を制限する。"

#: templates/server/privileges/privileges_table.twig:784
msgid "Does not require SSL-encrypted connections."
msgstr "SSL で暗号化された接続の必要はありません。"

#: templates/server/privileges/privileges_table.twig:793
msgid "Requires SSL-encrypted connections."
msgstr "SSL で暗号化された接続が必要です。"

#: templates/server/privileges/privileges_table.twig:802
msgid "Requires a valid X509 certificate."
msgstr "有効なX509証明書が必要です。"

#: templates/server/privileges/privileges_table.twig:823
msgid "Requires that a specific cipher method be used for a connection."
msgstr "接続に特定の暗号方式を使用する必要があります。"

#: templates/server/privileges/privileges_table.twig:832
msgid "Requires that a valid X509 certificate issued by this CA be presented."
msgstr "CAによって発行された有効なX509証明書が必要です。"

#: templates/server/privileges/privileges_table.twig:841
msgid "Requires that a valid X509 certificate with this subject be presented."
msgstr "この「SUBJECT」を持つ有効なX509証明書が必要です。"

#: templates/server/privileges/subnav.twig:5
#: templates/server/privileges/user_overview.twig:5
msgid "User accounts overview"
msgstr "ユーザアカウント概要"

#: templates/server/privileges/subnav.twig:11
#: templates/server/user_groups/user_groups.twig:1
#: templates/server/user_groups/user_groups.twig:9
msgid "User groups"
msgstr "ユーザグループ"

#: templates/server/privileges/user_properties.twig:57
#: templates/server/privileges/users_overview.twig:57
msgid "The selected user was not found in the privilege table."
msgstr "選択したユーザが権限テーブルで見つかりません。"

#: templates/server/privileges/user_properties.twig:107
msgid "Change login information / Copy user account"
msgstr "ログイン情報の変更 / ユーザアカウントの複製"

#: templates/server/privileges/user_properties.twig:114
msgid "Create a new user account with the same privileges and …"
msgstr "同じ権限を持つ新しいユーザアカウントを作成…"

#: templates/server/privileges/user_properties.twig:120
msgid "… keep the old one."
msgstr "元のユーザも残す。"

#: templates/server/privileges/user_properties.twig:127
msgid "… delete the old one from the user tables."
msgstr "ユーザテーブルから元のユーザを削除する。"

#: templates/server/privileges/user_properties.twig:134
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "元のユーザの権限をすべて無効にしてから削除する。"

#: templates/server/privileges/user_properties.twig:141
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "ユーザテーブルから元のユーザを削除し、権限の再読み込みをする。"

#: templates/server/privileges/users_overview.twig:16
msgid "User group"
msgstr "ユーザグループ"

#: templates/server/privileges/users_overview.twig:147
msgid "Remove selected user accounts"
msgstr "選択したユーザアカウントを削除する"

#: templates/server/privileges/users_overview.twig:149
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "権限をすべて取り消してユーザを削除する。"

#: templates/server/privileges/users_overview.twig:153
msgid "Drop the databases that have the same names as the users."
msgstr "ユーザと同名のデータベースを削除する。"

#: templates/server/privileges/users_overview.twig:178
msgid "Save changes"
msgstr "変更の保存"

#: templates/server/replication/change_primary.twig:5
msgid "Replica configuration"
msgstr "レプリカの設定"

#: templates/server/replication/change_primary.twig:6
#: templates/server/replication/replica_configuration.twig:97
msgid "Change or reconfigure primary server"
msgstr "プリライマリサーバの変更または再設定"

#: templates/server/replication/change_primary.twig:9
msgid ""
"Make sure you have a unique server-id in your configuration file (my.cnf). "
"If not, please add the following line into [mysqld] section:"
msgstr ""
"念のため、設定ファイル (my.cnf) 内でサーバ ID がユニークであるか確認してくだ"
"さい。もしそうでないならば、[mysqld] セクションに以下の行を追加してください。"

#: templates/server/replication/change_primary.twig:26
msgid "Port:"
msgstr "ポート:"

#: templates/server/replication/index.twig:21
#, php-format
msgid ""
"This server is not configured as primary in a replication process. Would you "
"like to %sconfigure%s it?"
msgstr ""
"このサーバのレプリケーションプロセスには、プライマリが設定されていません。%s"
"設定%sを行いますか?"

#: templates/server/replication/index.twig:43
msgid "No privileges"
msgstr "権限がありません"

#: templates/server/replication/primary_add_replica_user.twig:6
#: templates/server/replication/primary_replication.twig:44
msgid "Add replica replication user"
msgstr "レプリカのレプリケーションユーザを追加"

#: templates/server/replication/primary_add_replica_user.twig:21
#: templates/server/replication/primary_add_replica_user.twig:40
#: templates/server/replication/primary_add_replica_user.twig:54
msgid "Use text field:"
msgstr "テキスト入力項目の値を利用する:"

#: templates/server/replication/primary_add_replica_user.twig:70
msgid "Generate password:"
msgstr "パスワードを生成する:"

#: templates/server/replication/primary_configuration.twig:2
msgid "Primary configuration"
msgstr "プライマリの設定"

#: templates/server/replication/primary_configuration.twig:4
msgid ""
"This server is not configured as a primary server in a replication process. "
"You can choose from either replicating all databases and ignoring some of "
"them (useful if you want to replicate a majority of the databases) or you "
"can choose to ignore all databases by default and allow only certain "
"databases to be replicated. Please select the mode:"
msgstr ""
"このサーバは、レプリケーションプロセスのプライマリサーバとして構成されていま"
"せん。以下のいずれかを選択できます。１つは、いくつかのデータベースを無視して"
"残り全てのデータベースをレプリケーションするモード（データベースの大部分をレ"
"プリケーションする場合に便利です。）。もう１つは、デフォルトで全てのデータ"
"ベースを無視して、特定のデータベースだけのレプリケーションを許可するモード。"
"以下よりいずれかのモードを選択してください。"

#: templates/server/replication/primary_configuration.twig:9
msgid "Replicate all databases; Ignore:"
msgstr "特定のデータベースだけを除いた残り全てをレプリケーションする："

#: templates/server/replication/primary_configuration.twig:10
msgid "Ignore all databases; Replicate:"
msgstr "特定のデータベースだけレプリケーションする："

#: templates/server/replication/primary_configuration.twig:12
msgid "Please select databases:"
msgstr "データベースを選択してください:"

#: templates/server/replication/primary_configuration.twig:15
msgid ""
"Now, add the following lines at the end of [mysqld] section in your my.cnf "
"and please restart the MySQL server afterwards."
msgstr ""
"my.cnf の [mysqld] セクションの最後に以下の行を追加し、その後、MySQL サーバを"
"再起動してください。"

#: templates/server/replication/primary_configuration.twig:21
msgid ""
"Once you restarted MySQL server, please click on Go button. Afterwards, you "
"should see a message informing you, that this server <strong>is</strong> "
"configured as primary."
msgstr ""
"MySQL サーバが再起動したら、「実行」ボタンをクリックしてください。その後、こ"
"のサーバ<strong>が</strong>プライマリとして設定されていることを知らせるメッ"
"セージが表示されます。"

#: templates/server/replication/primary_replication.twig:5
msgid "This server is configured as primary in a replication process."
msgstr "このサーバのレプリケーションプロセスに、プライマリが設定されています。"

#: templates/server/replication/primary_replication.twig:16
msgid "Show connected replicas"
msgstr "接続しているレプリカを表示"

#: templates/server/replication/primary_replication.twig:38
msgid ""
"Only replicas started with the --report-host=host_name option are visible in "
"this list."
msgstr ""
"--report-host=host_name オプションで起動したレプリカだけが、このリストに表示"
"されます。"

#: templates/server/replication/replica_configuration.twig:5
msgid "Primary connection:"
msgstr "プライマリの接続："

#: templates/server/replication/replica_configuration.twig:25
msgid "Replica SQL Thread not running!"
msgstr "レプリカの SQL スレッドが動作していません！"

#: templates/server/replication/replica_configuration.twig:28
msgid "Replica IO Thread not running!"
msgstr "レプリカの IO スレッドが動作していません！"

#: templates/server/replication/replica_configuration.twig:31
msgid ""
"Server is configured as replica in a replication process. Would you like to:"
msgstr ""
"サーバはレプリケーションプロセスではレプリカとして設定されています。どのよう"
"にしたいですか:"

#: templates/server/replication/replica_configuration.twig:34
msgid "See replica status table"
msgstr "レプリカのステータステーブルを閲覧する"

#: templates/server/replication/replica_configuration.twig:38
msgid "Control replica:"
msgstr "レプリカの操作："

#: templates/server/replication/replica_configuration.twig:48
msgid "Reset replica"
msgstr "レプリカをリセット"

#: templates/server/replication/replica_configuration.twig:54
msgid "Start SQL Thread only"
msgstr "SQL スレッドのみ開始"

#: templates/server/replication/replica_configuration.twig:56
msgid "Stop SQL Thread only"
msgstr "SQL スレッドのみ停止"

#: templates/server/replication/replica_configuration.twig:63
msgid "Start IO Thread only"
msgstr "IO スレッドのみ開始"

#: templates/server/replication/replica_configuration.twig:65
msgid "Stop IO Thread only"
msgstr "IO スレッドのみ停止"

#: templates/server/replication/replica_configuration.twig:74
msgid "Error management:"
msgstr "管理エラー:"

#: templates/server/replication/replica_configuration.twig:77
msgid "Skipping errors might lead into unsynchronized primary and replica!"
msgstr ""
"エラーをスキップすると、プライマリとレプリカの同期を切ることになるかもしれま"
"せん！"

#: templates/server/replication/replica_configuration.twig:81
msgid "Skip current error"
msgstr "現在のエラーをスキップする"

#: templates/server/replication/replica_configuration.twig:87
#, php-format
msgid "Skip next %s errors."
msgstr "次の %s エラーをスキップします。"

#: templates/server/replication/replica_configuration.twig:107
#, php-format
msgid ""
"This server is not configured as replica in a replication process. Would you "
"like to %sconfigure%s it?"
msgstr ""
"このサーバのレプリケーションプロセスには、レプリカが設定されていません。%s設"
"定%sを行いますか?"

#: templates/server/replication/status_table.twig:6
msgid "Primary status"
msgstr "プライマリの状態"

#: templates/server/replication/status_table.twig:8
msgid "Replica status"
msgstr "レプリカの状態"

#: templates/server/replication/status_table.twig:16
#: templates/server/status/variables/index.twig:75
#: templates/server/variables/index.twig:31
msgid "Variable"
msgstr "変数"

#: templates/server/select/index.twig:7 templates/server/select/index.twig:19
msgid "Current server:"
msgstr "現在のサーバ:"

#: templates/server/status/advisor/index.twig:6
#: templates/server/status/advisor/index.twig:19
msgid "Advisor system"
msgstr "アドバイザ・システム"

#: templates/server/status/advisor/index.twig:9
msgid "Not enough privilege to view the advisor."
msgstr "アドバイザを表示する為に十分な権限がありません。"

#: templates/server/status/advisor/index.twig:12
msgid "Instructions"
msgstr "アドバイザの利用にあたって"

#: templates/server/status/advisor/index.twig:24
msgid ""
"The Advisor system can provide recommendations on server variables by "
"analyzing the server status variables."
msgstr ""
"アドバイザ・システムは、サーバの状態変数を分析することにより、ふさわしいと思"
"われるサーバ変数の調整方法を提供するものです。"

#: templates/server/status/advisor/index.twig:29
msgid ""
"Do note however that this system provides recommendations based on simple "
"calculations and by rule of thumb which may not necessarily apply to your "
"system."
msgstr ""
"このシステムは、単純な計算を基にして経験則によって調整方法を提供するため、お"
"使いのシステムに必ずしも当てはまるものではないことに注意してください。"

#: templates/server/status/advisor/index.twig:34
msgid ""
"Prior to changing any of the configuration, be sure to know what you are "
"changing (by reading the documentation) and how to undo the change. Wrong "
"tuning can have a very negative effect on performance."
msgstr ""
"設定を変更する前に、（ドキュメントを読んで）変更内容と変更箇所を元に戻す方法"
"を確認しておいてください。間違ったチューニングは、パフォーマンスに非常に悪影"
"響を与える可能性があります。"

#: templates/server/status/advisor/index.twig:39
msgid ""
"The best way to tune your system would be to change only one setting at a "
"time, observe or benchmark your database, and undo the change if there was "
"no clearly measurable improvement."
msgstr ""
"システムチューニングの最善のやり方は、一度に行う変更を 1 箇所のみにすることで"
"す。変更の度に、監視やベンチマークを行い、明確な改善が測定されなかった場合は"
"変更した箇所を元に戻します。"

#: templates/server/status/advisor/index.twig:53
msgid "Errors occurred while executing rule expressions:"
msgstr "ルール式の実行中にエラーが発生しました："

#: templates/server/status/advisor/index.twig:63
msgid "Possible performance issues"
msgstr "パフォーマンス的に検討が推奨される事象"

#: templates/server/status/advisor/index.twig:76
msgid "Issue:"
msgstr "問題："

#: templates/server/status/advisor/index.twig:79
msgid "Recommendation:"
msgstr "推奨設定："

#: templates/server/status/advisor/index.twig:82
msgid "Justification:"
msgstr "判断理由："

#: templates/server/status/advisor/index.twig:85
msgid "Used variable / formula:"
msgstr "判断値の算出方法："

#: templates/server/status/advisor/index.twig:88
msgid "Test:"
msgstr "判断基準："

#: templates/server/status/base.twig:16
msgid "Query statistics"
msgstr "クエリの統計"

#: templates/server/status/base.twig:21
msgid "All status variables"
msgstr "すべての状態変数"

#: templates/server/status/base.twig:26
msgid "Monitor"
msgstr "モニタ"

#: templates/server/status/base.twig:31
msgid "Advisor"
msgstr "アドバイザ"

#: templates/server/status/monitor/index.twig:8
msgid "Start Monitor"
msgstr "モニタ開始"

#: templates/server/status/monitor/index.twig:16
msgid "Instructions/Setup"
msgstr "使用方法／セットアップ"

#: templates/server/status/monitor/index.twig:20
msgid "Done dragging (rearranging) charts"
msgstr "グラフの再配置完了"

#: templates/server/status/monitor/index.twig:27
msgid "Add chart"
msgstr "グラフの追加"

#: templates/server/status/monitor/index.twig:31
msgid "Enable charts dragging"
msgstr "グラフをドラッグするを有効"

#: templates/server/status/monitor/index.twig:36
#: templates/server/status/processes/index.twig:33
msgid "Refresh rate"
msgstr "更新間隔"

#: templates/server/status/monitor/index.twig:43
#: templates/server/status/processes/index.twig:40
#, php-format
msgid "%d second"
msgstr "%d 秒"

#: templates/server/status/monitor/index.twig:45
#: templates/server/status/processes/index.twig:42
#, php-format
msgid "%d seconds"
msgstr "%d 秒"

#: templates/server/status/monitor/index.twig:49
#: templates/server/status/processes/index.twig:46
#, php-format
msgid "%d minute"
msgstr "%d 分"

#: templates/server/status/monitor/index.twig:51
#: templates/server/status/processes/index.twig:48
#, php-format
msgid "%d minutes"
msgstr "%d 分"

#: templates/server/status/monitor/index.twig:61
msgid "Chart columns"
msgstr "1 段のグラフ数"

#: templates/server/status/monitor/index.twig:74
msgid "Chart arrangement"
msgstr "モニタ環境設定"

#: templates/server/status/monitor/index.twig:75
msgid ""
"The arrangement of the charts is stored to the browsers local storage. You "
"may want to export it if you have a complicated set up."
msgstr ""
"モニタの環境設定をローカルに保存します。変更されているモニタ環境をエクスポー"
"トできます。"

#: templates/server/status/monitor/index.twig:84
msgid "Reset to default"
msgstr "デフォルトに戻す"

#: templates/server/status/monitor/index.twig:89
msgid "Monitor Instructions"
msgstr "モニタの使用方法"

#: templates/server/status/monitor/index.twig:91
msgid ""
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
"and track down time intensive queries. For the latter you will need to set "
"log_output to 'TABLE' and have either the slow_query_log or general_log "
"enabled. Note however, that the general_log produces a lot of data and "
"increases server load by up to 15%."
msgstr ""
"phpMyAdmin モニタは、サーバ構成の最適化を支援し、時間のかかるクエリを追跡する"
"ことができます。後者を行うには、log_output (ログの出力先) にテーブルを設定"
"し、slow_query_log (スロークエリログ) または general_log (一般クエリログ) の"
"いずれかを有効にする必要があります。なお、general_log は大量のデータを生成"
"し、サーバの負荷を最大 15% 増加させますので、注意するようにしてください。"

#: templates/server/status/monitor/index.twig:101
msgid "Using the monitor:"
msgstr "モニタの使い方："

#: templates/server/status/monitor/index.twig:103
msgid ""
"Your browser will refresh all displayed charts in a regular interval. You "
"may add charts and change the refresh rate under 'Settings', or remove any "
"chart using the cog icon on each respective chart."
msgstr ""
"表示されている全てのグラフは、ブラウザよって一定間隔で更新されます。「設定」"
"のところよりグラフを追加や更新間隔の変更することができ、それぞれのグラフにあ"
"る歯車のアイコンを通じて削除が行えます。"

#: templates/server/status/monitor/index.twig:108
msgid ""
"To display queries from the logs, select the relevant time span on any chart "
"by holding down the left mouse button and panning over the chart. Once "
"confirmed, this will load a table of grouped queries, there you may click on "
"any occurring SELECT statements to further analyze them."
msgstr ""
"ログからクエリ分析を行うには、グラフで該当期間を選択します。マウスの左ボタン"
"を押したままグラフの上をドラッグするように移動させてください。こうすること"
"で、グラフの任意の期間を選択できます。グループ毎に分類されたクエリが読み込ま"
"れ表示されますので、実行されたクエリを確認することができます。SELECT 文の部分"
"をクリックすることで、更なるクエリ解析が可能です。"

#: templates/server/status/monitor/index.twig:114
msgid "Please note:"
msgstr "注意事項："

#: templates/server/status/monitor/index.twig:117
msgid ""
"Enabling the general_log may increase the server load by 5-15%. Also be "
"aware that generating statistics from the logs is a load intensive task, so "
"it is advisable to select only a small time span and to disable the "
"general_log and empty its table once monitoring is not required any more."
msgstr ""
"general_log (一般クエリログ) を有効にすると、5～15% サーバの負荷が増加するこ"
"とがあります。ログから生成される統計は、負荷が集中する作業であることを認識し"
"ておいてください。このような理由から、一般クエリログは短時間だけモニタするよ"
"うにし、それ以上必要がないのであれば、general_log を無効にして一般クエリログ"
"テーブルを空にしておくのが望ましいです。"

#: templates/server/status/monitor/index.twig:128
#: templates/server/status/monitor/index.twig:134
msgid "Chart Title"
msgstr "グラフの題名"

#: templates/server/status/monitor/index.twig:138
msgid "Preset chart"
msgstr "プリセットグラフ"

#: templates/server/status/monitor/index.twig:144
msgid "Status variable(s)"
msgstr "状態変数"

#: templates/server/status/monitor/index.twig:149
msgid "Select series:"
msgstr "系列の選択："

#: templates/server/status/monitor/index.twig:152
msgid "Commonly monitored"
msgstr "一般的なモニタ対象"

#: templates/server/status/monitor/index.twig:170
msgid "or type variable name:"
msgstr "もしくは対象変数名:"

#: templates/server/status/monitor/index.twig:177
msgid "Display as differential value"
msgstr "差分値として表示する"

#: templates/server/status/monitor/index.twig:182
msgid "Apply a divisor"
msgstr "除数を適用する"

#: templates/server/status/monitor/index.twig:193
msgid "Append unit to data values"
msgstr "データ値に単位を追加する"

#: templates/server/status/monitor/index.twig:201
msgid "Add this series"
msgstr "この系列を追加する"

#: templates/server/status/monitor/index.twig:204
msgid "Clear series"
msgstr "系列をクリアする"

#: templates/server/status/monitor/index.twig:208
msgid "Series in chart:"
msgstr "グラフの系列:"

#: templates/server/status/monitor/index.twig:224
msgid "Log statistics"
msgstr "ログの統計"

#: templates/server/status/monitor/index.twig:226
msgid "Selected time range:"
msgstr "選択期間："

#: templates/server/status/monitor/index.twig:234
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
msgstr "SELECT、INSERT、UPDATE、DELETE 文のみ取得する"

#: templates/server/status/monitor/index.twig:240
msgid "Remove variable data in INSERT statements for better grouping"
msgstr "結果を扱いやすくするために INSERT 文におけるデータ部を同一のように扱う"

#: templates/server/status/monitor/index.twig:244
msgid "Choose from which log you want the statistics to be generated from."
msgstr "ログの統計元を選択することができます。"

#: templates/server/status/monitor/index.twig:247
msgid "Results are grouped by query text."
msgstr "結果はクエリ文でグループ化されます。"

#: templates/server/status/monitor/index.twig:251
msgid "Query analyzer"
msgstr "クエリの解析"

#: templates/server/status/processes/index.twig:14
msgid "Show only active"
msgstr "アクティブのみを表示する"

#: templates/server/status/processes/index.twig:28
msgid ""
"Note: Enabling the auto refresh here might cause heavy traffic between the "
"web server and the MySQL server."
msgstr ""
"注意: 自動更新を有効にするとウェブサーバと MySQL サーバの間の通信量が激増する"
"ことがあります。"

#. l10n: Questions is the name of a MySQL Status variable
#: templates/server/status/queries/index.twig:8
msgid "Questions since startup:"
msgstr "起動以後の問い合わせ数："

#: templates/server/status/queries/index.twig:20
msgid "per hour:"
msgstr "1 時間当たり:"

#: templates/server/status/queries/index.twig:21
msgid "per minute:"
msgstr "1 分当たり:"

#: templates/server/status/queries/index.twig:23
msgid "per second:"
msgstr "1 秒当たり:"

#: templates/server/status/queries/index.twig:37
msgid "Statements"
msgstr "ステートメント"

#. l10n: # = Amount of queries
#: templates/server/status/queries/index.twig:38
msgid "#"
msgstr "クエリ数"

#: templates/server/status/queries/index.twig:39
#: templates/server/status/status/index.twig:18
#: templates/server/status/status/index.twig:38
msgid "ø per hour"
msgstr "ø / 時"

#: templates/server/status/queries/index.twig:59
msgid "Not enough privilege to view query statistics."
msgstr "クエリ統計を表示するのに十分な権限がありません。"

#: templates/server/status/status/index.twig:6
#, php-format
msgid "Network traffic since startup: %s"
msgstr "起動以後のネットワークトラフィック：%s"

#: templates/server/status/status/index.twig:7
#, php-format
msgid "This MySQL server has been running for %1$s. It started up on %2$s."
msgstr "この MySQL サーバの稼働時間: %1$s (起動時刻: %2$s)。"

#: templates/server/status/status/index.twig:15
msgid ""
"On a busy server, the byte counters may overrun, so those statistics as "
"reported by the MySQL server may be incorrect."
msgstr ""
"処理が集中するサーバではバイトカウンタが超過することがあるため、MySQL サーバ"
"が報告してくる統計は不正確なことがあります。"

#: templates/server/status/status/index.twig:59
msgid ""
"This MySQL server works as <b>primary</b> and <b>replica</b> in "
"<b>replication</b> process."
msgstr ""
"この MySQL サーバは、<b>レプリケーション</b>プロセスの<b>プライマリ</b>と<b>"
"レプリカ</b>として動作しています。"

#: templates/server/status/status/index.twig:61
msgid ""
"This MySQL server works as <b>primary</b> in <b>replication</b> process."
msgstr ""
"この MySQL サーバは、<b>レプリケーション</b>プロセスの<b>プライマリ</b>として"
"動作しています。"

#: templates/server/status/status/index.twig:63
msgid ""
"This MySQL server works as <b>replica</b> in <b>replication</b> process."
msgstr ""
"この MySQL サーバは、<b>レプリケーション</b>プロセスの<b>レプリカ</b>として動"
"作しています。"

#: templates/server/status/status/index.twig:69
msgid "Replication status"
msgstr "レプリケーションステータス"

#: templates/server/status/status/index.twig:75
msgid "Not enough privilege to view server status."
msgstr "サーバ状態を表示する為に十分な権限がありません。"

#: templates/server/status/variables/index.twig:20
msgid "Show only alert values"
msgstr "警告値のみ表示する"

#: templates/server/status/variables/index.twig:25
#: templates/server/status/variables/index.twig:27
msgid "Filter by category…"
msgstr "種別による絞り込み…"

#: templates/server/status/variables/index.twig:37
msgid "Show unformatted values"
msgstr "生の値 (書式化なし) で表示する"

#: templates/server/status/variables/index.twig:50
msgid "Related links:"
msgstr "関連リンク:"

#: templates/server/status/variables/index.twig:139
msgid "Not enough privilege to view status variables."
msgstr "ステータス変数を表示する権限が十分ありません。"

#: templates/server/user_groups/edit_user_groups.twig:2
#: templates/server/user_groups/user_groups.twig:64
msgid "Add user group"
msgstr "ユーザグループを追加する"

#: templates/server/user_groups/edit_user_groups.twig:4
#, php-format
msgid "Edit user group: '%s'"
msgstr "ユーザグループ「%s」を編集"

#: templates/server/user_groups/edit_user_groups.twig:9
msgid "User group menu assignments"
msgstr "ユーザグループのメニューの割り当て"

#: templates/server/user_groups/edit_user_groups.twig:14
msgid "Group name:"
msgstr "グループ名:"

#: templates/server/user_groups/user_groups.twig:12
msgid "Server level tabs"
msgstr "サーバレベルのタブ"

#: templates/server/user_groups/user_groups.twig:15
msgid "Database level tabs"
msgstr "データベースレベルのタブ"

#: templates/server/user_groups/user_groups.twig:18
msgid "Table level tabs"
msgstr "テーブルレベルのタブ"

#: templates/server/user_groups/user_groups.twig:50
msgid "Delete user group"
msgstr "ユーザグループを削除"

#: templates/server/user_groups/user_listings.twig:1
#, php-format
msgid "Users of '%s' user group"
msgstr "「%s 」ユーザグループのユーザ"

#: templates/server/user_groups/user_listings.twig:3
msgid "No users were found belonging to this user group."
msgstr "このユーザグループにユーザが存在しません。"

#: templates/server/variables/index.twig:5
msgid "Server variables and settings"
msgstr "サーバ変数と設定値"

#: templates/server/variables/index.twig:43
msgid "This is a read-only variable and can not be edited"
msgstr "読み取り専用の値のため編集できません"

#: templates/server/variables/index.twig:69
msgid "Session value"
msgstr "セッション値"

#: templates/server/variables/index.twig:80
#, php-format
msgid "Not enough privilege to view server variables and settings. %s"
msgstr "サーバ変数と設定を表示するのに十分な権限がありません。%s"

#: templates/setup/base.twig:29 templates/setup/home/index.twig:20
msgid "Overview"
msgstr "一般"

#: templates/setup/config/index.twig:4 templates/setup/home/index.twig:98
msgid "Configuration file"
msgstr "設定ファイル"

#: templates/setup/config/index.twig:16
msgid "Generated configuration file"
msgstr "設定ファイルが生成されました"

#: templates/setup/config/index.twig:22 templates/setup/home/index.twig:165
msgid "Download"
msgstr "ダウンロード"

#: templates/setup/error.twig:3
msgid "Submitted form contains errors"
msgstr "送信された内容にエラーが含まれています"

#: templates/setup/error.twig:6
msgid "Try to revert erroneous fields to their default values"
msgstr "間違っている入力項目をデフォルト値に戻してみてください"

#: templates/setup/error.twig:14
msgid "Ignore errors"
msgstr "エラーを無視する"

#: templates/setup/error.twig:18
msgid "Show form"
msgstr "フォームを表示する"

#: templates/setup/home/index.twig:23
msgid "Show hidden messages"
msgstr "非表示メッセージを再表示"

#: templates/setup/home/index.twig:79
msgid "There are no configured servers"
msgstr "設定するサーバがありません"

#: templates/setup/home/index.twig:88
msgid "New server"
msgstr "新しいサーバ"

#: templates/setup/home/index.twig:110
msgid "Default language"
msgstr "デフォルト言語"

#: templates/setup/home/index.twig:128
msgid "Default server"
msgstr "デフォルトサーバ"

#: templates/setup/home/index.twig:139
msgid "let the user choose"
msgstr "ユーザに選択させる"

#: templates/setup/home/index.twig:146
msgid "- none -"
msgstr "- 無し -"

#: templates/setup/home/index.twig:153
msgid "End of line"
msgstr "改行コード"

#: templates/setup/home/index.twig:164
msgid "Display"
msgstr "表示する"

#: templates/setup/home/index.twig:175
msgid "phpMyAdmin homepage"
msgstr "phpMyAdmin オフィシャルサイト"

#: templates/setup/home/index.twig:176
msgid "Donate"
msgstr "寄付"

#: templates/setup/home/index.twig:177
msgid "Check for latest version"
msgstr "バージョンアップの確認"

#: templates/setup/servers/index.twig:6
msgid "Edit server"
msgstr "サーバの編集"

#: templates/setup/servers/index.twig:11
msgid "Add a new server"
msgstr "新しいサーバの追加"

#: templates/setup/servers/index.twig:17
msgid "Something went wrong."
msgstr "何かがうまくいかなかった。"

#: templates/sql/bookmark.twig:11 templates/sql/bookmark.twig:29
msgid "Bookmark this SQL query"
msgstr "この SQL をブックマーク"

#: templates/sql/bookmark.twig:15
msgid "Label:"
msgstr "ラベル:"

#: templates/sql/bookmark.twig:22 templates/sql/query.twig:93
msgid "Let every user access this bookmark"
msgstr "すべてのユーザがこのブックマークを利用できるようにする"

#: templates/sql/profiling_chart.twig:4
msgid "Detailed profile"
msgstr "詳細なプロフィール"

#: templates/sql/profiling_chart.twig:13 templates/sql/profiling_chart.twig:43
msgid "State"
msgstr "状態"

#: templates/sql/profiling_chart.twig:38
msgid "Summary by state"
msgstr "状態によってまとめ"

#: templates/sql/profiling_chart.twig:47
msgid "Total Time"
msgstr "合計時間"

#: templates/sql/profiling_chart.twig:51
msgid "% Time"
msgstr "% 時間"

#: templates/sql/profiling_chart.twig:55
msgid "Calls"
msgstr "呼び出し"

#: templates/sql/profiling_chart.twig:59
msgid "ø Time"
msgstr "ø 時間"

#: templates/sql/query.twig:44
msgid "Get auto-saved query"
msgstr "自動保存されたクエリを取得"

#. l10n: Bind parameters in the SQL query using :parameterName format
#: templates/sql/query.twig:51
msgid "Bind parameters"
msgstr "パラメータのバインド"

#: templates/sql/query.twig:84
msgid "Bookmark this SQL query:"
msgstr "この SQL をブックマーク:"

#: templates/sql/query.twig:100
msgid "Replace existing bookmark of same name"
msgstr "同名のブックマークは差し替える"

#: templates/sql/query.twig:110 templates/sql/query.twig:111
msgid "Delimiter"
msgstr "デリミタ"

#: templates/sql/query.twig:119
msgid "Show this query here again"
msgstr "実行したクエリをここに表示する"

#: templates/sql/query.twig:134
msgid "Rollback when finished"
msgstr "完了した後、ロールバック"

#: templates/sql/query.twig:156
msgid "Bookmarked SQL query"
msgstr "ブックマークされている SQL"

#: templates/sql/query.twig:160
msgid "Bookmark:"
msgstr "ブックマーク："

#: templates/sql/query.twig:169
msgid "shared"
msgstr "共有"

#: templates/sql/query.twig:182
msgid "View only"
msgstr "表示のみ"

#: templates/table/browse_foreigners/column_element.twig:4
msgid "Use this value"
msgstr "この値を利用する"

#: templates/table/chart/tbl_chart.twig:10
msgid "Chart type"
msgstr "グラフの種類"

#: templates/table/chart/tbl_chart.twig:13
msgctxt "Chart type"
msgid "Bar"
msgstr "横棒グラフ"

#: templates/table/chart/tbl_chart.twig:17
msgctxt "Chart type"
msgid "Column"
msgstr "縦棒グラフ"

#: templates/table/chart/tbl_chart.twig:21
msgctxt "Chart type"
msgid "Line"
msgstr "折れ線グラフ"

#: templates/table/chart/tbl_chart.twig:25
msgctxt "Chart type"
msgid "Spline"
msgstr "曲線グラフ"

#: templates/table/chart/tbl_chart.twig:29
msgctxt "Chart type"
msgid "Area"
msgstr "面グラフ"

#: templates/table/chart/tbl_chart.twig:33
msgctxt "Chart type"
msgid "Pie"
msgstr "円グラフ"

#: templates/table/chart/tbl_chart.twig:37
msgctxt "Chart type"
msgid "Timeline"
msgstr "タイムライン"

#: templates/table/chart/tbl_chart.twig:41
msgctxt "Chart type"
msgid "Scatter"
msgstr "散布図"

#: templates/table/chart/tbl_chart.twig:47
msgid "Stacked"
msgstr "積み上げ形式"

#: templates/table/chart/tbl_chart.twig:51
msgid "Chart title:"
msgstr "グラフの題名:"

#: templates/table/chart/tbl_chart.twig:57
msgid "X-Axis:"
msgstr "X 軸:"

#: templates/table/chart/tbl_chart.twig:73
msgid "Series:"
msgstr "系列："

#: templates/table/chart/tbl_chart.twig:101
msgid "X-Axis label:"
msgstr "X 軸のラベル:"

#: templates/table/chart/tbl_chart.twig:102
msgid "X Values"
msgstr "X 軸の値"

#: templates/table/chart/tbl_chart.twig:106
msgid "Y-Axis label:"
msgstr "Y 軸のラベル:"

#: templates/table/chart/tbl_chart.twig:107
msgid "Y Values"
msgstr "Y 軸の値"

#: templates/table/chart/tbl_chart.twig:112
msgid "Series names are in a column"
msgstr "系列名はカラムにあります"

#: templates/table/chart/tbl_chart.twig:116
msgid "Series column:"
msgstr "系列カラム:"

#: templates/table/chart/tbl_chart.twig:126
msgid "Value Column:"
msgstr "値カラム:"

#: templates/table/chart/tbl_chart.twig:147
msgid "Save chart as image"
msgstr "グラフをイメージとして保存"

#: templates/table/export/index.twig:12
msgid ""
"@SERVER@ will become the server name, @DATABASE@ will become the database "
"name and @TABLE@ will become the table name."
msgstr ""
"@SERVER@ はサーバ名、@DATABASE@ はデータベース名、@TABLE@ はテーブル名になり"
"ます。"

#: templates/table/export/index.twig:7
#, php-format
msgid "Exporting rows from \"%s\" table"
msgstr "テーブル \"%s\" から行単位でデータをエクスポート"

#: templates/table/find_replace/index.twig:4
#: templates/table/search/index.twig:4 templates/table/zoom_search/index.twig:4
msgid "Table search"
msgstr "テーブル検索"

#: templates/table/find_replace/index.twig:10
#: templates/table/search/index.twig:10
#: templates/table/zoom_search/index.twig:10
msgid "Zoom search"
msgstr "検索プロット"

#: templates/table/find_replace/index.twig:16
#: templates/table/find_replace/index.twig:27
#: templates/table/search/index.twig:16
#: templates/table/zoom_search/index.twig:16
msgid "Find and replace"
msgstr "検索と置換"

#: templates/table/find_replace/index.twig:36
msgid "Replace with:"
msgstr "置換文字列："

#: templates/table/find_replace/index.twig:57
msgid "Use regular expression"
msgstr "正規表現を使用"

#: templates/table/find_replace/replace_preview.twig:10
msgid "Find and replace - preview"
msgstr "検索と置換 - プレビュー"

#: templates/table/find_replace/replace_preview.twig:17
msgid "Original string"
msgstr "元の文字列"

#: templates/table/find_replace/replace_preview.twig:18
msgid "Replaced string"
msgstr "置換文字列"

#: templates/table/find_replace/replace_preview.twig:36
msgid "Replace"
msgstr "置換"

#: templates/table/gis_visualization/gis_visualization.twig:2
msgid "Display GIS Visualization"
msgstr "視覚化した空間情報"

#: templates/table/gis_visualization/gis_visualization.twig:10
msgid "Label column"
msgstr "ラベルカラム"

#: templates/table/gis_visualization/gis_visualization.twig:12
msgid "-- None --"
msgstr "-- なし --"

#: templates/table/gis_visualization/gis_visualization.twig:21
msgid "Spatial column"
msgstr "空間情報カラム"

#: templates/table/import/index.twig:3
#, php-format
msgid "Importing into the table \"%s\""
msgstr "テーブル \"%s\" へのインポート"

#: templates/table/index_form.twig:18 templates/table/index_rename_form.twig:11
msgid "Index name:"
msgstr "インデックス名:"

#: templates/table/index_form.twig:19 templates/table/index_rename_form.twig:12
msgid ""
"\"PRIMARY\" <b>must</b> be the name of and <b>only of</b> a primary key!"
msgstr ""
"主キーは<b>必ず</b> \"PRIMARY\" という名前でなければならず、この名前を<b>それ"
"以外に使用してはいけません</b>!"

#: templates/table/index_form.twig:37
msgid "Index choice:"
msgstr "インデックスの選択:"

#: templates/table/index_form.twig:57
msgid "Advanced options"
msgstr "高度なオプション"

#: templates/table/index_form.twig:67
msgid "Key block size:"
msgstr "キーブロックサイズ:"

#: templates/table/index_form.twig:84
msgid "Index type:"
msgstr "インデックスの種類:"

#: templates/table/index_form.twig:101
msgid "Parser:"
msgstr "パーサー:"

#: templates/table/index_form.twig:117
msgid "Comment:"
msgstr "コメント:"

#: templates/table/index_form.twig:162 templates/table/index_form.twig:199
msgid "Drag to reorder"
msgstr "ドラッグで並び替えができます"

#: templates/table/insert/actions_panel.twig:9
msgid "Insert as new row"
msgstr "新しい行として挿入する"

#: templates/table/insert/actions_panel.twig:10
msgid "Insert as new row and ignore errors"
msgstr "新しい行として挿入し、エラーは無視する"

#: templates/table/insert/actions_panel.twig:11
msgid "Show insert query"
msgstr "挿入クエリ文を表示する"

#: templates/table/insert/actions_panel.twig:15
msgid "and then"
msgstr "続いて"

#: templates/table/insert/actions_panel.twig:19
msgid "Go back to previous page"
msgstr "前のページに戻る"

#: templates/table/insert/actions_panel.twig:20
msgid "Insert another new row"
msgstr "新しいレコードを追加する"

#: templates/table/insert/actions_panel.twig:22
msgid "Go back to this page"
msgstr "このページに戻る"

#: templates/table/insert/actions_panel.twig:24
msgid "Edit next row"
msgstr "次の行を編集する"

#: templates/table/insert/actions_panel.twig:32
msgid ""
"Use TAB key to move from value to value, or CTRL+arrows to move anywhere."
msgstr ""
"次の値に移動するときは TAB キーを使ってください。CTRL＋カーソルキーを使うと自"
"由に移動できます。"

#: templates/table/insert/column_row.twig:15
msgid "Binary"
msgstr "バイナリ"

#: templates/table/insert/column_row.twig:30
msgid "Use the NULL value for this column."
msgstr "このカラムには NULL 値を使用してください。"

#: templates/table/insert/column_row.twig:65
msgid "Because of its length,<br> this column might not be editable."
msgstr "長さによってはこのカラムを<br>編集できなくなる場合もあります。"

#: templates/table/insert/column_row.twig:93
msgid "Binary - do not edit"
msgstr "バイナリ - 編集不可"

#: templates/table/insert/column_row.twig:122
#: templates/table/search/input_box.twig:37
msgid "Edit/Insert"
msgstr "編集／挿入"

#: templates/table/insert/continue_insertion_form.twig:18
#, php-format
msgid "Continue insertion with %s rows"
msgstr "%s 行づつ挿入を行う"

#: templates/table/maintenance/checksum.twig:13
msgid "Checksum"
msgstr "チェックサム"

#: templates/table/operations/index.twig:9
msgid "Alter table order by"
msgstr "テーブルの並び順"

#: templates/table/operations/index.twig:20
msgctxt "Alter table order by a single field."
msgid "(singly)"
msgstr "(1 回)"

#: templates/table/operations/index.twig:50
msgid "Move table to (database.table)"
msgstr "テーブルを（database.table）へ移動"

#: templates/table/operations/index.twig:101
msgid "Table options"
msgstr "テーブルオプション"

#: templates/table/operations/index.twig:105
msgid "Rename table to"
msgstr "変更後のテーブル名称"

#: templates/table/operations/index.twig:123
msgid "Table comments"
msgstr "テーブルのコメント"

#: templates/table/operations/index.twig:170
msgid "Change all column collations"
msgstr "すべてのカラムの照合順序を変更する"

#: templates/table/operations/index.twig:251
msgid "Copy table to (database.table)"
msgstr "テーブルを（database.table）にコピー"

#: templates/table/operations/index.twig:322
msgid "Switch to copied table"
msgstr "コピーしたテーブルに切り替える"

#: templates/table/operations/index.twig:364
msgid "Defragment table"
msgstr "テーブルのデフラグ"

#: templates/table/operations/index.twig:372
#, php-format
msgid "Table %s has been flushed."
msgstr "テーブル %s をフラッシュしました。"

#: templates/table/operations/index.twig:376
msgid "Flush the table (FLUSH)"
msgstr "テーブルをフラッシュする (FLUSH)"

#: templates/table/operations/index.twig:413
msgid "Empty the table (TRUNCATE)"
msgstr "テーブルを空にする (TRUNCATE)"

#: templates/table/operations/index.twig:431
msgid "Empty the table (DELETE FROM)"
msgstr "テーブルを空にする (DELETE FROM)"

#: templates/table/operations/index.twig:452
msgid "Delete the table (DROP)"
msgstr "テーブルを削除する (DROP)"

#: templates/table/operations/index.twig:474
msgid "Partition maintenance"
msgstr "パーティション管理"

#: templates/table/operations/index.twig:500
#: templates/table/structure/display_partitions.twig:201
msgid "Remove partitioning"
msgstr "パーティションを削除"

#: templates/table/operations/index.twig:513
msgid "Check referential integrity"
msgstr "参照整合性の確認"

#: templates/table/operations/view.twig:12
msgid "Rename view to"
msgstr "変更後のビュー名称"

#: templates/table/operations/view.twig:37
msgid "Delete the view (DROP)"
msgstr "ビューを削除する (DROP)"

#: templates/table/page_with_secondary_tabs.twig:11
msgid "Relation view"
msgstr "リレーションビュー"

#: templates/table/partition/analyze.twig:2
msgid "Analyze partition"
msgstr "パーティションの分析"

#: templates/table/partition/check.twig:2
msgid "Check partition"
msgstr "パーティションのチェック"

#: templates/table/partition/drop.twig:2
msgid "Drop partition"
msgstr "パーティションの削除"

#: templates/table/partition/optimize.twig:2
msgid "Optimize partition"
msgstr "パーティションの最適化"

#: templates/table/partition/rebuild.twig:2
msgid "Rebuild partition"
msgstr "パーティションの再構築"

#: templates/table/partition/repair.twig:2
msgid "Repair partition"
msgstr "パーティションの修復"

#: templates/table/partition/truncate.twig:2
msgid "Truncate partition"
msgstr "パーティションの切捨て"

#: templates/table/privileges/index.twig:57
msgid "table-specific"
msgstr "テーブル固有"

#: templates/table/relation/common_form.twig:9
msgid "Foreign key constraints"
msgstr "外部キー制約"

#: templates/table/relation/common_form.twig:14
msgid "Actions"
msgstr "操作"

#: templates/table/relation/common_form.twig:15
msgid "Constraint properties"
msgstr "制約プロパティ"

#: templates/table/relation/common_form.twig:19
msgid ""
"Creating a foreign key over a non-indexed column would automatically create "
"an index on it. Alternatively, you can define an index below, before "
"creating the foreign key."
msgstr ""
"インデックスのないカラムに外部キーを作成すると、自動的にインデックスが作成さ"
"れます。 また、外部キーを作成する前に、まずカラムのインデックスを作成できま"
"す。"

#: templates/table/relation/common_form.twig:24
msgid ""
"Only columns with index will be displayed. You can define an index below."
msgstr ""
"インデックスのあるカラムのみが表示されます。インデックスを以下に定義できま"
"す。"

#: templates/table/relation/common_form.twig:28
msgid "Foreign key constraint"
msgstr "外部キー制約"

#: templates/table/relation/common_form.twig:93
msgid "+ Add constraint"
msgstr "+ 制約を追加する"

#: templates/table/relation/common_form.twig:106
#: templates/table/relation/common_form.twig:114
msgid "Internal relationships"
msgstr "内部リレーション"

#: templates/table/relation/common_form.twig:122
msgid "Internal relation"
msgstr "内部リレーション"

#: templates/table/relation/common_form.twig:124
msgid ""
"An internal relation is not necessary when a corresponding FOREIGN KEY "
"relation exists."
msgstr ""
"対応する外部リレーションが存在する場合、内部リレーションは必要ありません。"

#: templates/table/relation/common_form.twig:208
msgid "Choose column to display:"
msgstr "表示するカラムの選択:"

#: templates/table/relation/foreign_key_row.twig:15
#, php-format
msgid "Foreign key constraint %s has been dropped"
msgstr "外部キー制約 「%s」 が削除されました"

#: templates/table/relation/foreign_key_row.twig:33
msgid "Constraint name"
msgstr "制約名"

#: templates/table/search/index.twig:27
msgid "Do a \"query by example\" (wildcard: \"%\")"
msgstr "定型問い合わせ (ワイルドカード: \"%\")"

#: templates/table/search/index.twig:111
msgid "Select columns (at least one):"
msgstr "表示するカラム (最低 1 つ):"

#: templates/table/search/index.twig:130
msgid "Add search conditions (body of the \"where\" clause):"
msgstr "検索条件 (WHERE 節の全内容):"

#: templates/table/search/index.twig:138
msgid "Number of rows per page"
msgstr "ページあたりの行数"

#: templates/table/search/index.twig:144
msgid "Display order:"
msgstr "表示順:"

#: templates/table/search/index.twig:181
msgid "Range search"
msgstr "範囲検索"

#: templates/table/search/index.twig:187
msgid "Minimum value:"
msgstr "最小値:"

#: templates/table/search/index.twig:190
msgid "Maximum value:"
msgstr "最大値:"

#: templates/table/start_and_number_of_rows_fieldset.twig:3
msgid "Start row:"
msgstr "開始行:"

#: templates/table/structure/display_partitions.twig:4
#: templates/table/structure/display_structure.twig:597
msgid "Partitions"
msgstr "パーティション"

#: templates/table/structure/display_partitions.twig:8
msgid "No partitioning defined!"
msgstr "パーティションが定義されていない！"

#: templates/table/structure/display_partitions.twig:11
msgid "Partitioned by:"
msgstr "パーティションによって:"

#: templates/table/structure/display_partitions.twig:16
msgid "Sub partitioned by:"
msgstr "サブパーティションによって:"

#: templates/table/structure/display_partitions.twig:29
msgid "Data length"
msgstr "データの長さ"

#: templates/table/structure/display_partitions.twig:30
msgid "Index length"
msgstr "インデックスの長さ"

#: templates/table/structure/display_partitions.twig:194
msgid "Partition table"
msgstr "パーティションテーブル"

#: templates/table/structure/display_partitions.twig:207
#: templates/table/structure/partition_definition_form.twig:5
msgid "Edit partitioning"
msgstr "パーティションを編集"

#: templates/table/structure/display_structure.twig:70
msgid "Media type:"
msgstr "メディア タイプ:"

#: templates/table/structure/display_structure.twig:91
#: templates/table/tracking/structure_snapshot_columns.twig:47
msgctxt "None for default"
msgid "None"
msgstr "なし"

#: templates/table/structure/display_structure.twig:108
#: templates/table/structure/display_structure.twig:287
msgid "Change"
msgstr "変更"

#: templates/table/structure/display_structure.twig:116
#, php-format
msgid "Column %s has been dropped."
msgstr "カラム %s を削除しました。"

#: templates/table/structure/display_structure.twig:142
#, php-format
msgid "A primary key has been added on %s."
msgstr "%s に主キーを追加しました。"

#: templates/table/structure/display_structure.twig:157
#: templates/table/structure/display_structure.twig:172
#: templates/table/structure/display_structure.twig:197
#: templates/table/structure/display_structure.twig:216
#, php-format
msgid "An index has been added on %s."
msgstr "%s にインデックスを追加しました。"

#: templates/table/structure/display_structure.twig:238
msgid "Distinct values"
msgstr "件数集計"

#: templates/table/structure/display_structure.twig:249
#: templates/table/structure/display_structure.twig:315
msgid "Remove from central columns"
msgstr "主要カラムから削除"

#: templates/table/structure/display_structure.twig:257
#: templates/table/structure/display_structure.twig:312
msgid "Add to central columns"
msgstr "主要カラムに追加"

#: templates/table/structure/display_structure.twig:328
#: templates/table/structure/display_structure.twig:332
#: templates/table/structure/display_structure.twig:417
msgid "Move columns"
msgstr "カラムを移動させる"

#: templates/table/structure/display_structure.twig:333
msgid "Move the columns by dragging them up and down."
msgstr "ドラックして上下させ、カラムを移動させてください。"

#: templates/table/structure/display_structure.twig:389
#: templates/view_create.twig:13
msgid "Edit view"
msgstr "ビューを編集する"

#: templates/table/structure/display_structure.twig:403
msgid "Propose table structure"
msgstr "テーブル構造を確認する"

#: templates/table/structure/display_structure.twig:420
msgid "Normalize"
msgstr "正規化"

#: templates/table/structure/display_structure.twig:426
msgid "Track view"
msgstr "追跡の閲覧"

#: templates/table/structure/display_structure.twig:440
#, php-format
msgid "Add %s column(s)"
msgstr "%s 個のカラムを追加する"

#: templates/table/structure/display_structure.twig:445
msgid "at beginning of table"
msgstr "テーブルの先頭"

#: templates/table/structure/display_structure.twig:569
#, php-format
msgid "Create an index on %s columns"
msgstr "%s カラムにインデックスを作成する"

#: templates/table/structure/display_table_stats.twig:14
msgid "Space usage"
msgstr "ディスク使用量"

#: templates/table/structure/display_table_stats.twig:37
msgid "Effective"
msgstr "有効"

#: templates/table/structure/display_table_stats.twig:80
msgid "Row statistics"
msgstr "行の統計"

#: templates/table/structure/display_table_stats.twig:86
msgid "static"
msgstr "静的"

#: templates/table/structure/display_table_stats.twig:88
msgid "dynamic"
msgstr "動的"

#: templates/table/structure/display_table_stats.twig:99
msgid "partitioned"
msgstr "パーティション有り"

#: templates/table/structure/display_table_stats.twig:128
msgid "Row length"
msgstr "行の長さ"

#: templates/table/structure/display_table_stats.twig:140
msgid "Row size"
msgstr "行のサイズ"

#: templates/table/structure/display_table_stats.twig:147
msgid "Next autoindex"
msgstr "次の自動付番"

#: templates/table/tracking/main.twig:64 templates/table/tracking/main.twig:91
#: templates/table/tracking/main.twig:92
msgid "Delete version"
msgstr "世代を削除"

#: templates/table/tracking/main.twig:102
#, php-format
msgid "Activate tracking for %s"
msgstr "%s への SQL コマンド追跡をアクティブにする"

#: templates/table/tracking/main.twig:104
msgid "Activate now"
msgstr "すぐにアクティブにする"

#: templates/table/tracking/main.twig:106
#, php-format
msgid "Deactivate tracking for %s"
msgstr "%s への SQL コマンド追跡を非アクティブにする"

#: templates/table/tracking/main.twig:108
msgid "Deactivate now"
msgstr "すぐに非アクティブにする"

#: templates/table/tracking/report_table.twig:4
#: templates/table/tracking/structure_snapshot_columns.twig:5
msgctxt "Number"
msgid "#"
msgstr "#"

#: templates/table/tracking/report_table.twig:5
msgid "Date"
msgstr "日時"

#: templates/table/tracking/report_table.twig:6
msgid "Username"
msgstr "ユーザ名"

#: templates/table/zoom_search/index.twig:27
msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns"
msgstr "異なる 2 つのカラムによる定型問い合わせ (ワイルドカード: \"%\")"

#: templates/table/zoom_search/index.twig:54
msgid "Additional search criteria"
msgstr "更なる検索条件"

#: templates/table/zoom_search/index.twig:116
msgid "Use this column to label each point"
msgstr "各点のラベルとして使われるカラム"

#: templates/table/zoom_search/index.twig:141
msgid "Maximum rows to plot"
msgstr "プロットする結果の最大数"

#: templates/table/zoom_search/result_form.twig:7
msgid "Browse/Edit the points"
msgstr "結果表示／プロット点の編集"

#: templates/table/zoom_search/result_form.twig:14
msgid "How to use"
msgstr "使い方"

#: templates/table/zoom_search/result_form.twig:17
msgid "Reset zoom"
msgstr "ズームを戻す"

#. l10n: Show or hide the menu using the hamburger style button
#: templates/top_menu.twig:4
msgid "Toggle navigation"
msgstr "ナビゲーションの切り替え"

#. l10n: Current page
#: templates/top_menu.twig:14
msgid "(current)"
msgstr "（現在）"

#: templates/transformation_overview.twig:1
msgid "Available media types"
msgstr "利用できる メディア タイプ"

#: templates/transformation_overview.twig:13
msgid "Available browser display transformations"
msgstr "使用可能なブラウザー表示変換"

#: templates/transformation_overview.twig:19
#: templates/transformation_overview.twig:38
msgctxt "for media type transformation"
msgid "Description"
msgstr "説明"

#: templates/transformation_overview.twig:32
msgid "Available input transformations"
msgstr "利用可能な入力変換"

#: templates/view_create.twig:65
msgid "VIEW name"
msgstr "ビューの名前"

#: templates/view_create.twig:79
msgid "Column names"
msgstr "カラム名"

#, php-format
#~ msgid "Analyze Explain at %s"
#~ msgstr "「%s」のEXPLAINを分析"

#~ msgid "Key is too short, it should have at least 32 characters."
#~ msgstr "キーが短すぎます。少なくとも 32 文字は必要です。"

#~ msgid "Key should contain letters, numbers [em]and[/em] special characters."
#~ msgstr "キーは文字、数字[em]それと[/em]特殊文字を含める必要があります。"

#~ msgid ""
#~ "The configuration file now needs a secret passphrase (blowfish_secret)."
#~ msgstr ""
#~ "設定ファイルに、暗号化 (blowfish_secret) 用の非公開パスフレーズの設定を必"
#~ "要とするようになりました。"

#, php-format
#~ msgid ""
#~ "The secret passphrase in configuration (blowfish_secret) is not the "
#~ "correct length. It should be %d bytes long."
#~ msgstr ""
#~ "設定ファイルの中に記述されているパスフレーズ（blowfish_secret）の長さが正"
#~ "しくありません。 %d バイトでなければなりません。"

#~ msgid "Configuration saved."
#~ msgstr "設定を保存しました。"

#~ msgid ""
#~ "Configuration saved to file config/config.inc.php in phpMyAdmin top level "
#~ "directory, copy it to top level one and delete directory config to use it."
#~ msgstr ""
#~ "設定は、phpMyAdmin ディレクトリの config/config.inc.php ファイルに保存され"
#~ "ています。それを使用するには、phpMyAdmin のトップレベルディレクトリにコ"
#~ "ピーして、config ディレクトリは削除してください。"

#~ msgid "Configuration not saved!"
#~ msgstr "設定は保存されませんでした!"

#~ msgid ""
#~ "Please create web server writable folder [em]config[/em] in phpMyAdmin "
#~ "top level directory as described in [doc@setup_script]documentation[/"
#~ "doc]. Otherwise you will be only able to download or display it."
#~ msgstr ""
#~ "[doc@setup_script]ドキュメント[/doc]で説明されるように phpMyAdmin のトップ"
#~ "レベルディレクトリにウェブサーバで書き込める [em]config[/em] フォルダを作"
#~ "成してください。そうしない場合は、ダウンロードするか表示するかのみになりま"
#~ "す。"

#~ msgid "Error: FOREIGN KEY relationship could not be removed!"
#~ msgstr "エラー: 外部キーリレーションの追加が出来ませんでした!"

#~ msgid "Do you really want to RESET SLAVE?"
#~ msgstr "スレーブのリセットを本当に実行しますか?"

#~ msgid "Master configuration"
#~ msgstr "マスター設定"

#~ msgid "Master connection:"
#~ msgstr "マスター接続:"

#~ msgid "Reset slave"
#~ msgstr "スレーブのリセット"

#~ msgid "Master status"
#~ msgstr "マスタステータス"

#~ msgid "Slave status"
#~ msgstr "スレーブステータス"

#~ msgid "SQL history"
#~ msgstr "SQL 履歴"

#~ msgid "Ok"
#~ msgstr "OK"

#~ msgid ""
#~ "Scroll down to fill in the options for the selected format and ignore the "
#~ "options for other formats."
#~ msgstr ""
#~ "下にスクロールして選択したフォーマットのオプションで必要事項を記入し、他の"
#~ "フォーマットのオプションは無視してください。"

#~ msgid "Browse your computer"
#~ msgstr "コンピュータの参照"

#~ msgid "Databases:"
#~ msgstr "データベース:"

#~ msgid "use this for future exports"
#~ msgstr "今後のエクスポートでこれを使用する"

#~ msgid "Skip tables larger than %s MiB"
#~ msgstr "「%s」MiB より大きいテーブルをスキップ"

#~ msgid "There are no files to upload!"
#~ msgstr "アップロードファイルがありません!"

#~ msgid ""
#~ "Allow the interruption of an import in case the script detects it is "
#~ "close to the PHP timeout limit. <em>(This might be a good way to import "
#~ "large files, however it can break transactions.)</em>"
#~ msgstr ""
#~ "制限時間が近くなったときに、スクリプト側でインポートを中断できるようにす"
#~ "る <em>(大きなファイルをインポートする場合には便利ですが、トランザクション"
#~ "が壊れることもあります)</em>"

#~ msgid "Other options:"
#~ msgstr "その他のオプション:"

#~ msgid "Print view"
#~ msgstr "印刷用画面"

#~ msgid "Could not load default configuration from: %1$s"
#~ msgstr "デフォルトの設定を読み込めませんでした: %1$s"

#~ msgid "Theme:"
#~ msgstr "テーマ:"

#~ msgid "Copy column name."
#~ msgstr "カラム名のコピー。"

#~ msgid "Right-click the column name to copy it to your clipboard."
#~ msgstr "右クリックでカラム名をクリップボードにコピーしてください。"

#~ msgid ""
#~ "The requested page was not found in the history, it may have expired."
#~ msgstr ""
#~ "リクエストされたページが履歴にありません。おそらく有効期限切れです。"

#~ msgid "No preview available."
#~ msgstr "プレビューは利用できません。"

#~ msgid "Private key for reCaptcha"
#~ msgstr "reCaptchaの秘密キー"

#~ msgid "Theme path not found for theme %s!"
#~ msgstr "テーマ %s のテーマパスが見つかりません!"

#~ msgctxt "Create new routine"
#~ msgid "New"
#~ msgstr "新規作成"

#~ msgid ""
#~ "Error in reading file: The file '%s' does not exist or is not readable!"
#~ msgstr "読み込みエラー: ファイル '%s' は存在しないか、読み取り不可です!"

#~ msgid ""
#~ "Invalid rule declaration on line %1$s, expected line %2$s of previous "
#~ "rule."
#~ msgstr ""
#~ "無効な事象定義（行：%1$s）。前の事象定義の行「%2$s」は予想しました。"

#~ msgid "Invalid rule declaration on line %s."
#~ msgstr "無効な事象定義がありました (行: %s)。"

#~ msgid "Unexpected characters on line %s."
#~ msgstr "予期しない文字 (行: %s)。"

#~ msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\"."
#~ msgstr ""
#~ "予期しない文字 (行: %1$s)。タブ文字があるべきところに \"%2$s\" がありまし"
#~ "た。"

#~ msgid "View dump (schema) of database"
#~ msgstr "データベースのダンプ (スキーマ) 表示"

#~ msgid "View dump (schema) of databases"
#~ msgstr "データベースのダンプ (スキーマ) 表示"

#~ msgid "View dump (schema) of table"
#~ msgstr "テーブルのダンプ (スキーマ) 表示"

#~ msgid ", @TABLE@ will become the table name"
#~ msgstr "、@TABLE@ はテーブル名に"

#~ msgid "Create %s"
#~ msgstr "「%s」を作成"

#~ msgid ""
#~ "You are using PHP's deprecated 'mysql' extension, which is not capable of "
#~ "handling multi queries. [strong]The execution of some stored routines may "
#~ "fail![/strong] Please use the improved 'mysqli' extension to avoid any "
#~ "problems."
#~ msgstr ""
#~ "「mysql」拡張を使用されていますが、将来的に PHP で廃止予定になっています。"
#~ "この拡張はマルチクエリに対応できていません。[strong]ストアドルーチンの実行"
#~ "が失敗する可能性があります！[/strong] 問題を回避するためには、改良された"
#~ "「mysqli」拡張を使用するようにしてください。"

#~ msgid "No activity within %s seconds; please log in again."
#~ msgstr "%s 秒以上操作をしませんでした。ログインし直してください。"

#~ msgid "You do not have the necessary privileges to create a routine."
#~ msgstr "ルーチンを作成する特権がありません。"

#~ msgid "trigger"
#~ msgstr "トリガ"

#~ msgid "You do not have the necessary privileges to create a trigger."
#~ msgstr "トリガを作成する特権がありません。"

#~ msgid "event"
#~ msgstr "イベント"

#~ msgid "You do not have the necessary privileges to create an event."
#~ msgstr "イベントを作成する特権がありません。"

#~ msgid "Update Query"
#~ msgstr "クエリを更新する"

#~ msgid "Submit Query"
#~ msgstr "クエリを実行する"

#~ msgid "Rule details"
#~ msgstr "事象の詳細と判断理由"

#~ msgid "Partition %s"
#~ msgstr "パーティション %s"

#~ msgctxt "Next month"
#~ msgid "Next"
#~ msgstr "翌月"

#~ msgid "“%s”"
#~ msgstr "“%s”"

#~ msgctxt "Short week day name"
#~ msgid "Sun"
#~ msgstr "日"

#~ msgid "This Host"
#~ msgstr "このホスト"

#~ msgid "Use Host Table"
#~ msgstr "ホストテーブルを使う"

#, fuzzy
#~ msgctxt "for media (MIME) type transformation"
#~ msgid "Description"
#~ msgstr "説明"

#~ msgid "MIME"
#~ msgstr "MIME"

#~ msgctxt "for MIME transformation"
#~ msgid "Description"
#~ msgstr "説明"

#~ msgid "Full start"
#~ msgstr "全開始"

#~ msgid "Full stop"
#~ msgstr "全停止"

#~ msgid "Show hidden messages (#MSG_COUNT)"
#~ msgstr "隠れているメッセージを表示する (#MSG_COUNT)"

#~ msgid "Wrong GET file attribute value"
#~ msgstr "GET ファイルのパラメータ値が正しくありません"

#~ msgid "%count% second"
#~ msgid_plural "%count% seconds"
#~ msgstr[0] "%count% 秒"

#~ msgid "%count% minute"
#~ msgid_plural "%count% minutes"
#~ msgstr[0] "%count% 分"

#~ msgid "Truncate Shown Queries"
#~ msgstr "クエリの表示を切り詰める"

#~ msgid "Show Full Queries"
#~ msgstr "クエリ全体を表示"

#, fuzzy
#~ msgid "%count% database"
#~ msgid_plural "%count% databases"
#~ msgstr[0] "データベースが存在しません"

#~ msgid "No Two-Factor"
#~ msgstr "二要素認証なし"

#, fuzzy
#~ msgid ""
#~ "You have disabled ini_get and/or ini_set in php.ini. This option is "
#~ "incompatible with phpMyAdmin!"
#~ msgstr ""
#~ "PHP の設定で mbstring.func_overload が有効になっています。phpMyAdmin はこ"
#~ "のオプションに対応していないため、データが破壊されることがあります!"

#~ msgid "No auto-saved query"
#~ msgstr "自動保存されたクエリはありません"

#~ msgid "Font size"
#~ msgstr "フォントサイズ"

#~ msgid ""
#~ "You are using the mysql extension which is deprecated in phpMyAdmin. "
#~ "Please consider installing the mysqli extension."
#~ msgstr ""
#~ "phpMyAdminで非推奨のmysql拡張機能を使用しています。mysqli拡張機能の導入を"
#~ "検討してください。"

#~ msgid "Search results for \"<i>%s</i>\" %s:"
#~ msgstr "\"<i>%s</i>\" の検索結果 %s:"

#, fuzzy
#~ msgctxt "Text context"
#~ msgid "Text"
#~ msgstr "判断基準"

#~ msgid "Customize export options"
#~ msgstr "エクスポートオプションの詳細設定"

#~ msgid "Customize import defaults"
#~ msgstr "インポートデフォルトの詳細設定"

#, fuzzy
#~ msgid "Customize navigation panel"
#~ msgstr "ナビゲーションフレームの詳細設定"

#, fuzzy
#~ msgid "Customize main panel"
#~ msgstr "メインフレームの詳細設定"

#, fuzzy
#~ msgid ""
#~ "Incorrect formset, check $formsets array in setup/frames/form.inc.php!"
#~ msgstr ""
#~ "フォームセットが正しくありません。setup/frames/form.inc.php 内の "
#~ "$formsets 配列を確認してください。"

#, fuzzy
#~ msgid "Unknonwn"
#~ msgstr "不明"

#~ msgid "Global value"
#~ msgstr "グローバル値"

#, fuzzy
#~ msgctxt "Collation variant"
#~ msgid "weight=2"
#~ msgstr "高さ"

#, fuzzy
#~ msgid "Old column name"
#~ msgstr "カラム名のコピー"

#~ msgid "You have to add at least one column."
#~ msgstr "最低ひとつはカラムを追加してください。"

#~ msgid "PHP threw following error: %s"
#~ msgstr "PHP は以下のエラーを返しました: %s"

#~ msgid "German"
#~ msgstr "ドイツ語"

#~ msgid "dictionary"
#~ msgstr "辞書"

#~ msgid "phone book"
#~ msgstr "電話帳"

#~ msgid "Traditional Spanish"
#~ msgstr "スペイン語 (伝統表記)"

#, fuzzy
#~ msgid "binary collation"
#~ msgstr "照合順序"

#, fuzzy
#~ msgid "case-insensitive collation"
#~ msgstr "大文字小文字を区別しない"

#, fuzzy
#~ msgid "case-sensitive collation"
#~ msgstr "大文字小文字を区別する"

#~ msgid "all words"
#~ msgstr "すべての単語を含む"

#, fuzzy
#~ msgid "Improve table structure"
#~ msgstr "テーブル構造を確認する"

#~ msgid ""
#~ "Your PHP MySQL library version %s differs from your MySQL server version "
#~ "%s. This may cause unpredictable behavior."
#~ msgstr ""
#~ "お使いになっている PHP の MySQL ライブラリのバージョン %s が MySQL サーバ"
#~ "のバージョン %s と異なります。これは予期しない不具合を起こす可能性がありま"
#~ "す。"

#~ msgid "Invalid hostname for server %1$s. Please review your configuration."
#~ msgstr "サーバ %1$s のホスト名が不正です。設定を確認してください。"

#, fuzzy
#~ msgid ""
#~ "Disable the default warning that is displayed if a difference between the "
#~ "MySQL library and server is detected."
#~ msgstr ""
#~ "cookie 認証で mcrypt 拡張がなかった場合、警告を表示します。チェックを入れ"
#~ "るとこのメッセージは表示されません。"

#, fuzzy
#~ msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
#~ msgstr ""
#~ "サーバへの接続方法。確信がなければ [kbd]tcp[/kbd] のままにしてください。"

#~ msgid "Connection type"
#~ msgstr "接続方法"

#~ msgid "Cannot load or save configuration"
#~ msgstr "設定の読み込み・保存が出来ません"

#~ msgid "Load"
#~ msgstr "読み込む"

#, fuzzy
#~ msgid "Column parser"
#~ msgstr "カラム名"

#~ msgid "Not implemented yet."
#~ msgstr "実装されていません。"

#~ msgid ""
#~ "A new statement was found, but no delimiter between it and the previous "
#~ "one."
#~ msgstr ""
#~ "新しいステートメントが見つかりましたが、それとその前の間に区切り文字があり"
#~ "ません。"

#~ msgid "Unrecognized alter operation."
#~ msgstr "認識できない alter 操作。"

#~ msgid "%1$d values were expected, but found %2$d."
#~ msgstr "値 %1$d があるべきですが、 %2$d が見つかりました。"

#~ msgid "Unexpected keyword."
#~ msgstr "予期しないキーワード。"

#~ msgid "Unexpected end of CASE expression"
#~ msgstr "予期しないCASE式の終了"

#~ msgid "A symbol name was expected!"
#~ msgstr "シンボル名があるべきです!"

#~ msgid "A comma or a closing bracket was expected."
#~ msgstr "カンマか閉じる括弧があるべきです。"

#~ msgid "A closing bracket was expected."
#~ msgstr "閉じる括弧があるべきです。"

#~ msgid "Unrecognized data type."
#~ msgstr "認識できないデータ形式。"

#~ msgid "An alias was expected."
#~ msgstr "エイリアスがあるべきです。"

#~ msgid "An alias was previously found."
#~ msgstr "エイリアスが前に見つかっています。"

#~ msgid "Unexpected dot."
#~ msgstr "予期しないドット。"

#~ msgid "An expression was expected."
#~ msgstr "式があるべきです。"

#~ msgid "This option conflicts with \"%1$s\"."
#~ msgstr "このオプションは \"%1$s\" と競合しています。"

#, fuzzy
#~ msgid "Value/Expression for the option %1$s was expected"
#~ msgstr "イベント %1$s を作成しました。"

#, fuzzy
#~ msgid "The old name of the table was expected."
#~ msgstr "開いているテーブルの数。"

#~ msgid "Keyword \"TO\" was expected."
#~ msgstr "キーワード \"TO\" があるべきです。"

#, fuzzy
#~ msgid "The new name of the table was expected."
#~ msgstr "開いているテーブルの数。"

#, fuzzy
#~ msgid "A rename operation was expected."
#~ msgstr "行を削除しました"

#, fuzzy
#~ msgid "Unexpected character."
#~ msgstr "予期しない文字 (行: %s)。"

#~ msgid "Expected whitespace(s) before delimiter."
#~ msgstr "空白が区切り文字の前にあるべきです。"

#~ msgid "Expected delimiter."
#~ msgstr "区切り文字があるべきです。"

#~ msgid "Ending quote %1$s was expected."
#~ msgstr "終端クォート %1$s があるべきです。"

#~ msgid "Variable name was expected."
#~ msgstr "変数名があるべきです。"

#~ msgid "Unexpected beginning of statement."
#~ msgstr "ステートメントの開始があるべきです。"

#~ msgid "No transaction was previously started."
#~ msgstr "開始されているトランザクションはありません。"

#~ msgid "Unexpected token."
#~ msgstr "予期しないトークン。"

#~ msgid "Unrecognized keyword."
#~ msgstr "認識できないキーワードです。"

#~ msgid "Unexpected ordering of clauses."
#~ msgstr "予期しない節の順序。"

#, fuzzy
#~ msgid "The name of the entity was expected."
#~ msgstr "開いているテーブルの数。"

#~ msgid "A table name was expected."
#~ msgstr "テーブル名があるべきです。"

#, fuzzy
#~ msgid "At least one column definition was expected."
#~ msgstr "行を削除しました"

#~ msgid "A \"RETURNS\" keyword was expected."
#~ msgstr "キーワード \"RETURNS\" があるべきです。"

#, fuzzy
#~ msgid "error #1"
#~ msgstr "個"

#, fuzzy
#~ msgid "strict error"
#~ msgstr "エラーを収集する"

#, fuzzy
#~ msgid "Native MySQL Authentication"
#~ msgstr "クッキー認証"

#, fuzzy
#~ msgid "Try to connect without password."
#~ msgstr "パスワードなしでの接続を試みます。"

#~ msgid "Connect without password"
#~ msgstr "パスワードなしで接続する"

#, fuzzy
#~ msgid ""
#~ "You tried to import an invalid file or the imported file contains invalid "
#~ "data!"
#~ msgstr ""
#~ "無効なファイルもしくは無効なデータが含まれているファイルをインポートしよう"
#~ "としました。"

#~ msgid "Geometry type '%s' is not supported by MySQL."
#~ msgstr "幾何データ型「%s」は、この MySQL でサポートされていません。"

#~ msgid "Wiki"
#~ msgstr "Wiki"

#, fuzzy
#~ msgid ""
#~ "Enable [a@https://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
#~ "compression for import and export operations."
#~ msgstr ""
#~ "インポートおよびエクスポートの操作に対して [a@https://ja.wikipedia.org/"
#~ "wiki/"
#~ "ZIP_%28%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%83%95%E3%82%A9%E3%83%BC%E3%83%9E%E3%83%83%E3%83%88%29]ZIP[/"
#~ "a] 圧縮を有効にします。"

#~ msgid "Related Links"
#~ msgstr "関連リンク"

#~ msgid "The PrimeBase XT Blog by Paul McCullagh"
#~ msgstr "Paul McCullagh 氏による PrimeBase XT ブログ"

#~ msgid ""
#~ "Uploaded file cannot be moved, because the server has open_basedir "
#~ "enabled without access to the %s directory (for temporary files)."
#~ msgstr ""
#~ "アップロードされたファイルは、移動できませんでした。なぜなら、サーバは、"
#~ "open_basedirのディレクトリ%s (テンポラリファイル)へのアクセス許可がありま"
#~ "せん。"

#, fuzzy
#~ msgid "Count:"
#~ msgstr "カラム"

#~ msgid "numeric key detected"
#~ msgstr "グローバル変数から数値キーが検出されました"

#, fuzzy
#~ msgid ""
#~ "The path for the config file for [a@https://swekey.com]SweKey hardware "
#~ "authentication[/a] (not located in your document root; suggested: /etc/"
#~ "swekey.conf)."
#~ msgstr ""
#~ "[a@https://swekey.com]SweKey ハードウェア認証[/a]用の設定ファイルのパス "
#~ "(ドキュメントルートには配置しないこと。/etc/swekey.conf がいいでしょう。)"

#~ msgid "SweKey config file"
#~ msgstr "SweKey 設定ファイル"

#~ msgid "File %s does not contain any key id"
#~ msgstr "ファイル %s にキー ID が含まれていません"

#~ msgid "No valid authentication key plugged"
#~ msgstr "有効な認証キーが接続されていません"

#~ msgid "Authenticating…"
#~ msgstr "認証中…"

#, fuzzy
#~ msgid "Total %d bookmark"
#~ msgid_plural "Total %d bookmarks"
#~ msgstr[0] "リレーションを削除"

#, fuzzy
#~ msgid "%1$s, %2$s and %3$s bookmarks included"
#~ msgstr "ブックマークを削除しました。"

#~ msgid ""
#~ "The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your "
#~ "configuration file!"
#~ msgstr ""
#~ "[code]$cfg['PmaAbsoluteUri'][/code] は<b>必ず</b>設定ファイルに設定しなけ"
#~ "ればなりません！"

#~ msgid "This %soption%s should be enabled if your web server supports it."
#~ msgstr ""
#~ "ウェブサーバでサポートしている場合、この%sオプション%sを有効にするべきで"
#~ "す。"

#, fuzzy
#~ msgid "Force secured connection while using phpMyAdmin."
#~ msgstr ""
#~ "phpMyAdmin を使用している間、強制的にセキュリティで保護された接続をしま"
#~ "す。"

#~ msgid "Force SSL connection"
#~ msgstr "SSL 接続の推奨"

#, fuzzy
#~ msgid "Replace table prefix:"
#~ msgstr "テーブル名の接頭辞を付け替える"

#, fuzzy
#~ msgid "Copy table with prefix:"
#~ msgstr "接頭辞を付け替えてテーブルをコピーする"

#~ msgid "A 4-byte integer, range is -2,147,483,648 to 2,147,483,647"
#~ msgstr "4 バイト整数、範囲は -2,147,483,648 から 2,147,483,647"

#~ msgid ""
#~ "An 8-byte integer, range is -9,223,372,036,854,775,808 to "
#~ "9,223,372,036,854,775,807"
#~ msgstr ""
#~ "8 バイト整数、範囲は -9,223,372,036,854,775,808 から "
#~ "9,223,372,036,854,775,807"

#~ msgid "A system's default double-precision floating-point number"
#~ msgstr "システムでデフォルトの倍精度浮動小数"

#~ msgid "True or false"
#~ msgstr "TRUE または FALSE"

#~ msgid "An alias for BIGINT NOT NULL AUTO_INCREMENT UNIQUE"
#~ msgstr ""
#~ "BIGINT NOT NULL AUTO_INCREMENT UNIQUE の別名 (BIGINT、NULL なし、"
#~ "AUTO_INCREMENT、ユニークキー)"

#~ msgid ""
#~ "A timestamp, range is '0001-01-01 00:00:00' UTC to '9999-12-31 23:59:59' "
#~ "UTC; TIMESTAMP(6) can store microseconds"
#~ msgstr ""
#~ "タイムスタンプ、範囲は 0001-01-01 00:00:00 UTC から 9999-12-31 23:59:59、"
#~ "TIMESTAMP(6) でマイクロ秒まで保存できるようになります"

#~ msgid ""
#~ "A variable-length (0-65,535) string, uses binary collation for all "
#~ "comparisons"
#~ msgstr "可変長文字列 (長さは 0-65,535)、文字列の比較はバイナリで行われます"

#~ msgid "An enumeration, chosen from the list of defined values"
#~ msgstr "列挙型、定義しておいた列挙リストより値を取ることができます"

#~ msgid "possible deep recursion attack"
#~ msgstr "深い再帰的な攻撃を受けている可能性があります"

#~ msgid ""
#~ "You are connected as 'root' with no password, which corresponds to the "
#~ "default MySQL privileged account. Your MySQL server is running with this "
#~ "default, is open to intrusion, and you really should fix this security "
#~ "hole by setting a password for user 'root'."
#~ msgstr ""
#~ "MySQL のデフォルト特権アカウントである root ユーザでパスワードを使用せずに"
#~ "接続しています。お使いの MySQL サーバはこのデフォルト設定で動作しているた"
#~ "め不正アクセス可能な状態になっています。root ユーザのパスワードを設定する"
#~ "ことによって、必ずこのセキュリティホールは閉ざしてください。"

#, fuzzy
#~ msgid "Create database:"
#~ msgstr "データベースを作成する"

#, fuzzy
#~ msgid "tables"
#~ msgstr "テーブル"

#, fuzzy
#~ msgid "views"
#~ msgstr "ビュー"

#, fuzzy
#~ msgid "procedures"
#~ msgstr "プロシージャ"

#, fuzzy
#~ msgid "events"
#~ msgstr "イベント"

#, fuzzy
#~ msgid "functions"
#~ msgstr "関数"

#, fuzzy
#~ msgid "Filter databases by name or regex"
#~ msgstr "データベース名を絞る"

#, fuzzy
#~ msgid "Filter by name or regex"
#~ msgstr "テーブル名を絞る"

#, fuzzy
#~ msgid "Taking you to %s."
#~ msgstr "追跡レポート"

#, fuzzy
#~ msgid "MySQL Native Authentication"
#~ msgstr "認証"

#, fuzzy
#~ msgid "MySQL native password"
#~ msgstr "パスワードを生成する"

#, fuzzy
#~ msgid "SHA256 password"
#~ msgstr "パスワードを変更する"

#~ msgid "MySQL 4.0 compatible"
#~ msgstr "MySQL 4.0 互換"

#~ msgid ""
#~ "Cannot convert file's character set without character set conversion "
#~ "library!"
#~ msgstr ""
#~ "文字セット変換ライブラリがないので、ファイルの文字セットが変換できません!"

#, fuzzy
#~ msgid "Could not initialize Drizzle connection library!"
#~ msgstr "Drizzle 接続ライブラリが初期化できません"

#~ msgid "Modules"
#~ msgstr "モジュール"

#~ msgid "Module"
#~ msgstr "モジュール"

#~ msgid "Library"
#~ msgstr "ライブラリ"

#~ msgid "Version string (%s) matches Drizzle versioning scheme"
#~ msgstr "バージョンの文字列 (%s) が Drizzle のバージョン形態と一致しています"

#~ msgid "Add Index"
#~ msgstr "インデックスを追加する"

#~ msgid "Error in Processing Request"
#~ msgstr "要求処理中でのエラー"

#~ msgid "Adding Primary Key"
#~ msgstr "主キーを追加しています"

#~ msgid "Outer Ring"
#~ msgstr "外輪"

#~ msgid "Change Password"
#~ msgstr "パスワードを変更する"

#~ msgid "Send Error Report"
#~ msgstr "エラー報告を送信"

#~ msgid "Select All"
#~ msgstr "全選択"

#~ msgid "Database export options"
#~ msgstr "データベースエクスポートオプション"

#~ msgid "Database(s):"
#~ msgstr "データベース:"

#~ msgid "Table(s):"
#~ msgstr "テーブル:"

#~ msgid "Format-Specific Options:"
#~ msgstr "フォーマット特有のオプション:"

#, fuzzy
#~ msgid "Generate Password:"
#~ msgstr "パスワードを生成する"

#, fuzzy
#~ msgid "Current Server:"
#~ msgstr "カレントサーバ"

#~ msgid "Edit Privileges"
#~ msgstr "特権を編集"

#~ msgid "<code>CREATE TABLE</code> options:"
#~ msgstr "<code>CREATE TABLE</code> オプション："

#~ msgid "Relational display column"
#~ msgstr "リレーション表示カラム"

#~ msgid "Add unique index"
#~ msgstr "ユニークインデックスを追加する"

#~ msgid "Add SPATIAL index"
#~ msgstr "空間インデックスを追加する"

#~ msgid "Add FULLTEXT index"
#~ msgstr "全文インデックスを追加する"

#~ msgid "Begin"
#~ msgstr "先頭"

#~ msgid ""
#~ "There seems to be an error in your SQL query. The MySQL server error "
#~ "output below, if there is any, may also help you in diagnosing the "
#~ "problem."
#~ msgstr ""
#~ "SQL にエラーがあるようです。下に MySQL サーバのエラー出力が出ているような"
#~ "ら問題の解析に役立つかもしれません。"

#~ msgid ""
#~ "There is a chance that you may have found a bug in the SQL parser. Please "
#~ "examine your query closely, and check that the quotes are correct and not "
#~ "mis-matched. Other possible failure causes may be that you are uploading "
#~ "a file with binary outside of a quoted text area. You can also try your "
#~ "query on the MySQL command line interface. The MySQL server error output "
#~ "below, if there is any, may also help you in diagnosing the problem. If "
#~ "you still have problems or if the parser fails where the command line "
#~ "interface succeeds, please reduce your SQL query input to the single "
#~ "query that causes problems, and submit a bug report with the data chunk "
#~ "in the CUT section below:"
#~ msgstr ""
#~ "SQL パーサにバグが見つかることもありえますが、まずはクエリをよく見て引用符"
#~ "の数や種類に間違いがないか確認してください。クォートされていないテキスト領"
#~ "域にバイナリファイルをアップロードしたからクエリが失敗したということもあり"
#~ "えます。MySQL のコマンドラインインタフェースを利用してクエリを実行してみて"
#~ "もよいでしょう。下に MySQL サーバのエラー出力が出ているようなら問題の解析"
#~ "に役立つかもしれません。それでも解決しないか、コマンドラインでは成功するの"
#~ "にパーサでは失敗する場合は、SQL クエリの入力データを実際に問題を起こしてい"
#~ "るクエリひとつに絞り込んでから、以下の「CUT」セクションにデータを添えてバ"
#~ "グ報告を送ってください:"

#~ msgid "BEGIN CUT"
#~ msgstr "BEGIN CUT"

#~ msgid "END CUT"
#~ msgstr "END CUT"

#~ msgid "BEGIN RAW"
#~ msgstr "BEGIN RAW"

#~ msgid "END RAW"
#~ msgstr "END RAW"

#~ msgid "Unclosed quote"
#~ msgstr "引用符が閉じていません"

#~ msgid "Automatically appended backtick to the end of query!"
#~ msgstr "クエリの最後に逆クォートが自動的に追加されました！"

#~ msgid "Invalid Identifer"
#~ msgstr "不正な識別子です"

#~ msgid "Unknown Punctuation String"
#~ msgstr "無効な句読点文字です"

#~ msgid "Add user"
#~ msgstr "ユーザを追加する"

#~ msgid "Export Method:"
#~ msgstr "エクスポート方法:"

#~ msgid "No data found for GIS visualization."
#~ msgstr "視覚化できる空間情報がありません。"

#~ msgid "Print view (with full texts)"
#~ msgstr "印刷用画面 (全テキストを含む)"

#~ msgid "Uncheck All"
#~ msgstr "すべてのチェックを外す"

#~ msgid "SQL result"
#~ msgstr "SQL の結果"

#, fuzzy
#~ msgid "Generated by:"
#~ msgstr "生成環境"

#, fuzzy
#~ msgid "Row Statistics:"
#~ msgstr "行の統計"

#, fuzzy
#~ msgid "Space usage:"
#~ msgstr "ディスク使用量"

#, fuzzy
#~ msgid "Showing tables:"
#~ msgstr "テーブルを表示しています"

#~ msgid "(Enabled)"
#~ msgstr "(有効)"

#~ msgid "(Disabled)"
#~ msgstr "(無効)"

#, fuzzy
#~ msgid "Temporarily disable foreign key checks while importing"
#~ msgstr "外部キーのチェックを無効にする"

#, fuzzy
#~ msgid "Disable foreign key check"
#~ msgstr "外部キーのチェックを無効にする"

#, fuzzy
#~ msgid "Realign Privileges"
#~ msgstr "特権を再読み込み"

#~ msgid "Replace table data with file"
#~ msgstr "テーブルデータを差し替えるファイル"

#~ msgid "Percona documentation is at https://www.percona.com/docs/wiki/"
#~ msgstr ""
#~ "Percona ドキュメントは https://www.percona.com/docs/wiki/ にあります"

#~ msgid "Drizzle documentation is at https://docs.drizzle.org/"
#~ msgstr "Drizzle ドキュメントは https://docs.drizzle.org/ にあります"

#~ msgid "Customize query window options"
#~ msgstr "クエリウィンドウオプションの詳細設定"

#~ msgid "(Generates a report containing the data of a single table)"
#~ msgstr "(1 つのテーブルのデータを含むレポートを生成します)"

#, fuzzy
#~ msgid "Please select a database."
#~ msgstr "データベースを選択してください"

#, fuzzy
#~ msgid "auto_increment"
#~ msgstr "自動拡張時に追加されるテーブルの大きさ"

#~ msgid "Save position"
#~ msgstr "位置を保存"

#, fuzzy
#~ msgid "Save positions as"
#~ msgstr "位置を保存"

#~ msgid "Unknown language: %1$s."
#~ msgstr "言語ファイルが登録されていません: %1$s。"

#, fuzzy
#~ msgid "Disable database expansion"
#~ msgstr "データベースをリストで表示する"

#~ msgid "Delete tracking data for this table"
#~ msgstr "このテーブルに対しての追跡データを削除する"

#, fuzzy
#~ msgid "Table Structure"
#~ msgstr "テーブルの構造"

#, fuzzy
#~ msgid "Show data row(s)."
#~ msgstr "データ行の表示"

#~ msgid "Show/Hide left menu"
#~ msgstr "左側のメニューを表示する/隠す"

#~ msgctxt "Inline edit query"
#~ msgid "Inline"
#~ msgstr "インライン"

#, fuzzy
#~ msgid "after"
#~ msgstr "%s の後へ"

#, fuzzy
#~ msgid "Mode:"
#~ msgstr "モード"

#~ msgid "horizontal"
#~ msgstr "水平"

#~ msgid "horizontal (rotated headers)"
#~ msgstr "水平 (縦ヘッダ)"

#~ msgid "vertical"
#~ msgstr "垂直"

#~ msgid "Default display direction"
#~ msgstr "デフォルトの表示方向"

#, fuzzy
#~ msgid ""
#~ "Defines whether or not type display direction option is shown when "
#~ "browsing a table."
#~ msgstr ""
#~ "テーブルを閲覧するときに、表示方向のオプションが表示されるかどうかを定義し"
#~ "ます。"

#~ msgid "Show display direction"
#~ msgstr "表示方向を表示する"

#~ msgid "Please configure the coordinates for table %s"
#~ msgstr "テーブル %s の座標を設定してください"

#~ msgid "At End of Table"
#~ msgstr "テーブルの末尾"

#~ msgid "After %s"
#~ msgstr "指定カラムの後に %s"

#~ msgid "Display errors"
#~ msgstr "エラーを表示する"

#~ msgid "Redraw"
#~ msgstr "再描画"

#~ msgid "This page does not contain any tables!"
#~ msgstr "このページにはテーブルがありません！"

#, fuzzy
#~ msgid "Dia export page"
#~ msgstr "無効なエクスポート形式"

#, fuzzy
#~ msgid "EPS export page"
#~ msgstr "無効なエクスポート形式"

#, fuzzy
#~ msgid "SVG export page"
#~ msgstr "無効なエクスポート形式"

#~ msgid "Relation deleted"
#~ msgstr "リレーションを削除しました"

#~ msgid "Error saving coordinates for Designer."
#~ msgstr "デザイナの座標を保存するときにエラーが発生しました。"

#, fuzzy
#~ msgid "Edit SQL queries in popup window."
#~ msgstr "ポップアップウィンドウで SQL クエリを編集します。"

#~ msgid "Edit in window"
#~ msgstr "ウィンドウで編集する"

#, fuzzy
#~ msgid "Tab displayed when opening a new query window."
#~ msgstr "新しいクエリウィンドウを開いたときに開いておくタブ"

#~ msgid "Default query window tab"
#~ msgstr "クエリウィンドウのデフォルトタブ"

#, fuzzy
#~ msgid "Query window height (in pixels)."
#~ msgstr "クエリウィンドウの高さ (ピクセル数)"

#~ msgid "Query window height"
#~ msgstr "クエリウィンドウの高さ"

#, fuzzy
#~ msgid "Query window width (in pixels)."
#~ msgstr "クエリウィンドウの幅 (ピクセル数)"

#~ msgid "Query window width"
#~ msgstr "クエリウィンドウの幅"

#~ msgid "Show dimension of tables"
#~ msgstr "テーブルの大きさを表示する"

#~ msgid "Do not overwrite this query from outside the window"
#~ msgstr "別ウインドウからのクエリの上書きを禁止する"

#~ msgid "Import files"
#~ msgstr "インポートファイル"

#~ msgid "File doesn't exist"
#~ msgstr "ファイルが存在しません"

#, fuzzy
#~ msgid "Plugin is disabled"
#~ msgstr "SQL 検証は無効です"

#, fuzzy
#~ msgid "Unlink with main panel"
#~ msgstr "メインフレームの詳細設定"

#, fuzzy
#~ msgid "No index defined! Create one below"
#~ msgstr "インデックスが定義されていません!"

#, fuzzy
#~ msgid "eps export page"
#~ msgstr "エクスポート形式"

#, fuzzy
#~ msgid "pdf export page"
#~ msgstr "無効なエクスポート形式"

#~ msgid ""
#~ "Unfortunately your Database server does not support logging to table, "
#~ "which is a requirement for analyzing the database logs with phpMyAdmin. "
#~ "Logging to table is supported by MySQL 5.1.6 and onwards. You may still "
#~ "use the server charting features however."
#~ msgstr ""
#~ "残念ながらお使いのデータベースサーバは、phpMyAdmin でデータベースのログを"
#~ "分析するために必要である、テーブルのログ機能をサポートしていません。テーブ"
#~ "ルのログ機能は、MySQL 5.1.6 以降でサポートされています。ですが、サーバのグ"
#~ "ラフモニタ機能は使用することができます。"

#, fuzzy
#~ msgid "Click to sort"
#~ msgstr "クリックでソート"

#, fuzzy
#~ msgid "Total "
#~ msgstr "合計"

#, fuzzy
#~ msgid " bookmarks, "
#~ msgstr "リレーションを削除"

#, fuzzy
#~ msgid "Select one ..."
#~ msgstr "カラムを 2 つ選択してください"

#, fuzzy
#~ msgid "Add unique/primary index"
#~ msgstr "ユニークインデックスを追加する"

#, fuzzy
#~ msgid "Have unique columns"
#~ msgstr "カラムを移動させる"

#, fuzzy
#~ msgid "Unique column(s) already exist"
#~ msgstr "ユーザ %s は既に存在します!"

#~ msgid "Edit or export relational schema"
#~ msgstr "リレーショナルスキーマを編集またはエクスポートする"

#~ msgid "Create a page"
#~ msgstr "新しいページを作成する"

#~ msgid "Automatic layout based on"
#~ msgstr "自動レイアウト、チェックしたのに基づく"

#~ msgid "FOREIGN KEY"
#~ msgstr "外部キー"

#~ msgid "Please choose a page to edit"
#~ msgstr "編集するページを選択してください"

#~ msgid "Select Tables"
#~ msgstr "テーブルを選択してください"

#~ msgid ""
#~ "The current page has references to tables that no longer exist. Would you "
#~ "like to delete those references?"
#~ msgstr ""
#~ "このページには存在しないテーブルへの参照があります。これらの参照を削除しま"
#~ "すか?"

#~ msgid "Toggle scratchboard"
#~ msgstr "スクラッチボードを切り替える"

#~ msgid "<b>%s</b> table not found or not set in %s"
#~ msgstr ""
#~ "テーブル <b>%s</b> が見つかりません。あるいは %s には設定されていません"

#, fuzzy
#~ msgid ""
#~ "Disable the default warning that is displayed if mcrypt is missing for "
#~ "[kbd]cookie[/kbd] authentication."
#~ msgstr ""
#~ "cookie 認証で mcrypt 拡張がなかった場合、警告を表示します。チェックを入れ"
#~ "るとこのメッセージは表示されません。"

#~ msgid "mcrypt warning"
#~ msgstr "mcrypt 警告"

#~ msgid "Designer table"
#~ msgstr "デザイナテーブル"

#, fuzzy
#~ msgid "Import/Export coordinates for relational schema"
#~ msgstr "PDF スキーマの座標をインポート/エクスポートする"

#~ msgid "Page has been created."
#~ msgstr "ページが作成されました"

#, fuzzy
#~ msgid "Page creation has failed!"
#~ msgstr "ページの作成に失敗しました"

#, fuzzy
#~ msgid "Page:"
#~ msgstr "ページ"

#, fuzzy
#~ msgid "Import from selected page."
#~ msgstr "選択したページからインポートする"

#, fuzzy
#~ msgid "Export/Import to scale:"
#~ msgstr "倍率にあわせたエクスポート/インポート"

#~ msgid "recommended"
#~ msgstr "推奨"

#~ msgid "Failed to use Blowfish from mcrypt!"
#~ msgstr "mcrypt から Blowfish を使おうとして失敗しました！"

#~ msgid "Unfortunately the submission failed."
#~ msgstr "残念ながら送信できませんでした。"

#~ msgid "Show binary contents as HEX"
#~ msgstr "バイナリの内容を 16 進数で表示する"

#~ msgid ""
#~ "The target browser window could not be updated. Maybe you have closed the "
#~ "parent window, or your browser's security settings are configured to "
#~ "block cross-window updates."
#~ msgstr ""
#~ "ターゲットとなるブラウザウィンドウを更新できませんでした。親ウィンドウを閉"
#~ "じたか、ブラウザのセキュリティ設定でクロスウィンドウの更新をブロックしてい"
#~ "るものと思われます。"

#, fuzzy
#~ msgid "Show binary contents as HEX by default."
#~ msgstr "デフォルトではバイナリの内容を 16 進数で表示します。"

#~ msgid "Failed to connect to SQL validator!"
#~ msgstr "SQL 検証への接続に失敗しました！"

#~ msgid "Skip Validate SQL"
#~ msgstr "SQL の検証をスキップ"

#~ msgid "Validate SQL"
#~ msgstr "SQL の検証"

#~ msgid "SQL Validator is disabled"
#~ msgstr "SQL 検証は無効です"

#~ msgid "SQL Validator"
#~ msgstr "SQL 文の検証"

#~ msgid ""
#~ "If you wish to use the SQL Validator service, you should be aware that "
#~ "[strong]all SQL statements are stored anonymously for statistical "
#~ "purposes[/strong].[br][em][a@https://sqlvalidator.mimer.com/]Mimer SQL "
#~ "Validator[/a], Copyright 2002 Upright Database Technology. All rights "
#~ "reserved.[/em]"
#~ msgstr ""
#~ "SQL 検証サービスを使用する場合、[strong]すべての SQL 文は統計目的のために"
#~ "匿名で格納されていること[/strong]に注意する必要があります。[br][em]"
#~ "[a@https://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], Copyright "
#~ "2002 Upright Database Technology. All rights reserved.[/em]"

#, fuzzy
#~ msgid "Requires SQL Validator to be enabled."
#~ msgstr "SQL 検証を有効にするには必要です。"

#, fuzzy
#~ msgid ""
#~ "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be "
#~ "installed."
#~ msgstr ""
#~ "[strong]注意：[/strong] PHP SOAP 拡張か PEAR SOAP がインストールされている"
#~ "必要があります。"

#, fuzzy
#~ msgid ""
#~ "If you have a custom username, specify it here (defaults to "
#~ "[kbd]anonymous[/kbd])."
#~ msgstr ""
#~ "ユーザ名を所持している場合は、ここに記述します（デフォルトは "
#~ "[kbd]anonymous[/kbd]）。"

#~ msgid "Validated SQL"
#~ msgstr "検証した SQL 文"

#~ msgid ""
#~ "The SQL validator could not be initialized. Please check if you have "
#~ "installed the necessary PHP extensions as described in the "
#~ "%sdocumentation%s."
#~ msgstr ""
#~ "SQL の検証機能を初期化できません。%sドキュメント%s の記載通りに必要な PHP "
#~ "拡張がインストールされているか確認してください。"

#, fuzzy
#~ msgid "Error: Relation could not be added."
#~ msgstr "エラー: リレーションを追加できませんでした。"

#, fuzzy
#~ msgid "Copy Salt"
#~ msgstr "コピー"

#, fuzzy
#~ msgid ""
#~ "<b>One or more errors have occurred while processing your request:</b>"
#~ msgstr "<b>リクエストの処理中に 1 つ以上のエラーが発生しました：</b>"

#, fuzzy
#~ msgid ""
#~ "Leave blank to disable configurable menus feature, suggested: "
#~ "[kbd]pma__users[/kbd]."
#~ msgstr ""
#~ "データベースにユーザ設定の保存しない場合は空欄にします。"
#~ "[kbd]pma_userconfig[/kbd] としておくのがいいでしょう。"

#, fuzzy
#~ msgid ""
#~ "Leave blank to disable configurable menus feature, suggested: "
#~ "[kbd]pma__usergroups[/kbd]."
#~ msgstr ""
#~ "データベースにユーザ設定の保存しない場合は空欄にします。"
#~ "[kbd]pma_userconfig[/kbd] としておくのがいいでしょう。"

#~ msgid "ENUM or SET data too long?"
#~ msgstr "ENUM もしくは SET データが長いので、？"

#~ msgid "Get more editing space"
#~ msgstr "広い編集領域で作業する"

#~ msgid "Could not connect to Drizzle server"
#~ msgstr "Drizzle サーバに接続できませんでした"

#~ msgid "Could not connect to MySQL server"
#~ msgstr "MySQL サーバに接続できませんでした"

#~ msgid "Query took %01.4f sec"
#~ msgstr "クエリの実行時間 %01.4f 秒"

#~ msgid "Edit title and labels"
#~ msgstr "題名・ラベルの編集"

#~ msgid "Edit chart"
#~ msgstr "グラフの編集"

#~ msgid "Series"
#~ msgstr "系列"

#~ msgid "Reload Database"
#~ msgstr "データベースの再読み込み中"

#~ msgid "Table must have at least one column"
#~ msgstr "テーブルには最低 1 つのカラムが必要です"

#~ msgid "Insert Table"
#~ msgstr "テーブルを挿入する"

#~ msgid "Hide indexes"
#~ msgstr "インデックスを隠す"

#~ msgid "Show indexes"
#~ msgstr "インデックスを表示する"

#~ msgid "Add columns"
#~ msgstr "カラムを追加する"

# I think better of "Skip next %s errors."
#~ msgid "Skip next"
#~ msgstr "エラースキップする"

#~ msgid "bzipped"
#~ msgstr "bzip 形式"

#~ msgid "Selected export type has to be saved in file!"
#~ msgstr "この形式のエクスポートはファイルに保存する必要があります!"

#~ msgid "What PHP extension to use; you should use mysqli if supported"
#~ msgstr "mysqli がサポートされているなら、そちらを使うべきでしょう。"

#~ msgid "PHP extension to use"
#~ msgstr "使用する PHP 拡張"

#~ msgid "You should use mysqli for performance reasons."
#~ msgstr "パフォーマンス上の理由から mysqli の使用する必要があります。"

#~ msgid ""
#~ "For a list of available transformation options and their MIME type "
#~ "transformations, click on %stransformation descriptions%s"
#~ msgstr ""
#~ "利用可能な変換オプションや MIME タイプの変換の一覧については %s変換機能の"
#~ "説明%s をご覧ください"

#~ msgid "SQL command to fetch available databases"
#~ msgstr "使用可能なデータベースを取得するための SQL コマンド"

#~ msgid "SHOW DATABASES command"
#~ msgstr "SHOW DATABASES コマンド"

#, fuzzy
#~ msgid "Version check proxy url"
#~ msgstr "バージョンの確認"

#, fuzzy
#~ msgid "Version check proxy username"
#~ msgstr "バージョンの確認"

#, fuzzy
#~ msgid "Version check proxy password"
#~ msgstr "バージョンの確認"

#~ msgid "Display table comments in tooltips"
#~ msgstr "ツールチップにテーブルのコメントを表示する"

#~ msgid "Table %1$s has been created."
#~ msgstr "テーブル %1$s を作成しました。"

#~ msgid "This is not a number!"
#~ msgstr "数値ではありません!"

#~ msgid "Inline edit of this query"
#~ msgstr "このクエリをインラインで編集します"

#~ msgid ""
#~ "Neither URL wrapper nor CURL is available. Version check is not possible."
#~ msgstr ""
#~ "URL ラッパ、cURL、いずれも利用できません。バージョンチェックが行えません。"

#, fuzzy
#~ msgid "Find"
#~ msgstr "検索条件:"

#~ msgid "Display all tables with the same width"
#~ msgstr "すべてのテーブルを同じ幅で表示しますか?"

#, fuzzy
#~ msgid "Headers every %s rows"
#~ msgstr "%s 行毎にヘッダを表示"

#, fuzzy
#~ msgid "Enable reCaptcha"
#~ msgstr "テーブル検索"

#~ msgid "Cookies must be enabled past this point."
#~ msgstr "クッキーを有効にしてください。"

#~ msgid "Rearrange/edit charts"
#~ msgstr "グラフの再配置／編集"

#~ msgid "Open Document"
#~ msgstr "Open Document"

#~ msgid "Count tables when showing database list"
#~ msgstr "データベースリストを表示するときにテーブル数も表示するかどうか。"

#~ msgid "Count tables"
#~ msgstr "テーブル数"

#~ msgid ""
#~ "For further information about replication status on the server, please "
#~ "visit the <a href=\"#replication\">replication section</a>."
#~ msgstr ""
#~ "サーバ上のレプリケーションステータスの詳細については、<a "
#~ "href=\"#replication\">レプリケーションの節</a>を参照してください。"

#~ msgid "Table seems to be empty!"
#~ msgstr "テーブルが空のようです!"

#~ msgid "Live traffic chart"
#~ msgstr "リアルタイムでのトラフィックグラフ"

#~ msgid "Live conn./process chart"
#~ msgstr "リアルタイムでの接続／プロセスグラフ"

#~ msgid "Live query chart"
#~ msgstr "リアルタイムでのクエリグラフ"

#~ msgid "Number of rows"
#~ msgstr "表示行数"

#~ msgid "Columns enclosed by"
#~ msgstr "カラム囲み記号"

#~ msgid "Columns escaped by"
#~ msgstr "カラムのエスケープ記号"

#~ msgid "Replace NULL by"
#~ msgstr "NULL の代替文字列"

#~ msgid "Lines terminated by"
#~ msgstr "行の終端記号"

#~ msgid "ltr"
#~ msgstr "ltr"

#~ msgid "Software"
#~ msgstr "ソフトウェア"

#~ msgid "Software version"
#~ msgstr "ソフトウェアバージョン"

#~ msgid "Width"
#~ msgstr "幅"

#~ msgid "Save to file"
#~ msgstr "ファイルに保存"

#~ msgid "Total count"
#~ msgstr "数量"

#~ msgid "Improves efficiency of screen refresh"
#~ msgstr "画面更新を改善し効率化します"

#~ msgid "Enable Ajax"
#~ msgstr "Ajax を有効にする"

#~ msgid "KiB sent since last refresh"
#~ msgstr "更新間隔中の送信量 (単位：KiB)"

#~ msgid "KiB received since last refresh"
#~ msgstr "更新間隔中の受信量 (単位：KiB)"

#~ msgid "Server traffic (in KiB)"
#~ msgstr "サーバのトラフィック (単位：KiB)"

#~ msgid "Connections since last refresh"
#~ msgstr "更新間隔中の接続数"

#~ msgid "Questions since last refresh"
#~ msgstr "更新間隔中の問い合わせ数"

#~ msgid "Questions (executed statements by the server)"
#~ msgstr "問い合わせ数 (サーバで実行された命令文)"

#~ msgid "Runtime Information"
#~ msgstr "ランタイム情報"

#, fuzzy
#~ msgid "Number of data points: "
#~ msgstr "行数:"

#~ msgid "Refresh rate: "
#~ msgstr "再描画間隔: "

#~ msgid "Run analyzer"
#~ msgstr "事象の解析をする"

#~ msgid "Show more actions"
#~ msgstr "他の操作を表示します"

#~ msgid "Add to index &nbsp;%s&nbsp;column(s)"
#~ msgstr "%s&nbsp;個のインデックスカラムを追加する"

#~ msgid "Synchronize"
#~ msgstr "同期"

#~ msgid "Source database"
#~ msgstr "元にするデータベース"

#~ msgid "Difference"
#~ msgstr "差分"

#~ msgid "Click to select"
#~ msgstr "クリックで選択"

#~ msgid "Synchronize databases with master"
#~ msgstr "データベースをマスタと同期させる"

#~ msgid "Could not connect to the source"
#~ msgstr "元のデータベースに接続できませんでした"

#~ msgid "Structure Synchronization"
#~ msgstr "構造の同期"

#~ msgid "Data Synchronization"
#~ msgstr "データの同期"

#~ msgid "not present"
#~ msgstr "存在しません"

#~ msgid "Structure Difference"
#~ msgstr "構造の差分"

#~ msgid "Data Difference"
#~ msgstr "データの差分"

#~ msgid "Apply index(s)"
#~ msgstr "インデックスを適用する"

#~ msgid "Update row(s)"
#~ msgstr "行の更新"

#~ msgid "Insert row(s)"
#~ msgstr "行の挿入"

#~ msgid "Would you like to delete all the previous rows from target tables?"
#~ msgstr "対象先のテーブルから古い行をすべて削除しますか？"

#~ msgid "Apply Selected Changes"
#~ msgstr "選択された変更を適用する"

#~ msgid "Synchronize Databases"
#~ msgstr "データベースの同期"

#~ msgid "Target database has been synchronized with source database."
#~ msgstr "対象先のデータベースが、元のデータベースと同期されています。"

#~ msgid "Enter manually"
#~ msgstr "手動で入力する"

#~ msgid "Current connection"
#~ msgstr "現在の接続"

#~ msgid "Socket"
#~ msgstr "ソケット"

#~ msgid ""
#~ "Target database will be completely synchronized with source database. "
#~ "Source database will remain unchanged."
#~ msgstr ""
#~ "対象先のデータベースが完全に元のデータベースと同期されます。元のデータベー"
#~ "スは変更されません。"

#, fuzzy
#~ msgctxt "Crate new trigger"
#~ msgid "New"
#~ msgstr "新規作成"

#~ msgid "phpMyAdmin is more friendly with a <b>frames-capable</b> browser."
#~ msgstr "phpMyAdmin は<b>フレーム対応</b>ブラウザでの利用をお勧めします。"

#~ msgid "Show database listing as a list instead of a drop down."
#~ msgstr "データベースの一覧をドロップダウンの代わりにリストで表示します。"

#~ msgid "Display databases in a tree"
#~ msgstr "データベースをツリー形式で表示する"

#~ msgid "Disable this if you want to see all databases at once"
#~ msgstr "全てのデータベースを同時に閲覧したい場合は、これを無効にします。"

#~ msgid "Use light version"
#~ msgstr "軽快モードを使用する"

#~ msgid ""
#~ "Maximum number of databases displayed in left frame and database list"
#~ msgstr "左のフレームとデータベースリストに表示されるデータベースの最大数"

#~ msgid ""
#~ "If tooltips are enabled and a database comment is set, this will flip the "
#~ "comment and the real name"
#~ msgstr ""
#~ "ツールチップが有効でデータベースのコメントが設定されている場合、名前とコメ"
#~ "ントを入れ替えて表示する形なります。"

#~ msgid "Display database comment instead of its name"
#~ msgstr "データベースの名前の代わりにコメントを表示する"

#~ msgid ""
#~ "When setting this to [kbd]nested[/kbd], the alias of the table name is "
#~ "only used to split/nest the tables according to the "
#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called "
#~ "like the alias, the table name itself stays unchanged"
#~ msgstr ""
#~ "[kbd]nested[/kbd] に設定した場合、テーブル名のエイリアス"
#~ "は、$cfg['LeftFrameTableSeparator'] の指示に応じてテーブルを分割/入れ子す"
#~ "るために使用されます。そのフォルダはエイリアスのように呼び出されるだけで、"
#~ "テーブル名自体はそのまま変わることありません。"

#~ msgid "Display table comment instead of its name"
#~ msgstr "テーブルの名前の代わりにコメントを表示する"

#~ msgctxt "short form"
#~ msgid "Create table"
#~ msgstr "テーブルを作成する"

#~ msgctxt "MySQL 5.5 documentation language"
#~ msgid "en"
#~ msgstr "en"

#~ msgctxt "MySQL 5.1 documentation language"
#~ msgid "en"
#~ msgstr "ja"

#~ msgctxt "MySQL 5.0 documentation language"
#~ msgid "en"
#~ msgstr "en"

#~ msgctxt "PHP documentation language"
#~ msgid "en"
#~ msgstr "ja"

#~ msgid "Do you really want to execute following query?"
#~ msgstr "以下のクエリを本当に実行しますか？"

#~ msgid "DocSQL"
#~ msgstr "DocSQL"

#~ msgid "Privileges for all users"
#~ msgstr "すべてのユーザに対する特権"

#~ msgid "PDF"
#~ msgstr "PDF"

#~ msgid "PHP array"
#~ msgstr "PHP 配列"

#~ msgid ""
#~ "No description is available for this transformation.<br />Please ask the "
#~ "author what %s does."
#~ msgstr ""
#~ "この変換機能には説明がありません。<br />%s の動作については作者にご確認く"
#~ "ださい。"

#~ msgid ""
#~ "MIME types printed in italics do not have a separate transformation "
#~ "function"
#~ msgstr "イタリック表示されている MIME タイプには個別の変換関数はありません"

#~ msgid "Usage"
#~ msgstr "使用量"

#~ msgid "Use mousewheel to zoom in or out of the plot."
#~ msgstr "マウスホイールでズームの調整ができます。"

#~ msgid "Click and drag the mouse to navigate the plot."
#~ msgstr "ドラッグすることでプロットのスクロールが行えます。"

#~ msgid "Strings are converted into integer for plotting"
#~ msgstr "文字列データは、数値に変換されてからプロットされます"

#, fuzzy
#~ msgid "String"
#~ msgstr "線分"

#~ msgid "Remove \"./config\" directory before using phpMyAdmin!"
#~ msgstr ""
#~ "phpMyAdmin を使用し始める前に、「./config」ディレクトリを削除してくださ"
#~ "い！"

#~ msgid "Show help button instead of Documentation text"
#~ msgstr "ドキュメントテキストの代わりにヘルプボタンを表示します。"

#~ msgid "Show help button"
#~ msgstr "ヘルプボタンの表示"

#~ msgid "The remaining columns"
#~ msgstr "系列にするカラム"

#~ msgid ""
#~ "Show affected rows of each statement on multiple-statement queries. See "
#~ "libraries/import.lib.php for defaults on how many queries a statement may "
#~ "contain."
#~ msgstr ""
#~ "マルチクエリにおいてそれぞれのクエリが影響を与えた行数を表示します。デフォ"
#~ "ルトでは表示されます。どのように複数のクエリに表示を含めるかは、ソース "
#~ "libraries/import.lib.php を参照してください。"

#~ msgid "Verbose multiple statements"
#~ msgstr "マルチクエリの冗長表示"

#, fuzzy
#~ msgid "Dates only."
#~ msgstr "データのみ"

#~ msgid ""
#~ "Suggest a database name on the \"Create Database\" form (if possible) or "
#~ "keep the text field empty"
#~ msgstr ""
#~ "「データベースの作成」フォームで (可能であれば) データベース名を提案しま"
#~ "す。そうでなければ、テキスト入力項目を空欄にします。"

#~ msgid "Suggest new database name"
#~ msgstr "新しいデータベース名の提案"

#~ msgid "Show icons for warning, error and information messages"
#~ msgstr "警告、エラー、メッセージに対してアイコンを表示します。"

#~ msgid "Iconic errors"
#~ msgstr "エラー等のアイコン化"

#~ msgid "Use less graphically intense tabs"
#~ msgstr "派手なグラフィックでないタブを使用します。"

#~ msgid "Light tabs"
#~ msgstr "軽めのタブ"

#~ msgid "Use icons on main page"
#~ msgstr "メインページ上でアイコンを使用する"

#~ msgid ""
#~ "Disable if you know that your pma_* tables are up to date. This prevents "
#~ "compatibility checks and thereby increases performance"
#~ msgstr ""
#~ "pma_* テーブルが最新のものであることがわかっている場合、無効にします。これ"
#~ "は、互換性チェックをしないことにより、パフォーマンスを向上させます。"

#~ msgid "Verbose check"
#~ msgstr "冗長なチェック"

#~ msgid ""
#~ "Javascript support is missing or disabled in your browser, some "
#~ "phpMyAdmin functionality will be missing. For example navigation frame "
#~ "will not refresh automatically."
#~ msgstr ""
#~ "お使いのブラウザでは Javascript のサポートが不足しているか無効になっている"
#~ "ので、phpMyAdmin のいくつかの機能が失われます。例えば、ナビゲーションフ"
#~ "レームが自動的に更新されません。"

#~ msgid "Add a value"
#~ msgstr "値を追加する"

#~ msgid "Copy and paste the joined values into the \"Length/Values\" field"
#~ msgstr ""
#~ "結合された値 (成形結果) を「長さ／値」項目にコピー＆ペーストしてください"

#, fuzzy
#~ msgid "Tracking for %1$s, version %2$s is deactivated."
#~ msgstr "%s.%s への SQL コマンド追跡、世代 %s を非アクティブにしました。"

#, fuzzy
#~ msgid "Tracking for %1$s, version %2$s is activated."
#~ msgstr "%s.%s への SQL コマンド追跡、世代 %s をアクティブにしました。"

#, fuzzy
#~ msgctxt "Correctly setup"
#~ msgid "OK"
#~ msgstr "OK"

#, fuzzy
#~ msgid "All users"
#~ msgstr "ユーザを追加する"

#, fuzzy
#~ msgid "All hosts"
#~ msgstr "すべてのホスト"

#~ msgid "No blob streaming server configured!"
#~ msgstr "BLOB ストリーミングサーバが設定されていません！"

#~ msgid "Failed to open remote URL"
#~ msgstr "リモート URL を開けませんでした。"

#~ msgid "You are about to DISABLE a BLOB Repository!"
#~ msgstr "BLOB 格納を無効にしようとしています!"

#~ msgid ""
#~ "Are you sure you want to disable all BLOB references for database %s?"
#~ msgstr ""
#~ "データベース %s に対する全ての BLOB 参照を無効にしようとしていますが、よろ"
#~ "しいですか？"

#~ msgid "Unknown error while uploading."
#~ msgstr "アップロード中に予期しないエラーが発生しました。"

#~ msgid "PBMS error"
#~ msgstr "PBMS エラー"

#~ msgid "PBMS connection failed:"
#~ msgstr "PBMS 接続に失敗しました:"

#~ msgid "PBMS get BLOB info failed:"
#~ msgstr "PBMS が BLOB 情報取得に失敗しました:"

#~ msgid "PBMS get BLOB Content-Type failed"
#~ msgstr "PBMS が BLOB の Content-Type の 取得に失敗しました"

#~ msgid "View image"
#~ msgstr "イメージの表示"

#~ msgid "Play audio"
#~ msgstr "オーディオの再生"

#~ msgid "View video"
#~ msgstr "ビデオの再生"

#~ msgid "Could not open file: %s"
#~ msgstr "ファイルを開くことができませんでした：%s"

#~ msgid "Garbage Threshold"
#~ msgstr "ガベージ閾値"

#~ msgid ""
#~ "The percentage of garbage in a repository file before it is compacted."
#~ msgstr "格納ファイルのガベージが何％になったら圧縮するか。"

#~ msgid ""
#~ "The port for the PBMS stream-based communications. Setting this value to "
#~ "0 will disable HTTP communication with the daemon."
#~ msgstr ""
#~ "PBMS ストリームに基づいた通信用のポートです。この値を 0 に設定すると、デー"
#~ "モンとの HTTP 通信を無効にします。"

#~ msgid "Repository Threshold"
#~ msgstr "格納ファイル閾値"

#~ msgid ""
#~ "The maximum size of a BLOB repository file. You may use Kb, MB or GB to "
#~ "indicate the unit of the value. A value in bytes is assumed when no unit "
#~ "is specified."
#~ msgstr ""
#~ "BLOB の格納ファイルの最大サイズです。単位には、Kb、MB、GB を使用することが"
#~ "できます。単位が指定されなかった場合には、バイト値と見なされます。"

#~ msgid "Temp Blob Timeout"
#~ msgstr "一時 BLOB の有効期間"

#~ msgid ""
#~ "The timeout, in seconds, for temporary BLOBs. Uploaded BLOB data is "
#~ "removed after this time, unless they are referenced by a record in the "
#~ "database."
#~ msgstr ""
#~ "一時的な BLOB の有効期間 (秒数)。アップロードされた BLOB データはこの時間"
#~ "を経過した後に削除されますが、データベース内のレコードで参照されている場合"
#~ "はこの限りではありません。"

#~ msgid "Temp Log Threshold"
#~ msgstr "一時ログ閾値"

#~ msgid ""
#~ "The maximum size of a temporary BLOB log file. You may use Kb, MB or GB "
#~ "to indicate the unit of the value. A value in bytes is assumed when no "
#~ "unit is specified."
#~ msgstr ""
#~ "一時的な BLOB ログファイルの最大サイズです。単位には、Kb、MB、GB を使用す"
#~ "ることができます。単位が指定されなかった場合には、バイト値と見なされます。"

#~ msgid "Max Keep Alive"
#~ msgstr "最大接続維持時間"

#~ msgid ""
#~ "The timeout for inactive connection with the keep-alive flag set. After "
#~ "this time the connection will be closed. The time-out is in milliseconds "
#~ "(1/1000)."
#~ msgstr ""
#~ "接続維持フラグをセットして、非アクティブな接続に対してのタイムアウトを設定"
#~ "します。この時間経過した後に接続が閉じられます。時間の単位はミリ秒 "
#~ "(1/1000) です。"

#~ msgid ""
#~ "A \":\" delimited list of metadata headers to be used to initialize the "
#~ "pbms_metadata_header table when a database is created."
#~ msgstr ""
#~ "「:」で区切られたメタデータヘッダのリスト。データベースが作成されたとき"
#~ "に、pbms_metadata_header テーブルを初期化するために使われます。"

#~ msgid ""
#~ "Documentation and further information about PBMS can be found on %sThe "
#~ "PrimeBase Media Streaming home page%s."
#~ msgstr ""
#~ "PBMS に関するドキュメントおよび詳細な情報は、%sPrimeBase Media Streaming "
#~ "オフィシャルサイト%sにあります。"

#~ msgid "The PrimeBase Media Streaming Blog by Barry Leslie"
#~ msgstr "Barry Leslie 氏による PrimeBase Media Streaming ブログ"

#~ msgid "PrimeBase XT Home Page"
#~ msgstr "PrimeBase XT オフィシャルサイト"

#~ msgid "The PrimeBase Media Streaming (PBMS) home page"
#~ msgstr "PrimeBase Media Streaming (PBMS) オフィシャルサイト"

#~ msgctxt "Create none database for user"
#~ msgid "None"
#~ msgstr "なし"

#~ msgid "Remove BLOB Repository Reference"
#~ msgstr "BLOB 格納への参照を削除する"

#~ msgid "Upload to BLOB repository"
#~ msgstr "BLOB 格納へアップロードする"

#~ msgid "Maximum number of records saved in \"table_uiprefs\" table"
#~ msgstr "「table_uiprefs」テーブルに保存できる最大行数。"

#~ msgid "Click to unselect"
#~ msgstr "クリックで選択解除"

#~ msgid "Modify an index"
#~ msgstr "インデックスを修正する"

#~ msgid "Column count has to be larger than zero."
#~ msgstr "カラム数は 0 より大きくなければいけません"

#~ msgid "Too many connections are aborted"
#~ msgstr "中断された接続が多いです。"

#~ msgid "+ Restart insertion and add a new value"
#~ msgstr "+ 書き込みをやり直して、新しい値を追加する。"

#~ msgid "Create Table"
#~ msgstr "テーブルを作成"

#~ msgid "(or the local Drizzle server's socket is not correctly configured)"
#~ msgstr ""
#~ "(あるいはローカルの Drizzle サーバのソケットが正しく設定されていません)"

#~ msgid ""
#~ "[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates "
#~ "maximum number for which vertical model is used"
#~ msgstr ""
#~ "[kbd]horizontal[/kbd]（水平）、[kbd]vertical[/kbd]（垂直）、数字のいずれ"
#~ "か。数字は、垂直モデルが適用される最大のカラム数。"

#~ msgid "Display direction for altering/creating columns"
#~ msgstr "カラムの編集/作成における表示方向"

#~ msgid "Create table on database %s"
#~ msgstr "データベース %s にテーブルを作成する"

#~ msgid "Data Label"
#~ msgstr "ラベルにするデータ"

#~ msgid "Location of the text file"
#~ msgstr "テキストファイルの位置"

#~ msgid "MySQL charset"
#~ msgstr "MySQL の文字セット"

#~ msgid "MySQL client version"
#~ msgstr "MySQL クライアントのバージョン"

#~ msgid ""
#~ "The display column is shown in pink. To set/unset a column as the display "
#~ "column, click the \"Choose column to display\" icon, then click on the "
#~ "appropriate column name."
#~ msgstr ""
#~ "表示するカラムはピンク色で表示されます。表示非表示を切り替える場合は「表示"
#~ "するカラムを選択する」というアイコンをクリックしてから適切なカラム名をク"
#~ "リックください。"

#~ msgid "memcached usage"
#~ msgstr "ディスク使用量"

#~ msgid "% open files"
#~ msgstr "開いているテーブルを表示する"

#~ msgid "% connections used"
#~ msgstr "接続"

#~ msgid "% aborted connections"
#~ msgstr "圧縮通信を行う"

#~ msgid "CPU Usage"
#~ msgstr "CPU 使用状況"

#~ msgid "Memory Usage"
#~ msgstr "メモリ使用状況"

#~ msgid "Swap Usage"
#~ msgstr "スワップ状況"

#~ msgid "Excel 97-2003 XLS Workbook"
#~ msgstr "Excel 97-2003 XLS ワークブック"

#~ msgid "Excel 2007 XLSX Workbook"
#~ msgstr "Excel 2007 XLSX ワークブック"

#~ msgctxt "PDF"
#~ msgid "page"
#~ msgstr "ページ"

#~ msgid "Inline Edit"
#~ msgstr "インライン編集"

#~ msgid "Previous"
#~ msgstr "前へ"

#~ msgid ""
#~ "No themes support; please check your configuration and/or your themes in "
#~ "directory %s."
#~ msgstr ""
#~ "テーマは利用できません。設定やテーマディレクトリ %s を確認してください"

#~ msgid "Switch to"
#~ msgstr "切り替える："

#~ msgid "settings"
#~ msgstr "設定"

#~ msgid "Refresh rate:"
#~ msgstr "再描画間隔："

#~ msgid "Clear monitor config"
#~ msgstr "モニタ設定のクリア"

#~ msgid "Server traffic"
#~ msgstr "サーバのトラフィック"

#~ msgid "Issued queries since last refresh"
#~ msgstr "更新間隔中に発行されたクエリ数"

#~ msgid "Value too long in the form!"
#~ msgstr "フォームに長すぎる値があります！"

#~ msgid "Export of event \"%s\""
#~ msgstr "イベント \"%s\" をエクスポートする"

#~ msgid "Export of trigger \"%s\""
#~ msgstr "トリガ \"%s\" をエクスポートする"

#~ msgid "No trigger with name %s found"
#~ msgstr "%s という名前のトリガが見つかりません"

#~ msgid "row(s) starting from row #"
#~ msgstr "開始レコード"

#~ msgid "in %s mode and repeat headers after %s cells"
#~ msgstr "モード: %s (%s セルごとにヘッダを表示)"

#~ msgid ""
#~ "phpMyAdmin was unable to read your configuration file!<br />This might "
#~ "happen if PHP finds a parse error in it or PHP cannot find the file.<br /"
#~ ">Please call the configuration file directly using the link below and "
#~ "read the PHP error message(s) that you receive. In most cases a quote or "
#~ "a semicolon is missing somewhere.<br />If you receive a blank page, "
#~ "everything is fine."
#~ msgstr ""
#~ "phpMyAdmin の設定ファイルを読み込めませんでした! <br />文法エラーが発生し"
#~ "たか、ファイルが見つかりません。<br />下のリンクから直接設定ファイルを読み"
#~ "込んで PHP のエラーメッセージを確認してください。たいていの場合はどこかに"
#~ "引用符やセミコロンの抜けがあります。<br />空白のページが表示されれば問題あ"
#~ "りません。"

#~ msgid "Dropping Event"
#~ msgstr "イベント削除中"

#~ msgid "Dropping Procedure"
#~ msgstr "プロシージャ削除中"

#~ msgid "Theme / Style"
#~ msgstr "テーマ / スタイル"

#~ msgid "seconds"
#~ msgstr "秒"

#~ msgid "Query execution time comparison (in microseconds)"
#~ msgstr "クエリの実行時間の比較（マイクロ秒）"

#~ msgid "GD extension is needed for charts."
#~ msgstr "グラフには GD 拡張が必要です。"

#~ msgid "JSON encoder is needed for chart tooltips."
#~ msgstr "グラフのツールチップには JSON エンコーダが必要です。"

#~ msgid "The number of free memory blocks in query cache."
#~ msgstr "クエリキャッシュ内の空きメモリブロックの数"

#~ msgctxt "$strShowStatusReset"
#~ msgid "Reset"
#~ msgstr "リセット"

#~ msgctxt "for Show status"
#~ msgid "Reset"
#~ msgstr "リセット"

#~ msgid ""
#~ "<b>Server traffic</b>: These tables show the network traffic statistics "
#~ "of this MySQL server since its startup."
#~ msgstr ""
#~ "<b>サーバトラフィック</b>: これらの表は MySQL サーバ起動以後のネットワーク"
#~ "トラフィックの統計です"

#~ msgid ""
#~ "<b>Query statistics</b>: Since its startup, %s queries have been sent to "
#~ "the server."
#~ msgstr ""
#~ "<b>クエリ統計</b>: 起動時から数えて %s 個のクエリをサーバに送信しました"

#~ msgid "Note: Generating the query chart can take a long time."
#~ msgstr "注：クエリのグラフ作成には長い時間かかることがあります。"

#~ msgid ""
#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ "
#~ "6.29[/doc]"
#~ msgstr ""
#~ "このクエリの結果は、グラフに使用することができませんでした。"
#~ "[doc@faq6-29]FAQ 6.29[/doc] を参照してください。"

#~ msgid "Title"
#~ msgstr "タイトル"

#~ msgid "Area margins"
#~ msgstr "グラフの余白"

#~ msgid "Legend margins"
#~ msgstr "説明部の余白"

#~ msgid "Radar"
#~ msgstr "レーダグラフ"

#~ msgid "Multi"
#~ msgstr "マルチ形式"

#~ msgid "Continuous image"
#~ msgstr "連結したイメージにする"

#~ msgid ""
#~ "For compatibility reasons the chart image is segmented by default, select "
#~ "this to draw the whole chart in one image."
#~ msgstr ""
#~ "互換性の理由から、グラフイメージはデフォルトで分割されています。1つのイ"
#~ "メージでグラフ全体を描画する場合、チェックしてください。"

#~ msgid ""
#~ "When drawing a radar chart all values are normalized to a range [0..10]."
#~ msgstr ""
#~ "レーダグラフを描画する時は、全ての値が範囲 [0..10] に正規化されています。"

#~ msgid ""
#~ "Note that not every result table can be put to the chart. See <a href=\"./"
#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29</a>"
#~ msgstr ""
#~ "必ずしも、テーブルの結果を全てグラフにできるとは限りません。<a href=\"./"
#~ "Documentation.html#faq6-29\" target=\"Documentation\">FAQ 6.29</a>参照。"

#~ msgid "Add a New User"
#~ msgstr "新しいユーザを追加する"

#~ msgid "Show table row links on left side"
#~ msgstr "左側にテーブルの行リンクを表示する"

#~ msgid "Show table row links on right side"
#~ msgstr "右側にテーブルの行リンクを表示する"

#~ msgid "Delete the matches for the "
#~ msgstr "テーブルのデータをダンプしています"

#~ msgid "Show left delete link"
#~ msgstr "左側のメニューを表示する/隠す"

#~ msgid "yes"
#~ msgstr "はい"

#~ msgid "to/from page"
#~ msgstr "開始/終了ページ"

#~ msgid "Disable Statistics"
#~ msgstr "統計を無効にする"

#~ msgid "Display table filter"
#~ msgstr "列コメント表示機能"

#~ msgid ""
#~ "The additional features for working with linked tables have been "
#~ "deactivated. To find out why click %shere%s."
#~ msgstr ""
#~ "リンクテーブルを処理するための追加機能が無効になっています。理由について"
#~ "は%sこちら%sをご覧ください"

#~ msgid "Ignore duplicate rows"
#~ msgstr "重複している行を無視する"

#~ msgid "Execute bookmarked query"
#~ msgstr "ブックマークされたクエリを実行する"

#~ msgid "SVG"
#~ msgstr "CSV"

#~ msgid ""
#~ "Enter each value in a separate field, enclosed in single quotes. If you "
#~ "ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst "
#~ "those values, precede it with a backslash (for example '\\\\xyz' or "
#~ "'a\\'b')."
#~ msgstr ""
#~ "変換オプションの値の書式: 'a','b','c'…<br />バックスラッシュ (\"\\\") やシ"
#~ "ングルクォート (\"'\") を値に含める必要がある場合は ( \\\\xyz や a\\'b の"
#~ "ように) バックスラッシュでエスケープしてください"

#~ msgid ""
#~ "Enter each value in a separate field. If you ever need to put a backslash "
#~ "(\"\\\") or a single quote (\"'\") amongst those values, precede it with "
#~ "a backslash (for example '\\\\xyz' or 'a\\'b')."
#~ msgstr ""
#~ "変換オプションの値の書式: 'a','b','c'…<br />バックスラッシュ (\"\\\") やシ"
#~ "ングルクォート (\"'\") を値に含める必要がある場合は ( \\\\xyz や a\\'b の"
#~ "ように) バックスラッシュでエスケープしてください"

#~ msgid "server name"
#~ msgstr "サーバ名"

#~ msgid "Edit PDF Pages"
#~ msgstr "PDF ページを編集する"

#~ msgid "Data Dictionary Format"
#~ msgstr "データ辞書形式"

#~ msgid "<code>IF NOT EXISTS</code>"
#~ msgstr "<code>, 変数 as myname</code>"

#~ msgid "<code>AUTO_INCREMENT</code>"
#~ msgstr "<code>, 変数 as myname</code>"

#~ msgid "Dump %s row(s) starting at row # %s"
#~ msgstr "%s 行をダンプします(開始行: %s)"

#~ msgid "remember template"
#~ msgstr "テンプレートを記憶させる"

#~ msgid "\"zipped\""
#~ msgstr "\"zip 形式\""

#~ msgid "\"gzipped\""
#~ msgstr "\"gzip 形式\""

#~ msgid "\"bzipped\""
#~ msgstr "\"bzip 形式\""

#~ msgid "Imported file compression will be automatically detected from: %s"
#~ msgstr "インポートしたファイルの圧縮方法は次の中から自動検出されます: %s"

#~ msgid "Add into comments"
#~ msgstr "追加コメント"

#~ msgid "Invalid column (%s) specified!"
#~ msgstr "不正なカラム(%s)が指定されています!"

#~ msgid "Interface"
#~ msgstr "インタフェース"

#~ msgctxt "BLOB repository"
#~ msgid "Enabled"
#~ msgstr "有効"

#~ msgctxt "BLOB repository"
#~ msgid "Repair"
#~ msgstr "修復"

#~ msgctxt "BLOB repository"
#~ msgid "Disabled"
#~ msgstr "無効"

#~ msgid ""
#~ "Cannot load [a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/"
#~ "a] extension. Please check your PHP configuration."
#~ msgstr ""
#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] 拡張をロー"
#~ "ドできません。PHP の設定を確認してください"

#~ msgid ""
#~ "Couldn't load the iconv or recode extension needed for charset "
#~ "conversion. Either configure PHP to enable these extensions or disable "
#~ "charset conversion in phpMyAdmin."
#~ msgstr ""
#~ "文字セットの変換に必要な iconv ないし GNU recode 拡張をロードできません。"
#~ "PHP 側でこの拡張を有効にするか、phpMyAdmin 側で文字セットの変換を無効にし"
#~ "てください"

#~ msgid ""
#~ "Couldn't use the iconv, libiconv, or recode_string functions, although "
#~ "the necessary extensions appear to be loaded. Check your PHP "
#~ "configuration."
#~ msgstr ""
#~ "必要な拡張はロードされているようですが、iconv や libiconv、recode_string "
#~ "の関数を利用できません。PHP の設定を確認してください"

#~ msgid "Field"
#~ msgstr "フィールド"

#~ msgid "Records"
#~ msgstr "レコード数"

#~ msgid "Fields terminated by"
#~ msgstr "フィールド区切り記号"

#~ msgid "Fields"
#~ msgstr "フィールド"

#~ msgid "Field %s has been dropped."
#~ msgstr "フィールド %s を削除しました"

#~ msgid "See image/jpeg: inline"
#~ msgstr "image/jpeg: inlineをご覧ください"

#~ msgid ""
#~ "Add custom comment into header (\n"
#~ " splits lines)"
#~ msgstr "ヘッダにカスタムコメントを追加 (\\n で改行)"

#~ msgid "Calendar"
#~ msgstr "カレンダー"

#~ msgid "MySQL&nbsp;4.0 compatible"
#~ msgstr "MySQL&nbsp;4.0 互換"

#~ msgid "Could not load default configuration from: \"%1$s\""
#~ msgstr "デフォルトの設定を読み込めませんでした: \"%1$s\""

#~ msgid "Create an index on&nbsp;%s&nbsp;columns"
#~ msgstr "&nbsp;%s&nbsp; のカラムにインデックスを作成する"

#~ msgid "Flush the table (\"FLUSH\")"
#~ msgstr "テーブルをフラッシュする(\"FLUSH\")"

#~ msgctxt "$strMIME_description"
#~ msgid "Description"
#~ msgstr "説明"

#~ msgid "Schema of the \"%s\" database - Page %s"
#~ msgstr "データベース %s のスキーマ - ページ %s"

#~ msgid "The \"%s\" table doesn't exist!"
#~ msgstr "\"%s\" テーブルは存在しません!"

#~ msgid "running on %s"
#~ msgstr "実行環境: %s"

#~ msgid "The scale factor is too small to fit the schema on one page"
#~ msgstr "倍率が小さすぎるためスキーマが 1 ページに収まりません"

#~ msgid ""
#~ "Cannot start session without errors, please check errors given in your "
#~ "PHP and/or webserver log file and configure your PHP installation "
#~ "properly."
#~ msgstr ""
#~ "エラーが出たためセッションを開始できませんでした。PHP やウェブサーバのログ"
#~ "ファイルに出ているエラーを確認して、PHP を正しく設定してください。"

#~ msgid ""
#~ "However on last run no data has been parsed, this usually means "
#~ "phpMyAdmin won"
#~ msgstr ""
#~ "ただし、最後に実行したときはまったくデータを解析できませんでした。ふつう"
#~ "は PHP の時間制限を伸ばさない限りこのデータのインポートはできません"

#~ msgctxt "None action"
#~ msgid "None"
#~ msgstr "なし"

#~ msgid "Grant all privileges on wildcard name (username_%)"
#~ msgstr ""
#~ "ワイルドカード(ユーザ名_%)に該当するデータベースにすべての特権を与える"

#~ msgid "The %s table doesn"
#~ msgstr "\"%s\" テーブルは存在しません!"

#~ msgid "Invalid hostname for server %1. Please review your configuration."
#~ msgstr "サーバ %1$s のホスト名が不正です。設定を確認してください"

#~ msgid "Error renaming table %1 to %2"
#~ msgstr "テーブルを %1$s から %2$s にリネームするときにエラーが発生しました"

#~ msgid ""
#~ "Cannot load [a@https://secure.php.net/%1@Documentation][em]%1[/em][/a] "
#~ "extension. Please check your PHP configuration."
#~ msgstr ""
#~ "[a@https://secure.php.net/%1$s@Documentation][em]%1$s[/em][/a] 拡張をロー"
#~ "ドできません。PHP の設定を確認してください"

#~ msgid "(or the local MySQL server"
#~ msgstr "MySQL サーバにログインできません"

#~ msgid ""
#~ "There is a chance that you may have found a bug in the SQL parser. Please "
#~ "examine your query closely, and check that the quotes are correct and not "
#~ "mis-matched. Other possible failure causes may be that you are uploading "
#~ "a file with binary outside of a quoted text area. You can also try your "
#~ "query on the MySQL command line interface. The MySQL server error output "
#~ "be . "
#~ msgstr ""
#~ "SQL パーサにバグが見つかることもありえますが、まずはクエリをよく見て引用符"
#~ "の数や種類に間違いがないか確認してください。クォートされていないテキスト領"
#~ "域にバイナリファイルをアップロードしたからクエリが失敗したということもあり"
#~ "えます。MySQL のコマンドラインインタフェースを利用してクエリを実行してみて"
#~ "もよいでしょう。下に MySQL サーバのエラー出力が出ているようなら問題の解析"
#~ "に役立つかもしれません。それでも解決しないか、コマンドラインでは成功するの"
#~ "にパーサでは失敗する場合は、SQL クエリの入力データを実際に問題を起こしてい"
#~ "るクエリひとつに絞り込んでから、以下の「CUT」セクションにデータを添えてバ"
#~ "グ報告を送ってください:"

#~ msgctxt "$strStrucCSV"
#~ msgid "CSV"
#~ msgstr "CSV データ"

#~ msgid "Delete the users and reload the privileges afterwards."
#~ msgstr "ユーザを削除して特権をリロードする"

#~ msgid ""
#~ "This is the cleanest way, but reloading the privileges may take a while."
#~ msgstr ""
#~ "これはもっともクリーンな方法ですが、特権のリロードに時間がかかることがあり"
#~ "ます"

#~ msgid "has been altered."
#~ msgstr "を変更しました"

#~ msgid "Internet Explorer does not support this function."
#~ msgstr "Internet Explorer ではこの機能は利用できません"

#~ msgid ""
#~ "The \"deleted\" users will still be able to access the server as usual "
#~ "until the privileges are reloaded."
#~ msgstr ""
#~ "特権がリロードされるまでは「削除」されたユーザもふつうにサーバにアクセスで"
#~ "きます"

#~ msgid "Just delete the users from the privilege tables."
#~ msgstr "特権テーブルからユーザを削除するだけにする"

#~ msgid ""
#~ "Allows running stored procedures; has no effect in this MySQL version."
#~ msgstr ""
#~ "ストアードプロシジャの実行を許可する (このバージョンの MySQL では無効です)"

#~ msgid "Process list"
#~ msgstr "プロセス一覧"

#~ msgid ""
#~ "The users will still have the USAGE privilege until the privileges are "
#~ "reloaded."
#~ msgstr "USAGE 特権については特権をリロードするまで残ります"

#~ msgid "Native MS Excel format"
#~ msgstr "MS Excel のネイティブ形式"

#~ msgctxt "Create INSERT query"
#~ msgid "Insert"
#~ msgstr "挿入"

#~ msgctxt "Create DELETE query"
#~ msgid "Delete"
#~ msgstr "削除"

#~ msgid "utf-8"
#~ msgstr "utf-8"

#~ msgid "Download file"
#~ msgstr "ダウンロードファイル"
