Terraria Wiki
Advertisement
Lua logo Dokumentacja Poniższa dokumentacja jest załączona do Moduł:Exclusive/l10n/opis. (edytuj | historia)

Informacja l10n dla Moduł:Exclusive


return {
	['en'] = {
		-- eicons
		-- used as "<A>, <B>, and <c> versions" format
		['text_1'] = 'Desktop',
		['text_2'] = 'Console',
		['text_3'] = 'Old-gen console',
		['text_4'] = 'Mobile',
		['text_5'] = '3DS',
		['text_6'] = 'Switch',
		['text_7'] = 'tModLoader',
		-- J will not appear with other versions.
		['text_j'] = 'Japanese console version',
		-- The "forms" argument for mw.language:convertPlural 
		-- See https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#mw.language:convertPlural
		['version_plural_forms'] = {'version %s', 'versions %s'} , -- see string.format()
		-- The "separator" and "conjunction" arguments for mw.text.listToText
		-- See https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#mw.text.listToText
		['list_separator'] = ', ',
		['list_conjunction'] = ', and ',
		['eicons_error_text'] = 'Invalid EICONS input!',
		['eicons_error_cate'] = 'Eicons template with invalid platforms', -- no platform or all platforms.
	},
	['fr'] = {
		['text_1'] = 'Bureau',
		['text_3'] = 'Console old-gen',
		['text_j'] = 'Version Console japonaise',
		['version_plural_forms'] = {'%s version', '%s versions'} ,
		['list_conjunction'] = ' et ',
		['eicons_error_text'] = 'Input EICONS invalide !',
		['eicons_error_cate'] = 'Modèle Eicons avec des plateformes invalides',
	},
	['pl'] = {
		['text_1'] = 'PC',
		['text_2'] = 'konsolach',
		['text_3'] = 'konsolach starej generacji',
		['text_4'] = 'urządzeniach mobilnych',
		['text_j'] = 'Wersja na japońskich konsolach',
		['version_plural_forms'] = {'Edycje na %s', 'Edycje na %s'} ,
		['list_conjunction'] = ' i ',
	},
	['pt'] = {
		-- eicons
		-- used as "<A>, <B>, and <c> versions" format
		['text_1'] = 'Computador',
		['text_2'] = 'Console',
		['text_3'] = 'Console old-gen',
		['text_4'] = 'Celular',
		['text_5'] = '3DS',
		['text_6'] = 'Switch',
		['text_7'] = 'tModLoader',
		-- J will not appear with other versions.
		['text_j'] = 'Versão para Console japonês',
		-- The "forms" argument for mw.language:convertPlural 
		-- See https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#mw.language:convertPlural
		['version_plural_forms'] = {'Versão para %s', 'Versões para %s'} ,
		-- The "separator" and "conjunction" arguments for mw.text.listToText
		-- See https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#mw.text.listToText
		['list_separator'] = ', ',
		['list_conjunction'] = ' e ',
		['eicons_error_text'] = 'Valor inserido para EICONS inválido!',
		['eicons_error_cate'] = 'Predefinição eicons com plataformas inválidas', -- no platform or all platforms.
	},
	['zh'] = {
		-- eicons
		-- used as "<A>, <B>, and <c> versions" format
		['text_1'] = '电脑版',
		['text_2'] = '主机版',
		['text_3'] = '前代主机版',
		['text_4'] = '移动版',
		['text_5'] = '3DS版',
		['text_6'] = 'Switch版',
		['text_7'] = 'tModLoader支持版本',
		-- J will not appear with other versions.
		['text_j'] = '日本主机版',
		-- The "forms" argument for mw.language:convertPlural 
		-- See https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#mw.language:convertPlural
		['version_plural_forms'] = {'%s', '%s'} ,
		-- The "separator" and "conjunction" arguments for mw.text.listToText
		-- See https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#mw.text.listToText
		['list_separator'] = '、',
		['list_conjunction'] = '、和',
		['eicons_error_text'] = 'Invalid EICONS input!',
		['eicons_error_cate'] = 'Eicons template with invalid platforms', -- no platform or all platforms.		
	},
}
Advertisement