Leaguepedia | League of Legends Esports Wiki
Advertisement

Edit the documentation or categories for this module.

This is an i18n module. Feel free to add translations! Please keep English first in the list, and the rest of the languages should be listed alphabetically by language code.


return {
	["en"] = {
		["Player"] = 'Player',
		["Total"] = 'Games',
		["error_emptyRow"] = 'Something went wrong, and a player without any data was attempted to be printed. Yikes!',
		["error_noLeagues"] = 'no leagues found',
		["tiebreakerNotice"] = 'Playoff games are NOT included, but regular-season tiebreaker games ARE.',
	},
	["de"] = {
		["Player"] = 'Spieler',
		["Total"] = 'Spiele',
		["error_emptyRow"] = 'Etwas ist schief gelaufen und es wurde versucht einen Spieler ohne jegliche Daten auszugeben. Yikes!',
		["tiebreakerNotice"] = 'Tiebreaker der Regular Season sind inbegriffen, Playoffs Spiele jedoch NICHT.',
	},
	["es"] = {
		["Player"] = 'Jugador',
		["Total"] = 'Juegos',
		["error_emptyRow"] = 'Algo salió mal, y un jugador sin datos intentó ser consultado. Yikes!',
		["tiebreakerNotice"] = 'Los juegos de playoffs no están incluidos, pero los juegos de desempate de la temporada regular sí.',
}
}
Advertisement