mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 00:28:34 +02:00
Update German translation (bug #994)
This commit is contained in:
@@ -137,6 +137,7 @@ Lang::$translations = array(
|
|||||||
'User has been created.' => 'Benutzer wurde erstellt.',
|
'User has been created.' => 'Benutzer wurde erstellt.',
|
||||||
'Hashed' => 'Hashed',
|
'Hashed' => 'Hashed',
|
||||||
'Column' => 'Spalte',
|
'Column' => 'Spalte',
|
||||||
|
'Columns' => 'Spalten',
|
||||||
'Routine' => 'Routine',
|
'Routine' => 'Routine',
|
||||||
'Grant' => 'Erlauben',
|
'Grant' => 'Erlauben',
|
||||||
'Revoke' => 'Widerrufen',
|
'Revoke' => 'Widerrufen',
|
||||||
|
@@ -84,5 +84,13 @@ class AdminerConfig extends Adminer\Plugin {
|
|||||||
'Use %s if exists' => 'Użyj %s, jeśli istnieje',
|
'Use %s if exists' => 'Użyj %s, jeśli istnieje',
|
||||||
'Use builtin design' => 'Użyj wbudowanego wyglądu',
|
'Use builtin design' => 'Użyj wbudowanego wyglądu',
|
||||||
),
|
),
|
||||||
|
'de' => array(
|
||||||
|
'Configuration' => 'Konfiguration',
|
||||||
|
'Configuration saved.' => 'Konfiguration gespeichert.',
|
||||||
|
'Only some plugins support configuration, e.g. %s.' => 'Nur einige Plugins unterstützen die Konfiguration, z.B. %s.',
|
||||||
|
'Design' => 'Design',
|
||||||
|
'Use %s if exists' => '%s verwenden, falls vorhanden',
|
||||||
|
'Use builtin design' => 'Standard Design verwenden',
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@@ -78,5 +78,10 @@ class AdminerMenuLinks extends Adminer\Plugin {
|
|||||||
'Both' => 'Obie',
|
'Both' => 'Obie',
|
||||||
'Auto (select on select page, structure otherwise)' => 'Auto (pokaż na stronie przeglądania, w przeciwnym razie struktura)',
|
'Auto (select on select page, structure otherwise)' => 'Auto (pokaż na stronie przeglądania, w przeciwnym razie struktura)',
|
||||||
),
|
),
|
||||||
|
'de' => array(
|
||||||
|
'Both' => 'Beide',
|
||||||
|
'Auto (select on select page, structure otherwise)' => 'Auto (Auswahl auf der ausgewählten Seite, sonst Struktur)',
|
||||||
|
'Menu table links' => 'Links verwenden in „Tabelle“',
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@@ -102,5 +102,9 @@ geminiText.onkeydown = event => {
|
|||||||
'Ask Gemini' => 'Zapytaj Gemini',
|
'Ask Gemini' => 'Zapytaj Gemini',
|
||||||
'Just a sec...' => 'Chwileczkę...',
|
'Just a sec...' => 'Chwileczkę...',
|
||||||
),
|
),
|
||||||
|
'de' => array(
|
||||||
|
'Ask Gemini' => 'Gemini fragen',
|
||||||
|
'Just a sec...' => 'Einen Moment...',
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user