This repository has been archived by the owner on May 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
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 #33 from canaltinova/master
Add Turkish Translation
- Loading branch information
Showing
3 changed files
with
45 additions
and
2 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,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" | ||
}); |
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 |
---|---|---|
|
@@ -20,7 +20,8 @@ | |
"i18n": [ | ||
"en", | ||
"de", | ||
"it" | ||
"it", | ||
"tr" | ||
], | ||
|
||
"main": "main.js", | ||
|