1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-14 10:34:01 +02:00

Update Japanese translation

Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp>
This commit is contained in:
Takashi SHIRAI
2025-04-08 19:34:12 +09:00
committed by Jakub Vrana
parent efde7fcc6c
commit e601a3d8ce
49 changed files with 71 additions and 4 deletions

View 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 文字列を見易く表示'),
);
}