sourcemod/translations/hu/basevotes.phrases.txt
peace-maker 008fbf78a5
Cleanup the translation files (#1962)
* Remove obsolete slapslay.phrases.txt

That plugin isn't in the stock arsenal since forever.

* Remove "Dead Player Rename" phrase

Unused since #313

* Remove nominations phrases from rockthevote

Those phrases were moved to their own nominations.phrases.txt

* Remove "Next Map" phrase from nextmap.phrases.txt

It was moved to basetriggers.phrases.txt

* Remove unused phrases from common.phrases.txt

Only "Slapped Player" was moved to funvotes.phrases.txt

* Delete empty phrase files

* Fix workflow python version selection

3.10 would select Python 3.1 and fail

* Deduplicate "Please select a map" phrase

Only keep it in the plugin.basecommands.txt file and remove it from the basevotes.phrases.txt.

Both plugins using the phrase load the basecommands phrases.

* Allow manual triggering of translations action

* Actually use the nextmap phrases

They were never referenced in the plugin. The "ago" phrase doesn't work the way it is and needs more rethinking.
2023-03-30 01:13:40 +02:00

89 lines
1.2 KiB
Plaintext

"Phrases"
{
"Initiate Vote"
{
"hu" "Szavazás inditása: {1}"
}
"Initiated Vote Map"
{
"hu" "Pályaszavazás inditása"
}
"Initiated Vote Kick"
{
"hu" "{1} játékos kirúgásának szavazása"
}
"Initiated Vote Ban"
{
"hu" "{1} játékos kitiltásának szavazása"
}
"Map Vote"
{
"hu" "Pályaszavazás: {1}"
}
"Change Map To"
{
"hu" "Elváltsunk a {1} pályára?"
}
"Votekick Player"
{
"hu" "Kidobjuk {1} -t?"
}
"Voteban Player"
{
"hu" "Kitiltsuk {1} -t?"
}
"Vote Successful"
{
"hu" "Sikeres szavazás! (Bejött {1}%% a {2} szavazatoknak)"
}
"Vote Failed"
{
"hu" "Szavazás sikertelen. {1}%% kellett volna. (Bejött {2}%% a {3} szavazatoknak)"
}
"Vote End"
{
"hu" "Válasz a {1} kérdésre: {2}"
}
"Kick vote"
{
"hu" "Kirúgás szavazás"
}
"Ban vote"
{
"hu" "Kititltás szavazás"
}
"Map vote"
{
"hu" "Pálya szavazás"
}
"Confirm Vote"
{
"hu" "Szavazás elfogadása"
}
"Map Vote In Use"
{
"hu" "Egy másik admin jelenleg is használja a szavazás menüt!"
}
"Start the Vote"
{
"hu" "Szavazás elindítása"
}
}