Skip to content

Commit

Permalink
manually merged #118 - added turkish translaton by @cmbilisim
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Oct 13, 2019
1 parent 74a06c4 commit 3e084fb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions autosave/lang/tr.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('autosave', 'tr', {
dateFormat: 'LLL',
autoSaveMessage: 'Otomatik Kaydedildi',
loadSavedContent: 'Bu içeriğin "{0}" tarihli otomatik kaydedilmiş versiyonu bulundu. İki versiyonu karşılaştırmak ve hangisi yüklenmek istediğinizi belirlemek ister misiniz? İptal tuşuna basılınca otomatik kaydedilen içerik silinir.',
title: 'Otomatik olarak kaydedilen içerik ile yüklenen içeriği karşılaştır',
loadedContent: 'Yüklenen içerik',
localStorageFull: 'Tarayıcı belleği(localStorage) dolu, belleği temizleyin veya boyutunu artırın',
autoSavedContent: 'Otomatik kaydedilen içerik: \'',
ok: 'Evet, otomatik kaydedilen içeriği yükle',
no: 'Hayır',
diffType: 'Gösterim tipini seç:',
sideBySide: 'Sutunlu görünüm',
inline: 'Sıralı görünüm'
});
2 changes: 1 addition & 1 deletion autosave/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

CKEDITOR.plugins.add("autosave", {
lang: 'bg,ca,cs,de,en,es,eu,fr,it,ja,nl,pl,pt-br,ru,sk,sv,zh,zh-cn', // %REMOVE_LINE_CORE%
lang: "bg,ca,cs,de,en,es,eu,fr,it,ja,nl,pl,pt-br,ru,sk,sv,tr,zh,zh-cn", // %REMOVE_LINE_CORE%
requires: "notification",
version: "0.18.4",
init: function (editor) {
Expand Down

0 comments on commit 3e084fb

Please sign in to comment.