mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Plugins: Translate descriptions (fix #994)
This commit is contained in:
@@ -45,4 +45,11 @@ class AdminerJsonColumn extends Adminer\Plugin {
|
||||
$this->buildTable($json);
|
||||
}
|
||||
}
|
||||
|
||||
protected static $translations = array(
|
||||
'cs' => array('' => 'Hodnoty JSON v editaci zobrazí formou tabulky'),
|
||||
'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'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user