From 7ed730e9546046c6b4aa61c11ff3cc940897c906 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Tue, 2 Jan 2018 13:10:59 -0500 Subject: [PATCH] New translations strings.yml (Italian) --- src/main/resources/lang/it-IT/strings.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/lang/it-IT/strings.yml b/src/main/resources/lang/it-IT/strings.yml index 228c55b00..20115de2d 100644 --- a/src/main/resources/lang/it-IT/strings.yml +++ b/src/main/resources/lang/it-IT/strings.yml @@ -229,13 +229,13 @@ stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the eve 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" stageEditorChatEventsTriggerPromptB: "o inserisci 'cancellare' per tornare." -stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return" +stageEditorDelayPrompt: "Inserire il tempo (in secondi), o inserire 'cancella' per cancellare il ritardo, o 'cancellare' per tornare" stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return" stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return" stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return" stageEditorCompleteMessagePrompt: "Inserisci il messaggio completo, o inserisci 'eliminare' per eliminare il messaggio, o 'cancellare' per tornare" stageEditorPasswordDisplayPrompt: "Immetere una visualizzazione della password, o 'cancellare' per tornare" -stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)" +stageEditorPasswordDisplayHint: "(Questo è il testo verrà mostrato al giocatore come suo obiettivo)" stageEditorPasswordPhrasePrompt: "Inserisci una frase password o 'cancellare' to return" stageEditorPasswordPhraseHint1: "(Questo è il testo che un giocatore deve dire per completare l'obiettivo)" stageEditorPasswordPhraseHint2: "Se vuoi più frasi di password, separale da un | (tubo)" @@ -288,9 +288,9 @@ stageEditorMobTypesNotSameSize: "L'elenco dei tipi di mob e l'elenco degli impor stageEditorTameMobsNotSameSize: "L'elenco dei tipi di mob e l'elenco degli importi addomesticati non hanno la stessa dimensione!" stageEditorShearNotSameSize: "L'elenco dei colori delle pecore e l'elenco degli importi delle cesoie no hanno le stesse dimensioni!" stageEditorMustSetPasswordDisplays: "Devi prima aggiungere almeno una password!" -stageEditorAddPasswordCleared: "Password Objectives cleared." -stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!" -stageEditorListContainsDuplicates: " List contains duplicates!" +stageEditorAddPasswordCleared: "Target password cancellati." +stageEditorPasswordNotSameSize: "Lo schermo della password e gli elenchi di frasi password non hanno la stessa dimensione!" +stageEditorListContainsDuplicates: " Elenco contiene i duplicati!" stageEditorDelayCleared: "Chiaro ritardo." stageEditorDelayMessageCleared: "Messaggio di ritardo cancellato." stageEditorDenizenCleared: "Denizen script cleared."