Module:Other Languages/i18n

From Pixel Gun 3D Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Other Languages/i18n/doc

return {
	['en'] = {
		--language row labels
		['en']  = '<b>English</b>',
		['zhs'] = '<b>Chinese<br /><small>(Simplified)</small></b>',
		['zht'] = '<b>Chinese<br /><small>(Traditional)</small></b>',
		['ja']  = '<b>Japanese</b>',
		['ko']  = '<b>Korean</b>',
		['es']  = '<b>Spanish</b>',
		['fr']  = '<b>French</b>',
		['ru']  = '<b>Russian</b>',
		['th']  = '<b>Thai</b>',
		['vi']  = '<b>Vietnamese</b>',
		['de']  = '<b>German</b>',
		['id']  = '<b>Indonesian</b>',
		['pt']  = '<b>Portuguese</b>',
		['tr']  = '<b>Turkish</b>',
		['it']  = '<b>Italian</b>',
		
		--references
		['en-ref']   = '<b>English:</b>&nbsp;',
		['zhs-ref']  = '<b>Simplified Chinese:</b>&nbsp;',
		['zht-ref']  = '<b>Traditional Chinese:</b>&nbsp;',
		['zh-ref']  = '<b>Chinese:</b>&nbsp;',
		['ja-ref']   = '<b>Japanese:</b>&nbsp;',
		['ko-ref']   = '<b>Korean:</b>&nbsp;',
		['es-ref']   = '<b>Spanish:</b>&nbsp;',
		['fr-ref']   = '<b>French:</b>&nbsp;',
		['ru-ref']   = '<b>Russian:</b>&nbsp;',
		['th-ref']   = '<b>Thai:</b>&nbsp;',
		['vi-ref']   = '<b>Vietnamese:</b>&nbsp;',
		['de-ref']   = '<b>German:</b>&nbsp;',
		['id-ref']   = '<b>Indonesian:</b>&nbsp;',
		['pt-ref']   = '<b>Portuguese:</b>&nbsp;',
		['tr-ref']   = '<b>Turkish:</b>&nbsp;',
		['it-ref']   = '<b>Italian:</b>&nbsp;',
		['zhja-ref'] = '<b>Chinese & Japanese:</b>&nbsp;',
		
		--multi references
		['en-ref-plain']   = 'English',
		['zhs-ref-plain']  = 'Simplified Chinese',
		['zht-ref-plain']  = 'Traditional Chinese',
		['zh-ref-plain']   = 'Chinese',
		['ja-ref-plain']   = 'Japanese',
		['ko-ref-plain']   = 'Korean',
		['es-ref-plain']   = 'Spanish',
		['fr-ref-plain']   = 'French',
		['ru-ref-plain']   = 'Russian',
		['th-ref-plain']   = 'Thai',
		['vi-ref-plain']   = 'Vietnamese',
		['de-ref-plain']   = 'German',
		['id-ref-plain']   = 'Indonesian',
		['pt-ref-plain']   = 'Portuguese',
		['tr-ref-plain']   = 'Turkish',
		['it-ref-plain']   = 'Italian',
	}
}