Update German translation (bug #1001)

This commit is contained in:
Jakub Vrana
2025-04-08 14:33:58 +02:00
parent 00459b302a
commit 52ee085ca7
13 changed files with 13 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ 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'),
'de' => array('' => 'Links zu Tabellen anzeigen die auf die aktuelle Zeile verweisen, wie im Adminer Editor'),
'ja' => array('' => 'Adminer Editor と同様に、カレント行を参照しているテーブルへのリンクを表示'),
);
}