New translations

This commit is contained in:
Łukasz Domeradzki
2017-01-08 21:15:54 +01:00
parent e9ed8cb725
commit a56dc6b3d6

View File

@@ -126,21 +126,45 @@
<data name="CategoryCore" xml:space="preserve">
<value>Nucleo</value>
</data>
<data name="CategoryDebugging" xml:space="preserve">
<value>Debug</value>
</data>
<data name="CategoryPerformance" xml:space="preserve">
<value>Prestazioni</value>
</data>
<data name="CategoryUpdates" xml:space="preserve">
<value>Aggiornamenti</value>
</data>
<data name="ConfirmRemoval" xml:space="preserve">
<value>Sei sicuro di voler rimuovere questa configurazione?</value>
</data>
<data name="ErrorBotNameEmpty" xml:space="preserve">
<value>Il nome del tuo bot è vuoto!</value>
</data>
<data name="ErrorCantRemoveGlobalConfig" xml:space="preserve">
<value>Non puoi rimuovere la configurazione globale!</value>
</data>
<data name="ErrorCantRenameGlobalConfig" xml:space="preserve">
<value>Non puoi rinominare la configurazione globale!</value>
</data>
<data name="ErrorConfigDirectoryNotFound" xml:space="preserve">
<value>Non è stato possibile trovare la cartella con i file di configurazione!</value>
</data>
<data name="ErrorConfigPropertyInvalid" xml:space="preserve">
<value>La proprietà {0} configurata non è valida: {1}</value>
<comment>{0} will be replaced by name of the configuration property, {1} will be replaced by invalid value</comment>
</data>
<data name="ErrorInvalidCurrentCulture" xml:space="preserve">
<value>Il valore di CurrentCulture da te fornito non è valido, ConfigGenerator continuerà a lavorare utilizzando il valore predefinito!</value>
</data>
<data name="ErrorNameAlreadyUsed" xml:space="preserve">
<value>Questo nome è già in uso!</value>
<comment>This happens e.g. when user wants to create a bot with name that exists already</comment>
</data>
<data name="ErrorNameReserved" xml:space="preserve">
<value>Questo nome è riservato!</value>
<comment>This happens e.g. when user wants to create a bot with reserved name, such as "ASF"</comment>
</data>
<data name="ErrorObjectIsNull" xml:space="preserve">
<value>{0} è nullo!</value>
<comment>{0} will be replaced by object's name</comment>
@@ -161,6 +185,12 @@
<data name="UserInputBotName" xml:space="preserve">
<value>Si prega di inserire il nuovo nome del bot: </value>
<comment>Please note that this translation should end with space</comment>
</data>
<data name="WarningConfigPropertyModified" xml:space="preserve">
<value>{0} è stato impostato a: {1}</value>
<comment>{0} will be replaced by name of the configuration property, {1} will be replaced by new value</comment>
</data>
</root>