Template:Plural/l10n
Jump to navigation
Jump to search
This template stores the localization info for Template:Plural.
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}}.
Key name Namespace:
| Value | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
(English) |
(German) |
(Spanish) |
(French) |
(Korean) |
(Polish) |
(Portuguese) |
(Russian) |
(Ukrainian) |
(Chinese) | |||||||||||||||||||||||||||||||||||||||||
error_number | {{tl|plural}}: the first parameter must be an integer! | {{tl|plural}}: the first parameter must be an integer! | {{tl|plural}}: the first parameter must be an integer! | {{tl|plural}}: the first parameter must be an integer! | {{tl|plural}}: the first parameter must be an integer! | {{tl|plural}}: the first parameter must be an integer! | {{tl|plural}}: the first parameter must be an integer! | {{tl|plural}}: первым параметром должно идти целое число! | {{tl|plural}}: the first parameter must be an integer! | {{tl|plural}}: the first parameter must be an integer! | ||||||||||||||||||||||||||||||||||||||||
error_no_second_arg | {{tl|plural}}: at least 3 unnamed parameters must be used in this template: number, singular form, and plural form! | {{tl|plural}}: at least 3 unnamed parameters must be used in this template: number, singular form, and plural form! | {{tl|plural}}: at least 3 unnamed parameters must be used in this template: number, singular form, and plural form! | {{tl|plural}}: at least 3 unnamed parameters must be used in this template: number, singular form, and plural form! | {{tl|plural}}: at least 3 unnamed parameters must be used in this template: number, singular form, and plural form! | {{tl|plural}}: at least 3 unnamed parameters must be used in this template: number, singular form, and plural form! | {{tl|plural}}: at least 3 unnamed parameters must be used in this template: number, singular form, and plural form! | {{tl|plural}}: для работы параметра необходимо ввести как минимум 3 параметра: число, форма слова ед. числа и множ. числа! | {{tl|plural}}: at least 3 unnamed parameters must be used in this template: number, singular form, and plural form! | {{tl|plural}}: at least 3 unnamed parameters must be used in this template: number, singular form, and plural form! | ||||||||||||||||||||||||||||||||||||||||
format | <esc>{{#ifexpr:$num$ != 1|$arg2$|$arg1$}}</esc> | <esc>{{#ifexpr:$num$ != 1|$arg2$|$arg1$}}</esc> | <esc>{{#ifexpr:$num$ != 1|$arg2$|$arg1$}}</esc> | <esc>{{#ifexpr:$num$ > 1|$arg2$|$arg1$}}</esc> | <esc>$arg1$</esc> | <esc>{{#ifexpr:$num$ = 1|$arg1$|{{#ifexpr:($num$ mod 10 >= 2 and $num$ mod 10 <= 4) and ($num$ mod 100 < 10 or $num$ mod 100 >= 20)|$arg2$|$arg3$}}}}</esc> | <esc>{{#ifexpr:$num$ > 1|$arg2$|$arg1$}}</esc> | <esc>{{#ifexpr:$num$ mod 10 = 1 and $num$ mod 100 != 11|$arg1$|{{#ifexpr:($num$ mod 10 >= 2 and $num$ mod 10 <= 4) and ($num$ mod 100 < 10 or $num$ mod 100 >= 20)|$arg2$|$arg3$}}}}</esc> | <esc>{{#ifexpr:$num$ mod 10 = 1 and $num$ mod 100 != 11|$arg1$|{{#ifexpr:($num$ mod 10 >= 2 and $num$ mod 10 <= 4) and ($num$ mod 100 < 10 or $num$ mod 100 >= 20)|$arg2$|$arg3$}}}}</esc> | <esc>{{#ifexpr:$num$ > 1|$arg2$|$arg1$}}</esc> | ||||||||||||||||||||||||||||||||||||||||