]> git.joonet.de Git - adminer.git/commitdiff
Update Japanese translation
authorTakashi SHIRAI <shirai@nintendo.co.jp>
Tue, 8 Apr 2025 10:34:12 +0000 (19:34 +0900)
committerJakub Vrana <jakub@vrana.cz>
Tue, 8 Apr 2025 11:10:05 +0000 (13:10 +0200)
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp>
49 files changed:
adminer/lang/ja.inc.php
plugins/adminer.js.php
plugins/backward-keys.php
plugins/before-unload.php
plugins/codemirror.php
plugins/config.php
plugins/dark-switcher.php
plugins/database-hide.php
plugins/designs.php
plugins/dump-alter.php
plugins/dump-bz2.php
plugins/dump-date.php
plugins/dump-json.php
plugins/dump-php.php
plugins/dump-xml.php
plugins/dump-zip.php
plugins/edit-calendar.php
plugins/edit-foreign.php
plugins/edit-textarea.php
plugins/editor-setup.php
plugins/editor-views.php
plugins/email-table.php
plugins/enum-option.php
plugins/file-upload.php
plugins/foreign-system.php
plugins/frames.php
plugins/json-column.php
plugins/login-ip.php
plugins/login-otp.php
plugins/login-password-less.php
plugins/login-servers.php
plugins/login-ssl.php
plugins/login-table.php
plugins/master-slave.php
plugins/menu-links.php
plugins/monaco.php
plugins/pretty-json-column.php
plugins/prism.php
plugins/select-email.php
plugins/slugify.php
plugins/sql-gemini.php
plugins/sql-log.php
plugins/table-indexes-structure.php
plugins/table-structure.php
plugins/tables-filter.php
plugins/tinymce.php
plugins/translation.php
plugins/version-github.php
plugins/version-noverify.php

index 99c78b7caa093eb59332ef5e2f0d2df45eaff446..cc77a97e7fe03886b2125a1b87ffddbee6f9d29f 100644 (file)
@@ -11,7 +11,7 @@ Lang::$translations = array(
        'Loaded plugins' => '読込済プラグイン',
        'Thanks for using Adminer, consider <a href="https://www.adminer.org/en/donation/">donating</a>.' => 'Adminerのご利用ありがとうございました。(寄付は<a href="https://www.adminer.org/en/donation/">こちら</a>)',
        '%s must <a%s>return an array</a>.' => '%s は<a%s>配列を返す</a>必要があります。',
-       '<a%s>Configure</a> %s in %s.' => '%2$s の %1$s <a%s>を設定してください</a>。',
+       '<a%s>Configure</a> %s in %s.' => '%2$s の %1$s を<a%s>設定</a>してください。',
        'There is a space in the input password which might be the cause.' => '入力されたパスワードに空白が含まれているので、それが原因かもしれません。',
        'Adminer does not support accessing a database without a password, <a href="https://www.adminer.org/en/password/"%s>more information</a>.' => 'Adminer はパスワードのないデータベースへの接続には対応していません。(<a href="https://www.adminer.org/en/password/"%s>詳細</a>)',
        'Database does not support password.' => 'データベースがパスワードに対応していません。',
@@ -107,8 +107,8 @@ Lang::$translations = array(
        'Foreign key has been dropped.' => '外部キーを削除しました。',
        'Foreign key has been altered.' => '外部キーを変更しました。',
        'Foreign key has been created.' => '外部キーを作成しました。',
-       'Foreign key' => '外キー',
-       'Target table' => 'テーブル',
+       'Foreign key' => '外キー',
+       'Target table' => '対象テーブル',
        'Change' => '変更',
        'Source' => 'ソース',
        'Target' => 'ターゲット',
@@ -158,6 +158,7 @@ Lang::$translations = array(
        'User has been created.' => 'ユーザを作成しました。',
        'Hashed' => 'Hashed',
        'Column' => '列',
+       'Columns' => '列',
        'Routine' => 'ルーチン',
        'Grant' => '権限の付与',
        'Revoke' => '権限の取消し',
@@ -307,6 +308,8 @@ Lang::$translations = array(
        'Check has been created.' => 'チェックを作成しました。',
        'Check has been altered.' => 'チェックを変更しました。',
        'Check has been dropped.' => 'チェックを削除しました。',
+
+       'screenshot' => 'スクリーンショット',
 );
 
 // run `php ../../lang.php ja` to update this file
index ac73081cd3d107bd17e2f4cb452dcefe3e9a06d5..64cda944c1dad5b0940c4975dc4c431b128efb39 100644 (file)
@@ -22,5 +22,6 @@ class AdminerDotJs extends Adminer\Plugin {
                'de' => array('' => 'Laden Sie adminer.js'),
                'pl' => array('' => 'Wczytuj adminer.js'),
                'ro' => array('' => 'Încarcă adminer.js'),
+               'ja' => array('' => 'adminer.js を読込み'),
        );
 }
index ace9cc5b934720e301d0ec8313ebd17c2688e707..72f114818e580244ec718b7040df9ee24eb1bb7f 100644 (file)
@@ -58,5 +58,6 @@ ORDER BY ORDINAL_POSITION", null, "") as $row
 
        protected $translations = array(
                'cs' => array('' => 'Zobrazí odkazy na tabulky odkazující aktuální řádek, stejně jako Adminer Editor'),
+               'ja' => array('' => 'Adminer Editor と同様に、カレント行を参照しているテーブルへのリンクを表示'),
        );
 }
index ec9bf7b6ff4ba6879596b1e87e1eea31c615c4a4..e07e59614b3771a5e79596c05cf0ed104ed84187 100644 (file)
@@ -33,5 +33,6 @@ onbeforeunload = () => editChanged;
 
        protected $translations = array(
                'cs' => array('' => 'Zobrazí potvrzení před odnahráním stránky, pokud bylo změněno formulářové políčko'),
+               'ja' => array('' => 'フォームの列が変更された時、ページを再読込みする前に確認を表示'),
        );
 }
index b2f435ed9ad82d7c15fe2f9435991668b5b7f743..faa7dcb2452cdaea7232905084c4a3cfb7ac8664 100644 (file)
@@ -104,5 +104,6 @@ addEventListener('DOMContentLoaded', () => {
 
        protected $translations = array(
                'cs' => array('' => 'Použít CodeMirror 5 pro zvýrazňování syntaxe a <textarea> včetně našeptávání klíčových slov  a tabulek'),
+               'ja' => array('' => 'CodeMirror 5 を用い、キーワードやテーブルを含む構文や <textarea> を強調表示'),
        );
 }
index 23f44c22cce138e1b300b88717ff6355026547b0..9b71be9dd5ce36470667c22149b03e372b91755e 100644 (file)
@@ -86,5 +86,14 @@ class AdminerConfig extends Adminer\Plugin {
                        'Use %s if exists' => '%s verwenden, falls vorhanden',
                        'Use builtin design' => 'Standard Design verwenden',
                ),
+               'ja' => array(
+                       '' => 'ユーザオプションを設定し cookie に保存',
+                       'Configuration' => '設定',
+                       'Configuration saved.' => '設定を保存しました。',
+                       'Only some plugins support configuration, e.g. %s.' => '設定変更に対応しているのは一部のプラグインのみです。例: %s。',
+                       'Design' => 'デザイン',
+                       'Use %s if exists' => 'あれば %s を使う',
+                       'Use builtin design' => '組込みのデザインを使う',
+               ),
        );
 }
index 41c53beeee97456ca9d95930b751226143050aad..33e2195318edee160df7a7985dda71cdeddccb28 100644 (file)
@@ -45,5 +45,6 @@ if (saved) {
 
        protected $translations = array(
                'cs' => array('' => 'Dovoluje přepínání světlého a tmavého vzhledu'),
+               'ja' => array('' => 'ダークモードへの切替え'),
        );
 }
index c026833d5756a7719cc99587179e21dbd6a52bc2..bc116881fcb636a2f10df2da901a8f9a5cbfd7f3 100644 (file)
@@ -31,5 +31,6 @@ class AdminerDatabaseHide extends Adminer\Plugin {
                'de' => array('' => 'Verstecken Sie einige Datenbanken vor der Benutzeroberfläche – nur um das Design zu verbessern, verbessert nicht die Sicherheit.'),
                'pl' => array('' => 'Ukryj niektóre bazy danych w interfejsie – tylko po to, aby ulepszyć motyw, a nie wtyczkę zabezpieczającą'),
                'ro' => array('' => 'Ascundeți unele baze de date din interfață - doar pentru a îmbunătăți designul, nu un plugin de securitate'),
+               'ja' => array('' => '一部データベースを UI 上で表示禁止 (デザイン的な効果のみでセキュリティ的には効果なし)'),
        );
 }
index eed7a2cbf7b8a7abd1e7ff19bb899e8b420493df..8b93ad3adb97d7a9c0daf8f648cf887cb660893e 100644 (file)
@@ -48,5 +48,6 @@ class AdminerDesigns extends Adminer\Plugin {
                'de' => array('' => 'Designwechsel ermöglichen'),
                'pl' => array('' => 'Zezwalaj na przełączanie motywów'),
                'ro' => array('' => 'Permiteți comutarea designurilor'),
+               'ja' => array('' => 'テーマ設定を有効化'),
        );
 }
index 5e360561373f8b9f3fc23c86617e701557164743..6b6a3a8acae9a2d6b25c7686585dc352bb131595 100644 (file)
@@ -173,5 +173,6 @@ DROP PROCEDURE adminer_alter;
                'de' => array('' => 'Exportiert eine Datenbank (z. B. Entwicklung), damit sie mit einer anderen Datenbank (z. B. Produktion) synchronisiert werden kann.'),
                'pl' => array('' => 'Eksportuje jedną bazę danych (np. programistyczną), aby można ją było zsynchronizować z inną bazą danych (np. produkcyjną)'),
                'ro' => array('' => 'Exportați o bază de date (de exemplu, development) astfel încât să poată fi sincronizată cu o altă bază de date (de exemplu, de producție)'),
+               'ja' => array('' => 'データベース (開発用など) をエクスポートし、別のデータベース (本番用など) と同期'),
        );
 }
index 2683ae95bf4274844e49ece8137c204a5c52034e..27ead95f10d58a88d7c81e9d5872491f76b3648d 100644 (file)
@@ -42,5 +42,6 @@ class AdminerDumpBz2 extends Adminer\Plugin {
                'de' => array('' => 'Export im Bzip2-Format'),
                'pl' => array('' => 'Zrzuć do formatu Bzip2'),
                'ro' => array('' => 'Dump în format Bzip2'),
+               'ja' => array('' => 'Bzip2 形式でエクスポート'),
        );
 }
index 64a5521e28d8dac88924645a52be877138dcd15c..af2a74fcde5e3379e5c02d2ebc14c668af17c471 100644 (file)
@@ -17,5 +17,6 @@ class AdminerDumpDate extends Adminer\Plugin {
                'de' => array('' => 'Aktuelle Datum und die aktuelle Uhrzeit in den Namen der Exportdatei einfügen'),
                'pl' => array('' => 'Dołącz bieżącą datę i godzinę do nazwy pliku eksportu'),
                'ro' => array('' => 'Includeți data și ora curentă în numele fișierului de export'),
+               'ja' => array('' => 'エクスポートファイル名に現在日時を含める'),
        );
 }
index 68d9a2a8e6c25e34d1eaa3fdf8ce0af279280ae3..8ae4108d0af4b93a08542529af9c4e72ebfec6e7 100644 (file)
@@ -63,5 +63,6 @@ class AdminerDumpJson extends Adminer\Plugin {
                'de' => array('' => 'Export im JSON-Format'),
                'pl' => array('' => 'Zrzuć do formatu JSON'),
                'ro' => array('' => 'Dump în format JSON'),
+               'ja' => array('' => 'JSON 形式でエクスポート'),
        );
 }
index c5d9072e49017a66cf45b30b4da1cd3e0bd479e2..1a9b7e5bc70f3f0213c2336827c4bb7fca05ac3b 100644 (file)
@@ -51,5 +51,6 @@ class AdminerDumpPhp extends Adminer\Plugin {
                'de' => array('' => 'Export im PHP-Format'),
                'pl' => array('' => 'Zrzucaj do formatu PHP'),
                'ro' => array('' => 'Dump în format PHP'),
+               'ja' => array('' => 'PHP 形式でエクスポート'),
        );
 }
index b75b1533e9fd47d00dfef528202580a638828ff2..617e3f9997b0a891893b6a1996764492c4b188c9 100644 (file)
@@ -57,5 +57,6 @@ class AdminerDumpXml extends Adminer\Plugin {
                'de' => array('' => 'Export im XML-Format in der Struktur <database name="><table name=""><column name="">value'),
                'pl' => array('' => 'Zrzut do formatu XML w strukturze <database name=""><table name=""><column name="">value'),
                'ro' => array('' => 'Dump în format XML în structura <database name=""><table name=""><column name="">value.'),
+               'ja' => array('' => '構造化 XML 形式でエクスポート <database name=""><table name=""><column name="">value'),
        );
 }
index ffa5296ccf22185ea799cee1b2a753dd918c30e0..46c3d7c75d5695d614f7c390f777685b8cd492d9 100644 (file)
@@ -46,5 +46,6 @@ class AdminerDumpZip extends Adminer\Plugin {
                'de' => array('' => 'Export Im ZIP-Format'),
                'pl' => array('' => 'Zrzuć do formatu ZIP'),
                'ro' => array('' => 'Dump în format ZIP'),
+               'ja' => array('' => 'ZIP 形式でエクスポート'),
        );
 }
index 11125ddee871656504076aa3804bedf53d345669..ef580c09e252a7172263477afbf0bb66d870458d 100644 (file)
@@ -56,5 +56,6 @@ class AdminerEditCalendar extends Adminer\Plugin {
                'de' => array('' => 'Zeigen Sie die jQuery-UI Timepicker für jedes Datums- und Datum/Uhrzeit-Feld an'),
                'pl' => array('' => 'Wyświetl interfejs jQuery Timepicker dla każdego pola daty i godziny'),
                'ro' => array('' => 'Afișați jQuery UI Timepicker pentru fiecare câmp de dată și dată-timp'),
+               'ja' => array('' => '各日時列に jQuery UI の Timepicker を表示'),
        );
 }
index 5246509bf520a164dead6b1ab3c456b17bfa8385..3d5574b4db6e82e6aa79db1d0d90a4576ae733e5 100644 (file)
@@ -45,5 +45,6 @@ class AdminerEditForeign extends Adminer\Plugin {
                'de' => array('' => 'Wählen Sie im Bearbeitungsformular den Fremdschlüssel aus'),
                'pl' => array('' => 'Wybierz klucz obcy w formularzu edycji'),
                'ro' => array('' => 'Selectați cheia străină în formularul de editare'),
+               'ja' => array('' => '外部キーを編集フォームで選択'),
        );
 }
index f597c1c75fa27fd5d2562d31f9498d4d4d2e9765..4f0281258b91c1e721e7b41c65e670e0c590afb6 100644 (file)
@@ -19,5 +19,6 @@ class AdminerEditTextarea extends Adminer\Plugin {
                'de' => array('' => 'Verwenden Sie <textarea> für char und varchar Felder'),
                'pl' => array('' => 'Użyj <textarea> dla char i varchar'),
                'ro' => array('' => 'Utilizați <textarea> pentru char și varchar.'),
+               'ja' => array('' => 'char や varchar に <textarea> を使用'),
        );
 }
index da4f6db2d52087cae19e9f05579a3f07702a3c23..8c40945f3179c46929d1e40629aade60cfbeeb1e 100644 (file)
@@ -40,5 +40,6 @@ class AdminerEditorSetup extends Adminer\Plugin {
 
        protected $translations = array(
                'cs' => array('' => 'Nastavit ovladač, server a databázi pro použití s Adminer Editorem'),
+               'ja' => array('' => 'Adminer Editor で使用するドライバ、サーバ、データベースを設定'),
        );
 }
index 9cd5c9ff5eee8b3821cc2459c391a226f87f2de0..bcf0c6765300819d3553451e673459994343a803 100644 (file)
@@ -17,5 +17,6 @@ class AdminerEditorViews extends Adminer\Plugin {
                'de' => array('' => 'Views im Adminer Editor anzeigen'),
                'pl' => array('' => 'Wyświetlaj widoki w Adminer Editorze'),
                'ro' => array('' => 'Afișează vizualizări în Adminer Editor'),
+               'ja' => array('' => 'Adminer Editor にビューを表示'),
        );
 }
index e576fe38db90216d69fbb77ae158511468fc1935..235fc634e8f802d7f72c1248af82effbee00b42a 100644 (file)
@@ -60,5 +60,6 @@ class AdminerEmailTable extends Adminer\Plugin {
                'de' => array('' => 'E-Mail-Betreff und Nachricht aus der Datenbank abrufen (Adminer Editor)'),
                'pl' => array('' => 'Pobieraj temat i wiadomość e-mail z bazy danych (Adminer Editor)'),
                'ro' => array('' => 'Obțineți subiectul e-mailului și mesajul din baza de date (Adminer Editor)'),
+               'ja' => array('' => 'メールの件名と本文をデータベースから取得 (Adminer Editor)'),
        );
 }
index 1b1e96dbc9dcd54f5b6d004bba1683d2cf097db4..99154eaae7f77667c0cfba495903bda00b4223ea 100644 (file)
@@ -38,5 +38,6 @@ class AdminerEnumOption extends Adminer\Plugin {
                'de' => array('' => 'Verwenden Sie <select><option> für die enum-Bearbeitung anstelle von <input type="radio">'),
                'pl' => array('' => 'Użyj <select><option> do edycji enum zamiast <input type="radio">'),
                'ro' => array('' => 'Utilizați <select><option> pentru editarea enum în loc de <input type="radio">.'),
+               'ja' => array('' => '列挙型の編集に <input type="radio"> ではなく <select><option> を使用'),
        );
 }
index 70216d0f69c1fed2c8a64702cd03ff702eee75e1..b9e0fddc2c9c929ad897753519df3c3d86b82c7a 100644 (file)
@@ -54,5 +54,6 @@ class AdminerFileUpload extends Adminer\Plugin {
                'de' => array('' => 'Bearbeiten Sie Felder, die mit "_path" enden, um <input type="file"> und verknüpfen Sie sie mit den hochgeladenen Dateien beim Select'),
                'pl' => array('' => 'Edytuj pola kończące się na "_path" za pomocą <input type="file"> i link do przesłanych plików z wybierz'),
                'ro' => array('' => 'Modificați câmpurile care se termină cu "_path" prin <input type="file"> și creați un link către fișierele încărcate din select'),
+               'ja' => array('' => '列名が "_path" で終わる列を <input type="file"> で変更し、"選択" からアップロードされたファイルにリンク'),
        );
 }
index c10a25e05cf41d00c5a3d9783b47daa23444ec95..fc26f22194f96119024fd239cdc94c765b365083 100644 (file)
@@ -111,5 +111,6 @@ class AdminerForeignSystem extends Adminer\Plugin {
                'de' => array('' => 'Verknüpfen Sie Systemtabellen (in "mysql"- und "information_schema"-Datenbanken) durch Fremdschlüssel'),
                'pl' => array('' => 'Połącz tabele systemowe (w bazach danych "mysql" i "information_schema") za pomocą kluczy obcych'),
                'ro' => array('' => 'Conectați tabelele de sistem (în bazele de date "mysql" și "information_schema") prin chei străine'),
+               'ja' => array('' => 'システムテーブル ("mysql" と "information_schema") を外部キーを用いて接続'),
        );
 }
index 5c91d328b31ee4e3125db221061c737a6c7e1c22..9251ede2d2a7e01e71d53ef935512a2a36072848 100644 (file)
@@ -29,5 +29,6 @@ class AdminerFrames extends Adminer\Plugin {
                'de' => array('' => 'Erlauben Sie die Verwendung von Adminer innerhalb eines Frames'),
                'pl' => array('' => 'Zezwalaj na używanie Adminera wewnątrz ramki'),
                'ro' => array('' => 'Permiteți utilizarea Adminer în interiorul unui cadru'),
+               'ja' => array('' => 'フレーム内での Adminer 利用を許可'),
        );
 }
index 81d0cc81c6840c0681f8dbcac55045035a9f5c73..76d3a400d0a5b9947f016f960ea277fb79b249fc 100644 (file)
@@ -51,5 +51,6 @@ class AdminerJsonColumn extends Adminer\Plugin {
                'de' => array('' => 'Zeigen Sie JSON-Werte als Tabelle in der Bearbeitung an'),
                'pl' => array('' => 'Wyświetl wartości JSON jako tabelę w edycji'),
                'ro' => array('' => 'Afișează valorile JSON sub formă de tabel în editare'),
+               'ja' => array('' => 'JSON 値をテーブルとして編集画面に表示'),
        );
 }
index 278a93f9e7e71f9d0d682ffe4c1c1a5bce71f054..a9b110cc45f88eb197596569ab56a925ce7f55a1 100644 (file)
@@ -41,5 +41,6 @@ class AdminerLoginIp extends Adminer\Plugin {
                'de' => array('' => 'Überprüft die IP-Adresse und lässt ein leeres Passwort zu'),
                'pl' => array('' => 'Sprawdzaj adres IP i zezwakaj na puste hasło'),
                'ro' => array('' => 'Verificați adresa IP și permiteți parola goală'),
+               'ja' => array('' => 'IP アドレスの確認、及び空パスワードの許可'),
        );
 }
index c21098f4a94e16fcaab7632ab28a605583007a17..a46bfac8df9596f264c97a816bc97be4819f5c54 100644 (file)
@@ -60,5 +60,6 @@ class AdminerLoginOtp extends Adminer\Plugin {
                'de' => array('' => 'Bei der Anmeldung ist ein Einmalpasswort (Zwei-Faktor-Authentifizierung) erforderlich'),
                'pl' => array('' => 'Wymagaj jednorazowego hasła przy logowaniu'),
                'ro' => array('' => 'Cereți o parolă unică la autentificare'),
+               'ja' => array('' => 'ログイン時にワンタイムパスワード (二要素認証) が必要'),
        );
 }
index 01b6d3adb9baf1634b137d7653ad9689fb85f2e6..f6d24ab352a782bfb07723f72e6c73b284fa23fc 100644 (file)
@@ -32,5 +32,6 @@ class AdminerLoginPasswordLess extends Adminer\Plugin {
                'de' => array('' => 'Ermöglicht die Anmeldung ohne Passwort'),
                'pl' => array('' => 'Włącz logowanie bez hasła'),
                'ro' => array('' => 'Activați autentificarea fără parolă'),
+               'ja' => array('' => 'パスワードなしのログインを許可'),
        );
 }
index 464541894e0e43d27fe1632f36ad57e19ba0f0fb..7661e13573470ed50e4e2958a4af29b907aaf864 100644 (file)
@@ -43,5 +43,6 @@ class AdminerLoginServers extends Adminer\Plugin {
                'de' => array('' => 'Anzeige einer konstanten Serverliste im Anmeldeformular'),
                'pl' => array('' => 'Wyświetlaj stałą listę serwerów w formularzu logowania'),
                'ro' => array('' => 'Afișarea unei liste constante de servere în formularul de conectare'),
+               'ja' => array('' => 'ログイン画面に定義済のサーバリストを表示'),
        );
 }
index 016a722e094876da6da863f084d2f4ccdea033b8..63f533c454a0278ecd7d2fb6950378ad482810e6 100644 (file)
@@ -27,5 +27,6 @@ class AdminerLoginSsl extends Adminer\Plugin {
                'de' => array('' => 'Stellen Sie eine Verbindung zu MySQL, PostgreSQL, MS SQL über SSL her'),
                'pl' => array('' => 'Połącz się z MySQL, PostgreSQL, MS SQL za pomocą protokołu SSL'),
                'ro' => array('' => 'Conectați-vă la MySQL, PostgreSQL, MS SQL utilizând SSL'),
+               'ja' => array('' => 'MySQL, PostgreSQL, MS SQL への接続時に SSL を利用'),
        );
 }
index b8355335df7b6490b26057d36e3103c4c3744612..17787bc8f59ad0323063507a1bff29b8c948b6ee 100644 (file)
@@ -32,5 +32,6 @@ class AdminerLoginTable extends Adminer\Plugin {
                'de' => array('' => 'Authentifizieren Sie einen Benutzer über die Tabelle "login'),
                'pl' => array('' => 'Uwierzytelnij użytkownika z tabeli "login'),
                'ro' => array('' => 'Autentificați un utilizator din tabelul "login".'),
+               'ja' => array('' => '"login" テーブルによるユーザ認証'),
        );
 }
index 2573595862f00dc1a7e8cc47486e5bb49e8e233c..37778e85d8e0f50e3fb73cd9ef11bbefe9a5e20f 100644 (file)
@@ -43,5 +43,6 @@ class AdminerMasterSlave extends Adminer\Plugin {
                'de' => array('' => 'Schreibvorgänge auf dem Master und Lesevorgänge auf dem Slave ausführen'),
                'pl' => array('' => 'Wykonuje zapisy na komputerze głównym i odczyty na komputerze podrzędnym'),
                'ro' => array('' => 'Executarea scrierilor pe master și a citirilor pe slave'),
+               'ja' => array('' => 'マスタ書込みとスレーブ読込みの有効化'),
        );
 }
index d0cb2bfd2334e18f2d6f1407fa126816997ceb7c..c999dc6d5f13d878093e7738012318a685079c03 100644 (file)
@@ -88,5 +88,11 @@ class AdminerMenuLinks extends Adminer\Plugin {
                        'Auto (select on select page, structure otherwise)' => 'Auto (Auswahl auf der ausgewählten Seite, sonst Struktur)',
                        'Menu table links' => 'Links verwenden in „Tabelle“',
                ),
+               'ja' => array(
+                       '' => 'メニュー内テーブルへのリンク設定; AdminerConfig との併用可',
+                       'Both' => '両方',
+                       'Auto (select on select page, structure otherwise)' => '自動 (選択ページでは選択、それ以外では構造)',
+                       'Menu table links' => 'メニューテーブルへのリンク',
+               ),
        );
 }
index 9ae508118814c5e4dc41da890fc567e650b6e8ae..b9afecce02969f3a1506f9e44571776fbbee4780 100644 (file)
@@ -74,5 +74,6 @@ addEventListener('DOMContentLoaded', () => {
 
        protected $translations = array(
                'cs' => array('' => 'Použije Monaco Editor z VS Code pro zvýrazňování syntaxe a <textarea>'),
+               'ja' => array('' => '構文や <textarea> の強調表示に VS Code の Monaco Editor を使用'),
        );
 }
index 63e51f94add7dc2aaab0044cfe02849b19449cfb..a7bbade28b7ecb119af2cd99e46e0f647f7f545e 100644 (file)
@@ -36,5 +36,6 @@ class AdminerPrettyJsonColumn extends Adminer\Plugin {
                'de' => array('' => 'JSON-Werte in der Bearbeitung hübsch drucken'),
                'pl' => array('' => 'Ładnie drukuj wartości JSON w edycji'),
                'ro' => array('' => 'Afisare frumoasa a valorilor JSON în editare'),
+               'ja' => array('' => '編集時に JSON 文字列を見易く表示'),
        );
 }
index d251b582e8b67034705489f1731c43aa82f17b8d..37047d4c95057e60d134a0a803305b9767f38831 100644 (file)
@@ -62,5 +62,6 @@ if (el) {
 
        protected $translations = array(
                'cs' => array('' => 'Použije Prism Code Editor pro zvýrazňování syntaxe a <textarea>'),
+               'ja' => array('' => '構文や <textarea> の強調表示に Prism Code Editor を使用'),
        );
 }
index 91cf2d279a369888f3074973b36341c711e8fe6b..5fd3b82158668776c5be4320e15f8c9b8f34b25b 100644 (file)
@@ -121,7 +121,7 @@ class AdminerSelectEmail extends Adminer\Plugin {
                'hu' => array('E-mail' => 'E-mail', 'From' => 'Feladó', 'Subject' => 'Tárgy', 'Send' => 'Küldés', '%d e-mail(s) have been sent.' => array('%d e-mail elküldve.', '%d e-mail elküldve.', '%d e-mail elküldve.'), 'Attachments' => 'Csatolmány'),
                'id' => array('E-mail' => 'Surel', 'From' => 'Dari', 'Subject' => 'Judul', 'Attachments' => 'Lampiran', 'Send' => 'Kirim', '%d e-mail(s) have been sent.' => '%d surel berhasil dikirim.'),
                'it' => array('E-mail' => 'E-mail', 'From' => 'Da', 'Subject' => 'Oggetto', 'Send' => 'Invia', '%d e-mail(s) have been sent.' => array('%d e-mail inviata.', '%d e-mail inviate.'), 'Attachments' => 'Allegati'),
-               'ja' => array('E-mail' => 'メール', 'From' => '差出人', 'Subject' => '題名', 'Send' => '送信', '%d e-mail(s) have been sent.' => '%d メールを送信しました。', 'Attachments' => '添付ファイル'),
+               'ja' => array('' => 'テーブルに含まれるアドレスにメールを送信', 'E-mail' => 'メール', 'From' => '差出人', 'Subject' => '題名', 'Send' => '送信', '%d e-mail(s) have been sent.' => '%d メールを送信しました。', 'Attachments' => '添付ファイル'),
                'ka' => array('E-mail' => 'ელ. ფოსტა', 'From' => 'ავტორი:', 'Subject' => 'თემა', 'Send' => 'გაგზავნა', '%d e-mail(s) have been sent.' => 'გაიგზავნა %d წერილი.', 'Attachments' => 'მიმაგრებული ფაილები'),
                'ko' => array('%d e-mail(s) have been sent.' => '%d개 메일을 보냈습니다.', 'Attachments' => '첨부 파일', 'E-mail' => '메일', 'From' => '보낸 사람', 'Send' => '보내기', 'Subject' => '제목'),
                'lt' => array('E-mail' => 'El. paštas', 'From' => 'Nuo', 'Subject' => 'Antraštė', 'Attachments' => 'Priedai', 'Send' => 'Siųsti', '%d e-mail(s) have been sent.' => array('Išsiųstas %d laiškas.', 'Išsiųsti %d laiškai.', 'Išsiųsta %d laiškų.')),
index ab9b9468eedde6e6a7585399cddae3b082dfb071..a21ff1e5d6d91b24ccde5d84aa01740d1741c74e 100644 (file)
@@ -52,5 +52,6 @@ class AdminerSlugify extends Adminer\Plugin {
                'de' => array('' => 'Feld, das "_slug" enthält, mit dem Slugified-Wert eines vorherigen Felds vorab füllen (JavaScript)'),
                'pl' => array('' => 'Wstępnie wypełnij pole zawierające "_slug" osłabioną wartością poprzedniego pola (JavaScript)'),
                'ro' => array('' => 'Precompletați câmpul care conține "_slug" cu valoarea slugificată a unui câmp anterior (JavaScript)'),
+               'ja' => array('' => '列名に "_slug" を含む列を、前列の URL 化された値でプレフィル (JavaScript)'),
        );
 }
index 9575f129c289d9ded300f048549ee968532cac31..7cda540f6298f972e7bddff54b1b700c3ee24feb 100644 (file)
@@ -110,5 +110,10 @@ geminiText.onkeydown = event => {
                        'Ask Gemini' => 'Gemini fragen',
                        'Just a sec...' => 'Einen Moment...',
                ),
+               'ja' => array(
+                       '' => 'Google Gemini AI を用いて SQL 文を生成',
+                       'Ask Gemini' => 'Gemini に聞く',
+                       'Just a sec...' => 'しばらくお待ち下さい...',
+               ),
        );
 }
index 93d7bf5822f86a2072a05e130e335fc3d667881c..2b8aedb5bf94990dd75b63384f619d9c3bd6f121 100644 (file)
@@ -41,5 +41,6 @@ class AdminerSqlLog extends Adminer\Plugin {
                'de' => array('' => 'Protokollieren Sie alle Abfragen in einer SQL-Datei'),
                'pl' => array('' => 'Rejestruj wszystkie zapytania do pliku SQL'),
                'ro' => array('' => 'Logați toate interogările în fișierul SQL'),
+               'ja' => array('' => '全クエリを SQL ファイルに記録'),
        );
 }
index ef551f0635ec263f67e6380af0eca05a5a505c4f..265260ab7763637a27c75f10a146893ef35299ef 100644 (file)
@@ -35,5 +35,6 @@ class AdminerTableIndexesStructure extends Adminer\Plugin {
                'de' => array('' => 'Erweiterte Ausgabe der Tabellenindize'),
                'pl' => array('' => 'Rozszerzona tabela wyników struktury indeksów'),
                'ro' => array('' => 'Ieșirea expandată a structurii indecsilor tabelului'),
+               'ja' => array('' => 'テーブルのインデックス構造を拡張表示'),
        );
 }
index f517b61867d902ea96b9c88768fdaf143ba89cb4..69eb286b069285a1eabcb4d2365d92f3e4ccb288 100644 (file)
@@ -43,5 +43,6 @@ class AdminerTableStructure extends Adminer\Plugin {
                'de' => array('' => 'Erweiterte Ausgabe der Tabellenstruktur'),
                'pl' => array('' => 'Rozszerzone wyjście struktury tabeli'),
                'ro' => array('' => 'Ieșirea expandată a structurii tabelei'),
+               'ja' => array('' => 'テーブル構造を拡張表示'),
        );
 }
index 040dfe21ad5321596663c6b51267df80b6fd993e..d0dd06f03a163bdd0d3106e565078b35a67affef 100644 (file)
@@ -73,5 +73,6 @@ sessionStorage && document.addEventListener('DOMContentLoaded', () => {
                'de' => array('' => 'Filtern Sie Namen in der Tabellenliste'),
                'pl' => array('' => 'Filtruj nazwy na liście tabel'),
                'ro' => array('' => 'Nume de filtre în lista de tabele'),
+               'ja' => array('' => 'テーブル一覧をテーブル名でフィルタリング'),
        );
 }
index 7b91083a58cda03d43f878a87564ab6d98f2047b..d451d3612742c5797c32c0c099ffe41b0e8fcaa5 100644 (file)
@@ -72,5 +72,6 @@ qs('#form').onsubmit = () => {
                'de' => array('' => 'Bearbeiten Sie alle Felder, die "_html" enthalten, mit dem HTML-Editor TinyMCE und zeigen Sie den HTML-Code in Select an'),
                'pl' => array('' => 'Edytuj wszystkie pola zawierające "_html" za pomocą edytora HTML TinyMCE i wyświetl kod HTML w wybranych'),
                'ro' => array('' => 'Editați toate câmpurile care conțin "_html" cu ajutorul editorului HTML TinyMCE și afișați HTML-ul în select'),
+               'ja' => array('' => '列名が "_html" を含む列を TinyMCE の HTML エディタで編集し、編集結果の HTML コードを "選択" 画面に表示'),
        );
 }
index f126a7c0874412c1bca3e962dfbcc190e3c0ecad..dfde37714797150953625ea8d595110f5a7888ba 100644 (file)
@@ -56,5 +56,6 @@ class AdminerTranslation extends Adminer\Plugin {
                'de' => array('' => 'Übersetzen Sie alle Tabellen- und Feldkommentare, enum- und set-Werte aus der "translation"-Tabelle (fügt automatisch neue Übersetzungen ein)'),
                'pl' => array('' => 'Przetłumacz wszystkie komentarze do tabeli i pól, wartości enum i set z tabeli "translation" (automatycznie wstawia nowe tłumaczenia)'),
                'ro' => array('' => 'Traduceți toate comentariile tabelelor și câmpurilor, valorile enum și set din tabelul "translation" (inserează automat noi traduceri)'),
+               'ja' => array('' => 'テーブル "translation" を用いてすべてのテーブルや列のコメント、列挙型、セット値を翻訳 (自動的に翻訳文で更新)'),
        );
 }
index 9b57e00000da64f77d7a73ad144863eefec32694..79b094063c929200483e8175550da5380b02bcc9 100644 (file)
@@ -32,5 +32,6 @@ verifyVersion = (current, url, token) => {
 
        protected $translations = array(
                'cs' => array('' => 'Kontrola nových verzí z GitHubu'),
+               'ja' => array('' => 'GitHub の新版を管理'),
        );
 }
index b46bfbe3061b20e67c9f8eb5b4a96c5ba31fa964..1bfe57e0e0e33dbf929f6e2b4c977fe765d68f6f 100644 (file)
@@ -17,5 +17,6 @@ class AdminerVersionNoverify extends Adminer\Plugin {
                'de' => array('' => 'Deaktivieren Sie die Versionsprüfung'),
                'pl' => array('' => 'Wyłącz sprawdzanie wersji'),
                'ro' => array('' => 'Dezactivați verificatorul de versiuni'),
+               'ja' => array('' => 'バージョンチェックを無効化'),
        );
 }