Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #33 from canaltinova/master
Browse files Browse the repository at this point in the history
Add Turkish Translation
  • Loading branch information
Caleb Ely committed Aug 9, 2015
2 parents cca60f0 + f76694e commit 09bceea
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nls/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ define(function (require, exports, module) {
module.exports = {
root : true,
"de" : true,
"it" : true
"it" : true,
"tr" : true
};
});
41 changes: 41 additions & 0 deletions nls/tr/strings.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/*
* HTML Skeleton
* Created 2014-2015 Triangle717
* <http://le717.github.io/>
*
* Licensed under The MIT License
* <http://opensource.org/licenses/MIT/>
*/


/*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 4, maxerr: 50 */
/*global define */

define({
// Menu item
"INSERT_HTML_ELEMENTS" : "HTML elementleri ekle\u2026",

// mainDialog.html
"DIALOG_TITLE" : "HTML Skeleton",
"DIALOG_EXTENSION_DESCRIPTION" : "HTML Skeleton dökümanınıza direk olarak çeşitli HTML elementleri ekleyerek sizi her seferinde yazmaktan kurtarır.",
"FILE_DIALOG_TITLE" : "Bir Resim Seç",
"USAGE" : "Kullanım",
"PLACE_CURSOR" : "İmlecinizi elementleri nereye eklemek istiyoranız oraya yerleştirin.",
"SELECT_ELEMENTS" : "İstediğiniz elementleri seçin.",
"CLICK_DONE" : "Tamam'a basın ve HTML elementleri dökümanınıza eklenecektir!",
"ELEMENTS" : "Elementler",
"BASIC_SKELETON" : "Temel HTML İskeleti",
"VIEWPORT" : "Viewport",
"EXTERNAL_STYLESHEET" : "Harici Stil Dosyası",
"INLINE_STYLESHEET" : "Satır İçi Stil Dosyası",
"EXTERNAL_SCRIPT" : "Harici Script",
"INLINE_SCRIPT" : "Satır İçi Script",
"PICTURE_IMAGE" : "Resim",
"WIDTH" : "Genişlik",
"HEIGHT" : "Yükseklik",
"FULL_SKELETON" : "Tam HTML İskeleti",
"FULL_SKELETON_DESCRIPTION" : "Satır içi stil dosyası, satır içi script ve resim dışında yukarıdaki tüm elementleri dahil eder.",
"BTN_CANCEL" : "İptal",
"BTN_DONE" : "Tamam",
"BTN_BROWSE" : "Gözat\u2026"
});
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"i18n": [
"en",
"de",
"it"
"it",
"tr"
],

"main": "main.js",
Expand Down

0 comments on commit 09bceea

Please sign in to comment.