Skip to content

Commit

Permalink
Automatic translations update
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi-ArchiBot committed Mar 10, 2024
1 parent afe16b8 commit e43adf4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions ArchiSteamFarm/Localization/Strings.it-IT.resx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@
<value>Eccezione: {0}() {1} StackTrace:{2}</value>
<comment>{0} will be replaced by function name, {1} will be replaced by exception message, {2} will be replaced by entire stack trace. Please note that this string should include newlines for formatting.</comment>
</data>

<data name="ErrorExitingWithNonZeroErrorCode" xml:space="preserve">
<value>Uscita con codice di errore {0}!</value>
<comment>{0} will be replaced by error code (number)</comment>
</data>
<data name="ErrorFailingRequest" xml:space="preserve">
<value>Richiesta fallita: {0}</value>
<comment>{0} will be replaced by URL of the request</comment>
Expand Down Expand Up @@ -703,7 +706,10 @@ Tempo di attività: {1}</value>
<value>La chiave di crittografia è troppo corta. Si consiglia di utilizzarne una lunga almeno {0} byte (caratteri).</value>
<comment>{0} will be replaced by the number of bytes (characters) recommended</comment>
</data>

<data name="WarningDefaultCryptKeyUsedForHashing" xml:space="preserve">
<value>Stai usando {0} come impostazione della proprietà {1}, ma non hai fornito un --cryptkey personalizzato. Dovresti fornire un --cryptkey personalizzato per una maggiore sicurezza.</value>
<comment>{0} will be replaced by the name of a particular setting (e.g. "SCrypt"), {1} will be replaced by the name of the property (e.g. "IPCPassword")</comment>
</data>
<data name="WarningDefaultCryptKeyUsedForEncryption" xml:space="preserve">
<value>Stai usando {0} come impostazione della proprietà {1}, ma non hai fornito un --cryptkey personalizzato. Questo sconfigge completamente la protezione, in quanto ASF è costretto a utilizzare la propria chiave (conosciuta). Dovresti fornire un --cryptkey personalizzato per sfruttare il vantaggio di sicurezza offerto da questa impostazione.</value>
<comment>{0} will be replaced by the name of a particular setting (e.g. "AES"), {1} will be replaced by the name of the property (e.g. "SteamPassword")</comment>
Expand Down Expand Up @@ -749,6 +755,11 @@ Tempo di attività: {1}</value>
<value>Stai tentando di eseguire il plugin ufficiale {0} con versione ASF non corrispondente: {1} (atteso {2}). Questo suggerisce che tu stia facendo qualcosa di terribilmente sbagliato, o correggi la tua configurazione o utilizza l'argomento --ignore-unsupported-ambiente se sai davvero cosa stai facendo.</value>
<comment>{0} will be replaced by plugin name, {1} will be replaced by plugin's version number, {2} will be replaced by ASF's version number.</comment>
</data>


<data name="ErrorTooManyCrashes" xml:space="preserve">
<value>Il tuo ASF è andato in crash troppe volte di recente, e a causa di questo l'inizializzazione del processo è stata disattivata. Analizza, correggi la tua configurazione, poi rimuovi il file ASF.crash dalla tua cartella di configurazione, o fornisci l'argomento --ignore-unsupported-environment se sai davvero cosa stai facendo.</value>
</data>
<data name="IdlingGameNotPossiblePrivate" xml:space="preserve">
<value>Farming {0} ({1}) è disabilitato, in quanto quel gioco è attualmente contrassegnato come privato. Se si intende da ASF farmare quel gioco, prendere in considerazione di modificare le sue impostazioni sulla privacy.</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
</data>
</root>
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from c156e8 to facb77

0 comments on commit e43adf4

Please sign in to comment.