Bring languages into the tree (#1625)
* translations: bring languages into tree * Update translation phrases changed since 2021 * Update packaging script to include all translations * Update languages.cfg * Add Latin American Spanish translations This is a copy of spanish for now. * Ignore "en" when looking for translation folders English is the default and doesn't use a subfolder. * Only add each translation folder once Korean "ko" is in there twice. * Compare language coverage to english All phrases are compared to the english baseline files and any differences are reported. The differences are pushed to a Github Project as well for an easier overview. Thank you to @nosoop for sharing the Python SMC parser! * Add link to README --------- Co-authored-by: Peace-Maker <[email protected]>
This commit is contained in:
co-authored by
Peace-Maker
parent
d8fd60b562
commit
48150e0c7a
@@ -0,0 +1,33 @@
|
||||
"Phrases"
|
||||
{
|
||||
"SM help commands"
|
||||
{
|
||||
"it" "Aiuto per SourceMod: Informazioni sui comandi"
|
||||
}
|
||||
|
||||
"No description available"
|
||||
{
|
||||
"it" "Nessuna descrizione disponibile"
|
||||
}
|
||||
|
||||
"No commands available"
|
||||
{
|
||||
"it" "Nessun comando disponibile"
|
||||
}
|
||||
|
||||
"Type sm_help to see more"
|
||||
{
|
||||
"it" "Usa sm_help {1} per vedere ulteriori comandi"
|
||||
}
|
||||
|
||||
"Entries n - m in page k"
|
||||
{
|
||||
"it" "Voci: {1} di {2} nella pagina {3}"
|
||||
}
|
||||
|
||||
"No matching results found"
|
||||
{
|
||||
"it" "Non è stato trovato nessun risultato corrispondente"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Admin Menu"
|
||||
{
|
||||
"it" "Menu da amministratore"
|
||||
}
|
||||
|
||||
"Player Commands"
|
||||
{
|
||||
"it" "Comandi per giocatori"
|
||||
}
|
||||
|
||||
"Server Commands"
|
||||
{
|
||||
"it" "Comandi per server"
|
||||
}
|
||||
|
||||
"Voting Commands"
|
||||
{
|
||||
"it" "Comandi per votazioni"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Flooding the server"
|
||||
{
|
||||
"it" "Stai spammando nel server!"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Ban player"
|
||||
{
|
||||
"it" "Bandisci un giocatore"
|
||||
}
|
||||
|
||||
"Ban reason"
|
||||
{
|
||||
"it" "Motivo del ban"
|
||||
}
|
||||
|
||||
"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"
|
||||
}
|
||||
|
||||
"Cannot ban that IP"
|
||||
{
|
||||
"it" "Non puoi bandire questo indirizzo IP."
|
||||
}
|
||||
|
||||
"Custom ban reason explanation"
|
||||
{
|
||||
"it" "Inserisci la ragione come messaggio nella chat. Usa {1} per annullare."
|
||||
}
|
||||
|
||||
"AbortBan applied successfully"
|
||||
{
|
||||
"it" "Ban annullato."
|
||||
}
|
||||
|
||||
"AbortBan not waiting for custom reason"
|
||||
{
|
||||
"it" "Non in attesa di un motivo del ban, nessun ban da annullare."
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,73 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Gag/Mute player"
|
||||
{
|
||||
"it" "Imbavaglia/Ammutolisci un giocatore "
|
||||
}
|
||||
|
||||
"Choose Type"
|
||||
{
|
||||
"it" "Scegli un tipo per"
|
||||
}
|
||||
|
||||
"Gagged target"
|
||||
{
|
||||
"it" "{1} è stato imbavagliato."
|
||||
}
|
||||
|
||||
"Ungagged target"
|
||||
{
|
||||
"it" "La chat vocale di {1} è stata riattivata."
|
||||
}
|
||||
|
||||
"Muted target"
|
||||
{
|
||||
"it" "{1} è stato ammutolito."
|
||||
}
|
||||
|
||||
"Unmuted target"
|
||||
{
|
||||
"it" "La chat testuale di {1} è stata riattivata."
|
||||
}
|
||||
|
||||
"Silenced target"
|
||||
{
|
||||
"it" "{1} è stato silenziato."
|
||||
}
|
||||
|
||||
"Unsilenced target"
|
||||
{
|
||||
"it" "Le comunicazioni di {1} sono state riattivate."
|
||||
}
|
||||
|
||||
"Mute Player"
|
||||
{
|
||||
"it" "Ammutolisci il giocatore "
|
||||
}
|
||||
|
||||
"UnMute Player"
|
||||
{
|
||||
"it" "Riattiva chat testuale del giocatore"
|
||||
}
|
||||
|
||||
"Gag Player"
|
||||
{
|
||||
"it" "Imbavaglia il giocatore"
|
||||
}
|
||||
|
||||
"UnGag Player"
|
||||
{
|
||||
"it" "Riattiva chat vocale del giocatore"
|
||||
}
|
||||
|
||||
"Silence Player"
|
||||
{
|
||||
"it" "Silenzia il giocatore "
|
||||
}
|
||||
|
||||
"UnSilence Player"
|
||||
{
|
||||
"it" "Riattiva le comunicazioni del giocatore"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,108 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Timeleft"
|
||||
{
|
||||
"it" "Tempo rimasto per la mappa:"
|
||||
}
|
||||
|
||||
"Thetime"
|
||||
{
|
||||
"it" "L'orario attuale del server è: {1} "
|
||||
}
|
||||
|
||||
"Friendly Fire On"
|
||||
{
|
||||
"it" "Il fuoco amico è attivato."
|
||||
}
|
||||
|
||||
"Friendly Fire Off"
|
||||
{
|
||||
"it" "Il fuoco amico è disattivato."
|
||||
}
|
||||
|
||||
"Current Map"
|
||||
{
|
||||
"it" "La mappa attuale è {1}. "
|
||||
}
|
||||
|
||||
"LastRound"
|
||||
{
|
||||
"it" "Questo è l'ultimo round!!"
|
||||
}
|
||||
|
||||
"NoTimelimit"
|
||||
{
|
||||
"it" "Nessun tempo limite per la mappa"
|
||||
}
|
||||
|
||||
"Next Map"
|
||||
{
|
||||
"it" "Prossima mappa: {1} "
|
||||
}
|
||||
|
||||
"Pending Vote"
|
||||
{
|
||||
"it" "Votazione in sospeso"
|
||||
}
|
||||
|
||||
"WinLimitAppend"
|
||||
{
|
||||
"it" ", o quando una squadra vincerà 1 round"
|
||||
}
|
||||
|
||||
"WinLimit"
|
||||
{
|
||||
"it" "La mappa cambierà quando una squadra vincerà 1 round"
|
||||
}
|
||||
|
||||
"MaxRoundsAppend"
|
||||
{
|
||||
"it" ", o dopo 1 altro round"
|
||||
}
|
||||
|
||||
"MaxRounds"
|
||||
{
|
||||
"it" "La mappa cambierà dopo 1 altro round"
|
||||
}
|
||||
|
||||
"FragLimitAppend"
|
||||
{
|
||||
"it" ", o quando un giocatore otterrà 1 uccisione"
|
||||
}
|
||||
|
||||
"FragLimit"
|
||||
{
|
||||
"it" "La mappa cambierà quando un giocatore otterrà 1 uccisione"
|
||||
}
|
||||
|
||||
"WinLimitAppendPlural"
|
||||
{
|
||||
"it" ", o quando una squadra vincerà {1} round"
|
||||
}
|
||||
|
||||
"WinLimitPlural"
|
||||
{
|
||||
"it" "La mappa cambierà quando una squadra vincerà {1} round"
|
||||
}
|
||||
|
||||
"MaxRoundsAppendPlural"
|
||||
{
|
||||
"it" ", o dopo altri {1} round"
|
||||
}
|
||||
|
||||
"MaxRoundsPlural"
|
||||
{
|
||||
"it" "La mappa cambierà dopo altri {1} round"
|
||||
}
|
||||
|
||||
"FragLimitAppendPlural"
|
||||
{
|
||||
"it" ", o quando un giocatore otterrà {1} uccisioni"
|
||||
}
|
||||
|
||||
"FragLimitPlural"
|
||||
{
|
||||
"it" "La mappa cambierà quando un giocatore otterrà {1} uccisioni"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Initiate Vote"
|
||||
{
|
||||
"it" "Votazione iniziata: {1} "
|
||||
}
|
||||
|
||||
"Initiated Vote Map"
|
||||
{
|
||||
"it" "Votazione per cambiare mappa iniziata."
|
||||
}
|
||||
|
||||
"Initiated Vote Kick"
|
||||
{
|
||||
"it" "Votazione per espellere {1} iniziata."
|
||||
}
|
||||
|
||||
"Initiated Vote Ban"
|
||||
{
|
||||
"it" "Votazione per bandire {1} iniziata."
|
||||
}
|
||||
|
||||
"Map Vote"
|
||||
{
|
||||
"it" "Votazione per cambiare mappa: {1}"
|
||||
}
|
||||
|
||||
"Change Map To"
|
||||
{
|
||||
"it" "Cambiare la mappa in {1}?"
|
||||
}
|
||||
|
||||
"Votekick Player"
|
||||
{
|
||||
"it" "Espellere {1}?"
|
||||
}
|
||||
|
||||
"Voteban Player"
|
||||
{
|
||||
"it" "Bandire {1}?"
|
||||
}
|
||||
|
||||
"Vote Successful"
|
||||
{
|
||||
"it" "Votazione avvenuta con successo. (Voti ricevuti: {1}%% di {2}) "
|
||||
}
|
||||
|
||||
"Vote Failed"
|
||||
{
|
||||
"it" "Votazione respinta. Voti richiesti: {1}%% (Voti ricevuti: {2}%% di {3})"
|
||||
}
|
||||
|
||||
"Vote End"
|
||||
{
|
||||
"it" "La risposta a {1} è: {2}. "
|
||||
}
|
||||
|
||||
"Kick vote"
|
||||
{
|
||||
"it" "Votazione per espellere..."
|
||||
}
|
||||
|
||||
"Ban vote"
|
||||
{
|
||||
"it" "Votazione per bandire..."
|
||||
}
|
||||
|
||||
"Map vote"
|
||||
{
|
||||
"it" "Votazione per cambiare mappa"
|
||||
}
|
||||
|
||||
"Confirm Vote"
|
||||
{
|
||||
"it" "Conferma votazione"
|
||||
}
|
||||
|
||||
"Map Vote In Use"
|
||||
{
|
||||
"it" "Il menu di votazione delle mappe è attualmente in uso da un altro amministratore."
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"it" "Seleziona una mappa"
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"it" "Inizia la votazione"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Cookie List"
|
||||
{
|
||||
"it" "Lista dei cookie di Sourcemod"
|
||||
}
|
||||
|
||||
"Printing Cookie List"
|
||||
{
|
||||
"it" "Stampa della lista dei cookie nella console"
|
||||
}
|
||||
|
||||
"Cookie not Found"
|
||||
{
|
||||
"it" "Impossibile trovare il cookie \"{1}\" "
|
||||
}
|
||||
|
||||
"Cookie Value"
|
||||
{
|
||||
"it" "Il valore di {1} è {2}"
|
||||
}
|
||||
|
||||
"Protected Cookie"
|
||||
{
|
||||
"it" "Impossibile modificare il valore del cookie protetto \"{1}\" "
|
||||
}
|
||||
|
||||
"Cookie Changed Value"
|
||||
{
|
||||
"it" "Valore del cookie \"{1}\" modificato in \"{2}\""
|
||||
}
|
||||
|
||||
"No Console"
|
||||
{
|
||||
"it" "Impossibile mostrare il menu delle impostazioni nella console"
|
||||
}
|
||||
|
||||
"Choose Option"
|
||||
{
|
||||
"it" "Scegli l'opzione"
|
||||
}
|
||||
|
||||
"Client Settings"
|
||||
{
|
||||
"it" "Impostazioni del client"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,253 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Yes"
|
||||
{
|
||||
"it" "Sì"
|
||||
}
|
||||
|
||||
"No"
|
||||
{
|
||||
"it" "No"
|
||||
}
|
||||
|
||||
"No matching client"
|
||||
{
|
||||
"it" "Non è stato trovato nessun client corrispondente."
|
||||
}
|
||||
|
||||
"No matching clients"
|
||||
{
|
||||
"it" "Non è stato trovato nessun client corrispondente."
|
||||
}
|
||||
|
||||
"More than one client matches"
|
||||
{
|
||||
"it" "È stato trovato più di un client corrispondente a \"{1}\""
|
||||
}
|
||||
|
||||
"More than one client matched"
|
||||
{
|
||||
"it" "È stato trovato più di un client corrispondente al pattern specificato."
|
||||
}
|
||||
|
||||
"Player no longer available"
|
||||
{
|
||||
"it" "Il giocatore che hai scelto non è più disponibile."
|
||||
}
|
||||
|
||||
"Kick player"
|
||||
{
|
||||
"it" "Espelli un giocatore"
|
||||
}
|
||||
|
||||
"Kicked by admin"
|
||||
{
|
||||
"it" "Espulso da un amministratore"
|
||||
}
|
||||
|
||||
"Changing map"
|
||||
{
|
||||
"it" "Cambio della mappa in {1}..."
|
||||
}
|
||||
|
||||
"Map was not found"
|
||||
{
|
||||
"it" "La mappa {1} non è stata trovata."
|
||||
}
|
||||
|
||||
"Unable to target"
|
||||
{
|
||||
"it" "Non puoi bersagliare questo giocatore."
|
||||
}
|
||||
|
||||
"Name"
|
||||
{
|
||||
"it" "Nome"
|
||||
}
|
||||
|
||||
"Access"
|
||||
{
|
||||
"it" "Accesso"
|
||||
}
|
||||
|
||||
"See console for output"
|
||||
{
|
||||
"it" "Controlla la console per il risultato."
|
||||
}
|
||||
|
||||
"Cannot target bot"
|
||||
{
|
||||
"it" "Impossibile eseguire questo comando su un bot."
|
||||
}
|
||||
|
||||
"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."
|
||||
}
|
||||
|
||||
"Admin cache refreshed"
|
||||
{
|
||||
"it" "La cache da amministratore è stata aggiornata."
|
||||
}
|
||||
|
||||
"Invalid Amount"
|
||||
{
|
||||
"it" "La quantità specificata non è valida."
|
||||
}
|
||||
|
||||
"Cannot be performed on dead"
|
||||
{
|
||||
"it" "Questa azione non può essere eseguita sul client morto \"{1}\""
|
||||
}
|
||||
|
||||
"Player has since died"
|
||||
{
|
||||
"it" "L'azione non può essere eseguita poiché il giocatore è morto."
|
||||
}
|
||||
|
||||
"Vote in Progress"
|
||||
{
|
||||
"it" "C'è già una votazione in corso."
|
||||
}
|
||||
|
||||
"Vote Not In Progress"
|
||||
{
|
||||
"it" "Al momento non c'è nessuna votazione attiva."
|
||||
}
|
||||
|
||||
"Cancelled Vote"
|
||||
{
|
||||
"it" "La votazione è stata annullata."
|
||||
}
|
||||
|
||||
"Cancel vote"
|
||||
{
|
||||
"it" "Annulla votazione"
|
||||
}
|
||||
|
||||
"Vote Select"
|
||||
{
|
||||
"it" "{1} ha scelto {2}. "
|
||||
}
|
||||
|
||||
"No Votes Cast"
|
||||
{
|
||||
"it" "Non è stata avviata nessuna votazione."
|
||||
}
|
||||
|
||||
"Vote Delay Minutes"
|
||||
{
|
||||
"it" "Devi aspettare {1} minuto/i prima di poter avviare un'altra votazione."
|
||||
}
|
||||
|
||||
"Vote Delay Seconds"
|
||||
{
|
||||
"it" "Devi aspettare {1} secondo/i prima di poter avviare un'altra votazione."
|
||||
}
|
||||
|
||||
"Could not connect to database"
|
||||
{
|
||||
"it" "Impossibile collegarsi al database."
|
||||
}
|
||||
|
||||
"Failed to query database"
|
||||
{
|
||||
"it" "Impossibile contattare il database."
|
||||
}
|
||||
|
||||
"Invalid SteamID specified"
|
||||
{
|
||||
"it" "Hai specificato un'ID di Steam non valida. (deve iniziare con \"STEAM_:\")"
|
||||
}
|
||||
|
||||
"Reload admins"
|
||||
{
|
||||
"it" "Ricarica gli amministratori"
|
||||
}
|
||||
|
||||
"Command is in-game only"
|
||||
{
|
||||
"it" "Questo comando può essere usato solo in gioco."
|
||||
}
|
||||
|
||||
"Target must be dead"
|
||||
{
|
||||
"it" "Questo comando può essere usato solo sui giocatori morti."
|
||||
}
|
||||
|
||||
"Target must be alive"
|
||||
{
|
||||
"it" "Questo comando può essere usato solo sui giocatori in vita."
|
||||
}
|
||||
|
||||
"Target is not in game"
|
||||
{
|
||||
"it" "Il giocatore che hai scelto non è ancora totalmente in gioco."
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"it" "Avviato un suono per il giocatore '{1}'"
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"it" "Il giocatore '{1}' è stato colpito. "
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"it" "Il giocatore '{1}' è stato giustiziato."
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"it" "Il giocatore '{1}' è stato espulso "
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"it" "Non puoi partecipare a questa votazione."
|
||||
}
|
||||
|
||||
"Cannot change vote"
|
||||
{
|
||||
"it" "Non puoi modificare la tua selezione per questa votazione."
|
||||
}
|
||||
|
||||
"On"
|
||||
{
|
||||
"it" "Sì"
|
||||
}
|
||||
|
||||
"Off"
|
||||
{
|
||||
"it" "No"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
"Phrases"
|
||||
{
|
||||
"No Access"
|
||||
{
|
||||
"it" "Non hai accesso a questo comando"
|
||||
}
|
||||
|
||||
"Back"
|
||||
{
|
||||
"it" "Indietro"
|
||||
}
|
||||
|
||||
"Next"
|
||||
{
|
||||
"it" "Successiva"
|
||||
}
|
||||
|
||||
"Exit"
|
||||
{
|
||||
"it" "Esci"
|
||||
}
|
||||
|
||||
"Previous"
|
||||
{
|
||||
"it" "Precedente"
|
||||
}
|
||||
|
||||
"all players"
|
||||
{
|
||||
"it" "tutti i giocatori"
|
||||
}
|
||||
|
||||
"all humans"
|
||||
{
|
||||
"it" "tutti gli umani"
|
||||
}
|
||||
|
||||
"all bots"
|
||||
{
|
||||
"it" "tutti i bot"
|
||||
}
|
||||
|
||||
"all dead players"
|
||||
{
|
||||
"it" "tutti i giocatori morti"
|
||||
}
|
||||
|
||||
"all alive players"
|
||||
{
|
||||
"it" "tutti i giocatori in vita"
|
||||
}
|
||||
|
||||
"_s"
|
||||
{
|
||||
"it" "{1}"
|
||||
}
|
||||
|
||||
"all spectators"
|
||||
{
|
||||
"it" "tutti gli spettatori"
|
||||
}
|
||||
|
||||
"Vote Count"
|
||||
{
|
||||
"it" "Voti: {1}/{2}, {3} rimasti"
|
||||
}
|
||||
|
||||
"Voted For"
|
||||
{
|
||||
"it" "{1} ha votato per {2}"
|
||||
}
|
||||
|
||||
"Changed Vote"
|
||||
{
|
||||
"it" "{1} ha cambiato il proprio voto in {2}"
|
||||
}
|
||||
|
||||
"No Vote"
|
||||
{
|
||||
"it" "Nessun voto"
|
||||
}
|
||||
|
||||
"Name Reserved"
|
||||
{
|
||||
"it" "Il tuo nome è stato riservato da SourceMod; imposta la tua password per utilizzarlo."
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,168 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Burn player"
|
||||
{
|
||||
"it" "Incendia un giocatore"
|
||||
}
|
||||
|
||||
"FireBomb player"
|
||||
{
|
||||
"it" "Bomba incendiaria su un giocatore"
|
||||
}
|
||||
|
||||
"Freeze player"
|
||||
{
|
||||
"it" "Congela un giocatore"
|
||||
}
|
||||
|
||||
"FreezeBomb player"
|
||||
{
|
||||
"it" "Bomba congelante su un giocatore"
|
||||
}
|
||||
|
||||
"TimeBomb player"
|
||||
{
|
||||
"it" "Bomba a tempo su un giocatore"
|
||||
}
|
||||
|
||||
"Beacon player"
|
||||
{
|
||||
"it" "Tracciante su un giocatore"
|
||||
}
|
||||
|
||||
"NoClip player"
|
||||
{
|
||||
"it" "Noclip su un giocatore"
|
||||
}
|
||||
|
||||
"Blind player"
|
||||
{
|
||||
"it" "Acceca un giocatore"
|
||||
}
|
||||
|
||||
"Drug player"
|
||||
{
|
||||
"it" "Droga un giocatore"
|
||||
}
|
||||
|
||||
"Gravity player"
|
||||
{
|
||||
"it" "Gravità su un giocatore"
|
||||
}
|
||||
|
||||
"Blind amount"
|
||||
{
|
||||
"it" "Quanto accecato?"
|
||||
}
|
||||
|
||||
"Fully blind"
|
||||
{
|
||||
"it" "Completamente accecato"
|
||||
}
|
||||
|
||||
"Half blind"
|
||||
{
|
||||
"it" "Parzialmente accecato"
|
||||
}
|
||||
|
||||
"No blind"
|
||||
{
|
||||
"it" "Nessun accecamento"
|
||||
}
|
||||
|
||||
"Gravity amount"
|
||||
{
|
||||
"it" "Gravità?"
|
||||
}
|
||||
|
||||
"Gravity Very High"
|
||||
{
|
||||
"it" "Gravità molto alta"
|
||||
}
|
||||
|
||||
"Gravity High"
|
||||
{
|
||||
"it" "Alta gravità"
|
||||
}
|
||||
|
||||
"Gravity Normal"
|
||||
{
|
||||
"it" "Gravità normale"
|
||||
}
|
||||
|
||||
"Gravity Low"
|
||||
{
|
||||
"it" "Bassa gravità"
|
||||
}
|
||||
|
||||
"Gravity Very Low"
|
||||
{
|
||||
"it" "Gravità molto bassa"
|
||||
}
|
||||
|
||||
"Set target on fire"
|
||||
{
|
||||
"it" "{1} è stato incendiato."
|
||||
}
|
||||
|
||||
"Toggled FireBomb on target"
|
||||
{
|
||||
"it" "Attivata/disattivata la bomba incendiaria su {1}."
|
||||
}
|
||||
|
||||
"Froze target"
|
||||
{
|
||||
"it" "{1} è stato congelato."
|
||||
}
|
||||
|
||||
"Toggled FreezeBomb on target"
|
||||
{
|
||||
"it" "Attivata/disattivata la bomba congelante su {1}."
|
||||
}
|
||||
|
||||
"Toggled beacon on target"
|
||||
{
|
||||
"it" "Attivato/disattivato il tracciante su {1}."
|
||||
}
|
||||
|
||||
"Toggled TimeBomb on target"
|
||||
{
|
||||
"it" "Attivata/disattivata la bomba a tempo su {1}."
|
||||
}
|
||||
|
||||
"Toggled noclip on target"
|
||||
{
|
||||
"it" "Attivato/disattivato il noclip su {1}."
|
||||
}
|
||||
|
||||
"Toggled drug on target"
|
||||
{
|
||||
"it" "Attivata/disattivata la droga su {1}."
|
||||
}
|
||||
|
||||
"Set blind on target"
|
||||
{
|
||||
"it" "{1} è stato accecato."
|
||||
}
|
||||
|
||||
"Set gravity on target"
|
||||
{
|
||||
"it" "La gravità di {1} è stata modificata."
|
||||
}
|
||||
|
||||
"Till Explodes"
|
||||
{
|
||||
"it" "{2} secondo/i prima che {1} esploda."
|
||||
}
|
||||
|
||||
"Unfrozen"
|
||||
{
|
||||
"it" "Sei stato scongelato."
|
||||
}
|
||||
|
||||
"You will be unfrozen"
|
||||
{
|
||||
"it" "Verrai scongelato tra {1} secondo/i."
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,98 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Initiated Vote Gravity"
|
||||
{
|
||||
"it" "Votazione per la gravità iniziata."
|
||||
}
|
||||
|
||||
"Initiated Vote Burn"
|
||||
{
|
||||
"it" "Votazione per incendiare {1} iniziata."
|
||||
}
|
||||
|
||||
"Initiated Vote Slay"
|
||||
{
|
||||
"it" "Votazione per giustiziare {1} iniziata."
|
||||
}
|
||||
|
||||
"Initiated Vote Alltalk"
|
||||
{
|
||||
"it" "Votazione per l'Alltalk iniziata."
|
||||
}
|
||||
|
||||
"Initiated Vote FF"
|
||||
{
|
||||
"it" "Votazione per il fuoco amico iniziata."
|
||||
}
|
||||
|
||||
"Gravity Vote"
|
||||
{
|
||||
"it" "Votazione per la gravità: {1}"
|
||||
}
|
||||
|
||||
"Change Gravity To"
|
||||
{
|
||||
"it" "Modificare la gravità in {1}?"
|
||||
}
|
||||
|
||||
"Voteburn player"
|
||||
{
|
||||
"it" "Incendiare il giocatore {1}?"
|
||||
}
|
||||
|
||||
"Voteslay Player"
|
||||
{
|
||||
"it" "Giustiziare {1}?"
|
||||
}
|
||||
|
||||
"Votealltalk Off"
|
||||
{
|
||||
"it" "Disattivare l'Alltalk? {1}"
|
||||
}
|
||||
|
||||
"Votealltalk On"
|
||||
{
|
||||
"it" "Attivare l'Alltalk? {1}"
|
||||
}
|
||||
|
||||
"Voteff Off"
|
||||
{
|
||||
"it" "Disattivare il fuoco amico? {1}"
|
||||
}
|
||||
|
||||
"Voteff On"
|
||||
{
|
||||
"it" "Attivare il fuoco amico? {1}"
|
||||
}
|
||||
|
||||
"Gravity vote"
|
||||
{
|
||||
"it" "Votazione per la gravità"
|
||||
}
|
||||
|
||||
"Vote FF"
|
||||
{
|
||||
"it" "Votazione per il fuoco amico"
|
||||
}
|
||||
|
||||
"Burn vote"
|
||||
{
|
||||
"it" "Votazione per incendiare..."
|
||||
}
|
||||
|
||||
"Alltalk vote"
|
||||
{
|
||||
"it" "Votazione per l'Alltalk"
|
||||
}
|
||||
|
||||
"Slay vote"
|
||||
{
|
||||
"it" "Votazione per giustiziare..."
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"it" "Il giocatore '{1}' è stato giustiziato. "
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Vote Nextmap"
|
||||
{
|
||||
"it" "Vota per la prossima mappa!"
|
||||
}
|
||||
|
||||
"Nextmap Voting Started"
|
||||
{
|
||||
"it" "La votazione per la prossima mappa è iniziata."
|
||||
}
|
||||
|
||||
"Nextmap Voting Finished"
|
||||
{
|
||||
"it" "La votazione è terminata. La prossima mappa sarà {1}. (Voti ricevuti: {2}%% di {3}) "
|
||||
}
|
||||
|
||||
"Current Map Extended"
|
||||
{
|
||||
"it" "La mappa attuale è stata estesa. (Voti ricevuti: {1}%% di {2}) "
|
||||
}
|
||||
|
||||
"Extend Map"
|
||||
{
|
||||
"it" "Estendi la mappa attuale"
|
||||
}
|
||||
|
||||
"Dont Change"
|
||||
{
|
||||
"it" "Non cambiare"
|
||||
}
|
||||
|
||||
"Current Map Stays"
|
||||
{
|
||||
"it" "La mappa attuale continua! La votazione ha deciso! (Voti ricevuti: {1}%% di {2}) "
|
||||
}
|
||||
|
||||
"Changed Next Map"
|
||||
{
|
||||
"it" "La prossima mappa è stata cambiata in \"{1}\"."
|
||||
}
|
||||
|
||||
"Starting Runoff"
|
||||
{
|
||||
"it" "Nessuna mappa ha superato la percentuale di voti richiesti: {1}%% ({2} [{3}%%] e {4} [{5}%%]), inizio della votazione di spareggio"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"it" "Mappa successiva: {1}"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"it" "Cronologia delle mappe"
|
||||
}
|
||||
|
||||
"Map"
|
||||
{
|
||||
"it" "[Mappa]"
|
||||
}
|
||||
|
||||
"Started"
|
||||
{
|
||||
"it" "[Iniziata]"
|
||||
}
|
||||
|
||||
"Played Time"
|
||||
{
|
||||
"it" "[Tempo di gioco]"
|
||||
}
|
||||
|
||||
"Reason"
|
||||
{
|
||||
"it" "[Motivo della fine]"
|
||||
}
|
||||
|
||||
"Current Map"
|
||||
{
|
||||
"it" "Mappa attuale"
|
||||
}
|
||||
|
||||
"ago"
|
||||
{
|
||||
"it" "fa"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Already Nominated"
|
||||
{
|
||||
"it" "Hai gia nominato una mappa."
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"it" "È stato raggiunto il numero massimo di nominazioni consentite."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"it" "La mappa '{1}' è già nella lista delle nominazioni. "
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"it" "La mappa '{1}' è stata aggiunta alla lista delle nominazioni. "
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"it" "La mappa che hai scelto è gia stata nominata."
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"it" "{1} ha nominato {2}. "
|
||||
}
|
||||
|
||||
"Map Nomination Changed"
|
||||
{
|
||||
"it" "{1} ha cambiato la sua nominazione in {2}."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"it" "Nomina una mappa:"
|
||||
}
|
||||
|
||||
"Can't Nominate Current Map"
|
||||
{
|
||||
"it" "La mappa che hai scelto è quella attuale e non può essere nominata"
|
||||
}
|
||||
|
||||
"Map in Exclude List"
|
||||
{
|
||||
"it" "La mappa che hai scelto è stata giocata di recente e non può essere nominata."
|
||||
}
|
||||
|
||||
"Current Map"
|
||||
{
|
||||
"it" "Mappa attuale"
|
||||
}
|
||||
|
||||
"Recently Played"
|
||||
{
|
||||
"it" "Giocata di recente"
|
||||
}
|
||||
|
||||
"Nominated"
|
||||
{
|
||||
"it" "Nominata"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Slap player"
|
||||
{
|
||||
"it" "Colpisci un giocatore"
|
||||
}
|
||||
|
||||
"Slap damage"
|
||||
{
|
||||
"it" "Danno del colpo"
|
||||
}
|
||||
|
||||
"Slay player"
|
||||
{
|
||||
"it" "Giustizia un giocatore"
|
||||
}
|
||||
|
||||
"Slapped target"
|
||||
{
|
||||
"it" "{1} è stato colpito."
|
||||
}
|
||||
|
||||
"Slayed target"
|
||||
{
|
||||
"it" "{1} è stato giustiziato."
|
||||
}
|
||||
|
||||
"Name changed"
|
||||
{
|
||||
"it" "Un amministratore ha cambiato il tuo nome"
|
||||
}
|
||||
|
||||
"Renamed target"
|
||||
{
|
||||
"it" "{1} è stato rinominato."
|
||||
}
|
||||
|
||||
"Rename player"
|
||||
{
|
||||
"it" "Rinomina un giocatore"
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"it" "{1} verrà rinominato il prossimo round."
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,128 @@
|
||||
"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})"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Slot reserved"
|
||||
{
|
||||
"it" "Disconnesso per l'uso di uno slot riservato"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,103 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Rock The Vote"
|
||||
{
|
||||
"it" "Rock The Vote:"
|
||||
}
|
||||
|
||||
"RTV Not Allowed"
|
||||
{
|
||||
"it" "Il Rock the Vote non è attualmente consentito."
|
||||
}
|
||||
|
||||
"RTV Started"
|
||||
{
|
||||
"it" "Il Rock the Vote è gia stato avviato."
|
||||
}
|
||||
|
||||
"RTV Ended"
|
||||
{
|
||||
"it" "Il RTV è già terminato, non puoi avviarlo di nuovo o nominare altre mappe."
|
||||
}
|
||||
|
||||
"Already Voted"
|
||||
{
|
||||
"it" "Hai già votato per il Rock the Vote. ({1} voti, {2} richiesti) "
|
||||
}
|
||||
|
||||
"Minimal Players Not Met"
|
||||
{
|
||||
"it" "Non è stato raggiunto il numero minimo di giocatori richiesti."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"it" "La mappa '{1}' è già nella lista del Rock the Vote. "
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"it" "La mappa '{1}' è stata aggiunta al Rock the Vote."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"it" "{1} vuole avviare il Rock the Vote. ({2} voti, {3} richiesti) "
|
||||
}
|
||||
|
||||
"RTV Vote Ready"
|
||||
{
|
||||
"it" "Il Rock the Vote è in corso!"
|
||||
}
|
||||
|
||||
"Don't Change"
|
||||
{
|
||||
"it" "Mantieni la mappa attuale"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"it" "Hai gia nominato una mappa"
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"it" "È stato raggiunto il numero massimo di nominazioni consentite."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"it" "{1} ha scelto {2} "
|
||||
}
|
||||
|
||||
"No Votes"
|
||||
{
|
||||
"it" "Nessun voto ricevuto per il Rock the Vote, verrà mantenuta la mappa attuale."
|
||||
}
|
||||
|
||||
"Current Map Stays"
|
||||
{
|
||||
"it" "La mappa attuale continua! Il Rock the Vote ha deciso!"
|
||||
}
|
||||
|
||||
"Changing Maps"
|
||||
{
|
||||
"it" "Cambio della mappa in {1}! Il Rock the Vote ha deciso!"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"it" "La mappa che hai scelto è gia stata nominata."
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"it" "{1} ha nominato {2} per il Rock the Vote."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"it" "Nomina una mappa:"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Played sound to target"
|
||||
{
|
||||
"it" "Avviato un suono per {1}"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,78 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Invalid authtype"
|
||||
{
|
||||
"it" "Il tipo di autenticazione deve essere tramite \"Steam\", \"nome\" o \"IP\""
|
||||
}
|
||||
|
||||
"Invalid immunity"
|
||||
{
|
||||
"it" "L'immunità deve essere un intero positivo."
|
||||
}
|
||||
|
||||
"SQL Admin already exists"
|
||||
{
|
||||
"it" "Esiste già un amministratore con le credenziali specificate."
|
||||
}
|
||||
|
||||
"SQL Admin added"
|
||||
{
|
||||
"it" "Amministratore aggiunto al database. "
|
||||
}
|
||||
|
||||
"SQL Admin deleted"
|
||||
{
|
||||
"it" "Amministratore eliminato dal database."
|
||||
}
|
||||
|
||||
"SQL Admin not found"
|
||||
{
|
||||
"it" "Non è stato trovato nessun amministratore con le credenziali specificate."
|
||||
}
|
||||
|
||||
"SQL Group already exists"
|
||||
{
|
||||
"it" "Esiste già un gruppo con questo nome."
|
||||
}
|
||||
|
||||
"SQL Group added"
|
||||
{
|
||||
"it" "Gruppo aggiunto al database."
|
||||
}
|
||||
|
||||
"SQL Group deleted"
|
||||
{
|
||||
"it" "Gruppo eliminato dal database."
|
||||
}
|
||||
|
||||
"SQL Group not found"
|
||||
{
|
||||
"it" "Non è stato trovato nessun gruppo con il nome specificato."
|
||||
}
|
||||
|
||||
"SQL Admin groups reset"
|
||||
{
|
||||
"it" "I gruppi dell'amministratore sono stati reimpostati."
|
||||
}
|
||||
|
||||
"SQL Group X not found"
|
||||
{
|
||||
"it" "Impossibile trovare il gruppo: \"{1}\" "
|
||||
}
|
||||
|
||||
"SQL Group X failed to bind"
|
||||
{
|
||||
"it" "Impossibile associare il gruppo: \"{1}\""
|
||||
}
|
||||
|
||||
"Added group to user"
|
||||
{
|
||||
"it" "1 gruppo aggiunto all'amministratore specificato."
|
||||
}
|
||||
|
||||
"Added groups to user"
|
||||
{
|
||||
"it" "{1} gruppi aggiunti all'amministratore specificato."
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user