مۆدیوول:I18n/linguistic

لە ئینسایکڵۆپیدیای ئازادی ویکیپیدیاوە
بەڵگەدارکردنی مۆدیوول[دروست بکە]
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 = '和',
		message = "and",
	},
	 or_conj = {
		ar = 'أو',
		bn = ' অথবা',
		ca = ' o',
		ckb = ' یان',
		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
		en = ': ',
		fr = ' : ',
	},
	comma = {
		message = "comma-separator"
	},
	full_stop = { -- to expand see Commons:Template:Full stop
	 	en = '. ',
	},
	word_separator = {
		message = 'Word-separator',
	}
}