Files
kimai2/translations/validators.vi.xlf
2020-06-04 16:21:12 +02:00

20 lines
1015 B
XML

<?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="vi" 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>Giá trị này không hợp lệ.</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>Ngày kết thúc không được sớm hơn ngày bắt đầu.</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>Ngày bắt đầu không thể trong tương lai.</target>
</trans-unit>
</body>
</file>
</xliff>