diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-09-01 00:07:35 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-09-01 00:07:35 +0200 |
commit | 94cf76f8968cf81a06d70fe329b5edf4ec07f94f (patch) | |
tree | 3441162085e32ed3abbc73b17bd10edb94432ada /db/i18n/en_US.po | |
parent | c657c77d0cf49afba627b93848e1915e2ce7d3ff (diff) |
battle translations
Diffstat (limited to 'db/i18n/en_US.po')
-rw-r--r-- | db/i18n/en_US.po | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/db/i18n/en_US.po b/db/i18n/en_US.po index 29dbb19..64e2d65 100644 --- a/db/i18n/en_US.po +++ b/db/i18n/en_US.po @@ -19,6 +19,48 @@ msgid "translation_missing" msgstr "Translation missing" +# Battle + +msgid "game:battle:money:get" +msgstr "Got {amount} money!" + +msgid "game:battle:defeat" +msgstr "Whited out!" + +msgid "game:battle:defeat:recovery_price" +msgstr "Payed {amount} for full recovery at {name}!" + +msgid "game:battle:technique:attempt" +msgstr "{monster.name} attempts to use {technique.name}!" + +msgid "game:battle:technique:attempt:fail:recharge" +msgstr "But has to recharge!" + +msgid "game:battle:technique:attempt:fail:noddingoff" +msgstr "But is nodding off!" + +msgid "game:battle:technique:attempt:fail:miss" +msgstr "But missed!" + +msgid "game:battle:technique:use" +msgstr "{monster.name} is using {technique.name}!" + +msgid "game:battle:technique:use:damage" +msgstr "Deals {amount} to {name}!" + +msgid "game:battle:technique:use:healing" +msgstr "Heals {amount}!" + +msgid "game:battle:technique:use:status" +msgstr "{monster.name} is now {status_effect.name}!" + +msgid "game:battle:status_effect:is" +msgstr "{monster.name} is {status_effect.name}!" + +msgid "game:battle:status_effect:removed" +msgstr "{monster.name} is not {status_effect.name} anymore!" + + # Catch msgid "game:catch:ball:throw" @@ -170,6 +212,9 @@ msgstr "Delete local save data?" # Story +msgid "ui:story:next" +msgstr "Next" + msgid "story:introduction:monster_selection:title" msgstr "Select your Tuxemon!" |