Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update translation.it.json #1332

Merged
merged 1 commit into from
Jul 29, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 50 additions & 2 deletions PoGo.NecroBot.CLI/Config/Translations/translation.it.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
{
"Key": "eventFortFailed",
"Value": "Raccolta oggetti fallita, possibile softban. Tentativo: {0}/40"
"Value": "Raccolta oggetti fallita, possibile softban. Unban in: {1}/{2}"
},
{
"Key": "eventFortTargeted",
"Value": "{0} in ({1}m)"
"Value": "Arrivo al Pokestop: {0} in ({1}m)"
},
{
"Key": "eventProfileLogin",
Expand Down Expand Up @@ -272,6 +272,10 @@
"Key": "invFullTransferManually",
"Value": "Inventario Pokemon pieno. Trasferisci i Pokemon manualmente o setta TransferDuplicatePokemon su 'true' nelle impostazioni..."
},
{
"Key": "invFullPokestopLooting",
"Value": "Inventario pieno, nessun oggetto raccolto!"
},
{
"Key": "encounterProblem",
"Value": "Problema Incontro: {0}"
Expand Down Expand Up @@ -327,6 +331,50 @@
{
"Key": "catchTypeIncense",
"Value": "Aroma"
},
{
"Key": "webSocketFailStart",
"Value": "Avvio del Server WebSocket fallito sulla porta : {0}"
},
{
"Key": "statsTemplateString",
"Value": "{0} - Tempo di Esecuzione {1} - Lvl: {2} | PE/H: {3:0} | PKMN/H: {4:0} | Polvere di Stella: {5:0} | Trasferiti: {6:0} | Riciclati: {7:0}"
},
{
"Key": "statsXpTemplateString",
"Value": "{0} (prossimo lvl in {1}h {2}m | {3}/{4} PE)"
},
{
"Key": "requireInputText",
"Value": "Premi un tasto per continuare..."
},
{
"Key": "googleTwoFactorAuth",
"Value": "Dato che hai la Verifica in Due Passaggi di Google attivata, devi inserire una Password Specifica per l'App nel file auth.json "
},
{
"Key": "googleTwoFactorAuthExplanation",
"Value": "Apertura di Google App-Password. Crea una nuova Password App (usa Altro come Dispositivo)"
},
{
"Key": "googleError",
"Value": "Controlla di aver inserito Email e Password correttamente"
},
{
"Key": "missingCredentialsGoogle",
"Value": "Devi riempire i campi GoogleUsername e GooglePassword nel file auth.json!"
},
{
"Key": "missingCredentialsPtc",
"Value": "Devi riempire i campi PtcUsername e PtcPassword nel file auth.json!"
},
{
"Key": "snipeScan",
"Value": "[Sniper] Scanning for Snipeable Pokemon at {0}..."
},
{
"Key": "noPokemonToSnipe",
"Value": "[Sniper] No Pokemon found to snipe!"
}
]
}