Skip to content

Commit

Permalink
Merge pull request apidoc#635 from iravul/turkish-translation
Browse files Browse the repository at this point in the history
Turkish translation
  • Loading branch information
rottmann authored May 19, 2017
2 parents a5cbb3c + ad9c542 commit 70b9693
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions template/locales/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ define([
'./locales/pt_br.js',
'./locales/ro.js',
'./locales/ru.js',
'./locales/tr.js',
'./locales/zh.js',
'./locales/zh_cn.js'
], function() {
Expand Down
25 changes: 25 additions & 0 deletions template/locales/tr.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
define({
tr: {
'Allowed values:' : 'İzin verilen değerler:',
'Compare all with predecessor': 'Tümünü öncekiler ile karşılaştır',
'compare changes to:' : 'değişiklikleri karşılaştır:',
'compared to' : 'karşılaştır',
'Default value:' : 'Varsayılan değer:',
'Description' : 'Açıklama',
'Field' : 'Alan',
'General' : 'Genel',
'Generated with' : 'Oluşturan',
'Name' : 'İsim',
'No response values.' : 'Dönüş verisi yok.',
'optional' : 'opsiyonel',
'Parameter' : 'Parametre',
'Permission:' : 'İzin:',
'Response' : 'Dönüş',
'Send' : 'Gönder',
'Send a Sample Request' : 'Örnek istek gönder',
'show up to version:' : 'bu versiyona kadar göster:',
'Size range:' : 'Boyut aralığı:',
'Type' : 'Tip',
'url' : 'url'
}
});

0 comments on commit 70b9693

Please sign in to comment.