added hebrew translations (#1724)

first day of week in datepicker is locale specific now
This commit is contained in:
Kevin Papst
2020-05-24 13:58:13 +02:00
committed by GitHub
parent e2a4998341
commit 91736e89cc
29 changed files with 2235 additions and 17 deletions

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="he" datatype="plaintext" original="invoice-renderer.en.xlf">
<body>
<trans-unit id="label.invoice_renderer">
<source>label.invoice_renderer</source>
<target>מסמך חשבונית</target>
</trans-unit>
<trans-unit id="default">
<source>default</source>
<target>חשבונית (ברירת מחדל)</target>
</trans-unit>
<trans-unit id="timesheet">
<source>timesheet</source>
<target>גיליון שעות</target>
</trans-unit>
<trans-unit id="freelancer">
<source>freelancer</source>
<target>עובד</target>
</trans-unit>
<trans-unit id="open-spreadsheet">
<source>open-spreadsheet</source>
<target>חשב גיליון נתונים</target>
</trans-unit>
<trans-unit id="spreadsheet">
<source>spreadsheet</source>
<target>Excel</target>
</trans-unit>
<trans-unit id="export">
<source>export</source>
<target>ייצוא נתונים</target>
</trans-unit>
<trans-unit id="company">
<source>company</source>
<target>חשבונית חברה</target>
</trans-unit>
<trans-unit id="help.upload">
<source>help.upload</source>
<target>שים לב: קבצים קיימים ידרסו וימחקו. סוגי קבצים מותרים: DOCX, ODS, XLSX.</target>
</trans-unit>
</body>
</file>
</xliff>