From 354772c90ea4a8a032890cdcdbb9d4c237f8ec75 Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 8 May 2025 18:22:05 +0200 Subject: [PATCH] Ita Eng buttons --- Dialogue/Timelines/Mission1_Briefing.dtl | 5 +- Dialogue/Timelines/Mission1_Briefing_2.dtl | 19 +- .../Timelines/Tutorial/tutorial_repeater.dtl | 2 +- Dialogue/Timelines/laser_tutorial.dtl | 6 +- .../dialogic_timeline_translations.csv | 302 +++++++++--------- ...logic_timeline_translations.en.translation | Bin 12670 -> 13142 bytes ...logic_timeline_translations.it.translation | Bin 5229 -> 14837 bytes Scenes/MainMenu.tscn | 22 +- Scenes/test.tscn | 37 ++- Scripts/MainMenu.cs | 6 + project.godot | 2 +- 11 files changed, 216 insertions(+), 185 deletions(-) diff --git a/Dialogue/Timelines/Mission1_Briefing.dtl b/Dialogue/Timelines/Mission1_Briefing.dtl index 3e26a10e..02907553 100644 --- a/Dialogue/Timelines/Mission1_Briefing.dtl +++ b/Dialogue/Timelines/Mission1_Briefing.dtl @@ -10,5 +10,8 @@ Colonel: It is unlikely we'll be able to have access to it in the short term for Colonel: But most importantly of all, I'm glad you decided to help our cause, our objectives coincide and collaboration will be instrumental in reaching them. #id:38 Colonel: I know you are eager to prove yourself, and we have the perfect chance to show what you're worth. #id:39 Colonel: Because of your magical ability to regenerate from death we have assigned you one mission that would be too dangerous for our human operatives. #id:3a -Colonel: But first you will now undergo virtual training in order to prepare for your mission, we will have a further briefing about the mission once you are done. +Colonel: But first you will now undergo virtual training in order to prepare for your mission, we will have a further briefing about the mission once you are done. #id:bc +[image scene="res://Dialogue/CustomScenes/dialogic_windowed_image.tscn" arg="res://Sprites/Expression/ICE/ICE00.png" fade="0.0"] +Colonel: You will be assigned an AI companion who will help you in your mission, you will get acquainted during VR training. #id:c6 +[image fade="0.0"] Colonel: Colonel out. #id:41 diff --git a/Dialogue/Timelines/Mission1_Briefing_2.dtl b/Dialogue/Timelines/Mission1_Briefing_2.dtl index 9d61b959..f9ba0f10 100644 --- a/Dialogue/Timelines/Mission1_Briefing_2.dtl +++ b/Dialogue/Timelines/Mission1_Briefing_2.dtl @@ -1,18 +1,15 @@ [style name="Briefing_Style"] join Colonel center [animation="Fade In"] -Colonel: Welcome back Cirno, we will now go over the mission parameters. -Colonel: Because of your magical ability to regenerate from death we have assigned you one mission that would be too dangerous for our human operatives. +Colonel: Welcome back Cirno, we will now go over the mission parameters. #id:bd +Colonel: Because of your magical ability to regenerate from death we have assigned you one mission that would be too dangerous for our human operatives. #id:be update Colonel left [move_time="0.4"] [image scene="res://Dialogue/CustomScenes/dialogic_windowed_image.tscn" arg="res://Sprites/Briefing/RefinerySmall.png" fade="0.0"] -Colonel: Our spies have reported to us that this refinery has been emitting unusual amounts of pollutants, even more powerful than what they usually emit. -Colonel: This leads us to believe that they are making use of an artifact of extradimentional origin. +Colonel: Our spies have reported to us that this refinery has been emitting unusual amounts of pollutants, even more powerful than what they usually emit. #id:bf +Colonel: This leads us to believe that they are making use of an artifact of extradimentional origin. #id:c0 [image scene="res://Dialogue/CustomScenes/dialogic_windowed_image.tscn" arg="res://Sprites/Briefing/WireframeYinYang.png" fade="0.0"] -Colonel: We believe the enemy to have one of these misterious artifacts in their possession and are using it to enhance their fuel production. -Colonel: Your mission is to retrieve this artifact, it will cripple enemy operations and allow us to study it's magical effects. -Colonel: And perhaps there will be a chance to use it to give you new abilities that will make you more effective in the field. -[image scene="res://Dialogue/CustomScenes/dialogic_windowed_image.tscn" arg="res://Sprites/Expression/ICE/ICE00.png" fade="0.0"] -Colonel: You will be assigned an AI companion who will help you in your mission, you will get acquainted during VR training. -[image fade="0.0"] +Colonel: We believe the enemy to have one of these misterious artifacts in their possession and are using it to enhance their fuel production. #id:c1 +Colonel: Your mission is to retrieve this artifact, it will cripple enemy operations and allow us to study it's magical effects. #id:c2 +Colonel: And perhaps there will be a chance to use it to give you new abilities that will make you more effective in the field. #id:c3 update Colonel center [move_time="0.2"] -Colonel: Good luck Cirno, Colonel out. +Colonel: Good luck Cirno, Colonel out. #id:c5 update Colonel left [move_time="0.4"] diff --git a/Dialogue/Timelines/Tutorial/tutorial_repeater.dtl b/Dialogue/Timelines/Tutorial/tutorial_repeater.dtl index bb0394d2..6a936497 100644 --- a/Dialogue/Timelines/Tutorial/tutorial_repeater.dtl +++ b/Dialogue/Timelines/Tutorial/tutorial_repeater.dtl @@ -1,5 +1,5 @@ ICE: You can pick up and use other weapons, pick up that repeater and open the inventory screen to select and equip it. #id:98 -ICE: You need to double click the item in the inventoryu to equip it.wa #id:b5 +ICE: You need to double click the item in the inventoryu to equip it. You can also use the scroll wheel to quickly switch weapons. #id:b5 ICE: Keep in mind that weapons you pick up will use ammo, if you run out you cannot shoot! #id:99 ICE: Further in the room you'll see an enemy fairy guard, if they spot you they will chase and shoot you! #id:9a ICE: They are pretty dumb though and if you outrun them they'll forget about you. #id:9b diff --git a/Dialogue/Timelines/laser_tutorial.dtl b/Dialogue/Timelines/laser_tutorial.dtl index 158d72f8..f39c79a9 100644 --- a/Dialogue/Timelines/laser_tutorial.dtl +++ b/Dialogue/Timelines/laser_tutorial.dtl @@ -1,6 +1,6 @@ ICE: The Laser is an energy weapon.\ -Shooting it will drain your shields. +Shooting it will drain your shields. #id:b9 ICE: However you can recharge your shield\ -by grazing enemy bullets +by grazing enemy bullets #id:ba ICE: As long as you are able to avoid getting hit,\ -the laser can be a really powerful weapon! +the laser can be a really powerful weapon! #id:bb diff --git a/Dialogue/Translations/dialogic_timeline_translations.csv b/Dialogue/Translations/dialogic_timeline_translations.csv index 985f2838..3e8bbdfa 100644 --- a/Dialogue/Translations/dialogic_timeline_translations.csv +++ b/Dialogue/Translations/dialogic_timeline_translations.csv @@ -10,160 +10,170 @@ Text/18/text,"All expectations have been exceeded, this artefact is truly miracu Text/19/text,"The sludge toxicity also went way up but it's still within the parameters set by management, yet we still had a few fatal accidents last week due to unprotected walkways.","La tossicità delle scorie è aumentata di parecchio ma rientra comunque nei parametri, nonostante ciò settimana scorsa abbiamo comunque subito degli incidenti fatali per via dell'assenza di balaustre." Text/1a/text,However management keeps reassuring us that they are doing all they can and the budget for safety is small.,Nonostante tutto i superiori continuano ad assicurarci che stanno facendo tutto quello che possono ma il budget per la sicurezza è molto basso. Text/1b/text,We'll just have to be more careful.,Dovremo semplicemente essere più attenti. -Text/1c/text,To all security personnel: an intruder was detected in the facility., -Text/1d/text,The intruder looks like a blonde little girl wearing dark clothes and a red ribbon., -Text/1e/text,Despite the apparences she's capable of generating highly dangerous projectiles capable of a high degree of destruction., -Text/1f/text,It is advised to keep the distance from the subject and immediately notify security on sight., -Text/20/text,"She's been recorded on camera while devouring human personnel. The subject is currently sealed in storage A while we wait for reinforcements, do not open the storage for any reason.", -Text/21/text,"Huh, that sounds like somebody I know...", -Text/22/text,Could it be somebody from your world?, +Text/1c/text,To all security personnel: an intruder was detected in the facility.,A tutto il personale di sicurezza: è stato rilevato un intruso nell'edificio. +Text/1d/text,The intruder looks like a blonde little girl wearing dark clothes and a red ribbon.,L'intruso ha l'apparenza di una ragazzina bionda con indosso un vestito nero e un fiocco rosso. +Text/1e/text,Despite the apparences she's capable of generating highly dangerous projectiles capable of a high degree of destruction.,Nonostante l'apparenza sembra essere in grado di generare proiettili altamente pericolosi e capaci di un alto grado di distruzione. +Text/1f/text,It is advised to keep the distance from the subject and immediately notify security on sight.,Si prega di mantenere la distanza dal soggetto e immediatamente notificare la sicurezza al primo avvistamento. +Text/20/text,"She's been recorded on camera while devouring human personnel. The subject is currently sealed in storage A while we wait for reinforcements, do not open the storage for any reason.","Le telecamere hanno registrato il soggetto divorare personale umano. Il soggetto è al momento sigillato nel magazzino A mentre attendiamo rinforzi, si prega di non aprire il magazzino per nessun motivo." +Text/21/text,"Huh, that sounds like somebody I know...","Huh, sembra qualcuno che conosco..." +Text/22/text,Could it be somebody from your world?,Potrebbe essere qualcuno che proviene dal tuo mondo? Text/b1/text,"Urgent message to all the employees: -An enemy combatant has been spotted inside the facility, please vacate the area through the nearest teleporter immediately.", -Text/b2/text,Anyone whose presence at the evacuation point cannot be confirmed will have their pay immediately docked and work hours extended from 12 to 15., -Text/23/text,"Remote automaton control system, engaged.", -Text/24/text,Assuming Direct control., -Text/25/text,"There's a chatlog on the computer but only the sender side is visibile, I'll read you what it's saying:", -Text/26/text,There's been a recent round of renovations and I think they accidentally walled off a small room, -Text/27/text,I found it while clearing the air vents, -Text/28/text,"Amazingly poor planning as usual, but at least now I have my own goon cave!", -Text/29/text,A what?, -Text/2a/text,Let's pretend you didn't hear that..., +An enemy combatant has been spotted inside the facility, please vacate the area through the nearest teleporter immediately.","Messaggio urgente per tutti i dipendenti: un combattente nemico è stato individuato all'interno della struttura, si prega di abbandonare l'area al più presto attraverso il teletrasporto più vicino." +Text/b2/text,Anyone whose presence at the evacuation point cannot be confirmed will have their pay immediately docked and work hours extended from 12 to 15.,Chiunque la cui presenza non può essere confermata al punto di evacuazione avrà la sua paga immediatamente ridotta e le ore di lavoro aumentate da 12 a 15. +Text/23/text,"Remote automaton control system, engaged.","Sistema di controllo automa remoto, attivato." +Text/24/text,Assuming Direct control.,Assunzione controllo diretto. +Text/25/text,"There's a chatlog on the computer but only the sender side is visibile, I'll read you what it's saying:","C'è una chat aperta sul computer ma solo il mittente è visibile, ti leggo cosa dice:" +Text/26/text,There's been a recent round of renovations and I think they accidentally walled off a small room,Hanno ristrutturato di recente e credo che abbiano accidentalmente murato una piccola stanza +Text/27/text,I found it while clearing the air vents,L'ho trovata mentre pulivo i condotti di areazione +Text/28/text,"Amazingly poor planning as usual, but at least now I have my own goon cave!","Fantastica mala gestione come al solito, ma almeno adesso ho la mia goon cave personale!" +Text/29/text,A what?,Una... cosa... personale? +Text/2a/text,Let's pretend you didn't hear that...,Facciamo finta che non hai sentito niente... Text/2b/text,"From the Department Manager: -Please avoid leaving the key cards unattended, it's been happening way too often.", -Text/2c/text,"This behavior can lead to enormous security issues, it's not helping that these new ""nonhuman"" guards that have been assigned to the site are as dumb as bricks.", -Text/2d/text,"Do not rely on them for actual good security practices, always ask your superior.", +Please avoid leaving the key cards unattended, it's been happening way too often.","Dal Manager di Reparto: Si prega di evitare di abbandonare le tessere di sicurezza, sta accadendo fin troppo spesso." +Text/2c/text,"This behavior can lead to enormous security issues, it's not helping that these new ""nonhuman"" guards that have been assigned to the site are as dumb as bricks.","Questo comportamento può portare ad enormi problemi di sicurezza, non aiuta il fatto che queste nuove guardie ""non umane"" che sono state assegnate al sito sono stupide come mattoni." +Text/2d/text,"Do not rely on them for actual good security practices, always ask your superior.","Non affidatevi a loro come esempio di buone pratiche di sicurezza, chiedete sempre al vostro superiore." Text/2e/text,"If I see this keep up I will be forced to start docking pays, you have been warned. -- S.", +- S.","Se tale comportamento prosegue sarò costretto a ridurre le page, siete stati avvertiti. - S." Text/2f/text,"In the land of Gensokyo, the forest of magic", Text/30/text,A fairy plays, -Text/31/text,"Welcome to the Resistance, Cirno.", -Text/32/text,I've seen your debriefing videos and I still cannot fully believe you are a real fairy., -Text/33/text,"And yet, recent events have lead me to believe in things that I ordinarily wouldn't. Our enemy has grown too strong in too little time for it to be natural.", -Text/34/text,"Our scientists say that you came through a teleporter pad linked to an “extra-dimensional location”,", -Text/35/text,There is a chance you can use it again to go back home but it lies deep within the enemy stronghold and it's likely going to be heavily defended., -Text/36/text,"You were found by one of our teams in the middle of a recovery mission in a top security enemy facility,", -Text/37/text,"It is unlikely we'll be able to have access to it in the short term for any experimentation. This means you are, for the moment, stranded in our world.", -Text/38/text,"But most importantly of all, I'm glad you decided to help our cause, our objectives coincide and collaboration will be instrumental in reaching them.", -Text/39/text,"I know you are eager to prove yourself, and we have the perfect chance to show what you're worth.", -Text/3a/text,Because of your magical ability to regenerate from death we have assigned you one mission that would be too dangerous for our human operatives., -Text/3b/text,"Our spies have reported to us that this refinery has been emitting unusual amounts of pollutants, even more powerful than what they usually emit.", -Text/3c/text,This leads us to believe that they are making use of an artifact of extradimentional origin., -Text/3d/text,We believe the enemy to have one of these misterious artifacts in their possession and are using it to enhance their fuel production., -Text/3e/text,"Your mission is to retrieve this artifact, it will cripple enemy operations and allow us to study it's magical effects.", -Text/3f/text,And perhaps there will be a chance to use it to give you new abilities that will make you more effective in the field., -Text/40/text,"You will be assigned an AI companion who will help you in your mission, you will get acquainted during VR training.", -Text/41/text,"Good luck Cirno, Colonel out.", -Text/42/text,"Good job, Cirno. The mission was a success.", -Text/43/text,Of course it was! I'm really good at what I do!, -Text/44/text,"Don't be too smug about it, we had plenty of close calls...", -Text/45/text,The destruction of the ICC refinery and the retrieval of the artifact is already having major repercussion on the enemy., -Text/b3/text,But we should not celebrate yet because there are still more troubling ICC operations that do not look normal at all., -Text/46/text,Your next mission is to infiltrate a bioresearch facility., -Text/b6/text,Our agents are reporting massive allocations of funds to a particular virus research project., -Text/47/text,"According to our agents, a new kind of virus is being developed through new methods with the intention of using to threaten rebel activity.", -Text/48/text,"We don't exactly know their reasoning, our analysts do not see how a potentially dangerous and deadly plague can help ICC's plans.", -Text/b7/text," And yet investors have been funding the project en masse, we need to put a stop to this.", -Text/49/text,"You will once again infiltrate through teleport, locate the experimentation area, destroy it and make sure their research cannot be started again. ", -Text/b8/text,"If they are employing an artifact, retrieve it.", -Text/4a/text,Dismissed., -Text/4b/text,"Miss President, there was a disturbance at one of the new refineries, one of the artifacts has been stolen.", -Text/4c/text,More rebel activity? The new hired help should have been able to handle anything the rebels could have fielded., -Text/4d/text,"Indeed, but according to camera records a single enemy agent was able to wipe out all the fairy security agents at the site unaided.", -Text/4e/text,What does the agent look like? Do you have pictures?, +Text/b9/text,"The Laser is an energy weapon. +Shooting it will drain your shields.","Il Laser è un'arma ad energia alimentata dai tuoi scudi, fai attenzione quando la usi." +Text/ba/text,"However you can recharge your shield +by grazing enemy bullets",Puoi comunque ricaricare lo scudo sfiorando i proiettili nemici senza farti colpire. +Text/bb/text,"As long as you are able to avoid getting hit, +the laser can be a really powerful weapon!",Fintanto che riuscirai a non farti colpire il laser può essere un'arma molto potente! +Text/31/text,"Welcome to the Resistance, Cirno.","Benvenuta nella resistenza, Cirno" +Text/32/text,I've seen your debriefing videos and I still cannot fully believe you are a real fairy.,"Ho visionato i tuoi video di debriefing e tutt'ora non riesco pienamente a credere che tu sia veramente una ""fata""." +Text/33/text,"And yet, recent events have lead me to believe in things that I ordinarily wouldn't. Our enemy has grown too strong in too little time for it to be natural.",Ma nonostante ciò eventi recenti mi hanno portata a crede in cose nelle quali normalmente non crederei. I nostri nemici sono diventati troppo potenti in troppo poco tempo per essere qualcosa di naturale. +Text/34/text,"Our scientists say that you came through a teleporter pad linked to an “extra-dimensional location”,","Secondo i nostri scienziati sei arrivata attraverso una piattaforma di teletrasporto collegata ad un'area ""extra-dimensionale""," +Text/35/text,There is a chance you can use it again to go back home but it lies deep within the enemy stronghold and it's likely going to be heavily defended.,C'è una possibilità di poterla usare di nuovo per rimandarti a casa ma è ubicata all'interno della roccaforte nemica e sarà molto probabilmente pesantemente difesa. +Text/36/text,"You were found by one of our teams in the middle of a recovery mission in a top security enemy facility,","Sei stata trovata da uno dei nostri team durante una missione di recupero in un'installazione nemica di massima sicurezza," +Text/37/text,"It is unlikely we'll be able to have access to it in the short term for any experimentation. This means you are, for the moment, stranded in our world.","Purtroppo è improbabile che ne avremo accesso nel breve termine per condurre esperimenti. Questo significa che sei, al momento, intrappolata nel nostro mondo." +Text/38/text,"But most importantly of all, I'm glad you decided to help our cause, our objectives coincide and collaboration will be instrumental in reaching them.","Ma soprattutto, sono grata che tu abbia deciso di aiutare la nostra causa, i nostri obbiettivi concidono e la collaborazione sarà essenziale nel raggiungerli." +Text/39/text,"I know you are eager to prove yourself, and we have the perfect chance to show what you're worth.",So che non vedi l'ora di metterti in gioco e ho l'occasione perfetta per dimostrare quanto vali. +Text/3a/text,Because of your magical ability to regenerate from death we have assigned you one mission that would be too dangerous for our human operatives.,Grazie alla tua abilità magica di rigenerarti da morte certa ti abbiamo assegnato una missione che sarebbe troppo pericolosa per i nostri agenti umani. +Text/bc/text,"But first you will now undergo virtual training in order to prepare for your mission, we will have a further briefing about the mission once you are done.","Ma prima dovrai sottoporti ad un allenamento virtuale per prepararti per la missione, faremo un secondo briefing dopo ciò per spiegare la missione." +Text/c6/text,"You will be assigned an AI companion who will help you in your mission, you will get acquainted during VR training.","Ti verrà assegnata un'Intelligenza Artificiale che ti aiuterà nella tua missione, farete conoscenza durante l'allenamento in Realtà Virtuale." +Text/41/text,Colonel out.,A presto. +Text/bd/text,"Welcome back Cirno, we will now go over the mission parameters.","Bentornata Cirno, adesso ti illustrerò i parametri della missione." +Text/be/text,Because of your magical ability to regenerate from death we have assigned you one mission that would be too dangerous for our human operatives.,Grazie alla tua abilità magica di rigenerarti da morte certa ti abbiamo assegnato una missione che sarebbe troppo pericolosa per i nostri agenti umani. +Text/bf/text,"Our spies have reported to us that this refinery has been emitting unusual amounts of pollutants, even more powerful than what they usually emit.","Secondo le nostrie spie questa raffineria sta emettendo quantità enormi di agenti inquinanti in maniera insolita, molto più potenti del normale." +Text/c0/text,This leads us to believe that they are making use of an artifact of extradimentional origin.,Ciò ci ha portati a credere che stiano facendo uso di artefatti di origine extradimensionale. +Text/c1/text,We believe the enemy to have one of these misterious artifacts in their possession and are using it to enhance their fuel production.,Crediamo che il nemico abbia uno di tali artefatti in loro possesso e lo stiano usando per migliorare la loro produzione di carburante. +Text/c2/text,"Your mission is to retrieve this artifact, it will cripple enemy operations and allow us to study it's magical effects.","La tua missione è di recuperare l'artefatto, ciò distruggerà le operazioni nemiche e ci permetterà di studiarne gli effetti magici." +Text/c3/text,And perhaps there will be a chance to use it to give you new abilities that will make you more effective in the field.,E forse potrebbe esserci la possibilità di conferirti nuove abilità che ti renderanno più efficace sul campo. +Text/c5/text,"Good luck Cirno, Colonel out.",Buona fortuna Cirno. +Text/42/text,"Good job, Cirno. The mission was a success.","Ottimo lavoro Cirno, la missione è stata un successo." +Text/43/text,Of course it was! I'm really good at what I do!,"Ovviamente lo è stato, sono brava in quello che faccio!" +Text/44/text,"Don't be too smug about it, we had plenty of close calls...","Non essere così compiaciuta, abbiamo avuto diversi imprevisti..." +Text/45/text,The destruction of the ICC refinery and the retrieval of the artifact is already having major repercussion on the enemy.,La distruzione della raffineria ICC e il recupero dell'artefatto stanno già avendo forti ripercussioni sul nemico. +Text/b3/text,But we should not celebrate yet because there are still more troubling ICC operations that do not look normal at all.,Ma non dobbiamo ancora celebrare perché ci sono ancora altre operazioni ICC che non rientrano per niente nella norma. +Text/46/text,Your next mission is to infiltrate a bioresearch facility.,La tua prossima missione consiste nell'infiltrarti un laboratorio di bioricerca. +Text/b6/text,Our agents are reporting massive allocations of funds to a particular virus research project.,Secondo i nostri agenti infiltrati un particolare progetto di ricerca su un virus sta ricevendo enormi quantità di fondi. +Text/47/text,"According to our agents, a new kind of virus is being developed through new methods with the intention of using to threaten rebel activity.",Pare che un nuovo tipo di virus sia in fase di sviluppo tramite nuovi metodi con l'intenzione di minacciare l'attività di resistenza. +Text/48/text,"We don't exactly know their reasoning, our analysts do not see how a potentially dangerous and deadly plague can help ICC's plans.","Non sappiamo i loro motivi esatti, i nostri analisti non hanno idea del perché un agente patogeno pericoloso e mortale potrebbe aiutare i piani dell'ICC." +Text/b7/text,"And yet investors have been funding the project en masse, we need to put a stop to this.","Nonostante ciò gli investitori stanno finanziando il progetto in massa, dobbiamo porre fine a ciò." +Text/49/text,"You will once again infiltrate through teleport, locate the experimentation area, destroy it and make sure their research cannot be started again.","Ti infiltrerai nuovamente via teletrasporto, localizza l'area di sperimentazione, distruggila e assicurati che la loro ricerca non potrà essere riavviata." +Text/b8/text,"If they are employing an artifact, retrieve it.","Se fanno uso di un artefatto, recuperalo." +Text/4a/text,Dismissed.,Dismessa. +Text/4b/text,"Miss President, there was a disturbance at one of the new refineries, one of the artifacts has been stolen.","Presidentessa, c'è stato un assalto ad una delle nuove raffinerie, one degli artefatti è stato rubato." +Text/4c/text,More rebel activity? The new hired help should have been able to handle anything the rebels could have fielded.,Attività ribelle? Il nuovo corpo di sicurezza avrebbe dovuto gestire senza problemi qualunque mezzo che i ribelli avrebbero potuto impiegare. +Text/4d/text,"Indeed, but according to camera records a single enemy agent was able to wipe out all the fairy security agents at the site unaided.","E così normalmente sarebbe, tuttavia le telecamere di sorveglianza mostrano che un singolo agente nemico è stato in grado di eliminare l'intero corpo di sicurezza senza aiuti esterni." +Text/4e/text,What does the agent look like? Do you have pictures?,Hai immagini di tale agente? Text/4f/text,"Looks like a little girl... and these wings... a fairy? -What about the other girl?", -Text/50/text,"Unknown, just a few hours before the fairy infiltrated the facility that girl appeared and started causing damage,", -Text/b4/text,a few workers disappeared within balls of darkness before we were able to evacuate all the human personnel. They are still missing., -Text/51/text,"I see, keep me updated on new developments and leave me, I have a few calls to make.", +What about the other girl?",Sembra una ragazzina... e quelle ali... una fata? E l'altra ragazza? +Text/50/text,"Unknown, just a few hours before the fairy infiltrated the facility that girl appeared and started causing damage,","Non lo sappiamo, poche ore prima che la fata si infiltrasse nell'edificio l'altra bambina è comparsa dal nulla e ha iniziato a causare danni," +Text/b4/text,a few workers disappeared within balls of darkness before we were able to evacuate all the human personnel. They are still missing.,Alcuni persone sono scomparse all'interno di sfere di oscurità prima che potessimo evacuare i dipendenti. Sono tutt'ora dispersi. +Text/51/text,"I see, keep me updated on new developments and leave me, I have a few calls to make.","Capisco, mantienimi aggiornata sui nuovi sviluppi e lasciami, devo fare alcune chiamate." Text/52/text,"We have a situation, it seems like some of your... associates, joined us recently. -Tell me everything about them...", -Text/53/text,I was the strongest after all!, -Text/54/text,"Gah, I get it, I'll follow you", -Text/55/text,"There is a telepad just north of here, you can take it and I'll reroute it back to our base", -Text/56/text,Your ribbon is speaking!, -Text/57/text,Yeah isn't that cool? There's a little person living in my ribbon now!, -Text/58/text,I'm not a small person... nevermind, -Text/59/text,"Ah Rumia, since I won the duel now you got to follow my rules: do NOT eat the nice humans at the base!", -Text/5a/text,Whaaat? Not even a bite??, -Text/5b/text,"NO. EATING. They're nice, they helped me, they will help us go back home.", -Text/5c/text,"I'll do what you say for now but only because we're in a weird place, I hope we can go back home soon...", -Text/5d/text,Rumia? Why are you here?, -Text/5e/text,"I have no idea, I was flying through the forest in my darkness bubble and I ended up here after I hit something hard that made me feel all tingly.", -Text/5f/text,"I think we're in another world, it's full of bad guys and there are good guys who fight them, it's pretty cool.", -Text/60/text,I found some tasty humans but after the first few ones I ate they all ran away and started sending these metal things after me, -Text/61/text,"And they don't even care for spell card duels, I tried challenging one of them and it just kept shooting at me!", -Text/62/text,"Yeah it's brutal here, follow me back to the base, I can protect you from the metal guys!", -Text/63/text,"I don't want to be protected by you, I'm plenty strong myself", -Text/64/text,"No way, I am the strongest", -Text/65/text,"Well, let's settle this with a battle", -Text/66/text,"Hey Cirno, are you sure I cannot eat these people?", -Text/67/text,"I already said you cannot, they've been really nice to me!", -Text/68/text,Buuuut they look so tasty!! I'm getting hungry you know..., -Text/69/text,I think that if you ask really nicely they'll let you go on a mission and then you can eat all the evil humans you want., -Text/6a/text,Really? I'm going to ask right away! Thank you!, -Text/6b/text,I infiltrated the facility!, -Text/6c/text,"Yes, thanks to our hackers who rewired the telepad.", -Text/6d/text,"Yes of course, so what is this place?", -Text/6e/text,Weren't you listening to the briefing? This is the enemy refinery we need to infiltrate., -Text/6f/text,Sorry that was so boring I was falling asleep, -Text/70/text,It's important! Please try to stay awake when critical mission data is being relayed to you!, -Text/71/text,"Don't worry, whatever it is I can deal with it and you will help me, right?", -Text/72/text,"Yes indeed, my primary mission is to assist you.", -Text/73/text,You're being a really good subordinate!, -Text/74/text,Ok now to business: you need to retrieve the artifact that is kept deep inside the facility and escape back to our base., -Text/75/text,"Try to use any terminal you may find, we might be able to find more information that way.", -Text/76/text,"And finally, try to remain undetected for as long as possible, cameras might summon reinforcements to your location if you get spotted.", -Text/77/text,"Many things can be destroyed: boxes, barrels, furniture. Just shoot them!", -Text/78/text,Be VERY careful whenever you approach one of these orange barrels: they contain flammable fuel that will explode very easily., -Text/79/text,"Explosions can destroy objects and cause other explosions, they are a very powerful tool to defeat your enemies and open paths in the environment.", -Text/7a/text,Also be careful: the energy shield you have been issued protects you from most form of damage but it's unable to protect you from explosive and acid damage., -Text/7b/text,"These will go straight through your shield and hurt you directly, try to avoid standing close to barrels when they explode.", -Text/7c/text,If you get hurt try to stand on one of these white pads like the one behind you: it's a health station and it will gradually recover your health and shields!, +Tell me everything about them...","C'è un problema, sembra che alcuni dei tuoi... associati ci abbiano raggiunti di recente. Dimmi tutto di loro..." +Text/53/text,I was the strongest after all!,Visto che sono veramente la più forte? +Text/54/text,"Gah, I get it, I'll follow you","Si ho capito, ti seguo" +Text/55/text,"There is a telepad just north of here, you can take it and I'll reroute it back to our base","C'è una piattaforma di teletrasporto a nord di qui, posso modificare la destinazione per portarti alla nostra base" +Text/56/text,Your ribbon is speaking!,Il tuo fiocco sta parlando! +Text/57/text,Yeah isn't that cool? There's a little person living in my ribbon now!,Bello eh? C'è una piccola persona nel mio fiocco ora! +Text/58/text,I'm not a small person... nevermind,Non sono una piccola persona... lascia perdere +Text/59/text,"Ah Rumia, since I won the duel now you got to follow my rules: do NOT eat the nice humans at the base!","Ah Rumia, visto che ho vinto il duello adesso devi seguire le mie regole: NON mangiare gli umani bravi alla base!" +Text/5a/text,Whaaat? Not even a bite??,Coooosaaa?? Nemmeno un morsino? +Text/5b/text,"NO. EATING. They're nice, they helped me, they will help us go back home.","NON. MANGIARE. GLI UMANI. Sono bravi, mi hanno aiutata, ci aiuteranno a tornare a casa." +Text/5c/text,"I'll do what you say for now but only because we're in a weird place, I hope we can go back home soon...","Farò quel che dici per ora ma solo perché siamo in questo posto strano, spero di poter tornare a casa presto..." +Text/5d/text,Rumia? Why are you here?,Rumia? Perché sei qui? +Text/5e/text,"I have no idea, I was flying through the forest in my darkness bubble and I ended up here after I hit something hard that made me feel all tingly.","Non ne ho idea, stavo volando nella foresta nella mia bolla di oscurità e sono finita qui dopo che ho colpito qualcosa di duro che mi ha fatta tutta pizzicare." +Text/5f/text,"I think we're in another world, it's full of bad guys and there are good guys who fight them, it's pretty cool.","Credo che sia un altro mondo, è pieno di gente cattiva e c'è gente buona che lotta contro di loro, molto bello." +Text/60/text,I found some tasty humans but after the first few ones I ate they all ran away and started sending these metal things after me,Ho trovato degli umani saporiti ma dopo i primi che ho mangiato sono scappati tutti e hanno iniziato a mandarmi contro degli affari di metallo +Text/61/text,"And they don't even care for spell card duels, I tried challenging one of them and it just kept shooting at me!","E non gli importa niente dei duelli con le Spell Cards, ho provato a sfidare uno di loro e hanno continuato a spararmi!" +Text/62/text,"Yeah it's brutal here, follow me back to the base, I can protect you from the metal guys!","Si qui è tremendo, seguimi ti porto alla base, posso proteggerti dai cosi metallici!" +Text/63/text,"I don't want to be protected by you, I'm plenty strong myself","Non voglio farmi proteggere da te, sono abbastanza forte per difendermi da sola!" +Text/64/text,"No way, I am the strongest",Scommetto che sono più forte di te! +Text/65/text,"Well, let's settle this with a battle",Allora decidiamolo con un duello +Text/66/text,"Hey Cirno, are you sure I cannot eat these people?","Ciao Cirno, sei sicura che non posso mangiare questi umani?" +Text/67/text,"I already said you cannot, they've been really nice to me!","Ti ho già detto che non puoi, sono stati molto carini con me!" +Text/68/text,Buuuut they look so tasty!! I'm getting hungry you know...,Maaaaa sembrano così saporiti!! Inizio ad avere fame sai... +Text/69/text,I think that if you ask really nicely they'll let you go on a mission and then you can eat all the evil humans you want.,Credo che se chiedi per favore potrebbero mandarti in missione e così puoi mangiare tutti gli umani cattivi che vuoi. +Text/6a/text,Really? I'm going to ask right away! Thank you!,"Davvero? Vado a chiedere subito, grazie!" +Text/6b/text,I infiltrated the facility!,Mi sono infiltrata nella struttura! +Text/6c/text,"Yes, thanks to our hackers who rewired the telepad.","Si, grazie ai nostri hacker che hanno reindirizzato la piattaforma di teletrasporto." +Text/6d/text,"Yes of course, so what is this place?","Si ovvio, comunque dove siamo ora?" +Text/6e/text,Weren't you listening to the briefing? This is the enemy refinery we need to infiltrate.,Non stavi ascoltando durante il briefing? Questa è la raffineria nemica che dobbiamo infiltrare. +Text/6f/text,Sorry that was so boring I was falling asleep,Scusa era così noioso che mi stavo addormentando +Text/70/text,It's important! Please try to stay awake when critical mission data is being relayed to you!,Ma è importante! Per favore prova a restare sveglia quando informazioni critiche sulla missione ti vengono proposte! +Text/71/text,"Don't worry, whatever it is I can deal with it and you will help me, right?","Non ti preoccupare, qualunque cosa sia non è un problema per me e tu mi aiuterai, vero?" +Text/72/text,"Yes indeed, my primary mission is to assist you.","Ovviamente, la mia missione primaria è assisterti." +Text/73/text,You're being a really good subordinate!,Sei proprio un ottimo scagnozzo! +Text/74/text,Ok now to business: you need to retrieve the artifact that is kept deep inside the facility and escape back to our base.,Bene però ora concentriamoci: devi recuperare l'artefatto che è detenuto all'interno della struttura e poi tornare alla base. +Text/75/text,"Try to use any terminal you may find, we might be able to find more information that way.","Prova ad usare i terminali che trovi, potremmo trovare nuove informazioni al loro interno." +Text/76/text,"And finally, try to remain undetected for as long as possible, cameras might summon reinforcements to your location if you get spotted.","E infine, prova a non farti scoprire più a lungo possibile, le telecamere potrebbero chiamare rinforzi se ti vedono." +Text/77/text,"Many things can be destroyed: boxes, barrels, furniture. Just shoot them!","Molte cose possono essere distrutte: Scatole, Barili, Mobili. Basta sparargli!" +Text/78/text,Be VERY careful whenever you approach one of these orange barrels: they contain flammable fuel that will explode very easily.,Stai MOLTO attenta quando ti avvicini a quei barili arancioni: contengono carburante infiammabile che esploderà con molta facilità. +Text/79/text,"Explosions can destroy objects and cause other explosions, they are a very powerful tool to defeat your enemies and open paths in the environment.","Le esplosioni possono distruggere oggetti e causare altre esplosioni, sono strumenti molto potenti per sconfiggere i tuoi nemici e aprire nuovi passaggi." +Text/7a/text,Also be careful: the energy shield you have been issued protects you from most form of damage but it's unable to protect you from explosive and acid damage.,Stai attenta: lo scudo energetico che ti è stato fornito ti progge da molte fonti di danno ma non è in grado di proteggerti da danni esplosivi e acido. +Text/7b/text,"These will go straight through your shield and hurt you directly, try to avoid standing close to barrels when they explode.","Esplosivi e acido passano direttamente attraverso lo scudo e ti danneggiano direttamente, cerca di evitare di stare vicino ai barili quando esplodono." +Text/7c/text,If you get hurt try to stand on one of these white pads like the one behind you: it's a health station and it will gradually recover your health and shields!,Se ti fai male prova a salire su una di quelle piattaforme bianche come quella dietro di te: è una stazione di ricarica e ti ripristinerà gradualmente salute e scudi! Text/7d/text,"Do you see that device on the wall that turns back and forth? -That's a security camera.", -Text/7e/text,If you get spotted by one the alarm will sound and enemies will converge on your location and sometimes nasty traps may trigger., -Text/7f/text,"You can avoid getting spotted either by taking cover behind tall objects, you should avoid getting spotted as much as possible.", -Text/80/text,Can I just freeze them?, -Text/81/text,Yes you can! They are very sensitive pieces of equipment so just shooting them will destroy them and no alarm will sound., -Text/82/text,When you enter a room the camera should always be your highest priority., -Text/83/text,"If you get spotted and the alarm sounds, find an alarm box in order to disable it.", -Text/84/text,They're these rectangular flashy red boxes you may sometimes find of walls., -Text/85/text,Use one and the alarm goes away! Easy!, -Text/86/text,"Here's your gun, pick it up by approaching it and pressing {Buttons.Keyboard_F} or {Buttons.Left_Button_Pad} when you see the marker around it.", -Text/87/text,"I don't need a gun, I can use pretty strong magic!", -Text/88/text,"Perhaps in your original world, we ran some tests and it seems like using raw magic will tire you out really fast in this world", -Text/89/text,"Probably because this world does not have natural magic, so the magic in your body is all you have.", -Text/8a/text,"This gun was specifically made for you, it feeds on your internal magic and emits it in a very efficient way", -Text/8b/text,You will never get tired when using this gun and the ammo will never run out!, -Text/8c/text,"This will not be the case for other weapons you will find on the field, they WILL require ammunition of some kind.", -Text/8d/text,"Strafing is important: it will allow you to keep your aim still, move more carefully and see your hitbox, try to avoid contact with enemy bullets!", +That's a security camera.",Vedi quella cosa sul muro che guarda a destra e a sinistra? è una telecaemra di sicurezza. +Text/7e/text,If you get spotted by one the alarm will sound and enemies will converge on your location and sometimes nasty traps may trigger.,Se una di esse ti vede suonerà l'allarme e i nemici convergeranno verso la tua posizione e a volte potrebbero attivarsi delle trappole. +Text/7f/text,"You can avoid getting spotted either by taking cover behind tall objects, you should avoid getting spotted as much as possible.","Puoi evitare di essere vista nascondendoti dietro ad oggetti o muri, dovresti evitare di farti vedere il più possibile." +Text/80/text,Can I just freeze them?,Posso semplicemente congelarle? +Text/81/text,Yes you can! They are very sensitive pieces of equipment so just shooting them will destroy them and no alarm will sound.,"Certo che puoi! Sono oggetti tecnologici molto sensibili, sparandogli li distruggerai e non suonerà l'allarme." +Text/82/text,When you enter a room the camera should always be your highest priority.,Quando entri in una stanza la telecamera dovrebbe essere sempre la tua priorità più alta. +Text/83/text,"If you get spotted and the alarm sounds, find an alarm box in order to disable it.","Se vieni vista e suona l'allarme, trova il pannello d'allarme per disattivarlo." +Text/84/text,They're these rectangular flashy red boxes you may sometimes find of walls.,Sono quei pannelli rettangolari che lampeggiano di rosso che a volte trovi sui muri. +Text/85/text,Use one and the alarm goes away! Easy!,Usane uno e l'allarme si disattiverà! Facile! +Text/86/text,"Here's your gun, pick it up by approaching it and pressing {Buttons.Keyboard_F} or {Buttons.Left_Button_Pad} when you see the marker around it.","Questa è la tua pistola, raccoglila avvicinandoti e premendo {Buttons.Keyboard_F} o {Buttons.Left_Button_Pad} quando vedi il segnalino intorno ad essa." +Text/87/text,"I don't need a gun, I can use pretty strong magic!","Non mi serve una pistola, posso usare della magia molto forte!" +Text/88/text,"Perhaps in your original world, we ran some tests and it seems like using raw magic will tire you out really fast in this world","Sicuramente nel tuo mondo originale, ma secondo i test che abbiamo effettuato usare la magia ti stancherebbe troppo in fretta in questo mondo" +Text/89/text,"Probably because this world does not have natural magic, so the magic in your body is all you have.","Probabilmente perché questo mondo non possiede magia naturale, quindi la magia prodotta dal tuo corpo è tutto ciò che hai." +Text/8a/text,"This gun was specifically made for you, it feeds on your internal magic and emits it in a very efficient way","Questa pistola è stata fatta per te, usa la tua magia interna e la emette in maniera molto efficiente." +Text/8b/text,You will never get tired when using this gun and the ammo will never run out!,Non ti stancherai mai quando usi quest'arma e le munizioni non finiranno mai! +Text/8c/text,"This will not be the case for other weapons you will find on the field, they WILL require ammunition of some kind.","Ciò non vale per le armi che trovarai a giro, esse richiederanno munizioni di qualche tipo." +Text/8d/text,"Strafing is important: it will allow you to keep your aim still, move more carefully and see your hitbox, try to avoid contact with enemy bullets!","Muoversi lentamente è importante: ti aiuterà a mirare meglio, a muoverti più attentamente e vedere bene la tua area sensibile, cerca di evitarne il contatto con i proiettili nemici!" Text/8e/text,"Welcome to the training course! -This is where you will learn the basics to be effective in your missions.", -Text/8f/text,MY RIBBON IS TALKING TO ME?!?!, -Text/90/text,Were you listening to the briefings? I'm I.C.E.: an AI that was placed in your hair ribbon to help you with your mission., -Text/91/text,So you're a really small person? That's really cool!, +This is where you will learn the basics to be effective in your missions.",Benvenuta all'allenamento virtuale! Qui imparerai le basi su come essere efficace nelle tue missioni. +Text/8f/text,MY RIBBON IS TALKING TO ME?!?!,IL MIO FIOCCO MI STA PARLANDO?!?!? +Text/90/text,Were you listening to the briefings? I'm I.C.E.: an AI that was placed in your hair ribbon to help you with your mission.,"Non stavi ascoltando il briefing? Io sono I.C.E., un'intelligenza artificiale in un chip nel tuo fiocco, creata per aiutarti nelle tue missioni." +Text/91/text,So you're a really small person? That's really cool!,Quindi sei una persona molto piccola? Molto bello! Text/92/text,"Not really... -Let's put this aside for now and listen closely.", -Text/93/text,"This is a virtual training facility, you are actually sleeping in the real world while the computer is feeding you this simulation.", -Text/94/text,"It's a great tool to train quickly, you'll become an amazing fighter in no time!", -Text/95/text,Now try to move and approach the control pad on the northern wall., -Text/96/text,Which direction is north again?, -Text/97/text,UP! It's up., -Text/98/text,"You can pick up and use other weapons, pick up that repeater and open the inventory screen to select and equip it.", -Text/b5/text,You need to double click the item in the inventoryu to equip it.wa, -Text/99/text,"Keep in mind that weapons you pick up will use ammo, if you run out you cannot shoot!", -Text/9a/text,"Further in the room you'll see an enemy fairy guard, if they spot you they will chase and shoot you!", -Text/9b/text,They are pretty dumb though and if you outrun them they'll forget about you., -Text/9c/text,Now shoot that guard to proceed., +Let's put this aside for now and listen closely.",Non proprio.... Lascia perdere per ora e ascolta bene. +Text/93/text,"This is a virtual training facility, you are actually sleeping in the real world while the computer is feeding you this simulation.","Questo è un allenamento virtuale, nel mondo reale stai dormendo mentre il computer ti sta mostrando questa simulazione." +Text/94/text,"It's a great tool to train quickly, you'll become an amazing fighter in no time!","Questo è un ottimo strumento per allenarsi in fretta, diventerai un'ottima combattente molto in fretta!" +Text/95/text,Now try to move and approach the control pad on the northern wall.,Adesso prova a muoverti e avvicinarti al pannello di controllo sul muro nord. +Text/96/text,Which direction is north again?,Da che parte è il nord? +Text/97/text,UP! It's up.,SU! Vai su! +Text/98/text,"You can pick up and use other weapons, pick up that repeater and open the inventory screen to select and equip it.","Puoi raccogliere ed usare altre armi, raccogli quel fucile e apri l'inventario per selezionarlo ed equipaggiarlo." +Text/b5/text,You need to double click the item in the inventoryu to equip it.wa,Devi fare doppio click sull'oggetto nell'inventario per equipaggiarlo. Puoi anche usare la rotella di scorrimento del mouse per cambiare armi. +Text/99/text,"Keep in mind that weapons you pick up will use ammo, if you run out you cannot shoot!","Ricordati che le armi che raccogli useranno munizioni, se le finisci non potrai sparare!" +Text/9a/text,"Further in the room you'll see an enemy fairy guard, if they spot you they will chase and shoot you!","Più avanti nella stanza vedrai una guardia nemica, se ti vedono ti inseguiranno e ti spareranno!" +Text/9b/text,They are pretty dumb though and if you outrun them they'll forget about you.,Sono molto stupide e se ti allontani a sufficienza si dimenticheranno di te. +Text/9c/text,Now shoot that guard to proceed.,Adesso spara alla guardia per procedere. Text/9d/text,"Great! You made it to the switch. -You can press {Buttons.Keyboard_F} or {Buttons.Left_Button_Pad} to activate it.", -Text/9e/text,"Switches come in many forms, they allow you to manipolate your environment by opening doors, triggering devices and such.", -Text/9f/text,Always be on the lookout for switches., -Text/a0/text,"That thing in front of you is a Telepad, try standing on it.", -Text/a1/text,WHOAAA it was all tingly and swirly and suddenly I was somewhere else!, -Text/a2/text,"Yes, that's a teleporter, if you step on one and it's active it will take you somewhere else.", -Text/a3/text,If the lights on its sides are blinking it means it's active and you can use it., -Text/a4/text,"The destination telepad does not need to be active to teleport to it, sometimes they are one-way trips.", -Text/a5/text,You should be wary of telepads even if they are disabled., -Text/a6/text,In case of alarm enemies may try to teleport to the telepad closest to you to try and catch you by surprise., -Text/a7/text,Never let your guard down!, +You can press {Buttons.Keyboard_F} or {Buttons.Left_Button_Pad} to activate it.",Fantastico! Sei arrivata all'interruttore! Puoi premere {Buttons.Keyboard_F} o {Buttons.Left_Button_Pad} per attivarlo. +Text/9e/text,"Switches come in many forms, they allow you to manipolate your environment by opening doors, triggering devices and such.","Gli interruttori possono avere molte forme diverse, ti permettono di manipolare l'ambiente aprendo porte, attivando macchinari e via dicendo." +Text/9f/text,Always be on the lookout for switches.,Cerca sempre gli interruttori. +Text/a0/text,"That thing in front of you is a Telepad, try standing on it.","Quella davanti a te è una piattaforma di teletrasporto, prova a salirci sopra." +Text/a1/text,WHOAAA it was all tingly and swirly and suddenly I was somewhere else!,WOOOOOW mi è pizzicato tutto e all'improvviso ero da un'altra parte! +Text/a2/text,"Yes, that's a teleporter, if you step on one and it's active it will take you somewhere else.","Si, è una piattaforma di teletrasporto, se sali su una di esse ti porterà da qualche altra parte." +Text/a3/text,If the lights on its sides are blinking it means it's active and you can use it.,Se le luci ai fianchi lampeggaino significa che è attiva e puoi usarla. +Text/a4/text,"The destination telepad does not need to be active to teleport to it, sometimes they are one-way trips.","La piattaforma di destinazione non deve essere attiva per poterci arrivare, a volte sono viaggi a senso unico." +Text/a5/text,You should be wary of telepads even if they are disabled.,Presta molta attenzione alle piattaforme anche se non sono attive. +Text/a6/text,In case of alarm enemies may try to teleport to the telepad closest to you to try and catch you by surprise.,In caso di allarme dei nemici potrebbero provare a teletrasportarsi alla piattaforma più vicina a te e coglierti di sorpresa. +Text/a7/text,Never let your guard down!,Non abbassare mai la guardia! diff --git a/Dialogue/Translations/dialogic_timeline_translations.en.translation b/Dialogue/Translations/dialogic_timeline_translations.en.translation index dfb35348299bb219928953bb5083c6029564e4de..6710359c9c4af2b5b18f674981587c6bd44a93ad 100644 GIT binary patch delta 3192 zcmZ9N3s93+7RPS_gjWb5zy}GC1ks2AGGGzqp(4nmfP!EJK@hQ0P(c(dN@)YwT1IUV zu2N`GajacLDlE7yJGM^8M~5<77hNsPNEO-H)v~O*U@flOu>VWGuahamZ_c^r+CWmsyYnU?;k=@ zpSN9s8~{InQ7{hJT>L3!pJMPF5D_5~Af>;E0`dZ(F@G2@qj(v^%M{3TUeDrX9xq>q zECm((nC-*cwZ5u4Qj0grF66PLgTj_A!{*u2f)d?fNZSHy~U1}5B&>p{ilJ-JNAeNJsRZg zdss5+Nyr-LH9%PBv~ROJ!MY^a_JjY0brb|)-FoPs0L9h4^@AEhe4#G~h-I7$*c!hq z&_+SXIv6Ry9&`3fZ@;-TS3*b_#v4I#|GBYw&gR7#7W0-(WVs%9GCv?T@6oE8now_C z3-s+4^BUG3`0sld2ZKydeaHJB+cqF@JO*Weot{y6e@lP44?Swb>Em%hsW8<8A+K$J z_w_Bs{y57VqO+al|I*MQ8&1(-M@Tr#1z_ntkKu72I%8wdYvhE)!c+l{O`Pudt1BUX z&?A8mbn(}9cGR7wNw|mznRyrX+JEji5p)KJPJsR{5R!PdS`!y;OGq4S#o*?VoWC7# zrR@?{^ne24)v2X`)?(S~&8SG4*7f zwYh#NnBt($z5LjP_ShNHuSm^lt%N+#pCgSZ5}vT?DXJ1 zdVLl2G9W}DnSR&vJ?Rjln2^CzxL&t#Z>WuVO`&OWm7CC1~u)02vO4!#|>fymPk2$D~c3@dF4PzTjJX) zn#D(h)%Pg)T$--$*3x`TzlSHs8j0Q6%GE=5GG9XQIth09?KFmvsNrHa+Ah__3?N_j zII1n&Z=Xv&(}qi6Z_x;ZsKZ4k!jn-k_9<)vDZRZfRx0U?G%TVVm5PRm-P!WHX%~Ia zDe=(X0K)PMByCiN60vamz?!iCR2}DNmXl8OfEt}Vve)CYupW+P(9qpt)S`RX*C`uB zZae&i8*s*=urIBjd#9+-QqT7cmGgu7IEwe>=jqb>)kCVPst$2;%A`Z*9f> z;k0wzJ|e!dQl_FaGQIK4U~pwKrlQ6~4TL=3SolOVj;{t=&U!*f=={j}$^E#h4Y093 z`JkizR0h_w%2ry;ql3RxeU96n2iq&avAN>RuLyuM&ixSa`x(h0qvp~QG%vfu6~JAk z^$);<*a4jd5E3eo2lzYj^H?bad+^B{IahIb_G7^=T1a%%&uYTjhmb|Etpr{j%O3|} z%zEfuU@kWua+XBAgKsG-1naGuw`{TYX24O;_*-J*}~^UZdp-^jV7X1M*} zVwdJWq4D@0IkQXCf~G42@+TO_KraWvS=&NKT)Ys5*;)5|XYc-?0bei|ooXj~fJLtY zLbTMeuNNHir1>tKVKaVYn49e;xNATC^<_3nwFEX+W*l#>lji&Oed^*YF(wjIilMqf zb^fq4GNI8rN>dtQ%D8kt{`qvv*}CG4krjo#o(`oZVoH=WJ|r1Auc~ggroJF%M~IO` z*4>Rie>f;1Th}7Ca=^S*9-QXHk&GPWZtLvKbY+R;-{gf=($+$&bs?hf4b|SN&L-co zgeXa)G*EZ3QG$rGBHzAVk2Y~y%(WuBAN?|NrduW@tH{`PX=Hwh-IOj%R_7eQ)tNI51wBozv|awBYuKntJ4^-0gXR9`{-k z5-Z^@T+FdzN675myEE^JX$LXI+DX4;>sg%0e91#6N4793)p}>YL!U|ciKuVf%Os)? Xe5ypHeVf#7u2OW>+?}Rpq{sdryx0|1 delta 2807 zcmZ9N2~3n%5Xaws3M{a&7ktQa>;iVh6}O6tuwX<~L_9#0!&|W)ShZA8*Q0WHlxX9@ zvlcBXR!tEPh)@rz#(0HVV?9zO+FG>H8bYl_t@Wt%KfB*&Hg59E%$s>{-hA`sy}dc> zZEoExMUluD>%h+hX$Das2BZM8kCx;($SGhBSODx`B`5>spc2shZy>9|VbCDiPD7pt z*FiJ53urEWx{fvs+QAzjC>T@n7m6N5y`YibCdoueCQC9MGE35F9{nas<6OvjVBvdy zyEI<;o}Jc~Nwy76SwyyXzX}+4zPD&E#x}Lgq+1?T`z7jx=5%$wJ6wlD-;pouqFPc(EYnZpW}%G989& zkaX9~8ztL$NnVoVRmj`m5qJ!q0eRgk=&TcCUY%&0I6tTc5DDZdvW$i;0VGMj6i7F$ zHi6N6YUgf6^ZcPfQ580R$>i(B7)*nH6il)IF~2l`u~E>AfjrO0KGmNFsjw{t zx^s)l@8i<_tm z$98cr<%0fq18$WCbEUi0a>19e!7vqqEv>t&7wH&_fF2LzvP7RMRmS=8Y3`z}1$j`E zdEj~Vj-JD@d>HiAKu+S>5aZB#cgBXomItnVG4V!s9j|j2E%kU@sD3-a=(j`W8j&Qu zEpvdpTZN|ba#kpR;w~C~L^4zoIy2clxc#8e9?DG~R^29S-Vd%!pt^r+S78XB<{=6v zL%H3^BoB??$jQt#d%U?mjJKO z$)~qyc%9OkJKNit))bg4FRt~x6XiQ zpWkH^ddkyc%}dQ`jzT4Rz&sqt8;vw|7IvfmDHK)Q_G|CLAT`%`iH6S*u_sK_1#;oc z7i;e?_Tq_NqR{BabG*zGTJhECn6b)b){C6kigtVzZA9%SZ}!RS+P*&MA6#S>4tD1G z+*_k%Y!GzkWpM7qvLi0I2kgJ@?y<-0p1_`i1Z+h+DzD$vaCpjwLG5Fc6nK3G)hE zA|6s@STc=#no6{+#vL@nMYS3@KnW%2&p?qgO= z5#G-Tou(N{$RdC&HeXl<#UC&FEVI*o^mqRDRKHr>VndY+%YKsb>$!k;R zBN{cb>xDnK=xN7XH9zAk3Tb-Y>}$5gBbQ*z!V6A+FOI-7#}stWhMiu$C@{3leYvN` z*+j^JH4A44Hgw^!YD>}VZhtAt(Bw3YE~}i^f#w5kOA#*%woTyO*I#3cVr{XqII~D^uc;Y5| z7}N1Yt(ckscLZEii^x`EKmpEzYGDH9XPY!%Vw?oM0LYtH_HEXl!SRrt4)+I7|9kz^ zyh>{}=x~g*`!XQ!mez9W16u%Z(TY|#Jo4nGXtKLx?|-iuPJpf#off{Y(BEr$XK;c%yN-VrhMh$xn}X=sHKNjIkMm{|9(turUAt diff --git a/Dialogue/Translations/dialogic_timeline_translations.it.translation b/Dialogue/Translations/dialogic_timeline_translations.it.translation index db056728ad918576d35c92be98bbf6306ac40dbf..b7cd100f63afe3985cd7d3e542f4c3a3b8ae1f26 100644 GIT binary patch literal 14837 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 w+*Oi1@m^*^M;sq3O0Ri*a4Y(kOD&?0 zDl}pNrM@CmYinl|YExSs)Unc+s;I3CgVnmDJb1r*y=Ue(&h5h`*L0Y9Q+n`NT%CfT46j?HTwoI3%)F>%OJf=~om6RP2wNj^3q$_pQ05I$fCFKBV zhC-Ji(<@eHDXBqVR~pjRDD@m*cGBs!Doy&kX}UD6Dn}2HqO3r^Aa|7ePz~ zWq_EQ&j+ms89{qMRUoGRGl+GdFF?&4`wn6o=nALH|VgZ+Lgt(2%cX5%Kho1w$>$tHmAU5;Vo#t2@7cX$J9pb-1 z4?ur{o`cBRZy;x0)Ak_3a2yWY9TdPbJ`tD%G>aRHg2=ozyg+e~!!@!px>!6%!9K*3 zSm<%)_BzCwR+zEmycJiNJ0^9h`S;Z&$dkH3`7&pB#D}&TjE9jY^Y_o0Hcr9ARj2AZ z7a$HPyXUm7q+#KGVck}2Z@zVRX>|}cu4bt`Yawk`{^;k=RExK z*g4F{Gy9rmUe{2yV-PQ0bih%9JgGC^YgwC$ zxL?Sjk95eBej2hLmdxehzyIMdvImMhp}(=r@0;t>;Wg|#HJoLr{{Ziz~eq-|rB&-cK9N3Mu(IQQ~Y6!K)hS4rts;fRy@*>8_e4nq8(YS8Uf$dmchQs3`C;^EJ0 zCtujk!R!m>yB`4`Oy!pGbHP;SM!l4>o!wm1e^THnTnV?M2(g7BU4AqhTYF@XW z{g8)0EuJ_emxsUVa_-s1!#(#8-KjwwQnrsTHLo{KLEK5zJva|}(#J8wv;Jfr-frlc zkc~K`?7Fshnml|Ee{kFE~_Cubmz|Jl+4X z)fOIpwBu;E7vhk<`#oHERiHxLp+aw}MxN~F?Cuq?m4^o(ytFJDaY)&9fAh8O`ULTj zbu<2~K%SicnV(_AB*drNwmy*}?=#uWDg$}aPuf(qO3%aRxR=)X^6=B)&vQI^_=;Z+ zNhTl;DcgVfwy$;55ue}SM#m#h>c(Af>5WAE*`{q(Wyq6$BX;F`uST4lze4l-g>8rj zba{^0kNlo$>6@v+-`eIC4<3N$AtkS_w zEX-af815=`5r)wY?eksw{9y-+MV?vN=N~T}=bs#FlIV<5J*$?S9nucJ#0F2WOjTf2p^B}F<{v1N?| z!`;NaW^-*5)o(i~ICvBsD#kSYNNErZRo6Bx4L4{}6