]> git.joonet.de Git - adminer.git/commitdiff
Update German translation (bug #1001)
authorJakub Vrana <jakub@vrana.cz>
Tue, 8 Apr 2025 12:33:58 +0000 (14:33 +0200)
committerJakub Vrana <jakub@vrana.cz>
Tue, 8 Apr 2025 12:33:58 +0000 (14:33 +0200)
13 files changed:
adminer/lang/de.inc.php
plugins/backward-keys.php
plugins/before-unload.php
plugins/codemirror.php
plugins/config.php
plugins/dark-switcher.php
plugins/dump-date.php
plugins/editor-setup.php
plugins/menu-links.php
plugins/monaco.php
plugins/prism.php
plugins/sql-gemini.php
plugins/version-github.php

index 8efaded8bd157b05b21d2812ec3e847b6693a232..d889c4d689c7ed6a3509cf7bbffdbbb3a6e86400 100644 (file)
@@ -306,6 +306,7 @@ Lang::$translations = array(
        'Loaded plugins' => 'Geladene Plugins',
        '%s must <a%s>return an array</a>.' => '%s muss <a%s>ein Array zurückgeben</a>.',
        '<a%s>Configure</a> %s in %s.' => '<a%s>Konfigure</a> %s mit %s.',
+       'screenshot' => 'Screenshot',
 );
 
 // run `php ../../lang.php de` to update this file
index 72f114818e580244ec718b7040df9ee24eb1bb7f..f7767d3a54a2584ec3e291a9adc6a2b43d431670 100644 (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 と同様に、カレント行を参照しているテーブルへのリンクを表示'),
        );
 }
index e07e59614b3771a5e79596c05cf0ed104ed84187..3a30986802c15f1c25cb3e763a8026a18d363e7b 100644 (file)
@@ -33,6 +33,7 @@ onbeforeunload = () => editChanged;
 
        protected $translations = array(
                'cs' => array('' => 'Zobrazí potvrzení před odnahráním stránky, pokud bylo změněno formulářové políčko'),
+               'de' => array('' => 'Zeigt eine Bestätigung an bevor die Seite neu geladen wird, wenn ein Formularfeld geändert wurde'),
                'ja' => array('' => 'フォームの列が変更された時、ページを再読込みする前に確認を表示'),
        );
 }
index 3096a65bb26f346f3c028ec19d8ba54552031188..e0802ee462f3f5b70afcb0029b6a97e1233fa5aa 100644 (file)
@@ -104,6 +104,7 @@ addEventListener('DOMContentLoaded', () => {
 
        protected $translations = array(
                'cs' => array('' => 'Použít CodeMirror 5 pro zvýrazňování syntaxe a <textarea> včetně našeptávání klíčových slov a tabulek'),
+               'de' => array('' => 'CodeMirror 5 verwenden für die Syntaxhervorhebung und <textarea> einschließlich der Überschrift von Schlüsselwörtern und Tabellen'),
                'ja' => array('' => 'CodeMirror 5 を用い、キーワードやテーブルを含む構文や <textarea> を強調表示'),
        );
 }
index 9b71be9dd5ce36470667c22149b03e372b91755e..c1f145d8d368901d5e02782615e6ddf936ce700f 100644 (file)
@@ -79,6 +79,7 @@ class AdminerConfig extends Adminer\Plugin {
                        'Use builtin design' => 'Użyj wbudowanego wyglądu',
                ),
                'de' => array(
+                       '' => 'Optionen durch den Endbenutzer konfigurieren und dies in einem Cookie speichern',
                        'Configuration' => 'Konfiguration',
                        'Configuration saved.' => 'Konfiguration gespeichert.',
                        'Only some plugins support configuration, e.g. %s.' => 'Nur einige Plugins unterstützen die Konfiguration, z.B. %s.',
index 33e2195318edee160df7a7985dda71cdeddccb28..d99dffba929cbbc9ac8db8763039598e9b8a054a 100644 (file)
@@ -45,6 +45,7 @@ if (saved) {
 
        protected $translations = array(
                'cs' => array('' => 'Dovoluje přepínání světlého a tmavého vzhledu'),
+               'de' => array('' => 'Umschalten zwischen hellem und dunklem Design erlauben'),
                'ja' => array('' => 'ダークモードへの切替え'),
        );
 }
index af2a74fcde5e3379e5c02d2ebc14c668af17c471..43a12054fd842550cfc76c65b944b71322c7c595 100644 (file)
@@ -14,7 +14,7 @@ class AdminerDumpDate extends Adminer\Plugin {
 
        protected $translations = array(
                'cs' => array('' => 'Do názvu souboru s exportem přidá aktuální datum a čas'),
-               'de' => array('' => 'Aktuelle Datum und die aktuelle Uhrzeit in den Namen der Exportdatei einfügen'),
+               'de' => array('' => 'Aktuelles Datum und die aktuelle Uhrzeit in den Namen der Exportdatei einfügen'),
                'pl' => array('' => 'Dołącz bieżącą datę i godzinę do nazwy pliku eksportu'),
                'ro' => array('' => 'Includeți data și ora curentă în numele fișierului de export'),
                'ja' => array('' => 'エクスポートファイル名に現在日時を含める'),
index 8c40945f3179c46929d1e40629aade60cfbeeb1e..e503350c6b73100a0430db60c333dba891e84410 100644 (file)
@@ -40,6 +40,7 @@ class AdminerEditorSetup extends Adminer\Plugin {
 
        protected $translations = array(
                'cs' => array('' => 'Nastavit ovladač, server a databázi pro použití s Adminer Editorem'),
+               'de' => array('' => 'Treiber, Server und Datenbank für die Verwendung mit Adminer Editor einrichten'),
                'ja' => array('' => 'Adminer Editor で使用するドライバ、サーバ、データベースを設定'),
        );
 }
index c999dc6d5f13d878093e7738012318a685079c03..31520493359dc8ed07f082dac2784228df98f667 100644 (file)
@@ -84,6 +84,7 @@ class AdminerMenuLinks extends Adminer\Plugin {
                        'Auto (select on select page, structure otherwise)' => 'Auto (pokaż na stronie przeglądania, w przeciwnym razie struktura)',
                ),
                'de' => array(
+                       '' => 'Menü- und Tabellen-Links konfigurieren. Kombinierbar mit AdminerConfig',
                        '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“',
index b9afecce02969f3a1506f9e44571776fbbee4780..c922b2a165b4561cbe35000a3e4669a688b9de10 100644 (file)
@@ -74,6 +74,7 @@ addEventListener('DOMContentLoaded', () => {
 
        protected $translations = array(
                'cs' => array('' => 'Použije Monaco Editor z VS Code pro zvýrazňování syntaxe a <textarea>'),
+               'de' => array('' => 'Monaco-Editor von VS Code verwenden, für die Syntaxhervorhebung und SQL <textarea>'),
                'ja' => array('' => '構文や <textarea> の強調表示に VS Code の Monaco Editor を使用'),
        );
 }
index 37047d4c95057e60d134a0a803305b9767f38831..13d42cf4f5a67afdfb9b7c76ceba8ab1e95b6857 100644 (file)
@@ -62,6 +62,7 @@ if (el) {
 
        protected $translations = array(
                'cs' => array('' => 'Použije Prism Code Editor pro zvýrazňování syntaxe a <textarea>'),
+               'de' => array('' => 'Prism Code Editor verwenden, für die Syntaxhervorhebung und <textarea>'),
                'ja' => array('' => '構文や <textarea> の強調表示に Prism Code Editor を使用'),
        );
 }
index 2bdd08807fb2407b218fbb4a2fa2b21ad3fa04d9..b9ca7df6369ff9fcd7e2549ddce81935a4c91e90 100644 (file)
@@ -107,6 +107,7 @@ geminiText.onkeydown = event => {
                        'Just a sec...' => 'Chwileczkę...',
                ),
                'de' => array(
+                       '' => 'KI-Eingabeaufforderung im SQL-Befehl zur Erstellung der Abfragen mit Google Gemini',
                        'Ask Gemini' => 'Gemini fragen',
                        'Just a sec...' => 'Einen Moment...',
                ),
index 79b094063c929200483e8175550da5380b02bcc9..8b7e97824fd6a2b0dc0cb4753665aa302f5c7335 100644 (file)
@@ -32,6 +32,7 @@ verifyVersion = (current, url, token) => {
 
        protected $translations = array(
                'cs' => array('' => 'Kontrola nových verzí z GitHubu'),
+               'de' => array('' => 'Neue Versionen von GitHub verifizieren'),
                'ja' => array('' => 'GitHub の新版を管理'),
        );
 }