Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turkish language support was added to plugins. #702

Merged
merged 15 commits into from
Jan 27, 2018
8 changes: 7 additions & 1 deletion plugins/base64/trumbowyg.base64.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions plugins/colors/trumbowyg.colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
ja: {
foreColor: '文字色',
backColor: '背景色'
},
tr: {
foreColor: 'Yazı rengi',
backColor: 'Arkaplan rengi'
}
}
});
Expand Down
3 changes: 3 additions & 0 deletions plugins/emoji/trumbowyg.emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,9 @@
},
ja: {
emoji: '絵文字の挿入'
},
tr: {
emoji: 'Emoji ekle'
}
},
// jshint camelcase:true
Expand Down
3 changes: 3 additions & 0 deletions plugins/fontfamily/trumbowyg.fontfamily.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
},
nl: {
fontFamily: 'Lettertype'
},
tr: {
fontFamily: 'Yazı Tipi'
}
}
});
Expand Down
10 changes: 10 additions & 0 deletions plugins/fontsize/trumbowyg.fontsize.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
});
Expand Down
5 changes: 4 additions & 1 deletion plugins/insertaudio/trumbowyg.insertaudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
},
ja: {
insertAudio: '音声の挿入'
},
tr: {
insertAudio: 'Ses Ekle'
}
},
plugins: {
Expand Down Expand Up @@ -80,4 +83,4 @@
}
}
});
})(jQuery);
})(jQuery);
9 changes: 9 additions & 0 deletions plugins/lineheight/trumbowyg.lineheight.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
});
Expand Down
5 changes: 5 additions & 0 deletions plugins/mathml/trumbowyg.mathml.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
3 changes: 3 additions & 0 deletions plugins/mention/trumbowyg.mention.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
},
ru: {
mention: 'Упомянуть'
},
tr: {
mention: 'Bahset'
}
},

Expand Down
3 changes: 3 additions & 0 deletions plugins/noembed/trumbowyg.noembed.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
},
ja: {
noembedError: 'エラー'
},
tr: {
noembedError: 'Hata'
}
},

Expand Down
3 changes: 3 additions & 0 deletions plugins/preformatted/trumbowyg.preformatted.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
},
ja: {
preformatted: 'コードサンプル <pre>'
},
tr: {
preformatted: 'Kod örneği <pre>'
}
},
// jshint camelcase:true
Expand Down
5 changes: 5 additions & 0 deletions plugins/ruby/trumbowyg.ruby.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
11 changes: 10 additions & 1 deletion plugins/table/trumbowyg.table.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
},

Expand Down Expand Up @@ -151,4 +160,4 @@
}
}
});
})(jQuery);
})(jQuery);
5 changes: 4 additions & 1 deletion plugins/template/trumbowyg.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
},
ja: {
template: 'テンプレート'
},
tr: {
template: 'Şablon'
}
}
});
Expand Down Expand Up @@ -55,4 +58,4 @@

return templates;
}
})(jQuery);
})(jQuery);
5 changes: 5 additions & 0 deletions plugins/upload/trumbowyg.upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
file: 'Arquivo',
uploadError: 'Erro'
},
tr: {
upload: 'Yükle',
file: 'Dosya',
uploadError: 'Hata'
}
},
// jshint camelcase:true

Expand Down