Template:Coin/l10n

From Infernum Mod Wiki
Jump to navigation Jump to search

This template stores the localization info for Template:Coin.

Notes:
  • All unlisted languages use the English values.
  • Gray text means that the string is not defined in that language, so the English value is used as a fallback.
  • Clicking on a language header cell expands/contracts the column (except for the English column). Clicking on the "Value" header cell expands/contracts all non-English columns.
  • Any template with l10n (such as {{eicons}}) used in a string must be escaped with <esc></esc> to avoid a template loop.
  • The parser function {{plural:}} is very useful with dynamic values, but using it as a simple, static plural/singular toggle (e.g. via {{plural:0|is|are}}) will yield counter-intuitive results in different languages. Use a variable like this instead: {{#if:$plural$|are|is}}.
Localization information
Key name
Namespace:
coin
Value
en
(English)
ru
(Russian)
zh
(Chinese)
nocoin0 coins
0 монет
0 钱币
format<esc>{{#ifexpr:$pc$|{{formatnum:$pc$}} Platinum&#32;}}{{#ifexpr:$gc$|$gc$ Gold&#32;}}{{#ifexpr:$sc$|$sc$ Silver&#32;}}{{#ifexpr:$cc$|{{formatnum:$cc$}} Copper&#32;}}{{plural:$coins$|Coin|Coins}}</esc>
<esc>{{#ifexpr:$pc$|$pc$ {{plural|$pc$|платиновая|платиновые|платиновых}}&#32;}}{{#ifexpr:$gc$|$gc$ {{plural|$gc$|золотая|золотые|золотых}}&#32;}}{{#ifexpr:$sc$|$sc$ {{plural|$sc$|серебряная|серебряные|серебряных}}&#32;}}{{#ifexpr:$cc$|$cc$ {{plural|$cc$|медная|медные|медных}}&#32;}}{{plural|$coins$|монета|монеты|монет}}</esc>
<esc>{{#ifexpr:$pc$|$pc$ 铂金}}{{#ifexpr:$gc$|&#32;$gc$ 金}}{{#ifexpr:$sc$|&#32;$sc$ 银}}{{#ifexpr:$cc$|{{formatnum:$cc$}} 铜}}币</esc>