sourcemod/translations/es/mapchooser.phrases.txt
Kyle Sanderson 48150e0c7a
Bring languages into the tree (#1625)
* translations: bring languages into tree

* Update translation phrases changed since 2021

* Update packaging script to include all translations

* Update languages.cfg

* Add Latin American Spanish translations

This is a copy of spanish for now.

* Ignore "en" when looking for translation folders

English is the default and doesn't use a subfolder.

* Only add each translation folder once

Korean "ko" is in there twice.

* Compare language coverage to english

All phrases are compared to the english baseline files and any differences
are reported. The differences are pushed to a Github Project as well for
an easier overview.

Thank you to @nosoop for sharing the Python SMC parser!

* Add link to README

---------

Co-authored-by: Peace-Maker <peace-maker@wcfan.de>
2023-03-29 16:23:05 +02:00

49 lines
895 B
Plaintext

"Phrases"
{
"Vote Nextmap"
{
"es" "Vota por el siguiente mapa!"
}
"Nextmap Voting Started"
{
"es" "La votación para el siguiente mapa ha comenzado."
}
"Nextmap Voting Finished"
{
"es" "Votación de mapa finalizada. El próximo mapa será {1}. (Obtenidos {2}%% de {3} votos) "
}
"Current Map Extended"
{
"es" "El mapa actual ha sido extendido. (Obtenidos {1}%% de {2} votos)"
}
"Extend Map"
{
"es" "Extender el Mapa Actual"
}
"Dont Change"
{
"es" "No cambiar"
}
"Current Map Stays"
{
"es" "¡El mapa actual continúa! ¡El voto ha decidido! (Obtenidos {1}%% de {2} votos)"
}
"Changed Next Map"
{
"es" "Siguiente mapa cambiado a \"{1}\"."
}
"Starting Runoff"
{
"es" "No hay ningún mapa que superase el {1}%% de los votos ({2} [{3}%%] & {4} [{5}%%]), comenzando segunda votación"
}
}