sourcemod/translations/lt/plugin.basecommands.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

134 lines
2.0 KiB
Plaintext

"Phrases"
{
"Unable to find cvar"
{
"lt" "Nepavyko rasti nustatymo: {1}"
}
"No access to cvar"
{
"lt" "Jūs neturite teisių į šį nustatymą."
}
"Value of cvar"
{
"lt" "Reikšmė nustatymo \"{1}\": \"{2}\""
}
"Cvar changed"
{
"lt" "Pakeistas nustatymas \"{1}\" į \"{2}\"."
}
"Config not found"
{
"lt" "Nustatymų failas \"{1}\" nerastas."
}
"Executed config"
{
"lt" "Įvykdyti nustatymai \"{1}\"."
}
"Permabanned player"
{
"lt" "Neribotai uždrausta žaisti žaidėjui \"{1}\"."
}
"Permabanned player reason"
{
"lt" "Neribotai uždrausta žaisti žaidėjui \"{1}\" (priežastis: {2})."
}
"Banned player"
{
"lt" "Draudimas žaisti žaidėjui \"{1}\" {2} minučių."
}
"Banned player reason"
{
"lt" "Draudimas žaisti žaidėjui \"{1}\" {2} minučių (priežastis: {3})."
}
"Removed bans matching"
{
"lt" "Pašalinti draudimai atitinkantys filtrą: {1}"
}
"Ban added"
{
"lt" "Draudimas žaisti įsigaliojo."
}
"Admin cache refreshed"
{
"lt" "Adminisracinio personalo informacija buvo atnaujinta."
}
"Identify player"
{
"lt" "Identifikuoti žaidėją"
}
"Choose Map"
{
"lt" "Pasirinkti žemėlapį"
}
"Exec CFG"
{
"lt" "Vykdomas CFG"
}
"Admin logged in as"
{
"lt" "\"{1}\" prisijungė kaip \"{2}\" su teisėmis: {3}"
}
"Admin logged in anon"
{
"lt" "\"{1}\" turi teises: {2}"
}
"Player is not an admin"
{
"lt" "\"{1}\" nėra administratorius."
}
"Player is an admin"
{
"lt" "\"{1}\" yra administratorius."
}
"Username"
{
"lt" "Vartotojo vardas"
}
"Kicked target"
{
"lt" "Pašalintas {1}."
}
"Admin access"
{
"lt" "Administracijos prieiga"
}
"Cvar is now protected"
{
"lt" "Nustatymas {1} dabar apsaugotas."
}
"Kicked target reason"
{
"lt" "Išspirtas {1} (Priežastis: {2})"
}
"Please select a map"
{
"lt" "Pasirinkti žemėlapį"
}
}