]> git.joonet.de Git - adminer.git/commitdiff
Add missing Japanese translations (thanks to Shirai Takashi)
authorJakub Vrana <jakub@vrana.cz>
Tue, 18 Dec 2018 13:33:13 +0000 (14:33 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 18 Dec 2018 13:45:46 +0000 (14:45 +0100)
adminer/lang/ja.inc.php

index db486c36e367ba2d8be074b06eca27baed8027aa..5c598435eccd4346a209deab67fd8a82de17e3cf 100644 (file)
@@ -178,7 +178,7 @@ $translations = array(
        'Optimize' => '最適化',
        'Check' => 'チェック',
        'Repair' => '修復',
-       'Truncate' => 'Truncate',
+       'Truncate' => '空にする',
        'Move to other database' => '別のデータベースへ移動',
        'Move' => '移動',
        'Save and continue edit' => '保存して継続',
@@ -264,4 +264,14 @@ $translations = array(
        'Permanent link' => 'パーマネントリンク',
        'Edit all' => 'すべて編集',
        'HH:MM:SS' => '時:分:秒',
+       'Selected' => '選択済',
+       'Modify' => '修正',
+       'Load more data' => '続きを読み込み',
+       'Loading' => '読み込み中',
+       'Size' => 'サイズ',
+       'Compute' => '算出',
+       'Saving' => '保存中',
+       'yes' => 'はい',
+       'no' => 'いいえ',
+       'Default value' => '既定値',
 );