Модуль:I18n/linguistic
Этому шаблону не хватает документации. Вы можете помочь проекту, сделав описание шаблона: что он делает, как его использовать, какие параметры он принимает. Это поможет другим использовать его.
Для оформления можете воспользоваться {{doc}} или {{doc-inline}}. Не забывайте помещать описание внутрь <noinclude></noinclude>. P.S. Также не забываем про категорию. |
return {
-- message corresponds to the translatewiki message (in some cases: no accurate and needs to be overridden by another text
and_conj = { -- in some languages the translatewiki message is not quite right
pl = ' i',
no = ' og',
zh = '和',
["zh-hans"] = '和',
["zh-hant"] = '和',
["zh-cn"] = '和',
["zh-tw"] = '和',
message = "and",
},
or_conj = {
ar = 'أو',
bn = ' অথবা',
ca = ' o',
cs = ' nebo',
da = ' eller',
de = ' oder',
el = ' ή',
en = ' or',
eo = ' aŭ',
et = ' või',
fa = 'یا ',
fi = ' tai',
fr = ' ou',
gl = ' ou',
he = ' או',
hu = ' vagy',
it = ' o',
ja = 'または',
mk = ' или',
ml = ' അഥവാ',
nds = ' oder',
ne = ' अथवा',
nl = ' of',
nn = ' eller',
no = ' eller',
['os'] = ' ó',
pl = ' lub',
pt = ' ou',
['pt-br'] = ' ou',
ru = ' или',
sl = ' ali',
sv = ' eller',
tg = ' ё',
th = ' หรือ',
tr = ' ve',
zh = ' 或',
},
colon = { -- Please expand using Commons:Template:Colon
ar = ': ',
en = ': ',
fr = ' : ',
},
comma = {
message = "comma-separator"
},
citation_comma = {
zh = ',', -- in Chinese the commas used in citation aren't '、'
["zh-hans"] = ',',
["zh-hant"] = ',',
["zh-cn"] = ',',
["zh-tw"] = ',',
message = "comma-separator"
},
full_stop = { -- to expand see Commons:Template:Full stop
ar = '. ',
en = '. ',
},
word_separator = {
message = 'Word-separator',
}
}