From 0a78c14ebcf12bd1123ee5c38f3dfbdad1b9972a Mon Sep 17 00:00:00 2001 From: Ilya Kotov <iokotov@astralinux.ru> Date: Mon, 12 Apr 2021 22:23:35 +0300 Subject: [PATCH] updated German translation (LeSnake) --- AUTHORS | 1 + ChangeLog | 1 + README | 2 +- src/qt6ct/translations/qt6ct_de.ts | 10 +++++----- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 38f4b75..69c7030 100644 --- a/AUTHORS +++ b/AUTHORS @@ -16,6 +16,7 @@ Translators: French - David GEIGER <david.david@mageialinux-online.org>, Adrien DAUGABEL <adrien.d@mageialinux-online.org>, papoteur <papoteur@mageialinux-online.org> + German - LeSnake Greek - Dimitrios Glentadakis Hebrew - Genghis Khan, Elkana Birdugo Dutch (Netherlands) - Heimen Stoffels diff --git a/ChangeLog b/ChangeLog index 09e0512..6fb2214 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,3 +13,4 @@ Version 0.3 * fixed color schemes * fixed palette updating * updated Finish translation (Nikolay Korotkiy) +* updated German translation (LeSnake) diff --git a/README b/README index 22932fc..3bf88b8 100644 --- a/README +++ b/README @@ -57,7 +57,7 @@ export the following environment variable: export QT_LOGGING_RULES="qt6ct.debug=true" Another way is to change qtlogging.ini file. See Qt documentation for details: -https://doc.qt.io/qt-5/qloggingcategory.html (paragraph "Configuring Categories") +https://doc.qt.io/qt-6/qloggingcategory.html (paragraph "Configuring Categories") Files and Directories: diff --git a/src/qt6ct/translations/qt6ct_de.ts b/src/qt6ct/translations/qt6ct_de.ts index 10d9e6f..971763a 100644 --- a/src/qt6ct/translations/qt6ct_de.ts +++ b/src/qt6ct/translations/qt6ct_de.ts @@ -377,7 +377,7 @@ <message> <location filename="../interfacepage.ui" line="266"/> <source>Show shortcuts in context menus</source> - <translation type="unfinished"></translation> + <translation>Tastenkürzel in Kontextmenüs anzeigen.</translation> </message> <message> <location filename="../interfacepage.cpp" line="55"/> @@ -410,7 +410,7 @@ <message> <location filename="../mainwindow.ui" line="14"/> <source>Qt6 Configuration Tool</source> - <translation type="unfinished"></translation> + <translation>Qt6-Konfigurationswerkzeug</translation> </message> <message> <location filename="../mainwindow.ui" line="54"/> @@ -470,17 +470,17 @@ <message> <location filename="../mainwindow.cpp" line="122"/> <source>The <b>QT_QPA_PLATFORMTHEME</b> environment variable is not set (required value: <b>qt6ct</b>).</source> - <translation type="unfinished"></translation> + <translation>Die Umgebungsvariable <b>QT_QPA_PLATFORMTHEME</b> ist nicht festgelegt (erforderlicher Wert: <b>qt6ct</b>).</translation> </message> <message> <location filename="../mainwindow.cpp" line="126"/> <source>The <b>QT_QPA_PLATFORMTHEME</b> environment variable is not set correctly (current value: <b>%1</b>, required value: <b>qt6ct</b>).</source> - <translation type="unfinished"></translation> + <translation>Die Umgebungsvariable <b>QT_QPA_PLATFORMTHEME</b> ist nicht korrekt festgelegt (aktueller Wert: <b>%1</b>, erforderlicher Wert: <b>qt6ct</b>).</translation> </message> <message> <location filename="../mainwindow.cpp" line="133"/> <source>Unable to find <b>libqt6ct-style.so</b></source> - <translation type="unfinished"></translation> + <translation><b>libqt6ct-style.so</b>konnte nicht gefunden werden.</translation> </message> </context> <context> -- GitLab