Fix in-game display text (#2049)

This commit is contained in:
ERthereal
2023-02-16 08:33:32 +08:00
committed by GitHub
parent 1b2210f5a7
commit 39b4aa1387
8 changed files with 15 additions and 15 deletions

View File

@@ -306,7 +306,7 @@
"team": {
"invalid_usage": "Uso inválido.",
"invalid_index": "Index inválido.",
"add_too_much": "El servidor solo permite tener como máximo %d avatar(es) en tu equipo.",
"add_too_much": "El servidor solo permite tener como máximo %s avatar(es) en tu equipo.",
"failed_to_add_avatar": "Error al añadir el avatar con ID %s.",
"failed_to_parse_index": "Error al usar el index: %s",
"remove_too_much": "No puedes quitar todos tus avatares.",
@@ -314,7 +314,7 @@
"index_out_of_range": "El index especificado está fuera de rango.",
"failed_parse_avatar_id": "Error al usar el ID del avatar: %s",
"avatar_already_in_team": "El avatar ya está en el equipo.",
"avatar_not_found": "Avatar %d no encontrado.",
"avatar_not_found": "Avatar %s no encontrado.",
"description": "Modifica tu equipo manualmente."
},
"teleportAll": {