Co-authored-by: frooog in raain <sadsatan211@gmail.com> Co-authored-by: J. Lavoie <j.lavoie@net-c.ca> Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com> Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com> Co-authored-by: Mokhtar Garmehi <Mokhtar_garmeh@yahoo.com> Co-authored-by: Pham Mina <phamthinhalinh93@gmail.com> Co-authored-by: Ana Carla Vasconcelos <anacarlavgs@gmail.com> Co-authored-by: SC <lalocas@protonmail.com> Co-authored-by: dkstiler <dkstiler@gmail.com> Co-authored-by: Kevin Papst <kevinpapst@users.noreply.github.com>
72 lines
3.8 KiB
XML
72 lines
3.8 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
|
<file source-language="en" target-language="it" datatype="plaintext" original="validators.en.xlf">
|
|
<body>
|
|
<trans-unit id="This value is not a valid role.">
|
|
<source>This value is not a valid role.</source>
|
|
<target>Questo valore non è un ruolo valido.</target>
|
|
</trans-unit>
|
|
<trans-unit id="End date must not be earlier then start date.">
|
|
<source>End date must not be earlier then start date.</source>
|
|
<target>La data di fine non può essere prima di quella iniziale.</target>
|
|
</trans-unit>
|
|
<trans-unit id="You must select at least one user or team.">
|
|
<source>You must select at least one user or team.</source>
|
|
<target>Devi selezionare almeno un utente o una squadra.</target>
|
|
</trans-unit>
|
|
<trans-unit id="The begin date cannot be in the future.">
|
|
<source>The begin date cannot be in the future.</source>
|
|
<target>La data di inizio non può essere futura.</target>
|
|
</trans-unit>
|
|
<trans-unit id="The budget is completely used.">
|
|
<source>The budget is completely used.</source>
|
|
<target>Il budget è esaurito. Del %budget% disponibile, %used% è stato prenotato finora, %free% può ancora essere utilizzato.</target>
|
|
</trans-unit>
|
|
<trans-unit id="The given value is not a valid time.">
|
|
<source>The given value is not a valid time.</source>
|
|
<target>Il valore fornito non è un orario valido.</target>
|
|
</trans-unit>
|
|
<trans-unit id="You already have an entry for this time.">
|
|
<source>You already have an entry for this time.</source>
|
|
<target>Hai già una voce per questo periodo.</target>
|
|
</trans-unit>
|
|
<trans-unit id="This period is locked, please choose a later date.">
|
|
<source>This period is locked, please choose a later date.</source>
|
|
<target>Questo periodo è bloccato, scegli una data successiva.</target>
|
|
</trans-unit>
|
|
<trans-unit id="This invoice document cannot be used, please rename the file and upload it again.">
|
|
<source>This invoice document cannot be used, please rename the file and upload it again.</source>
|
|
<target>Questo documento di fattura non può essere utilizzato, rinomina il file e caricalo di nuovo.</target>
|
|
</trans-unit>
|
|
<trans-unit id="Maximum duration of {{ value }} hours exceeded.">
|
|
<source>Maximum duration of {{ value }} hours exceeded.</source>
|
|
<target>Massimo {{ value }} ore permesse.</target>
|
|
</trans-unit>
|
|
<trans-unit id="The username is already used.">
|
|
<source>The username is already used.</source>
|
|
<target>L'username è già in uso.</target>
|
|
</trans-unit>
|
|
<trans-unit id="The email is already used.">
|
|
<source>The email is already used.</source>
|
|
<target>L'email è già in uso.</target>
|
|
</trans-unit>
|
|
<trans-unit id="The entered passwords don't match.">
|
|
<source>The entered passwords don't match.</source>
|
|
<target>Le password inserite non corrispondono.</target>
|
|
</trans-unit>
|
|
<trans-unit id="An equal username is already used.">
|
|
<source>An equal username is already used.</source>
|
|
<target>Un nome utente uguale è già usato.</target>
|
|
</trans-unit>
|
|
<trans-unit id="An equal email is already used.">
|
|
<source>An equal email is already used.</source>
|
|
<target>Un indirizzo e-mail uguale è già usato.</target>
|
|
</trans-unit>
|
|
<trans-unit id="At least one team leader must be assigned to the team.">
|
|
<source>At least one team leader must be assigned to the team.</source>
|
|
<target>Almeno un caposquadra deve essere assegnato alla squadra.</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|