translations: add missing phrases to Spanish language (#1964)

* Added corresponding format parameters

* Added missing phrase

* Added missing phrase to basetriggers
This commit is contained in:
aept 2023-03-30 00:43:03 -03:00 committed by GitHub
parent c5087d7a39
commit 8826663186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 2 deletions

View File

@ -19,6 +19,12 @@
{ {
"es" "Fuego Amigo está desactivado." "es" "Fuego Amigo está desactivado."
} }
"Friendly Fire Percent"
{
"#format" "{1:0.0f}"
"es" "Fuego Amigo está al {1}%."
}
"Current Map" "Current Map"
{ {

View File

@ -65,4 +65,9 @@
"es" "Nominados" "es" "Nominados"
} }
"Map Not In Pool"
{
"#format" "{1:s}"
"es" "El mapa '{1}' no está en el grupo de nominaciones."
}
} }

View File

@ -1,4 +1,4 @@
"Phrases" "Phrases"
{ {
"Rock The Vote" "Rock The Vote"
{ {
@ -22,7 +22,8 @@
"Already Voted" "Already Voted"
{ {
"es" "Ya has votado hacer un Rock the Vote." "#format" "{1:d},{2:d}"
"es" "Ya has votado hacer un Rock the Vote. ({1} votos, {2} requeridos)"
} }
"Minimal Players Not Met" "Minimal Players Not Met"