From 2522f2a77125f2a3a3ae1b7619ba570abe29d026 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Tue, 2 Jan 2018 16:11:03 -0500 Subject: [PATCH] New translations strings.yml (Italian) --- src/main/resources/lang/it-IT/strings.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/lang/it-IT/strings.yml b/src/main/resources/lang/it-IT/strings.yml index 0a584bfc1..0192b34f8 100644 --- a/src/main/resources/lang/it-IT/strings.yml +++ b/src/main/resources/lang/it-IT/strings.yml @@ -227,7 +227,7 @@ stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return" stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return" stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return" -stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for" +stageEditorChatEventsTriggerPromptA: "Inserire un trigger di chat per" stageEditorChatEventsTriggerPromptB: "o inserisci 'cancellare' per tornare." stageEditorDelayPrompt: "Inserire il tempo (in secondi), o inserire 'cancella' per cancellare il ritardo, o 'cancellare' per tornare" stageEditorDelayMessagePrompt: "Inserisci il messaggio di ritardo, o inserisci 'cancella' per annulare il messaggio, o 'cancellare' per tornare" @@ -306,16 +306,16 @@ stageEditorKillNPCsCleared: "Kill NPCs objective cleared." stageEditorKillMobsCleared: "Kill Mobs objective cleared." stageEditorTameCleared: "Obiettivo di Mobs doma deselezionata." stageEditorShearCleared: "Shear Sheep objective cleared." -stageEditorStartMessageCleared: "Start message cleared." -stageEditorCompleteMessageCleared: "Complete message cleared." +stageEditorStartMessageCleared: "Inizia messaggio eliminato." +stageEditorCompleteMessageCleared: "Messaggio completo eliminato." stageEditorConfirmStageDelete: "Sei sicuro di voler eliminare questo stage?" stageEditorConfirmStageNote: "Qualsiasi Fase dopo sarà spostata in dietro di un punto" -stageEditorDeleteSucces: "Stage deleted successfully." -stageEditorEnchantments: "Enchantments" -stageEditorNPCNote: 'Note: You may specify the name of the NPC with ' -stageEditorOptional: "Optional" -stageEditorColors: "Sheep Colors" -allListsNotSameSize: "All of your lists are not the same size!" +stageEditorDeleteSucces: "Palcoscenico cancellato con successo." +stageEditorEnchantments: "Incantesimi" +stageEditorNPCNote: 'Nota: È possibile specificare il nome del NPC con ' +stageEditorOptional: "Opzionale" +stageEditorColors: "Colori di pecore" +allListsNotSameSize: "Tutte le tue liste non sono della stessa dimensione!" eventEditorCreate: "Create new Event" eventEditorEdit: "Edit an Event" eventEditorDelete: "Delete an Event"