diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-27 16:26:25 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-27 16:26:25 +0200 |
commit | 5e2e6753966c19616822915c14795bf62b589f68 (patch) | |
tree | 58dc19e6f6dffb558d2288ec623d5d481240ec54 /db/i18n | |
parent | 8e829d4497efd6a23514901a1a6724fe7579c6b5 (diff) |
translations
Diffstat (limited to 'db/i18n')
-rw-r--r-- | db/i18n/de_DE.po | 54 | ||||
-rw-r--r-- | db/i18n/en_US.po | 54 |
2 files changed, 108 insertions, 0 deletions
diff --git a/db/i18n/de_DE.po b/db/i18n/de_DE.po index 25da91b..1e0affc 100644 --- a/db/i18n/de_DE.po +++ b/db/i18n/de_DE.po @@ -19,6 +19,60 @@ msgid "translation_missing" msgstr "Übersetzung fehlt" +# Catch + +msgid "game:catch:ball:throw" +msgstr "Werfe {ball}!" + +msgid "game:catch:attempt" +msgstr "Versuche einzufangen!" + +msgid "game:catch:attempt:nr:success" +msgstr "Ausbruchversuch {nr}: erfolgreich!" + +msgid "game:catch:broke_free" +msgstr "{monster} ist ausgebrochen!" + +msgid "game:catch:attempt:nr:fail" +msgstr "Ausbruchversuch {nr}: fehlgeschlagen!" + +msgid "game:catch:caught" +msgstr "{monster} gefangen!" + +msgid "game:catch:to_party" +msgstr "{monster} wurde zum Team hinzugefügt!" + +msgid "game:catch:to_box" +msgstr "{monster} wurde in die Box transferiert!" + + +# Healing Center + +msgid "ui:healing_center:heal:price_description" +msgstr "Preis für Heilung pro Tuxemon" + +msgid "ui:healing_center:heal:select" +msgstr "Auswählen zum heilen" + +msgid "ui:healing_center:box:withdraw" +msgstr "Box Mitnahme" + +msgid "ui:healing_center:box:withdraw:no_tuxemon_in_box" +msgstr "Keine Tuxemon in der Box!" + +msgid "ui:healing_center:box:withdraw:no_space_in_party" +msgstr "Nicht genug Platz im Team!" + +msgid "ui:healing_center:box:deposit" +msgstr "Box Ablage" + +msgid "ui:healing_center:box:deposit:last_tuxemon" +msgstr "Letztes Tuxemon kann nicht abgelegt werden!" + +msgid "ui:healing_center:box:view" +msgstr "Box Anschauen" + + # Shop msgid "ui:shop:mode:buy" diff --git a/db/i18n/en_US.po b/db/i18n/en_US.po index 2b85fe2..f79bc2c 100644 --- a/db/i18n/en_US.po +++ b/db/i18n/en_US.po @@ -19,6 +19,60 @@ msgid "translation_missing" msgstr "Translation missing" +# Catch + +msgid "game:catch:ball:throw" +msgstr "Throwing {ball}!" + +msgid "game:catch:attempt" +msgstr "Attempting capture!" + +msgid "game:catch:attempt:nr:success" +msgstr "Escape attempt {nr}: succeeded!" + +msgid "game:catch:broke_free" +msgstr "{monster} broke free!" + +msgid "game:catch:attempt:nr:fail" +msgstr "Escape attempt {nr}: failed!" + +msgid "game:catch:caught" +msgstr "Caught {monster}!" + +msgid "game:catch:to_party" +msgstr "Added {monster} to Party!" + +msgid "game:catch:to_box" +msgstr "Transferred {monster} to Box!" + + +# Healing Center + +msgid "ui:healing_center:heal:price_description" +msgstr "Price for Full Heal per Tuxemon" + +msgid "ui:healing_center:heal:select" +msgstr "Select to Heal" + +msgid "ui:healing_center:box:withdraw" +msgstr "Box Withdraw" + +msgid "ui:healing_center:box:withdraw:no_tuxemon_in_box" +msgstr "No Tuxemon to withdraw in Box!" + +msgid "ui:healing_center:box:withdraw:no_space_in_party" +msgstr "Not enough space in party!" + +msgid "ui:healing_center:box:deposit" +msgstr "Box Deposit" + +msgid "ui:healing_center:box:deposit:last_tuxemon" +msgstr "Can't deposit last Tuxemon!" + +msgid "ui:healing_center:box:view" +msgstr "Box View" + + # Shop msgid "ui:shop:mode:buy" |