1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-30 17:50:00 +02:00

Update German translation

Thanks to @odysseuscm (8de7d61da8 (commitcomment-151238844))
This commit is contained in:
Peter Knut
2025-01-13 22:37:43 +01:00
parent 7fc071c716
commit c24af3087c

View File

@@ -1,6 +1,6 @@
<?php
$translations = array(
'Home' => null,
'Home' => 'Startseite',
'Login' => 'Login',
'Logout successful.' => 'Abmeldung erfolgreich.',
'Invalid server or credentials.' => 'Ungültige Server oder Anmelde-Informationen.',
@@ -303,17 +303,17 @@ $translations = array(
'Database does not support password.' => 'Die Datenbank unterstützt kein Passwort.',
'Disable %s or enable %s or %s extensions.' => 'Deaktivieren Sie %s oder aktivieren Sie die Erweiterungen %s oder %s.',
'Columns' => null,
'Nullable' => null,
'Default' => null,
'Columns' => 'Spalten',
'Nullable' => 'Nullbar',
'Default' => 'Standard',
'Yes' => 'Ja',
'No' => 'Nein',
'One Time Password' => null,
'Invalid OTP code.' => null,
'One Time Password' => 'Einmal-Passwort',
'Invalid OTP code.' => 'Ungültiger OTP-Code.',
'Schemas' => null,
'No schemas.' => null,
'Show schema' => null,
'No driver' => null,
'Database driver not found.' => null,
'Schemas' => 'Schemata',
'No schemas.' => 'Keine Schemata.',
'Show schema' => 'Zeige Schemata',
'No driver' => 'Kein Treiber',
'Database driver not found.' => 'Datenbanktreiber nicht gefunden.',
);