forked from apidoc/apidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request apidoc#635 from iravul/turkish-translation
Turkish translation
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
} | ||
}); |