sourcemod/translations/las/basevotes.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

94 lines
1.2 KiB
Plaintext

"Phrases"
{
"Initiate Vote"
{
"las" "Votación iniciada: {1}"
}
"Initiated Vote Map"
{
"las" "Votación de mapa iniciada."
}
"Initiated Vote Kick"
{
"las" "Votación iniciada para expulsar a {1}."
}
"Initiated Vote Ban"
{
"las" "Votación de ban contra {1} iniciada."
}
"Map Vote"
{
"las" "Votar mapa: {1}"
}
"Change Map To"
{
"las" "Cambiar mapa a {1}?"
}
"Votekick Player"
{
"las" "Expulsar a {1}?"
}
"Voteban Player"
{
"las" "Banear a {1}?"
}
"Vote Successful"
{
"las" "Votación exitosa. (Obtenidos {1}%% de {2} votos)"
}
"Vote Failed"
{
"las" "Votación sin éxito. {1}%% de votos requeridos. (Obtenidos {2}%% de {3} votos)"
}
"Vote End"
{
"las" "La respuesta a {1} es: {2}."
}
"Kick vote"
{
"las" "Votar expulsión"
}
"Ban vote"
{
"las" "Votar ban"
}
"Map vote"
{
"las" "Votar mapa"
}
"Confirm Vote"
{
"las" "Confirmar votación"
}
"Map Vote In Use"
{
"las" "Otro administrador está utilizando el menú de votación de mapas."
}
"Please select a map"
{
"las" "Selecciona un mapa"
}
"Start the Vote"
{
"las" "Empezar la votación"
}
}