renamed translation files from .xliff to .xlf (#1314)

This commit is contained in:
Kevin Papst
2019-12-09 13:25:31 +01:00
committed by GitHub
parent 261b4646e4
commit b14ad9f3ab
244 changed files with 266 additions and 254 deletions

19
translations/teams.tr.xlf Normal file
View File

@@ -0,0 +1,19 @@
<?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="tr" datatype="plaintext" original="teams.en.xlf">
<body>
<trans-unit id="teams.title">
<source>teams.title</source>
<target>Takımlar</target>
</trans-unit>
<trans-unit id="teams.project_access">
<source>teams.project_access</source>
<target>Projelere erişim ver</target>
</trans-unit>
<trans-unit id="teams.customer_access">
<source>teams.customer_access</source>
<target>Müşterilere erişim ver</target>
</trans-unit>
</body>
</file>
</xliff>