From 54ac8c440b6191f09a46544ca7c5b0b09d5c7ecd Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 2 Feb 2015 12:00:53 +0100 Subject: add German strings --- jasper.py | 2 +- languages/de_DE/LC_MESSAGES/messages.po | 78 +++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 languages/de_DE/LC_MESSAGES/messages.po diff --git a/jasper.py b/jasper.py index 02db89e..41797d4 100755 --- a/jasper.py +++ b/jasper.py @@ -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 \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?" + -- cgit v1.3.1