mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-03-21 08:03:01 +00:00

Co-authored-by: Bruno Arakaki <brn.arakaki@gmail.com> Co-authored-by: Katarzyna Sobolewska <kasia.sobolewska1@gmail.com> Co-authored-by: ssantos <ssantos@web.de> Co-authored-by: aquilesi8 <adamdavies7@protonmail.com> Co-authored-by: koffevar <egor.kafisov@gmail.com> Co-authored-by: Nathan <bonnemainsnathan@gmail.com> Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com> Co-authored-by: David Ordás <davorpatech@gmail.com> Co-authored-by: iglv <ilv0609@gmail.com> Co-authored-by: Kevin Papst <kpapst@gmx.net>
62 lines
2.7 KiB
XML
62 lines
2.7 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="he" datatype="plaintext" original="flashmessages.en.xlf">
|
|
<header>
|
|
<tool tool-id="symfony" tool-name="Symfony"/>
|
|
</header>
|
|
<body>
|
|
<trans-unit id="warning">
|
|
<source>warning</source>
|
|
<target>אזהרה</target>
|
|
</trans-unit>
|
|
<trans-unit id="timesheet.stop.success">
|
|
<source>timesheet.stop.success</source>
|
|
<target>הקלטת זמן נעצרה</target>
|
|
</trans-unit>
|
|
<trans-unit id="timesheet.stop.error">
|
|
<source>timesheet.stop.error</source>
|
|
<target>לא ניתן לעצור הקלטת זמן</target>
|
|
</trans-unit>
|
|
<trans-unit id="timesheet.start.success">
|
|
<source>timesheet.start.success</source>
|
|
<target>הקלטת זמן החלה</target>
|
|
</trans-unit>
|
|
<trans-unit id="timesheet.start.error">
|
|
<source>timesheet.start.error</source>
|
|
<target>לא ניתן להתחיל הקלטת זמן</target>
|
|
</trans-unit>
|
|
<trans-unit id="timesheet.start.exceeded_limit">
|
|
<source>timesheet.start.exceeded_limit</source>
|
|
<target>הגעת למגבלת כמות רשומות זמן פעילות. אנא עצור לפחות רשומת זמן אחת.</target>
|
|
</trans-unit>
|
|
<trans-unit id="timesheet.locked.warning">
|
|
<source>timesheet.locked.warning</source>
|
|
<target>אתה עורך רשומה שכבר יוצאה</target>
|
|
</trans-unit>
|
|
<trans-unit id="action.update.success">
|
|
<source>action.update.success</source>
|
|
<target>השינויים נשמרו</target>
|
|
</trans-unit>
|
|
<trans-unit id="action.update.error">
|
|
<source>action.update.error</source>
|
|
<target>לא ניתן לשמור את השינויים: %reason%</target>
|
|
</trans-unit>
|
|
<trans-unit id="action.delete.success">
|
|
<source>action.delete.success</source>
|
|
<target>הרשומה נמחקה</target>
|
|
</trans-unit>
|
|
<trans-unit id="action.delete.error">
|
|
<source>action.delete.error</source>
|
|
<target>לא ניתן למחוק את הרשומה: %reason%</target>
|
|
</trans-unit>
|
|
<trans-unit id="invoice.first_template">
|
|
<source>invoice.first_template</source>
|
|
<target>אנא צור קודם תבנית חשבונית</target>
|
|
</trans-unit>
|
|
<trans-unit id="action.upload.error">
|
|
<source>action.upload.error</source>
|
|
<target>לא ניתן להעלות או לשמור את הקובץ: %reason%</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|