From 501acc72142a119576ce7292923135010195e555 Mon Sep 17 00:00:00 2001 From: Oguzhan Inan Date: Sat, 27 Jan 2018 09:59:11 +0300 Subject: [PATCH 01/15] Added Turkish language. --- plugins/base64/trumbowyg.base64.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/base64/trumbowyg.base64.js b/plugins/base64/trumbowyg.base64.js index 7a232983f..5eaedf56d 100644 --- a/plugins/base64/trumbowyg.base64.js +++ b/plugins/base64/trumbowyg.base64.js @@ -55,7 +55,13 @@ file: 'ファイル', errFileReaderNotSupported: 'あなたのブラウザーはFileReaderをサポートしていません', errInvalidImage: '画像形式が正しくありません' - } + }, + tr: { + base64: 'Base64 olarak resim', + file: 'Dosya', + errFileReaderNotSupported: 'FileReader tarayıcınız tarafından desteklenmiyor.', + errInvalidImage: 'Geçersiz resim dosyası.' + } }, // jshint camelcase:true From 03ea013b64ef4b647429aaabd7ff35ed57690b00 Mon Sep 17 00:00:00 2001 From: Oguzhan Inan Date: Sat, 27 Jan 2018 10:00:48 +0300 Subject: [PATCH 02/15] Added Turkish language. --- plugins/colors/trumbowyg.colors.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/colors/trumbowyg.colors.js b/plugins/colors/trumbowyg.colors.js index a823c0017..e4eec831c 100644 --- a/plugins/colors/trumbowyg.colors.js +++ b/plugins/colors/trumbowyg.colors.js @@ -45,6 +45,10 @@ ja: { foreColor: '文字色', backColor: '背景色' + }, + tr: { + foreColor: 'Yazı rengi', + backColor: 'Arkaplan rengi' } } }); From 93a4a741664d34f438b44d52c4b0a301aff6dbcb Mon Sep 17 00:00:00 2001 From: Oguzhan Inan Date: Sat, 27 Jan 2018 10:01:33 +0300 Subject: [PATCH 03/15] Added Turkish language. --- plugins/emoji/trumbowyg.emoji.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/emoji/trumbowyg.emoji.js b/plugins/emoji/trumbowyg.emoji.js index eac9d017c..1c4089a70 100644 --- a/plugins/emoji/trumbowyg.emoji.js +++ b/plugins/emoji/trumbowyg.emoji.js @@ -908,6 +908,9 @@ }, ja: { emoji: '絵文字の挿入' + }, + tr: { + emoji: 'Emoji ekle' } }, // jshint camelcase:true From 6fc5cdb5c84124ac3363879b156f1f319b6a1ee1 Mon Sep 17 00:00:00 2001 From: Oguzhan Inan Date: Sat, 27 Jan 2018 10:02:52 +0300 Subject: [PATCH 04/15] Added Turkish language. --- plugins/fontfamily/trumbowyg.fontfamily.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/fontfamily/trumbowyg.fontfamily.js b/plugins/fontfamily/trumbowyg.fontfamily.js index 879569b34..1624f9d30 100644 --- a/plugins/fontfamily/trumbowyg.fontfamily.js +++ b/plugins/fontfamily/trumbowyg.fontfamily.js @@ -25,6 +25,9 @@ }, nl: { fontFamily: 'Lettertype' + }, + tr: { + fontFamily: 'Yazı Tipi' } } }); From 8c055d2e6cbe0360447e585ba58704e84156226c Mon Sep 17 00:00:00 2001 From: Oguzhan Inan Date: Sat, 27 Jan 2018 10:04:40 +0300 Subject: [PATCH 05/15] Added Turkish language. --- plugins/fontsize/trumbowyg.fontsize.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins/fontsize/trumbowyg.fontsize.js b/plugins/fontsize/trumbowyg.fontsize.js index 4ebb172ff..d478c8004 100644 --- a/plugins/fontsize/trumbowyg.fontsize.js +++ b/plugins/fontsize/trumbowyg.fontsize.js @@ -23,6 +23,16 @@ 'large': 'Groot', 'x-large': 'Extra Groot' } + }, + tr: { + fontsize: 'Yazı Boyutu', + fontsizes: { + 'x-small': 'Çok Küçük', + 'small': 'Küçük', + 'medium': 'Normal', + 'large': 'Büyük', + 'x-large': 'Çok Büyük' + } } } }); From a2d9acdd9fa0bdb1e7e32c3485d1298f09fa0503 Mon Sep 17 00:00:00 2001 From: Oguzhan Inan Date: Sat, 27 Jan 2018 10:05:10 +0300 Subject: [PATCH 06/15] Added Turkish language. --- plugins/insertaudio/trumbowyg.insertaudio.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/insertaudio/trumbowyg.insertaudio.js b/plugins/insertaudio/trumbowyg.insertaudio.js index 28654cf76..e1cd9dae9 100644 --- a/plugins/insertaudio/trumbowyg.insertaudio.js +++ b/plugins/insertaudio/trumbowyg.insertaudio.js @@ -41,6 +41,9 @@ }, ja: { insertAudio: '音声の挿入' + }, + tr: { + insertAudio: 'Ses Ekle' } }, plugins: { @@ -80,4 +83,4 @@ } } }); -})(jQuery); \ No newline at end of file +})(jQuery); From 60b0c186ad955c78da90dbc54493e14bbc414894 Mon Sep 17 00:00:00 2001 From: Oguzhan Inan Date: Sat, 27 Jan 2018 10:06:05 +0300 Subject: [PATCH 07/15] Added Turkish language. --- plugins/lineheight/trumbowyg.lineheight.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/lineheight/trumbowyg.lineheight.js b/plugins/lineheight/trumbowyg.lineheight.js index c6b9b061b..abd030561 100644 --- a/plugins/lineheight/trumbowyg.lineheight.js +++ b/plugins/lineheight/trumbowyg.lineheight.js @@ -21,6 +21,15 @@ '1.5': 'Groot', '2.0': 'Extra Groot' } + }, + tr: { + lineheight: 'Satır yüksekliği', + lineheights: { + '0.9': 'Küçük', + 'normal': 'Normal', + '1.5': 'Büyük', + '2.0': 'Çok Büyük' + } } } }); From 23283ee6c1e3d7b5e86f6380fde7fd2e3f7fae9c Mon Sep 17 00:00:00 2001 From: Oguzhan Inan Date: Sat, 27 Jan 2018 10:07:01 +0300 Subject: [PATCH 08/15] Added Turkish language. --- plugins/mathml/trumbowyg.mathml.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/mathml/trumbowyg.mathml.js b/plugins/mathml/trumbowyg.mathml.js index 4a5798ae3..916c11d0d 100644 --- a/plugins/mathml/trumbowyg.mathml.js +++ b/plugins/mathml/trumbowyg.mathml.js @@ -19,6 +19,11 @@ mathml: 'Inserer une formule', formulas: 'Formule', inline: 'En ligne' + }, + tr: { + mathml: 'Formül Ekle', + formulas: 'Formüller', + inline: 'Satır içi' } }, plugins: { From 932af2326a347a63ff9a782163d504facf4c4196 Mon Sep 17 00:00:00 2001 From: Oguzhan Inan Date: Sat, 27 Jan 2018 10:08:20 +0300 Subject: [PATCH 09/15] Added Turkish language. --- plugins/mention/trumbowyg.mention.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/mention/trumbowyg.mention.js b/plugins/mention/trumbowyg.mention.js index dfc47d21a..faf0f77ab 100644 --- a/plugins/mention/trumbowyg.mention.js +++ b/plugins/mention/trumbowyg.mention.js @@ -24,6 +24,9 @@ }, ru: { mention: 'Упомянуть' + }, + tr: { + mention: 'Bahset' } }, From ada9f99000f70f2d0cbe4fe5eccea11b165db7d7 Mon Sep 17 00:00:00 2001 From: Oguzhan Inan Date: Sat, 27 Jan 2018 10:09:55 +0300 Subject: [PATCH 10/15] Added Turkish language. --- plugins/noembed/trumbowyg.noembed.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/noembed/trumbowyg.noembed.js b/plugins/noembed/trumbowyg.noembed.js index 738f9705f..ee291d53d 100644 --- a/plugins/noembed/trumbowyg.noembed.js +++ b/plugins/noembed/trumbowyg.noembed.js @@ -37,6 +37,9 @@ }, ja: { noembedError: 'エラー' + }, + tr: { + noembedError: 'Hata' } }, From 836c506840df600fef743bd77e96cc58c38a5e62 Mon Sep 17 00:00:00 2001 From: Oguzhan Inan Date: Sat, 27 Jan 2018 10:10:37 +0300 Subject: [PATCH 11/15] Added Turkish language. --- plugins/preformatted/trumbowyg.preformatted.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/preformatted/trumbowyg.preformatted.js b/plugins/preformatted/trumbowyg.preformatted.js index 602e25bc5..c5139b0e5 100755 --- a/plugins/preformatted/trumbowyg.preformatted.js +++ b/plugins/preformatted/trumbowyg.preformatted.js @@ -30,6 +30,9 @@ }, ja: { preformatted: 'コードサンプル
'
+            },
+            tr: {
+                preformatted: 'Kod örneği 
'
             }
         },
         // jshint camelcase:true

From 00287002d4c4373d8d31ad3167b1f8e1ae848cdd Mon Sep 17 00:00:00 2001
From: Oguzhan Inan 
Date: Sat, 27 Jan 2018 10:11:45 +0300
Subject: [PATCH 12/15] Added Turkish language.

---
 plugins/ruby/trumbowyg.ruby.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/plugins/ruby/trumbowyg.ruby.js b/plugins/ruby/trumbowyg.ruby.js
index 9d40f43d0..9e4f27234 100644
--- a/plugins/ruby/trumbowyg.ruby.js
+++ b/plugins/ruby/trumbowyg.ruby.js
@@ -22,6 +22,11 @@
 				ruby: 'Sisipkan teks ruby',
 				rubyModal: 'Modal teks ruby',
 				rubyText: 'Teks ruby'
+			},
+			tr: {
+				ruby: 'Ruby metni ekle',
+				rubyModal: 'Ruby modal',
+				rubyText: 'Ruby metni'
 			}
 		},
 		plugins: {

From 52cdbf5787ace0a8371c4bce50ac93d2c5cb0aef Mon Sep 17 00:00:00 2001
From: Oguzhan Inan 
Date: Sat, 27 Jan 2018 10:13:00 +0300
Subject: [PATCH 13/15] Added Turkish language.

---
 plugins/table/trumbowyg.table.js | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/plugins/table/trumbowyg.table.js b/plugins/table/trumbowyg.table.js
index 59e8212db..0fc9bb8d1 100644
--- a/plugins/table/trumbowyg.table.js
+++ b/plugins/table/trumbowyg.table.js
@@ -72,6 +72,15 @@
                 columns: '列',
                 styler: '表のクラス',
                 error: 'エラー'
+            },
+            tr: {
+                table: 'Tablo ekle',
+                tableAddRow: 'Satır ekle',
+                tableAddColumn: 'Kolon ekle',
+                rows: 'Satırlar',
+                columns: 'Kolonlar',
+                styler: 'Tablo sınıfı',
+                error: 'Hata'
             }
         },
 
@@ -151,4 +160,4 @@
             }
         }
     });
-})(jQuery);
\ No newline at end of file
+})(jQuery);

From d15c08a8c13010dac966a91bfe7e76b47bb53444 Mon Sep 17 00:00:00 2001
From: Oguzhan Inan 
Date: Sat, 27 Jan 2018 10:13:26 +0300
Subject: [PATCH 14/15] Added Turkish language.

---
 plugins/template/trumbowyg.template.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/plugins/template/trumbowyg.template.js b/plugins/template/trumbowyg.template.js
index 483181d41..3e82fe053 100644
--- a/plugins/template/trumbowyg.template.js
+++ b/plugins/template/trumbowyg.template.js
@@ -15,6 +15,9 @@
             },
             ja: {
                 template: 'テンプレート'
+            },
+            tr: {
+                template: 'Şablon'
             }
         }
     });
@@ -55,4 +58,4 @@
 
         return templates;
     }
-})(jQuery);
\ No newline at end of file
+})(jQuery);

From 6c765fe257563676d97fccab59fe6b9d72d75775 Mon Sep 17 00:00:00 2001
From: Oguzhan Inan 
Date: Sat, 27 Jan 2018 10:14:32 +0300
Subject: [PATCH 15/15] Added Turkish language.

---
 plugins/upload/trumbowyg.upload.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/plugins/upload/trumbowyg.upload.js b/plugins/upload/trumbowyg.upload.js
index 38ef3ae10..c30811b09 100644
--- a/plugins/upload/trumbowyg.upload.js
+++ b/plugins/upload/trumbowyg.upload.js
@@ -93,6 +93,11 @@
                 file: 'Arquivo',
                 uploadError: 'Erro'
             },
+            tr: {
+                upload: 'Yükle',
+                file: 'Dosya',
+                uploadError: 'Hata'
+            }
         },
         // jshint camelcase:true