Module:Wb/syl/I18n/linguistic
Appearance
Documentation for this module may be created at Module:Wb/syl/I18n/linguistic/doc
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
ar = 'و',
bg = ' и',
bn = ' এবং',
ja = 'および',
ko = ' 및 ',
mk = ' и',
no = ' og',
pa = ' ਤੇ ',
pl = ' i',
pnb = ' تے ',
uk = ' і',
ur = ' اور',
zh = '和',
['zh-hans'] = '和',
['zh-hant'] = '和',
message = 'and',
},
or_conj = {
ar = 'أو',
bg = ' или',
bn = ' অথবা',
ca = ' o',
cs = ' nebo',
da = ' eller',
de = ' oder',
el = ' ή',
en = ' or',
eo = ' aŭ',
es = ' o',
et = ' või',
fa = 'یا ',
fi = ' tai',
fr = ' ou',
gl = ' ou',
he = ' או',
hu = ' vagy',
it = ' o',
ja = 'または',
ko = ' 또는 ',
lt = ' arba',
mk = ' или',
ml = ' അഥവാ',
nds = ' oder',
ne = ' अथवा',
nl = ' of',
nn = ' eller',
no = ' eller',
['os'] = ' ó',
pa = ' ਜਾਂ',
pl = ' lub',
pnb = 'یا ',
pt = ' ou',
['pt-br'] = ' ou',
ru = ' или',
sk = ' lebo',
sl = ' ali',
sr = ' или',
sv = ' eller',
tg = ' ё',
th = ' หรือ',
tr = ' ve',
uk = ' або',
ur = 'یا ',
vi = ' hoặc',
zh = ' 或',
},
colon = { -- Please expand using Commons:Template:Colon
default = ': ',
fr = ' : ',
zh = ':',
},
comma = {
message = 'comma-separator'
},
citation_comma = {
ar = ' ،',
ja = ',', -- OR '、'
pnb = ' ،',
ur = ' ،',
zh = ',', -- in Chinese the commas used in citation aren't '、'
["zh-cn"] = ',',
["zh-hans"] = ',',
["zh-hant"] = ',',
["zh-hk"] = ',',
["zh-mo"] = ',',
["zh-my"] = ',',
["zh-sg"] = ',',
["zh-tw"] = ',',
message = 'comma-separator'
},
full_stop = { -- to expand see Commons:Template:Full stop
default = '. ',
as = '। ',
bh = '। ',
bn = '। ',
hi = '। ',
ja = '。',
mai = '। ',
ne = '। ',
new = '। ',
['or'] = '। ',
pa = '। ',
pnb = ' ۔',
sa = '। ',
ur = ' ۔',
['zh-hans'] = '。',
['zh-hant'] = '。',
},
word_separator = {
message = 'word-separator',
},
}