Repaired a but : bears dealt 1 damage instead of 0.

This commit is contained in:
eichhornchen
2021-01-10 21:15:42 +01:00
parent a1d69203c9
commit 893a23f95c
4 changed files with 34 additions and 29 deletions

View File

@ -1,12 +1,12 @@
#, python-brace-format
msgid "{name} takes {amount} damage."
msgstr "{name} recibe {amount} daño."
msgid "ring_of_critical_damage"
msgstr "ring_of_critical_damage"
msgid "ring_of_more_experience"
msgstr "ring_of_more_experience"
msgid "ring_of_critical_damage"
msgstr "ring_of_critical_damage"
#, python-brace-format
msgid "{name} takes {amount} damage."
msgstr "{name} recibe {amount} daño."
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ÿnérant, eichhornchen, nicomarg, charlse, ifugao
@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: squirrelbattle 3.14.1\n"
"Report-Msgid-Bugs-To: squirrel-battle@crans.org\n"
"POT-Creation-Date: 2021-01-10 20:35+0100\n"
"POT-Creation-Date: 2021-01-10 21:14+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -132,8 +132,8 @@ msgid ""
"The ennemies have -{max(1, self.held_by.intelligence // 2)}strength for 3 "
"turns"
msgstr ""
"Los enemigos tienen - {max(1, self.held_by.intelligence // 2)} fuerza durante 3"
"turnos"
"Los enemigos tienen - {max(1, self.held_by.intelligence // 2)} fuerza "
"durante 3turnos"
#: squirrelbattle/entities/items.py:552
#, python-brace-format
@ -204,17 +204,17 @@ msgstr "¡Es un golpe crítico!"
msgid "{name} hits {opponent}."
msgstr "{name} golpea a {opponent}."
#: squirrelbattle/interfaces.py:781
#: squirrelbattle/interfaces.py:782
#, python-brace-format
msgid "{name} takes {damage} damage."
msgstr "{name} recibe {damage} daño."
#: squirrelbattle/interfaces.py:783
#: squirrelbattle/interfaces.py:784
#, python-brace-format
msgid "{name} dies."
msgstr "{name} se muere."
#: squirrelbattle/interfaces.py:817
#: squirrelbattle/interfaces.py:818
#, python-brace-format
msgid "{entity} said: {message}"
msgstr "{entity} dijo : {message}"