Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
<entry id="town_quest_goal_start_plural_gather"><![CDATA[Raccogli %d %ss.]]></entry>
<entry id="town_quest_goal_start_plural_activate"><![CDATA[Attiva %d %ss.]]></entry>
<entry id="town_event_info_format_idle_resolve_level"><![CDATA[{?hero_class}%ss inattivo guadagna {?resolve_level}%d Livello di Risolutezza]]></entry>
<entry id="town_estate_bar_tooltip"><![CDATA[%ss: %d (per migliorare gli edifici del villaggio.)]]></entry>
<entry id="effect_tooltip_kill_enemy_type"><![CDATA[Rimuovi tutto %ss]]></entry>
le stringhe corrette dovrebbero essere così
<entry id="town_quest_goal_start_plural_gather"><![CDATA[Raccogli %d %s.]]></entry>
<entry id="town_quest_goal_start_plural_activate"><![CDATA[Attiva %d %s.]]></entry>
<entry id="town_event_info_format_idle_resolve_level"><![CDATA[{?hero_class}%s inattivo guadagna {?resolve_level}%d Livello di Risolutezza]]></entry>
<entry id="town_estate_bar_tooltip"><![CDATA[%s: %d (per migliorare gli edifici del villaggio.)]]></entry>
<entry id="effect_tooltip_kill_enemy_type"><![CDATA[Rimuovi ogni %s]]></entry>
C'è una seconda s dopo il %s che rende ogne parola "plurale" secondo loro tipo cadaveres. Togliendo la s la frase è corretta
volevo fare un pull request su github ma non so come fare quindi ho scritto qui ^_^