Module:I18n/linguistic

From TDWG Collection Description
Revision as of 20:13, 12 May 2020 by Mtrekels (talk | contribs) (Created page with "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 tra...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module: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
		bn = ' এবং',
		ko = ' 및 ',
		pl = ' i',
		mk = ' и',
		no = ' og',
		uk = ' і',
		ur = ' اور',
		zh = '和',
		['zh-hans'] = '和',
		['zh-hant'] = '和',
		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 = 'または',
		ko = ' 또는 ',
		lt = 'arba',
		mk = ' или',
		ml = ' അഥവാ',
		nds = ' oder',
		ne	= ' अथवा', 
		nl = ' of',
		nn = ' eller',
		no = ' eller',
		['os'] = ' ó',
		pl = ' lub',
		pt = ' ou',
		['pt-br'] = ' ou',
		ru = ' или',
		sl = ' ali',
		sr = ' или',
		sv = ' eller',
		tg = ' ё',
		th = ' หรือ',
		tr = ' ve',
		uk = ' або',
		ur = 'یا ',
		vi = ' hoặc',
		zh = ' 或',
	},
	colon = { -- Please expand using Commons:Template:Colon
		default = '. ',
		fr = ' : ',
	},
	comma = {
		message = 'comma-separator'
	},
	citation_comma = {
		ur = ' ،',
		zh = ',',  -- in Chinese the commas used in citation aren't '、'
		["zh-cn"] = ',',
		["zh-hans"] = ',',
		["zh-hant"] = ',',
		["zh-hk"] = ',',
		["zh-mo"] = ',',
		["zh-sg"] = ',',
		["zh-tw"] = ',',
		message = 'comma-separator'
	},
	full_stop = { -- to expand see Commons:Template:Full stop
		default = '. ',
		as = '। ',
		bh = '। ',
		bn = '। ',
		hi = '। ',
		mai = '। ',
		ne = '। ',
		new = '। ',
		['or'] = '। ',
		pa = '। ',
		sa = '। ',
		ur = ' ۔',
		['zh-hans'] = '。',
		['zh-hant'] = '。',
	},
	word_separator = {
		message = 'word-separator',
	}
}