Co-authored-by: Kevin Papst <kevin@kevinpapst.de> Co-authored-by: koffevar <egor.kafisov@gmail.com> Co-authored-by: Anaa Ara <martakanuu@protonmail.com> Co-authored-by: 朱伟 <2676988242@qq.com> Co-authored-by: yn <bilisenyou@outlook.com> Co-authored-by: Woodyx <shiposhouyou@gmail.com> Co-authored-by: thekeymethod <csokan.andras87@protonmail.ch> Co-authored-by: Daniel de Souza Melo <jxzk@protonmail.com> Co-authored-by: João Tiago Antunes <jtiago.cbr@gmail.com>
20 lines
966 B
XML
20 lines
966 B
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="ar" 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>هذه القيمة ليست صالحة.</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>يجب ألا يكون تاريخ الانتهاء سابقًا لتاريخ البدء.</target>
|
|
</trans-unit>
|
|
<trans-unit id="You must select at least one user or team.">
|
|
<source>You must select at least one user or team.</source>
|
|
<target>عليك على الاقل اختيار عضو او فريق.</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|