forked from github/server
immer noch ein paar kinks in den messages - automatische konvertierung war nicht 100% foolproof
This commit is contained in:
parent
980c7f69f8
commit
af7cd1f1b2
|
@ -6031,11 +6031,11 @@
|
||||||
<arg name="command" type="string"></arg>
|
<arg name="command" type="string"></arg>
|
||||||
<arg name="unit" type="unit"></arg>
|
<arg name="unit" type="unit"></arg>
|
||||||
<arg name="amount" type="int"></arg>
|
<arg name="amount" type="int"></arg>
|
||||||
<arg name="item" type="resource"></arg>
|
<arg name="item" type="string"></arg>
|
||||||
</type>
|
</type>
|
||||||
<locale name="de">
|
<locale name="de">
|
||||||
<nr section="magic">
|
<nr section="magic">
|
||||||
<text>"$unit($unit) in $region($region): '$command' - $unit($unit) erschafft $int($amount) $resource($item,$amount)"</text>
|
<text>"$unit($unit) in $region($region): '$command' - $unit($unit) erschafft $int($amount) $item"</text>
|
||||||
</nr>
|
</nr>
|
||||||
</locale>
|
</locale>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -443,7 +443,7 @@ sk_polearm;de;Stangenwaffen
|
||||||
sk_quarrying;de;Steinbau
|
sk_quarrying;de;Steinbau
|
||||||
sk_taxation;de;Steuereintreiben
|
sk_taxation;de;Steuereintreiben
|
||||||
sk_roadwork;de;Straßenbau
|
sk_roadwork;de;Straßenbau
|
||||||
sk_tactic_p;de;Taktik
|
sk_tactics;de;Taktik
|
||||||
sk_stealth;de;Tarnung
|
sk_stealth;de;Tarnung
|
||||||
sk_entertainment;de;Unterhaltung
|
sk_entertainment;de;Unterhaltung
|
||||||
sk_weaponsmithing;de;Waffenbau
|
sk_weaponsmithing;de;Waffenbau
|
||||||
|
|
|
@ -904,7 +904,7 @@
|
||||||
</type>
|
</type>
|
||||||
<locale name="en">
|
<locale name="en">
|
||||||
<nr section="errors">
|
<nr section="errors">
|
||||||
<text>"$unit($unit) in $region($region): '$command' - Talent could not be recognized."</text>
|
<text>"$unit($unit) in $region($region): '$command' - The skill could not be recognized."</text>
|
||||||
</nr>
|
</nr>
|
||||||
</locale>
|
</locale>
|
||||||
</message>
|
</message>
|
||||||
|
|
Loading…
Reference in New Issue