added italian translation (#253)

This commit is contained in:
Kevin Papst
2018-08-08 00:00:24 +02:00
committed by GitHub
parent e549a0824f
commit a7780dac9e
7 changed files with 1012 additions and 1 deletions

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file date="2017-01-12T20:00:00Z" source-language="en" target-language="it" datatype="plaintext" original="flashmessages.en.xliff">
<body>
<trans-unit id="timesheet.stop.success">
<source>timesheet.stop.success</source>
<target>Time-recording é stata fermata</target>
</trans-unit>
<trans-unit id="timesheet.stop.error">
<source>timesheet.stop.error</source>
<target>Time-recording non può essere fermata: %reason%</target>
</trans-unit>
<trans-unit id="timesheet.start.success">
<source>timesheet.start.success</source>
<target>Time-recording avviata</target>
</trans-unit>
<trans-unit id="timesheet.start.error">
<source>timesheet.start.error</source>
<target>Time-recording non può essere avviata: %reason%</target>
</trans-unit>
<trans-unit id="action.updated_successfully">
<source>action.updated_successfully</source>
<target>Salvataggio avvenuto</target>
</trans-unit>
<trans-unit id="action.deleted_successfully">
<source>action.deleted_successfully</source>
<target>Informazioni cancellate</target>
</trans-unit>
<trans-unit id="action.deleted.error">
<source>action.deleted.error</source>
<target>Le informazioni non possono essere cancellate: %reason%</target>
</trans-unit>
<trans-unit id="invoice.first_template">
<source>invoice.first_template</source>
<target>Crea un template di fatturazione per continuare!</target>
</trans-unit>
</body>
</file>
</xliff>