diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2015-02-02 12:00:53 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2015-02-02 12:00:53 +0100 |
| commit | 54ac8c440b6191f09a46544ca7c5b0b09d5c7ecd (patch) | |
| tree | 79746023f46742e3e45352d251f208f278261c77 | |
| parent | f106ad1a8efc3e39c1e818873e53c53aac963faa (diff) | |
| download | jasper-client-54ac8c440b6191f09a46544ca7c5b0b09d5c7ecd.tar.gz jasper-client-54ac8c440b6191f09a46544ca7c5b0b09d5c7ecd.zip | |
add German strings
| -rwxr-xr-x | jasper.py | 2 | ||||
| -rw-r--r-- | languages/de_DE/LC_MESSAGES/messages.po | 78 |
2 files changed, 79 insertions, 1 deletions
@@ -12,7 +12,7 @@ import argparse import locale import gettext locale.setlocale(locale.LC_ALL, '') -langs = gettext.translation('messages', localedir='./languages', languages=[]) +langs = gettext.translation('messages', localedir='./languages', languages=['de_DE']) langs.install() from client import tts, stt, jasperpath, diagnose diff --git a/languages/de_DE/LC_MESSAGES/messages.po b/languages/de_DE/LC_MESSAGES/messages.po new file mode 100644 index 0000000..1c84ca6 --- /dev/null +++ b/languages/de_DE/LC_MESSAGES/messages.po @@ -0,0 +1,78 @@ +# German (Germany) translations for Jasper. +# Copyright (C) 2015 Jasperproject +# This file is distributed under the same license as the Jasper project. +# MakeMeASandwich, 2015. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Jasper VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-02-02 11:43+0100\n" +"PO-Revision-Date: 2015-02-02 10:50+0100\n" +"Last-Translator: MakeMeASandwich\n" +"Language-Team: de_DE <LL@li.org>\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" + +#: jasper-client/jasper.py:112 +#, python-format +msgid "How can I be of service, %s?" +msgstr "Wie kann ich helfen, %s?" + +#: jasper-client/jasper.py:115 +msgid "How can I be of service?" +msgstr "Wie kann ich helfen?" + +#: jasper-client/client/modules/Joke.py:7 +msgid "JOKE" +msgstr "WITZ" + +#: jasper-client/client/modules/Joke.py:7 +msgid "KNOCK KNOCK" +msgstr "KLOPF KLOPF" + +#: jasper-client/client/modules/Joke.py:47 +msgid "Knock knock" +msgstr "Klopf Klopf" + +#: jasper-client/client/modules/Joke.py:67 +msgid "joke" +msgstr "witz" + +#: jasper-client/client/modules/Time.py:6 +msgid "TIME" +msgstr "ZEIT" + +#: jasper-client/client/modules/Time.py:22 +#, python-format +msgid "It is %s right now." +msgstr "Es ist %s ." + +#: jasper-client/client/modules/Time.py:22 +msgid "%I %M %p" +msgstr "%H Uhr %M" + +#: jasper-client/client/modules/Time.py:32 +msgid "time" +msgstr "zeit" + +#: jasper-client/client/modules/Unclear.py:21 +msgid "I'm sorry, could you repeat that?" +msgstr "Tut mir Leid, könntest du das wiederholen?" + +#: jasper-client/client/modules/Unclear.py:22 +msgid "My apologies, could you try saying that again?" +msgstr "Entschuldigung, kannst du das wiederholen?" + +#: jasper-client/client/modules/Unclear.py:23 +msgid "Say that again?" +msgstr "Wie bitte?" + +#: jasper-client/client/modules/Unclear.py:23 +msgid "I beg your pardon?" +msgstr "Verzeihung?" + |
