diff --git a/client/src/assets/i18n/de.json b/client/src/assets/i18n/de.json index fff798b7b..d702e7976 100644 --- a/client/src/assets/i18n/de.json +++ b/client/src/assets/i18n/de.json @@ -1534,6 +1534,7 @@ "rankingPrioritizeAscensions": "Die Rangliste bevorzugt die Anzahl an Aufstiegen vor Stufe und Erfahrung!", "fasterFights": "Schnellere Kämpfe", "displayVersusPage": "Versus-Seite anzeigen", + "displayOpponentDetails": "Details zum Gegner zeigen", "wiki.howToRankup": "Wie steige ich im Rang auf?", "wiki.winDaily": "Gewinne (ein) Tägliche(s) Turnier(e)", "wiki.wins_one": "{{count}} Sieg", diff --git a/client/src/assets/i18n/es.json b/client/src/assets/i18n/es.json index 110e00a5a..aa4d0a3a8 100644 --- a/client/src/assets/i18n/es.json +++ b/client/src/assets/i18n/es.json @@ -124,7 +124,7 @@ "ranking": "Clasificación", "victories": "Victorias", "winrate": "Winrate", - "wins-losses": "{{wins}}W / {{losses}}L", + "wins-losses": "{{wins}}V / {{losses}}D", "pupils": "Alumnos", "weaponsBonuses": "Armas y bonus disponibles en combate", "inventory": "Inventario", @@ -471,7 +471,7 @@ "allRead": "Marcar como leído", "newBrute": "Nuevo Bruto", "gold": "Oro", - "goldNeededForNewBrute": "You need {{gold}} Gold to create a new Brute.", + "goldNeededForNewBrute": "Necesitas {{gold}} de oro para desbloquear un nuevo Bruto.", "sacrifice": "Sacrificar", "sacrificeConfirm": "¿Estás seguro de que quieres sacrificar tu Bruto por {{gold}} Oro? Esta acción no se puede deshacer.", "sacrificeSuccess": "Sacrificio exitoso, has conseguido {{gold}} Oro.", @@ -577,7 +577,7 @@ "fight.step.stun": "{{brute}} fue aturdido.", "fight.step.haste": "{{brute}} arrolló a {{opponent}} causando {{damage}} puntos de daño.", "fight.step.treat": "{{brute}} le dio una golosina a su {{target}} mascota y le curó {{heal}} puntos de vida.", - "fight.step.dropShield": "{{brute}} dropped their shield.", + "fight.step.dropShield": "{{brute}} soltó su escudo.", "fight.wonTheFight": "{{brute}} ha ganado el combate", "fight.play": "Continuar", "fight.pause": "Pausar", @@ -590,7 +590,7 @@ "experience": "Experiencia", "brute": "Bruto", "destinyOf": "Destino de", - "moderation": "Moderation", + "moderation": "Moderación", "adminPanel": "Panel de administración", "disableSound": "Desactivar sonido", "enableSound": "Activar sonido", @@ -1534,6 +1534,7 @@ "rankingPrioritizeAscensions": "¡La clasificación prioriza la cantidad de Ascenciones sobre la experiencia y el nivel!", "fasterFights": "Combates más rápidos", "displayVersusPage": "Mostrar página del versus", + "displayOpponentDetails": "Mostrar detalles del oponente", "wiki.howToRankup": "¿Cómo subir de rango?", "wiki.winDaily": "Ganando uno o más torneos diarios", "wiki.wins_one": "{{count}} victoria", @@ -1570,13 +1571,13 @@ "wiki.pupilBenefits": "Ninguno (por ahora)", "wiki.pupilExplanation": "Los alumnos ya no dan experiencia como en versiones anteriores. Aun así, tu bruto todavía puede tener alumnos compartiendo el enlace en la esquina derecha de su celda.", "bruteSetForDeletion": "One of your brutes has been set for deletion.", - "reportAccepted": "Report accepted", - "reportRejected": "Report rejected", - "status": "Status", - "pending": "Pending", - "accepted": "Accepted", - "rejected": "Rejected", - "unknown": "Unknown", - "reportedBy": "Reported by", + "reportAccepted": "Reporte aceptado", + "reportRejected": "Reporte rechazado", + "status": "Estado", + "pending": "Pendiente", + "accepted": "Aceptado", + "rejected": "Rechazado", + "unknown": "Desconocido", + "reportedBy": "Reportado por", "handledBy": "Handled by" } diff --git a/client/src/assets/i18n/fr.json b/client/src/assets/i18n/fr.json index 203c6439c..3791a4e0f 100644 --- a/client/src/assets/i18n/fr.json +++ b/client/src/assets/i18n/fr.json @@ -1534,6 +1534,7 @@ "rankingPrioritizeAscensions": "Le classement priorise le nombre d'ascensions par rapport au niveau et à l'expérience !", "fasterFights": "Combats plus rapides", "displayVersusPage": "Afficher la page versus", + "displayOpponentDetails": "Afficher les détails des adversaires", "wiki.howToRankup": "Comment monter de rang ?", "wiki.winDaily": "Gagner des tournois quotidiens", "wiki.wins_one": "{{count}} victoire", diff --git a/client/src/assets/i18n/it.json b/client/src/assets/i18n/it.json index 219045abd..5314b39f4 100644 --- a/client/src/assets/i18n/it.json +++ b/client/src/assets/i18n/it.json @@ -1534,6 +1534,7 @@ "rankingPrioritizeAscensions": "The rankings prioritize the amount of ascensions over experience and level !", "fasterFights": "Faster fights", "displayVersusPage": "Display versus page", + "displayOpponentDetails": "Display opponent details", "wiki.howToRankup": "How to rank up?", "wiki.winDaily": "Win daily tournament(s)", "wiki.wins_one": "{{count}} win", diff --git a/client/src/assets/i18n/ko.json b/client/src/assets/i18n/ko.json index 8fd62b064..da4337d37 100644 --- a/client/src/assets/i18n/ko.json +++ b/client/src/assets/i18n/ko.json @@ -1534,6 +1534,7 @@ "rankingPrioritizeAscensions": "The rankings prioritize the amount of ascensions over experience and level !", "fasterFights": "Faster fights", "displayVersusPage": "Display versus page", + "displayOpponentDetails": "Display opponent details", "wiki.howToRankup": "How to rank up?", "wiki.winDaily": "Win daily tournament(s)", "wiki.wins_one": "{{count}} win", diff --git a/client/src/assets/i18n/pt.json b/client/src/assets/i18n/pt.json index f5e34e8a9..0b7e1ea53 100644 --- a/client/src/assets/i18n/pt.json +++ b/client/src/assets/i18n/pt.json @@ -1534,6 +1534,7 @@ "rankingPrioritizeAscensions": "The rankings prioritize the amount of ascensions over experience and level !", "fasterFights": "Faster fights", "displayVersusPage": "Display versus page", + "displayOpponentDetails": "Display opponent details", "wiki.howToRankup": "How to rank up?", "wiki.winDaily": "Win daily tournament(s)", "wiki.wins_one": "{{count}} win", diff --git a/client/src/assets/i18n/ru.json b/client/src/assets/i18n/ru.json index 39c99c541..a3c4dac44 100644 --- a/client/src/assets/i18n/ru.json +++ b/client/src/assets/i18n/ru.json @@ -1534,6 +1534,7 @@ "rankingPrioritizeAscensions": "Рейтинг в первую очередь считает степень превосходства, а затем опыт и уровень!", "fasterFights": "Ускоренные битвы", "displayVersusPage": "Показывать страницу «против»", + "displayOpponentDetails": "Показать подробности", "wiki.howToRankup": "Как повысить звание?", "wiki.winDaily": "Станьте победителем Ежедневного Турнира", "wiki.wins_one": "{{count}} победа", diff --git a/server/i18n/es.json b/server/i18n/es.json index 01649944f..2d84b3951 100644 --- a/server/i18n/es.json +++ b/server/i18n/es.json @@ -42,10 +42,10 @@ "bruteMissingWeapon": "A tu bruto le falta esta arma", "bruteMissingSkill": "A tu bruto le falta esta habilidad", "bruteMissingPet": "A tu bruto le falta esta mascota", - "bruteMissingDogAscend": "Your brute must ascend with each dog in order", - "bruteSkillAlreadyWeapon": "Your brute has already ascended with this weapon", - "bruteSkillAlreadyAscended": "Your brute has already ascended with this skill", - "bruteSkillAlreadyPet": "Your brute has already ascended with this pet", + "bruteMissingDogAscend": "Tu bruto debe ascender con cada perro en orden", + "bruteSkillAlreadyWeapon": "Tu bruto ya ha ascendido con esta arma", + "bruteSkillAlreadyAscended": "Tu bruto ya ha ascendido con esta habilidad", + "bruteSkillAlreadyPet": "Tu bruto ya ha ascendido con esta mascota", "noFirstBonus": "El bruto no tiene primer bonus", "bruteNotFoundOrNotDeleted": "Bruto no encontrado o no eliminado", "anotherBruteHasThisName": "Otro bruto ya tiene este nombre",