Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com> Co-authored-by: Victor Cleaner <victor.cleaner@gmail.com> Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com> Co-authored-by: edo-2313 <edo2313@gmail.com> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com> Co-authored-by: Jack-Benny Persson <jack-benny@cyberinfo.se> Co-authored-by: dkstiler <dkstiler@gmail.com> Co-authored-by: Nathan <bonnemainsnathan@gmail.com> Co-authored-by: dottypottylotty <muzzbuzzer@outlook.com> Co-authored-by: Adam K <uz@zu.uz> Co-authored-by: J. Lavoie <j.lavoie@net-c.ca> Co-authored-by: Kevin Papst <kpapst@gmx.net>
60 lines
3.1 KiB
XML
60 lines
3.1 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>
|
|
</body>
|
|
</file>
|
|
</xliff>
|