SMITE Esports Wiki
Advertisement

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

return {
	["en"] = {
		["gameToggle"] = 'Game',
		["matchToggle"] = 'Match',
		["total"] = 'Total',
		["wr"] = 'WR %%',
	},
    ["de"] = {
		["gameToggle"] = 'Spiel',
		["matchToggle"] = 'Begegnung',
		["total"] = 'Gesamt',
		["wr"] = 'WR %%',
	},
    ["dk"] = {
		["gameToggle"] = 'Spil',
		["matchToggle"] = 'Kamp',
		["total"] = 'Total',
		["wr"] = 'WR %%',
	},
	["es"] = {
		["gameToggle"] = 'Juego',
		["matchToggle"] = 'Partido',
		["total"] = 'Total',
		["wr"] = 'WR %%',
	},
	["fr"] = {
		["gameToggle"] = 'Partie',
		["matchToggle"] = 'Match',
		["total"] = 'Total',
		["wr"] = 'WR %%',
	},
	["it"] = {
		["gameToggle"] = 'Game',
		["matchToggle"] = 'Partita',
		["total"] = 'Totale',
		["wr"] = 'WR %%',
	},
	["ja"] = {
		["gameToggle"] = 'Game',
		["matchToggle"] = 'Match',
		["total"] = '合計',
		["wr"] = '勝率 %%',
	},
    ["pt"] = {
		["gameToggle"] = 'Partida',
		["matchToggle"] = 'Série',
		["total"] = 'Total',
		["wr"] = 'WR %%',
	},
    ["pt-br"] = {
		["gameToggle"] = 'Partida',
		["matchToggle"] = 'Série',
		["total"] = 'Total',
		["wr"] = 'WR %%',
	},
    ["ru"] = {
		["gameToggle"] = 'Игра',
		["matchToggle"] = 'Матч',
		["total"] = 'Всего',
		["wr"] = 'WR %%',
	},
}
Advertisement