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>
59 lines
2.9 KiB
XML
59 lines
2.9 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="ru" datatype="plaintext" original="flashmessages.en.xlf">
|
|
<body>
|
|
<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="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>
|
|
<trans-unit id="timesheet.locked.warning">
|
|
<source>timesheet.locked.warning</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="warning">
|
|
<source>warning</source>
|
|
<target>Предупреждение</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|