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,54 @@
<?xml version="1.0" encoding="utf-8"?><xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file datatype="plaintext" original="flashmessages.en.xliff" source-language="en" target-language="tr">
<body>
<trans-unit id="warning">
<source>warning</source>
<target state="translated">Uyarı</target>
</trans-unit>
<trans-unit id="timesheet.stop.success">
<source>timesheet.stop.success</source>
<target state="translated">Zaman kaydı durduruldu</target>
</trans-unit>
<trans-unit id="timesheet.stop.error">
<source>timesheet.stop.error</source>
<target state="translated">Zaman kaydı durdurulamadı</target>
</trans-unit>
<trans-unit id="timesheet.start.success">
<source>timesheet.start.success</source>
<target state="translated">Zaman kaydı başlatıldı</target>
</trans-unit>
<trans-unit id="timesheet.start.error">
<source>timesheet.start.error</source>
<target state="translated">Time recording could not be started</target>
</trans-unit>
<trans-unit id="timesheet.start.exceeded_limit">
<source>timesheet.start.exceeded_limit</source>
<target state="translated">The limit of active time records has been reached, please stop at least one running time measurement first.</target>
</trans-unit>
<trans-unit id="timesheet.locked.warning">
<source>timesheet.locked.warning</source>
<target state="translated">You are editing an exported record</target>
</trans-unit>
<trans-unit id="action.update.success">
<source>action.update.success</source>
<target state="translated">Değişiklikler kaydedildi</target>
</trans-unit>
<trans-unit id="action.update.error">
<source>action.update.error</source>
<target state="translated">Değişiklikler kaydedilemedİ: %reason%</target>
</trans-unit>
<trans-unit id="action.delete.success">
<source>action.delete.success</source>
<target state="translated">Kayıt silindi</target>
</trans-unit>
<trans-unit id="action.delete.error">
<source>action.delete.error</source>
<target state="translated">Kayıt silinemedi: %reason%</target>
</trans-unit>
<trans-unit id="invoice.first_template">
<source>invoice.first_template</source>
<target state="translated">Devam edebilmek için fatura şablonu oluşturmanız gereklidir</target>
</trans-unit>
</body>
</file>
</xliff>