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:
parent
c5087d7a39
commit
8826663186
@ -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"
|
||||||
{
|
{
|
||||||
|
@ -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."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user