sourcemod/translations/it/plugin.basecommands.txt
Kyle Sanderson 48150e0c7a
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 <peace-maker@wcfan.de>
2023-03-29 16:23:05 +02:00

129 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})"
}
}