diff --git a/adminer/lang/fr.inc.php b/adminer/lang/fr.inc.php index 672f60c9..c149eba0 100644 --- a/adminer/lang/fr.inc.php +++ b/adminer/lang/fr.inc.php @@ -259,4 +259,10 @@ $translations = array( 'Attachments' => 'Pièces jointes', 'Item%s has been inserted.' => 'L\'élément%s a été inséré.', 'now' => 'maintenant', + '%d query(s) executed OK.' => array('%d requête exécutée avec succès.', '%d requêtes exécutées avec succès.'), + 'Show only errors' => 'Montrer seulement les erreurs', + 'Last page' => 'Dernière page', + 'Refresh' => 'Rafraîchir', + 'Invalid schema.' => 'Schéma invalide.', + 'Please use one of the extensions %s.' => 'Veuillez utiliser l\'une des extensions %s.', ); diff --git a/adminer/lang/ja.inc.php b/adminer/lang/ja.inc.php index c93532ac..ff0e0202 100644 --- a/adminer/lang/ja.inc.php +++ b/adminer/lang/ja.inc.php @@ -128,7 +128,7 @@ $translations = array( 'Event' => 'イベント', '%s version: %s through PHP extension %s' => '%sバージョン:%s、 PHP拡張機能 %s', '%d row(s)' => '%d 行', - 'Remove' => '移除', + 'Remove' => '除外', 'Are you sure?' => '実行しますか?', 'Privileges' => '権限', 'Create user' => 'ユーザを作成', @@ -181,7 +181,7 @@ $translations = array( 'Check' => 'チェック', 'Repair' => '修復', 'Truncate' => 'Truncate', - 'Move to other database' => '別のデータベースへ移動?', + 'Move to other database' => '別のデータベースへ移動', 'Move' => '移動', 'Save and continue edit' => '保存して継続', 'original' => '元', @@ -259,4 +259,10 @@ $translations = array( 'Attachments' => '添付ファイル', 'Item%s has been inserted.' => '%s項目を挿入しました', 'now' => '現在の日時', + '%d query(s) executed OK.' => '%d クエリーを実行しました', + 'Show only errors' => 'エラーのみ表示', + 'Last page' => '最後のページ', + 'Refresh' => 'リフレッシュ', + 'Invalid schema.' => '無効なスキーマ', + 'Please use one of the extensions %s.' => 'いずれかの拡張機能を使ってください %s', ); diff --git a/adminer/lang/zh.inc.php b/adminer/lang/zh.inc.php index 14045991..9a2f8e42 100644 --- a/adminer/lang/zh.inc.php +++ b/adminer/lang/zh.inc.php @@ -258,4 +258,11 @@ $translations = array( 'Geometry' => '几何图形', 'File exists.' => '文件已存在。', 'Attachments' => '附件', + '%d query(s) executed OK.' => '%d 条查询已成功执行。', + 'Show only errors' => '仅显示错误', + 'Last page' => '末页', + 'Refresh' => '刷新', + 'Invalid schema.' => '非法模式。', + 'Please use one of the extensions %s.' => '请使用这些扩展中的一个:%s。', + 'now' => '现在', );