added turkish translations (#1160)

This commit is contained in:
Ahmed Şeref
2019-10-24 18:30:34 +03:00
committed by Kevin Papst
parent 37c6e2c0af
commit 4ad290d4bd
26 changed files with 1615 additions and 14 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?><xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file datatype="plaintext" original="validators.en.xliff" source-language="en" target-language="tr">
<body>
<trans-unit id="This value is not a valid role.">
<source>This value is not a valid role.</source>
<target state="translated">Değer geçerli bir rol değildir.</target>
</trans-unit>
<trans-unit id="End date must not be earlier then start date.">
<source>Bitiş, başlangıç tarihinden önce olamaz.</source>
<target state="translated">End date must not be earlier then start date.</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 state="translated">Başlangıç, ileri bir tarih olamaz.</target>
</trans-unit>
</body>
</file>
</xliff>