This module stores the localization information for Module:Exclusive.
return {
['en'] = {
-- eicons
-- used as "<A>, <B>, and <c> versions" format
-- Japanese console version and New Chinese are "true exclusives"; they will not appear alongside other versions
['text_0'] = 'PC',
['text_1'] = 'Console',
['text_2'] = 'Old-gen console',
['text_3'] = 'Japanese console version',
['text_4'] = 'Mobile',
['text_5'] = 'Windows Phone',
['text_6'] = 'New Chinese',
['text_7'] = 'Old Chinese',
['text_8'] = '3DS',
['text_9'] = 'tModLoader',
['text_10'] = 'tModLoader 1.3-Legacy',
-- 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 version', '%s versions'} , -- 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.
},
['de'] = {
['text_0'] = 'PC',
['text_1'] = 'Konsolen',
['text_2'] = 'Old-gen-Konsolen',
['text_3'] = 'Japanische-Konsolen-Version',
['text_4'] = 'Mobil',
['text_5'] = 'Windows Phone',
['text_6'] = 'Neue chinesische',
['text_7'] = 'Alte chinesische',
['text_8'] = '3DS-',
['text_9'] = 'tModLoader',
['text_10'] = 'tModLoader 1.3-Legacy',
['version_plural_forms'] = {'%sversion', '%sversions'} ,
['list_separator'] = '-, ',
['list_conjunction'] = '- und ',
['eicons_error_text'] = 'Ungültige EICONS-Eingabe!',
['eicons_error_cate'] = 'Eicons-Vorlage mit ungültigen Plattformen',
},
['fr'] = {
['text_0'] = 'Ordinateur',
['text_1'] = 'Console',
['text_2'] = 'Console old-gen',
['text_3'] = 'Version Console japonaise',
['text_4'] = 'Mobile',
['text_5'] = 'Windows Phone',
['text_6'] = 'Nouveau chinois',
['text_7'] = 'Vieux chinois',
['text_8'] = '3DS',
['text_9'] = 'tModLoader',
['text_10'] = 'tModLoader 1.3-Legacy',
['version_plural_forms'] = {'version %s', 'versions %s'} ,
['list_separator'] = ', ',
['list_conjunction'] = ' et ',
['eicons_error_text'] = 'Input EICONS invalide !',
['eicons_error_cate'] = 'Modèle Eicons avec des plateformes invalides',
},
['pl'] = {
['text_0'] = 'PC',
['text_1'] = 'konsolach',
['text_2'] = 'konsolach starej generacji',
['text_3'] = 'Wersja na japońskich konsolach',
['text_4'] = 'urządzeniach mobilnych',
['text_5'] = 'Windows Phone',
['text_6'] = 'Nowa chińska',
['text_7'] = 'Stara chińska',
['text_8'] = '3DS',
['text_9'] = 'tModLoader',
['text_10'] = 'tModLoader 1.3-Legacy',
['version_plural_forms'] = {'Edycje na %s', 'Edycje na %s'} ,
['list_separator'] = ', ',
['list_conjunction'] = ' i ',
['eicons_error_text'] = 'Nieprawidłowy wpis EICONS!',
['eicons_error_cate'] = 'Szablon Eicons z nieprawidłowymi platformami',
},
['pt'] = {
['text_0'] = 'Computador',
['text_1'] = 'Console',
['text_2'] = 'Console old-gen',
['text_3'] = 'Versão para Console japonês',
['text_4'] = 'Celular',
['text_5'] = 'Windows Phone',
['text_6'] = 'Nova chinesa',
['text_7'] = 'Chinesa antiga',
['text_8'] = '3DS',
['text_9'] = 'tModLoader',
['text_10'] = 'tModLoader 1.3-Legacy',
['version_plural_forms'] = {'Versão para %s', 'Versões para %s'} ,
['list_separator'] = ', ',
['list_conjunction'] = ' e ',
['eicons_error_text'] = 'Valor inserido para EICONS inválido!',
['eicons_error_cate'] = 'Predefinição eicons com plataformas inválidas',
},
['zh'] = {
['text_0'] = '电脑版',
['text_1'] = '主机版',
['text_2'] = '前代主机版',
['text_3'] = '日本主机版',
['text_4'] = '移动版',
['text_5'] = 'Windows Phone',
['text_6'] = '心动',
['text_7'] = '乐逗',
['text_8'] = '3DS版',
['text_9'] = 'tModLoader支持版本',
['text_10'] = 'tModLoader 1.3-Legacy',
['version_plural_forms'] = {'%s', '%s'} ,
['list_separator'] = '、',
['list_conjunction'] = '、和',
['eicons_error_text'] = 'EICONS 输入无效!',
['eicons_error_cate'] = '具有无效平台的 Eicons 模板',
},
}