Skip to content

Commit

Permalink
Create locale.xml
Browse files Browse the repository at this point in the history
Added Turkish translation file
  • Loading branch information
drugurkocak authored Feb 23, 2021
1 parent e90ec54 commit 69cd7d6
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions locale/tr_TR/locale.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE locale SYSTEM "../../../../../lib/pkp/dtd/locale.dtd">
<locale name="tr" full_name="Türkçe">
<message key="plugins.importexport.datacite.description">Gönderileri OMP Datacite XML biçiminde saklayın.</message>
<message key="plugins.importexport.datacite.deposited">Saklandı</message>
<message key="plugins.importexport.datacite.depositedSubmissions">Saklanan gönderiler</message>
<message key="plugins.importexport.datacite.deposit">Saklayın</message>
<message key="plugins.importexport.datacite.displayName">Datacite XML Eklentisi</message>
<message key="plugins.importexport.datacite.error">Hata</message>
<message key="plugins.importexport.datacite.queued">Saklamak için</message>
<message key="plugins.importexport.datacite.redeposit">Tekrar Saklayın</message>
<message key="plugins.importexport.datacite.submittedSubmissions">Dışa aktarılacak risaleleri seçin</message>
<message key="plugins.importexport.datacite.results">Sonuçlar</message>
<message key="plugins.importexport.datacite.settings.description">Açıklama</message>
<message key="plugins.importexport.datacite.intro"><![CDATA[ Bu eklenti, risaleler ve kitap bölümleri için DOI'leri DOI sağlayıcısı <a href="https://datacite.org">Datacite.org</a>'ta tescil eder. Ek olarak, Almanya merkezli Datacite DOI kayıt ajansı <a href="https://www.da-ra.de/home/"> da | ra </a>) ile tescil işlemini destekler.]]></message>
<message key="plugins.importexport.datacite.settings">Ayarlar</message>
<message key="plugins.importexport.datacite.settings.form.dara"><![CDATA[ DOI sağlayıcısı olarak <a href="https://www.da-ra.de"> da | ra </a> kullanın]]></message>
<message key="plugins.importexport.datacite.settings.form.testUrl">Test URL'si</message>
<message key="plugins.importexport.datacite.settings.form.password">Parola</message>
<message key="plugins.importexport.datacite.settings.form.password.description"></message>
<message key="plugins.importexport.datacite.settings.form.url">Datacite URL'si</message>
<message key="plugins.importexport.datacite.settings.form.username">Kullanıcı adı (simge)</message>
<message key="plugins.importexport.datacite.settings.form.usernameRequired">Lütfen DataCite'tan aldığınız kullanıcı adını (simge) girin. Kullanıcı adı iki nokta üst üste içeremez.</message>
<message key="plugins.importexport.datacite.settings.form.automaticRegistration.description">OMP, DOI'leri otomatik olarak DataCite'a saklayacaktır. Lütfen bunun yayından sonra işlenmesinin kısa bir süre alabileceğini unutmayın (örneğin, cronjob yapılandırmanıza bağlı olarak). Tüm tescil edilmemiş DOI'leri kontrol edebilirsiniz.</message>
<message key="plugins.importexport.datacite.settings.form.testMode.description">DOI kaydı için Datacite test ön ekini kullanın. Lütfen üretim için bu seçeneği kaldırmayı unutmayınız.</message>
<message key="plugins.importexport.datacite.settings.form.testDescription">Sunucusu ayarlarını sınayın</message>
<message key="plugins.importexport.datacite.settings.form.testIntro">Datacite test sunucusunu buradan ayarlayabilirsiniz, örn. https://labs.da-ra.de/dara/study/importXML?registration=true</message>
<message key="plugins.importexport.datacite.settings.form.testPrefix">Test Ön eki</message>
<message key="plugins.importexport.datacite.settings.form.testRegistry">Test kaydı</message>
<!-- the following key is duplicate -->
<message key="plugins.importexport.datacite.settings.form.testUrl">Test URL'si</message>
<message key="plugins.importexport.datacite.senderTask.name">Datacite otomatik kayıt görevi</message>
<message key="plugins.importexport.datacite.cliUsage"><![CDATA[Kullanım: {$scriptName} {$pluginName} export [outputFileName] [journal_path] {issues|articles|galleys} objectId1 [objectId2] ... {$scriptName} {$pluginName} register [journal_path] {issues|articles|galleys} objectId1 [objectId2] ...]]></message>
</locale>

0 comments on commit 69cd7d6

Please sign in to comment.