sourcemod/translations/it/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.1 KiB
Plaintext

"Phrases"
{
"Unable to find cvar"
{
"it" "Impossibile trovare la cvar: {1} "
}
"No access to cvar"
{
"it" "Non hai accesso a questa cvar."
}
"Value of cvar"
{
"it" "Valore della cvar \"{1}\": \"{2}\""
}
"Cvar changed"
{
"it" "La cvar \"{1}\" è stata modificata in \"{2}\"."
}
"Config not found"
{
"it" "Il file di configurazione \"{1}\" non è stato trovato."
}
"Executed config"
{
"it" "Configurazione \"{1}\" eseguita."
}
"Permabanned player"
{
"it" "Il giocatore \"{1}\" è stato bandito permanentemente."
}
"Permabanned player reason"
{
"it" "Il giocatore \"{1}\" è stato bandito permanentemente (motivo: {2}). "
}
"Banned player"
{
"it" "Il giocatore \"{1}\" è stato bandito per {2} minuti."
}
"Banned player reason"
{
"it" "Il giocatore \"{1}\" è stato bandito per {2} minuti (motivo: {3})."
}
"Removed bans matching"
{
"it" "Rimossi i ban corrispondenti al filtro: {1}"
}
"Ban added"
{
"it" "Il ban è stato aggiunto "
}
"Admin cache refreshed"
{
"it" "La cache da amministratore è stata aggiornata."
}
"Identify player"
{
"it" "Identifica un giocatore"
}
"Choose Map"
{
"it" "Scegli una mappa"
}
"Exec CFG"
{
"it" "Esegui configurazione"
}
"Admin logged in as"
{
"it" "\"{1}\" ha eseguito l'accesso come \"{2}\" ed è abilitato alle seguenti funzionalità: {3}"
}
"Admin logged in anon"
{
"it" "\"{1}\" è abilitato alle seguenti funzionalità: {2}"
}
"Player is not an admin"
{
"it" "\"{1}\" non è un amministratore. "
}
"Player is an admin"
{
"it" "\"{1}\" è un amministratore."
}
"Username"
{
"it" "Nome utente"
}
"Kicked target"
{
"it" "Il giocatore \"{1}\" è stato espulso"
}
"Admin access"
{
"it" "Accesso da amministratore"
}
"Cvar is now protected"
{
"it" "La cvar {1} ora è protetta."
}
"Kicked target reason"
{
"it" "Il giocatore \"{1}\" è stato espulso (Motivo: {2})"
}
"Please select a map"
{
"it" "Seleziona una mappa"
}
}