diff --git a/README.md b/README.md index d3147ba..6d88602 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ For disabling screen blanking/locking, it uses | Language | Translated (%) | | ---------- | -------------- | | Arabic | 100.00 | +| German | 100.00 | | English | 100.00 | | Estonian | 100.00 | | French | 100.00 | diff --git a/distro/io.github.sigmasd.stimulator.desktop b/distro/io.github.sigmasd.stimulator.desktop index ad9ee37..8476b6b 100644 --- a/distro/io.github.sigmasd.stimulator.desktop +++ b/distro/io.github.sigmasd.stimulator.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Name=Stimulator Name[ar]=المحفز +Name[de]=Stimulator Name[et]=Stimulaator Name[fr]=Stimulateur Name[hi]=Stimulator @@ -11,6 +12,7 @@ Name[pt-BR]=Stimulator Name[tr]=Stimulator Comment=Keep your computer awake Comment[ar]=أبقِ جهاز الكمبيوتر مستيقظًا +Comment[de]=Verhindere Bereitschaft Comment[et]=Hoia oma arvuti ärkvel Comment[fr]=Gardez votre ordinateur éveillé Comment[hi]=अपने कंप्यूटर को सक्रिय रखें @@ -21,6 +23,7 @@ Comment[pt-BR]=Mantenha seu computador acordado Comment[tr]=Bilgisayarınızı uyanık tutun Keywords=caffeine;nosleep;awake;keepawake;keepon; Keywords[ar]=كافيين; بدون نوم; مستيقظ; +Keywords[de]=caffeine;nosleep;awake;keepawake;keepon; Keywords[et]=kofeiin;eiuinu;ärkvel;hoiaärkvel;jätka; Keywords[fr]=caféine;pas de sommeil;éveillé; Keywords[hi]=caffeine;nosleep;awake;keepawake;keepon; diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..fc4fab6 --- /dev/null +++ b/po/de.po @@ -0,0 +1,99 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" + +msgid "Stimulator" +msgstr "Stimulator" + +msgid "Keep your computer awake" +msgstr "Verhindere Bereitschaft" + +msgid "caffeine;nosleep;awake;keepawake;keepon;" +msgstr "caffeine;nosleep;awake;keepawake;keepon;" + +msgid "Disable Automatic Suspending" +msgstr "Deaktiviere automatsiche Bereitschaft" + +msgid "Disable Screen Blanking and Locking" +msgstr "Deaktivere Bildschirm ausschalten und Sperren" + +msgid "Current state: System default" +msgstr "Aktueller Zustand: Systemstandard" + +msgid "Current state: Indefinitely" +msgstr "Aktueller Zustand: Unbeschränkt" + +msgid "Stimulator is active" +msgstr "Stimulator ist aktiv" + +msgid "Close Stimulator?" +msgstr "Stimulator schließen?" + +msgid "Stimulator is active, do you want to close it?" +msgstr "Stimulator is aktiv, willst du es schließen?" + +msgid "Cancel" +msgstr "Abbrechend" + +msgid "Close" +msgstr "Schließen" + +msgid "Preferences" +msgstr "Einstellungen" + +msgid "Theme" +msgstr "Theme" + +msgid "System Theme" +msgstr "System-Theme" + +msgid "Light" +msgstr "Hell" + +msgid "Dark" +msgstr "Dunkel" + +msgid "Keyboard Shortcuts" +msgstr "Tastenkombinationen" + +msgid "General" +msgstr "Allgemein" + +msgid "Open Menu" +msgstr "Menu öffnen" + +msgid "Quit" +msgstr "Beenden" + +msgid "About Stimulator" +msgstr "Über Stimulator" + +msgid "Unsupported System" +msgstr "Nicht unterstütztes System" + +msgid "Your desktop environment doesn't support Stimulator, click close to quit" +msgstr "Deine Desktopumgebung unterstützt Stimulator nicht, zum Beenden auf Schließen klicken" + +msgid "Run in Background" +msgstr "Im Hintergrund laufen" + +msgid "Show" +msgstr "Anzeigen" + +msgid "Stimulator is running in the backround" +msgstr "Stimulator läuft im Hintergrund" + +msgid "Ask Confirmation" +msgstr "Bestätigung erfragen" + +msgid "Behavior on Closing" +msgstr "Verhalten beim Schließen" + +msgid "Applies only while active" +msgstr "Anwendung nur wenn aktiv" + +msgid "Main Menu" +msgstr "Hauptmenü" + +msgid "translator-credits" +msgstr "translator-credits" diff --git a/src/locales/de/translation.json b/src/locales/de/translation.json new file mode 100644 index 0000000..b026ee0 --- /dev/null +++ b/src/locales/de/translation.json @@ -0,0 +1,34 @@ +{ + "Stimulator": "Stimulator", + "Keep your computer awake": "Verhindere Bereitschaft", + "caffeine;nosleep;awake;keepawake;keepon;": "caffeine;nosleep;awake;keepawake;keepon;", + "Disable Automatic Suspending": "Deaktiviere automatsiche Bereitschaft", + "Disable Screen Blanking and Locking": "Deaktivere Bildschirm ausschalten und Sperren", + "Current state: System default": "Aktueller Zustand: Systemstandard", + "Current state: Indefinitely": "Aktueller Zustand: Unbeschränkt", + "Stimulator is active": "Stimulator ist aktiv", + "Close Stimulator?": "Stimulator schließen?", + "Stimulator is active, do you want to close it?": "Stimulator is aktiv, willst du es schließen?", + "Cancel": "Abbrechend", + "Close": "Schließen", + "Preferences": "Einstellungen", + "Theme": "Theme", + "System Theme": "System-Theme", + "Light": "Hell", + "Dark": "Dunkel", + "Keyboard Shortcuts": "Tastenkombinationen", + "General": "Allgemein", + "Open Menu": "Menu öffnen", + "Quit": "Beenden", + "About Stimulator": "Über Stimulator", + "Unsupported System": "Nicht unterstütztes System", + "Your desktop environment doesn't support Stimulator, click close to quit": "Deine Desktopumgebung unterstützt Stimulator nicht, zum Beenden auf Schließen klicken", + "Run in Background": "Im Hintergrund laufen", + "Show": "Anzeigen", + "Stimulator is running in the backround": "Stimulator läuft im Hintergrund", + "Ask Confirmation": "Bestätigung erfragen", + "Behavior on Closing": "Verhalten beim Schließen", + "Applies only while active": "Anwendung nur wenn aktiv", + "Main Menu": "Hauptmenü", + "translator-credits": "translator-credits" +} diff --git a/src/locales/translation.json b/src/locales/translation.json new file mode 100644 index 0000000..b026ee0 --- /dev/null +++ b/src/locales/translation.json @@ -0,0 +1,34 @@ +{ + "Stimulator": "Stimulator", + "Keep your computer awake": "Verhindere Bereitschaft", + "caffeine;nosleep;awake;keepawake;keepon;": "caffeine;nosleep;awake;keepawake;keepon;", + "Disable Automatic Suspending": "Deaktiviere automatsiche Bereitschaft", + "Disable Screen Blanking and Locking": "Deaktivere Bildschirm ausschalten und Sperren", + "Current state: System default": "Aktueller Zustand: Systemstandard", + "Current state: Indefinitely": "Aktueller Zustand: Unbeschränkt", + "Stimulator is active": "Stimulator ist aktiv", + "Close Stimulator?": "Stimulator schließen?", + "Stimulator is active, do you want to close it?": "Stimulator is aktiv, willst du es schließen?", + "Cancel": "Abbrechend", + "Close": "Schließen", + "Preferences": "Einstellungen", + "Theme": "Theme", + "System Theme": "System-Theme", + "Light": "Hell", + "Dark": "Dunkel", + "Keyboard Shortcuts": "Tastenkombinationen", + "General": "Allgemein", + "Open Menu": "Menu öffnen", + "Quit": "Beenden", + "About Stimulator": "Über Stimulator", + "Unsupported System": "Nicht unterstütztes System", + "Your desktop environment doesn't support Stimulator, click close to quit": "Deine Desktopumgebung unterstützt Stimulator nicht, zum Beenden auf Schließen klicken", + "Run in Background": "Im Hintergrund laufen", + "Show": "Anzeigen", + "Stimulator is running in the backround": "Stimulator läuft im Hintergrund", + "Ask Confirmation": "Bestätigung erfragen", + "Behavior on Closing": "Verhalten beim Schließen", + "Applies only while active": "Anwendung nur wenn aktiv", + "Main Menu": "Hauptmenü", + "translator-credits": "translator-credits" +}