wysiwyg-rails 3.1.0 → 3.2.5.pre.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +25 -0
- data/app/assets/javascripts/froala_editor.min.js +7 -7
- data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -7
- data/app/assets/javascripts/languages/ar.js +289 -289
- data/app/assets/javascripts/languages/bs.js +276 -276
- data/app/assets/javascripts/languages/cs.js +282 -282
- data/app/assets/javascripts/languages/da.js +274 -274
- data/app/assets/javascripts/languages/de.js +307 -293
- data/app/assets/javascripts/languages/el.js +282 -282
- data/app/assets/javascripts/languages/en_ca.js +220 -220
- data/app/assets/javascripts/languages/en_gb.js +220 -220
- data/app/assets/javascripts/languages/es.js +268 -268
- data/app/assets/javascripts/languages/et.js +276 -276
- data/app/assets/javascripts/languages/fa.js +276 -276
- data/app/assets/javascripts/languages/fi.js +276 -276
- data/app/assets/javascripts/languages/fr.js +297 -296
- data/app/assets/javascripts/languages/he.js +276 -276
- data/app/assets/javascripts/languages/hr.js +276 -276
- data/app/assets/javascripts/languages/hu.js +282 -282
- data/app/assets/javascripts/languages/id.js +276 -276
- data/app/assets/javascripts/languages/it.js +277 -276
- data/app/assets/javascripts/languages/ja.js +276 -276
- data/app/assets/javascripts/languages/ko.js +276 -276
- data/app/assets/javascripts/languages/ku.js +269 -269
- data/app/assets/javascripts/languages/me.js +276 -276
- data/app/assets/javascripts/languages/nb.js +276 -276
- data/app/assets/javascripts/languages/nl.js +289 -289
- data/app/assets/javascripts/languages/pl.js +276 -276
- data/app/assets/javascripts/languages/pt_br.js +276 -276
- data/app/assets/javascripts/languages/pt_pt.js +276 -276
- data/app/assets/javascripts/languages/ro.js +276 -276
- data/app/assets/javascripts/languages/ru.js +289 -289
- data/app/assets/javascripts/languages/sk.js +282 -282
- data/app/assets/javascripts/languages/sl.js +224 -0
- data/app/assets/javascripts/languages/sr.js +276 -276
- data/app/assets/javascripts/languages/sv.js +276 -276
- data/app/assets/javascripts/languages/th.js +276 -276
- data/app/assets/javascripts/languages/tr.js +276 -276
- data/app/assets/javascripts/languages/uk.js +276 -276
- data/app/assets/javascripts/languages/vi.js +219 -219
- data/app/assets/javascripts/languages/zh_cn.js +302 -276
- data/app/assets/javascripts/languages/zh_tw.js +276 -276
- data/app/assets/javascripts/plugins.pkgd.min.js +7 -7
- data/app/assets/javascripts/plugins/align.min.js +6 -6
- data/app/assets/javascripts/plugins/char_counter.min.js +6 -6
- data/app/assets/javascripts/plugins/code_beautifier.min.js +6 -6
- data/app/assets/javascripts/plugins/code_view.min.js +6 -6
- data/app/assets/javascripts/plugins/colors.min.js +6 -6
- data/app/assets/javascripts/plugins/cryptojs.min.js +7 -0
- data/app/assets/javascripts/plugins/draggable.min.js +6 -6
- data/app/assets/javascripts/plugins/edit_in_popup.min.js +6 -6
- data/app/assets/javascripts/plugins/emoticons.min.js +6 -6
- data/app/assets/javascripts/plugins/entities.min.js +6 -6
- data/app/assets/javascripts/plugins/file.min.js +7 -7
- data/app/assets/javascripts/plugins/files_manager.min.js +7 -0
- data/app/assets/javascripts/plugins/font_family.min.js +7 -7
- data/app/assets/javascripts/plugins/font_size.min.js +7 -7
- data/app/assets/javascripts/plugins/forms.min.js +6 -6
- data/app/assets/javascripts/plugins/fullscreen.min.js +7 -7
- data/app/assets/javascripts/plugins/help.min.js +6 -6
- data/app/assets/javascripts/plugins/image.min.js +7 -7
- data/app/assets/javascripts/plugins/image_manager.min.js +7 -7
- data/app/assets/javascripts/plugins/inline_class.min.js +6 -6
- data/app/assets/javascripts/plugins/inline_style.min.js +6 -6
- data/app/assets/javascripts/plugins/line_breaker.min.js +7 -7
- data/app/assets/javascripts/plugins/line_height.min.js +6 -6
- data/app/assets/javascripts/plugins/link.min.js +7 -7
- data/app/assets/javascripts/plugins/lists.min.js +7 -7
- data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -7
- data/app/assets/javascripts/plugins/paragraph_style.min.js +6 -6
- data/app/assets/javascripts/plugins/print.min.js +6 -6
- data/app/assets/javascripts/plugins/quick_insert.min.js +7 -7
- data/app/assets/javascripts/plugins/quote.min.js +6 -6
- data/app/assets/javascripts/plugins/save.min.js +7 -7
- data/app/assets/javascripts/plugins/special_characters.min.js +6 -6
- data/app/assets/javascripts/plugins/table.min.js +7 -7
- data/app/assets/javascripts/plugins/trim_video.min.js +7 -0
- data/app/assets/javascripts/plugins/url.min.js +7 -7
- data/app/assets/javascripts/plugins/video.min.js +7 -7
- data/app/assets/javascripts/plugins/word_paste.min.js +6 -6
- data/app/assets/javascripts/third_party/embedly.min.js +6 -6
- data/app/assets/javascripts/third_party/font_awesome.min.js +7 -7
- data/app/assets/javascripts/third_party/image_tui.min.js +7 -7
- data/app/assets/javascripts/third_party/spell_checker.min.js +6 -6
- data/app/assets/stylesheets/froala_editor.css +18 -18
- data/app/assets/stylesheets/froala_editor.min.css +7 -7
- data/app/assets/stylesheets/froala_editor.pkgd.css +1729 -240
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -7
- data/app/assets/stylesheets/froala_style.css +21 -12
- data/app/assets/stylesheets/froala_style.min.css +7 -7
- data/app/assets/stylesheets/plugins.pkgd.css +1517 -37
- data/app/assets/stylesheets/plugins.pkgd.min.css +7 -7
- data/app/assets/stylesheets/plugins/char_counter.css +8 -8
- data/app/assets/stylesheets/plugins/char_counter.min.css +7 -7
- data/app/assets/stylesheets/plugins/code_view.css +8 -8
- data/app/assets/stylesheets/plugins/code_view.min.css +7 -7
- data/app/assets/stylesheets/plugins/colors.css +8 -8
- data/app/assets/stylesheets/plugins/colors.min.css +7 -7
- data/app/assets/stylesheets/plugins/draggable.css +8 -8
- data/app/assets/stylesheets/plugins/draggable.min.css +7 -7
- data/app/assets/stylesheets/plugins/emoticons.css +8 -8
- data/app/assets/stylesheets/plugins/emoticons.min.css +7 -7
- data/app/assets/stylesheets/plugins/file.css +8 -8
- data/app/assets/stylesheets/plugins/file.min.css +7 -7
- data/app/assets/stylesheets/plugins/files_manager.css +1240 -0
- data/app/assets/stylesheets/plugins/files_manager.min.css +7 -0
- data/app/assets/stylesheets/plugins/fullscreen.css +9 -9
- data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -7
- data/app/assets/stylesheets/plugins/help.css +8 -8
- data/app/assets/stylesheets/plugins/help.min.css +7 -7
- data/app/assets/stylesheets/plugins/image.css +8 -8
- data/app/assets/stylesheets/plugins/image.min.css +7 -7
- data/app/assets/stylesheets/plugins/image_manager.css +8 -8
- data/app/assets/stylesheets/plugins/image_manager.min.css +7 -7
- data/app/assets/stylesheets/plugins/line_breaker.css +8 -8
- data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -7
- data/app/assets/stylesheets/plugins/quick_insert.css +8 -8
- data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -7
- data/app/assets/stylesheets/plugins/special_characters.css +8 -8
- data/app/assets/stylesheets/plugins/special_characters.min.css +7 -7
- data/app/assets/stylesheets/plugins/table.css +8 -8
- data/app/assets/stylesheets/plugins/table.min.css +7 -7
- data/app/assets/stylesheets/plugins/trim_video.css +247 -0
- data/app/assets/stylesheets/plugins/trim_video.min.css +7 -0
- data/app/assets/stylesheets/plugins/video.css +11 -8
- data/app/assets/stylesheets/plugins/video.min.css +7 -7
- data/app/assets/stylesheets/themes/dark.css +274 -19
- data/app/assets/stylesheets/themes/dark.min.css +7 -7
- data/app/assets/stylesheets/themes/gray.css +274 -19
- data/app/assets/stylesheets/themes/gray.min.css +7 -7
- data/app/assets/stylesheets/themes/royal.css +274 -19
- data/app/assets/stylesheets/themes/royal.min.css +7 -7
- data/app/assets/stylesheets/third_party/embedly.css +8 -8
- data/app/assets/stylesheets/third_party/embedly.min.css +7 -7
- data/app/assets/stylesheets/third_party/font_awesome.css +8 -8
- data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -7
- data/app/assets/stylesheets/third_party/image_tui.css +8 -8
- data/app/assets/stylesheets/third_party/image_tui.min.css +7 -7
- data/app/assets/stylesheets/third_party/spell_checker.css +8 -8
- data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -7
- data/lib/wysiwyg-rails/version.rb +1 -1
- metadata +17 -9
@@ -1,278 +1,278 @@
|
|
1
|
-
/*!
|
2
|
-
* froala_editor v3.
|
3
|
-
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
-
* Copyright 2014-
|
5
|
-
*/
|
6
|
-
|
7
|
-
(function (global, factory) {
|
8
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
|
9
|
-
typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
|
10
|
-
(factory(global.FroalaEditor));
|
11
|
-
}(this, (function (FE) { 'use strict';
|
12
|
-
|
13
|
-
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
|
-
|
1
|
+
/*!
|
2
|
+
* froala_editor v3.2.5-2 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2021 Froala Labs
|
5
|
+
*/
|
6
|
+
|
7
|
+
(function (global, factory) {
|
8
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
|
9
|
+
typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
|
10
|
+
(factory(global.FroalaEditor));
|
11
|
+
}(this, (function (FE) { 'use strict';
|
12
|
+
|
13
|
+
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
14
|
+
|
15
15
|
/**
|
16
16
|
* Turkish
|
17
|
-
*/
|
18
|
-
FE.LANGUAGE['tr'] = {
|
19
|
-
translation: {
|
20
|
-
// Place holder
|
21
|
-
'Type something': "Bir \u015Fey yaz\u0131n",
|
22
|
-
// Basic formatting
|
23
|
-
'Bold': "Kal\u0131n",
|
24
|
-
'Italic': "\u0130talik",
|
25
|
-
'Underline': "Alt\u0131 \xE7izili",
|
26
|
-
'Strikethrough': "\xDCst\xFC \xE7izili",
|
27
|
-
// Main buttons
|
28
|
-
'Insert': 'Ekle',
|
29
|
-
'Delete': 'Silmek',
|
30
|
-
'Cancel': "\u0130ptal",
|
31
|
-
'OK': 'Tamam',
|
32
|
-
'Back': 'Geri',
|
33
|
-
'Remove': "Kald\u0131r",
|
34
|
-
'More': 'Daha',
|
35
|
-
'Update': "G\xFCncelle\u015Ftirme",
|
36
|
-
'Style': 'Stil',
|
37
|
-
// Font
|
38
|
-
'Font Family': "Yaz\u0131tipi Ailesi",
|
39
|
-
'Font Size': "Yaz\u0131tipi B\xFCy\xFCkl\xFC\u011F\xFC",
|
40
|
-
// Colors
|
41
|
-
'Colors': 'Renkler',
|
42
|
-
'Background': 'Arkaplan',
|
43
|
-
'Text': 'Metin',
|
44
|
-
'HEX Color': 'Altı renkli',
|
45
|
-
// Paragraphs
|
46
|
-
'Paragraph Format': "Bi\xE7imler",
|
47
|
-
'Normal': 'Normal',
|
48
|
-
'Code': 'Kod',
|
49
|
-
'Heading 1': "Ba\u015Fl\u0131k 1",
|
50
|
-
'Heading 2': "Ba\u015Fl\u0131k 2",
|
51
|
-
'Heading 3': "Ba\u015Fl\u0131k 3",
|
52
|
-
'Heading 4': "Ba\u015Fl\u0131k 4",
|
53
|
-
// Style
|
54
|
-
'Paragraph Style': 'Paragraf stili',
|
55
|
-
'Inline Style': "\xC7izgide stili",
|
56
|
-
// Alignment
|
57
|
-
'Align': 'Hizalama',
|
58
|
-
'Align Left': 'Sola hizala',
|
59
|
-
'Align Center': 'Ortala',
|
60
|
-
'Align Right': "Sa\u011Fa hizala",
|
61
|
-
'Align Justify': "\u0130ki yana yasla",
|
62
|
-
'None': "Hi\xE7biri",
|
63
|
-
// Lists
|
64
|
-
'Ordered List': "S\u0131ral\u0131 liste",
|
65
|
-
'Unordered List': "S\u0131ras\u0131z liste",
|
66
|
-
// Indent
|
67
|
-
'Decrease Indent': 'Girintiyi azalt',
|
68
|
-
'Increase Indent': "Girintiyi art\u0131r",
|
69
|
-
// Links
|
70
|
-
'Insert Link': "Ba\u011Flant\u0131 ekle",
|
71
|
-
'Open in new tab': "Yeni sekmede a\xE7",
|
72
|
-
'Open Link': "Linki a\xE7",
|
73
|
-
'Edit Link': "D\xFCzenleme ba\u011Flant\u0131s\u0131",
|
74
|
-
'Unlink': "Ba\u011Flant\u0131y\u0131 kald\u0131r",
|
75
|
-
'Choose Link': "Ba\u011Flant\u0131y\u0131 se\xE7in",
|
76
|
-
// Images
|
77
|
-
'Insert Image': 'Resim ekle',
|
78
|
-
'Upload Image': "Y\xFCkleme g\xF6r\xFCnt\xFCs\xFC",
|
79
|
-
'By URL': "URL'ye g\xF6re",
|
80
|
-
'Browse': "G\xF6zat",
|
81
|
-
'Drop image': "B\u0131rak resim",
|
82
|
-
'or click': "ya da t\u0131klay\u0131n",
|
83
|
-
'Manage Images': "G\xF6r\xFCnt\xFCleri y\xF6netin",
|
84
|
-
'Loading': "Y\xFCkleniyor",
|
85
|
-
'Deleting': 'Silme',
|
86
|
-
'Tags': 'Etiketler',
|
87
|
-
'Are you sure? Image will be deleted.': 'Emin misin? Resim silinecektir.',
|
88
|
-
'Replace': "De\u011Fi\u015Ftirmek",
|
89
|
-
'Uploading': "Y\xFCkleme",
|
90
|
-
'Loading image': "Y\xFCkleme g\xF6r\xFCnt\xFCs\xFC",
|
91
|
-
'Display': "G\xF6stermek",
|
92
|
-
'Inline': "\xC7izgide",
|
93
|
-
'Break Text': "K\u0131r\u0131lma metni",
|
94
|
-
'Alternative Text': 'Alternatif metin',
|
95
|
-
'Change Size': "De\u011Fi\u015Fim boyutu",
|
96
|
-
'Width': "Geni\u015Flik",
|
97
|
-
'Height': "Y\xFCkseklik",
|
98
|
-
'Something went wrong. Please try again.': "Bir \u015Feyler yanl\u0131\u015F gitti. L\xFCtfen tekrar deneyin.",
|
99
|
-
'Image Caption': 'Resim yazısı',
|
100
|
-
'Advanced Edit': 'Ileri düzey düzenleme',
|
101
|
-
// Video
|
102
|
-
'Insert Video': 'Video ekle',
|
103
|
-
'Embedded Code': "G\xF6m\xFCl\xFC kod",
|
104
|
-
'Paste in a video URL': 'Bir video URL\'sine yapıştırın',
|
105
|
-
'Drop video': 'Video bırak',
|
106
|
-
'Your browser does not support HTML5 video.': 'Tarayıcınız html5 videoyu desteklemez.',
|
107
|
-
'Upload Video': 'Video yükle',
|
108
|
-
// Tables
|
109
|
-
'Insert Table': 'Tablo ekle',
|
110
|
-
'Table Header': "Tablo \xFCstbilgisi",
|
111
|
-
'Remove Table': "Tablo kald\u0131rma",
|
112
|
-
'Table Style': 'Tablo stili',
|
113
|
-
'Horizontal Align': 'Yatay hizalama',
|
114
|
-
'Row': "Sat\u0131r",
|
115
|
-
'Insert row above': "\xD6ncesine yeni sat\u0131r ekle",
|
116
|
-
'Insert row below': "Sonras\u0131na yeni sat\u0131r ekle",
|
117
|
-
'Delete row': "Sat\u0131r\u0131 sil",
|
118
|
-
'Column': "S\xFCtun",
|
119
|
-
'Insert column before': "\xD6ncesine yeni s\xFCtun ekle",
|
120
|
-
'Insert column after': "Sonras\u0131na yeni s\xFCtun ekle",
|
121
|
-
'Delete column': "S\xFCtunu sil",
|
122
|
-
'Cell': "H\xFCcre",
|
123
|
-
'Merge cells': "H\xFCcreleri birle\u015Ftir",
|
124
|
-
'Horizontal split': "Yatay b\xF6l\xFCnm\xFC\u015F",
|
125
|
-
'Vertical split': "Dikey b\xF6l\xFCnm\xFC\u015F",
|
126
|
-
'Cell Background': "H\xFCcre arka plan\u0131",
|
127
|
-
'Vertical Align': 'Dikey hizalama',
|
128
|
-
'Top': "\xDCst",
|
129
|
-
'Middle': 'Orta',
|
130
|
-
'Bottom': 'Alt',
|
131
|
-
'Align Top': "\xDCst hizalama",
|
132
|
-
'Align Middle': 'Orta hizalama',
|
133
|
-
'Align Bottom': 'Dibe hizalama',
|
134
|
-
'Cell Style': "H\xFCcre stili",
|
135
|
-
// Files
|
136
|
-
'Upload File': "Dosya Y\xFCkle",
|
137
|
-
'Drop file': "B\u0131rak dosya",
|
138
|
-
// Emoticons
|
139
|
-
'Emoticons': "\u0130fadeler",
|
140
|
-
'Grinning face': "S\u0131r\u0131tan y\xFCz",
|
141
|
-
'Grinning face with smiling eyes': "G\xFClen g\xF6zlerle y\xFCz s\u0131r\u0131tarak",
|
142
|
-
'Face with tears of joy': "Sevin\xE7 g\xF6zya\u015Flar\u0131yla Y\xFCz",
|
143
|
-
'Smiling face with open mouth': "A\xE7\u0131k a\u011Fz\u0131 ile g\xFCl\xFCmseyen y\xFCz\xFC",
|
144
|
-
'Smiling face with open mouth and smiling eyes': "A\xE7\u0131k a\u011Fz\u0131 ve g\xFCl\xFCmseyen g\xF6zlerle g\xFCler y\xFCz",
|
145
|
-
'Smiling face with open mouth and cold sweat': "A\xE7\u0131k a\u011Fz\u0131 ve so\u011Fuk ter ile g\xFClen y\xFCz\xFC",
|
146
|
-
'Smiling face with open mouth and tightly-closed eyes': "A\xE7\u0131k a\u011Fz\u0131 s\u0131k\u0131ca kapal\u0131 g\xF6zlerle g\xFClen y\xFCz\xFC",
|
147
|
-
'Smiling face with halo': "Halo ile y\xFCz g\xFClen",
|
148
|
-
'Smiling face with horns': "Boynuzlar\u0131 ile g\xFCler y\xFCz",
|
149
|
-
'Winking face': "G\xF6z a\xE7\u0131p kapay\u0131ncaya y\xFCz\xFC",
|
150
|
-
'Smiling face with smiling eyes': "G\xFClen g\xF6zlerle g\xFCler Y\xFCz",
|
151
|
-
'Face savoring delicious food': "Lezzetli yemekler tad\u0131n\u0131 Y\xFCz",
|
152
|
-
'Relieved face': "Rahatlad\u0131m y\xFCz\xFC",
|
153
|
-
'Smiling face with heart-shaped eyes': "Kalp \u015Feklinde g\xF6zlerle g\xFCler y\xFCz",
|
154
|
-
'Smiling face with sunglasses': "Kalp \u015Feklinde g\xF6zlerle g\xFCler y\xFCz",
|
155
|
-
'Smirking face': "S\u0131r\u0131tan y\xFCz",
|
156
|
-
'Neutral face': "N\xF6tr y\xFCz",
|
157
|
-
'Expressionless face': "Ifadesiz y\xFCz\xFC",
|
158
|
-
'Unamused face': "Kay\u0131ts\u0131z y\xFCz\xFC",
|
159
|
-
'Face with cold sweat': "So\u011Fuk terler Y\xFCz",
|
160
|
-
'Pensive face': "dalg\u0131n bir y\xFCz",
|
161
|
-
'Confused face': "\u015Fa\u015Fk\u0131n bir y\xFCz",
|
162
|
-
'Confounded face': "Ele\u015Ftirilmi\u015Ftir y\xFCz\xFC",
|
163
|
-
'Kissing face': "\xF6p\xFC\u015Fme y\xFCz\xFC",
|
164
|
-
'Face throwing a kiss': "Bir \xF6p\xFCc\xFCk atma Y\xFCz",
|
165
|
-
'Kissing face with smiling eyes': "G\xFClen g\xF6zlerle y\xFCz \xF6p\xFC\u015Fme",
|
166
|
-
'Kissing face with closed eyes': "Kapal\u0131 g\xF6zlerle \xF6p\xF6\u015Fme y\xFCz",
|
167
|
-
'Face with stuck out tongue': "Dilini y\xFCz ile s\u0131k\u0131\u015Fm\u0131\u015F",
|
168
|
-
'Face with stuck out tongue and winking eye': "\u015Ea\u015F\u0131r\u0131p kalm\u0131\u015F d\u0131\u015Far\u0131 dil ve g\xF6z k\u0131rpan y\xFCz",
|
169
|
-
'Face with stuck out tongue and tightly-closed eyes': "Y\xFCz ile dil ve s\u0131k\u0131ca kapal\u0131 g\xF6zleri s\u0131k\u0131\u015Fm\u0131\u015F",
|
170
|
-
'Disappointed face': "Hayal k\u0131r\u0131kl\u0131\u011F\u0131na y\xFCz\xFC",
|
171
|
-
'Worried face': "Endi\u015Feli bir y\xFCz",
|
172
|
-
'Angry face': "K\u0131zg\u0131n y\xFCz",
|
173
|
-
'Pouting face': "Somurtarak y\xFCz\xFC",
|
174
|
-
'Crying face': "A\u011Flayan y\xFCz",
|
175
|
-
'Persevering face': "Azmeden y\xFCz\xFC",
|
176
|
-
'Face with look of triumph': "Zafer bak\u0131\u015Fla Y\xFCz",
|
177
|
-
'Disappointed but relieved face': "Hayal k\u0131r\u0131kl\u0131\u011F\u0131 ama rahatlad\u0131m y\xFCz",
|
178
|
-
'Frowning face with open mouth': "A\xE7\u0131k a\u011Fz\u0131 ile \xE7at\u0131k y\xFCz\xFC",
|
179
|
-
'Anguished face': "Kederli y\xFCz",
|
180
|
-
'Fearful face': "Korkulu y\xFCz\xFC",
|
181
|
-
'Weary face': "Yorgun y\xFCz\xFC",
|
182
|
-
'Sleepy face': "Uykulu y\xFCz\xFC",
|
183
|
-
'Tired face': "Yorgun y\xFCz\xFC",
|
184
|
-
'Grimacing face': "Y\xFCz\xFCn\xFC buru\u015Fturarak y\xFCz\xFC",
|
185
|
-
'Loudly crying face': "Y\xFCksek sesle y\xFCz\xFC a\u011Fl\u0131yor",
|
186
|
-
'Face with open mouth': "A\xE7\u0131k a\u011Fz\u0131 ile Y\xFCz",
|
187
|
-
'Hushed face': "Dingin y\xFCz\xFC",
|
188
|
-
'Face with open mouth and cold sweat': "A\xE7\u0131k a\u011Fz\u0131 ve so\u011Fuk ter ile Y\xFCz",
|
189
|
-
'Face screaming in fear': "Korku i\xE7inde \xE7\u0131\u011Fl\u0131k Y\xFCz",
|
190
|
-
'Astonished face': "\u015Fa\u015Fk\u0131n bir y\xFCz",
|
191
|
-
'Flushed face': "K\u0131zarm\u0131\u015F y\xFCz\xFC",
|
192
|
-
'Sleeping face': "Uyuyan y\xFCz\xFC",
|
193
|
-
'Dizzy face': "Ba\u015F\u0131m d\xF6nd\xFC y\xFCz",
|
194
|
-
'Face without mouth': "A\u011F\u0131z olmadan Y\xFCz",
|
195
|
-
'Face with medical mask': "T\u0131bbi maske ile y\xFCz",
|
196
|
-
// Line breaker
|
197
|
-
'Break': "K\u0131r\u0131lma",
|
198
|
-
// Math
|
199
|
-
'Subscript': 'Alt simge',
|
200
|
-
'Superscript': "\xDCst simge",
|
201
|
-
// Full screen
|
202
|
-
'Fullscreen': 'Tam ekran',
|
203
|
-
// Horizontal line
|
204
|
-
'Insert Horizontal Line': "Yatay \xE7izgi ekleme",
|
205
|
-
// Clear formatting
|
206
|
-
'Clear Formatting': "Bi\xE7imlendirme kald\u0131r",
|
207
|
-
// Save
|
208
|
-
'Save': 'Kayıt etmek',
|
209
|
-
// Undo, redo
|
210
|
-
'Undo': 'Geri Al',
|
211
|
-
'Redo': 'Yinele',
|
212
|
-
// Select all
|
213
|
-
'Select All': "T\xFCm\xFCn\xFC se\xE7",
|
214
|
-
// Code view
|
215
|
-
'Code View': "Kod g\xF6r\xFCn\xFCm\xFC",
|
216
|
-
// Quote
|
217
|
-
'Quote': "Al\u0131nt\u0131",
|
218
|
-
'Increase': "Art\u0131rmak",
|
219
|
-
'Decrease': "Azal\u0131\u015F",
|
220
|
-
// Quick Insert
|
221
|
-
'Quick Insert': "H\u0131zl\u0131 insert",
|
222
|
-
// Spcial Characters
|
223
|
-
'Special Characters': 'Özel karakterler',
|
224
|
-
'Latin': 'Latince',
|
225
|
-
'Greek': 'Yunan',
|
226
|
-
'Cyrillic': 'Kiril',
|
227
|
-
'Punctuation': 'Noktalama',
|
228
|
-
'Currency': 'Para birimi',
|
229
|
-
'Arrows': 'Oklar',
|
230
|
-
'Math': 'Matematik',
|
231
|
-
'Misc': 'Misc',
|
232
|
-
// Print.
|
233
|
-
'Print': 'Baskı',
|
234
|
-
// Spell Checker.
|
235
|
-
'Spell Checker': 'Yazım denetleyicisi',
|
236
|
-
// Help
|
237
|
-
'Help': 'Yardım et',
|
238
|
-
'Shortcuts': 'Kısayollar',
|
239
|
-
'Inline Editor': 'Satır içi düzenleyici',
|
240
|
-
'Show the editor': 'Editörü gösterin',
|
241
|
-
'Common actions': 'Ortak eylemler',
|
242
|
-
'Copy': 'Kopya',
|
243
|
-
'Cut': 'Kesim',
|
244
|
-
'Paste': 'Yapıştırmak',
|
245
|
-
'Basic Formatting': 'Temel biçimlendirme',
|
246
|
-
'Increase quote level': 'Teklif seviyesini yükselt',
|
247
|
-
'Decrease quote level': 'Teklif seviyesini azalt',
|
248
|
-
'Image / Video': 'Resim / video',
|
249
|
-
'Resize larger': 'Daha büyük yeniden boyutlandır',
|
250
|
-
'Resize smaller': 'Daha küçük boyuta getir',
|
251
|
-
'Table': 'Tablo',
|
252
|
-
'Select table cell': 'Tablo hücresi seç',
|
253
|
-
'Extend selection one cell': 'Seçimi bir hücre genişlet',
|
254
|
-
'Extend selection one row': 'Seçimi bir sıra genişlet',
|
255
|
-
'Navigation': 'Navigasyon',
|
256
|
-
'Focus popup / toolbar': 'Odaklanma açılır penceresi / araç çubuğu',
|
257
|
-
'Return focus to previous position': 'Odaklamaya önceki konumuna geri dönün',
|
258
|
-
// Embed.ly
|
259
|
-
'Embed URL': 'URL göm',
|
260
|
-
'Paste in a URL to embed': 'Yerleştirmek için bir URL\'ye yapıştırın',
|
261
|
-
// Word Paste.
|
262
|
-
'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'Yapıştırılan içerik bir Microsoft Word belgesinden geliyor. Biçimi saklamaya mı yoksa temizlemeyi mi istiyor musun?',
|
263
|
-
'Keep': 'Tutmak',
|
264
|
-
'Clean': 'Temiz',
|
265
|
-
'Word Paste Detected': 'Kelime yapıştırması algılandı',
|
266
|
-
// Character Counter
|
267
|
-
'Characters': 'Karakterler',
|
268
|
-
// More Buttons
|
269
|
-
'More Text': 'daha fazla Metin',
|
270
|
-
'More Paragraph': 'daha fazla Paragraf',
|
271
|
-
'More Rich': 'daha fazla Zengin',
|
272
|
-
'More Misc': 'daha fazla Çeşitli'
|
273
|
-
},
|
274
|
-
direction: 'ltr'
|
275
|
-
};
|
276
|
-
|
277
|
-
})));
|
278
|
-
//# sourceMappingURL=tr.js.map
|
17
|
+
*/
|
18
|
+
FE.LANGUAGE['tr'] = {
|
19
|
+
translation: {
|
20
|
+
// Place holder
|
21
|
+
'Type something': "Bir \u015Fey yaz\u0131n",
|
22
|
+
// Basic formatting
|
23
|
+
'Bold': "Kal\u0131n",
|
24
|
+
'Italic': "\u0130talik",
|
25
|
+
'Underline': "Alt\u0131 \xE7izili",
|
26
|
+
'Strikethrough': "\xDCst\xFC \xE7izili",
|
27
|
+
// Main buttons
|
28
|
+
'Insert': 'Ekle',
|
29
|
+
'Delete': 'Silmek',
|
30
|
+
'Cancel': "\u0130ptal",
|
31
|
+
'OK': 'Tamam',
|
32
|
+
'Back': 'Geri',
|
33
|
+
'Remove': "Kald\u0131r",
|
34
|
+
'More': 'Daha',
|
35
|
+
'Update': "G\xFCncelle\u015Ftirme",
|
36
|
+
'Style': 'Stil',
|
37
|
+
// Font
|
38
|
+
'Font Family': "Yaz\u0131tipi Ailesi",
|
39
|
+
'Font Size': "Yaz\u0131tipi B\xFCy\xFCkl\xFC\u011F\xFC",
|
40
|
+
// Colors
|
41
|
+
'Colors': 'Renkler',
|
42
|
+
'Background': 'Arkaplan',
|
43
|
+
'Text': 'Metin',
|
44
|
+
'HEX Color': 'Altı renkli',
|
45
|
+
// Paragraphs
|
46
|
+
'Paragraph Format': "Bi\xE7imler",
|
47
|
+
'Normal': 'Normal',
|
48
|
+
'Code': 'Kod',
|
49
|
+
'Heading 1': "Ba\u015Fl\u0131k 1",
|
50
|
+
'Heading 2': "Ba\u015Fl\u0131k 2",
|
51
|
+
'Heading 3': "Ba\u015Fl\u0131k 3",
|
52
|
+
'Heading 4': "Ba\u015Fl\u0131k 4",
|
53
|
+
// Style
|
54
|
+
'Paragraph Style': 'Paragraf stili',
|
55
|
+
'Inline Style': "\xC7izgide stili",
|
56
|
+
// Alignment
|
57
|
+
'Align': 'Hizalama',
|
58
|
+
'Align Left': 'Sola hizala',
|
59
|
+
'Align Center': 'Ortala',
|
60
|
+
'Align Right': "Sa\u011Fa hizala",
|
61
|
+
'Align Justify': "\u0130ki yana yasla",
|
62
|
+
'None': "Hi\xE7biri",
|
63
|
+
// Lists
|
64
|
+
'Ordered List': "S\u0131ral\u0131 liste",
|
65
|
+
'Unordered List': "S\u0131ras\u0131z liste",
|
66
|
+
// Indent
|
67
|
+
'Decrease Indent': 'Girintiyi azalt',
|
68
|
+
'Increase Indent': "Girintiyi art\u0131r",
|
69
|
+
// Links
|
70
|
+
'Insert Link': "Ba\u011Flant\u0131 ekle",
|
71
|
+
'Open in new tab': "Yeni sekmede a\xE7",
|
72
|
+
'Open Link': "Linki a\xE7",
|
73
|
+
'Edit Link': "D\xFCzenleme ba\u011Flant\u0131s\u0131",
|
74
|
+
'Unlink': "Ba\u011Flant\u0131y\u0131 kald\u0131r",
|
75
|
+
'Choose Link': "Ba\u011Flant\u0131y\u0131 se\xE7in",
|
76
|
+
// Images
|
77
|
+
'Insert Image': 'Resim ekle',
|
78
|
+
'Upload Image': "Y\xFCkleme g\xF6r\xFCnt\xFCs\xFC",
|
79
|
+
'By URL': "URL'ye g\xF6re",
|
80
|
+
'Browse': "G\xF6zat",
|
81
|
+
'Drop image': "B\u0131rak resim",
|
82
|
+
'or click': "ya da t\u0131klay\u0131n",
|
83
|
+
'Manage Images': "G\xF6r\xFCnt\xFCleri y\xF6netin",
|
84
|
+
'Loading': "Y\xFCkleniyor",
|
85
|
+
'Deleting': 'Silme',
|
86
|
+
'Tags': 'Etiketler',
|
87
|
+
'Are you sure? Image will be deleted.': 'Emin misin? Resim silinecektir.',
|
88
|
+
'Replace': "De\u011Fi\u015Ftirmek",
|
89
|
+
'Uploading': "Y\xFCkleme",
|
90
|
+
'Loading image': "Y\xFCkleme g\xF6r\xFCnt\xFCs\xFC",
|
91
|
+
'Display': "G\xF6stermek",
|
92
|
+
'Inline': "\xC7izgide",
|
93
|
+
'Break Text': "K\u0131r\u0131lma metni",
|
94
|
+
'Alternative Text': 'Alternatif metin',
|
95
|
+
'Change Size': "De\u011Fi\u015Fim boyutu",
|
96
|
+
'Width': "Geni\u015Flik",
|
97
|
+
'Height': "Y\xFCkseklik",
|
98
|
+
'Something went wrong. Please try again.': "Bir \u015Feyler yanl\u0131\u015F gitti. L\xFCtfen tekrar deneyin.",
|
99
|
+
'Image Caption': 'Resim yazısı',
|
100
|
+
'Advanced Edit': 'Ileri düzey düzenleme',
|
101
|
+
// Video
|
102
|
+
'Insert Video': 'Video ekle',
|
103
|
+
'Embedded Code': "G\xF6m\xFCl\xFC kod",
|
104
|
+
'Paste in a video URL': 'Bir video URL\'sine yapıştırın',
|
105
|
+
'Drop video': 'Video bırak',
|
106
|
+
'Your browser does not support HTML5 video.': 'Tarayıcınız html5 videoyu desteklemez.',
|
107
|
+
'Upload Video': 'Video yükle',
|
108
|
+
// Tables
|
109
|
+
'Insert Table': 'Tablo ekle',
|
110
|
+
'Table Header': "Tablo \xFCstbilgisi",
|
111
|
+
'Remove Table': "Tablo kald\u0131rma",
|
112
|
+
'Table Style': 'Tablo stili',
|
113
|
+
'Horizontal Align': 'Yatay hizalama',
|
114
|
+
'Row': "Sat\u0131r",
|
115
|
+
'Insert row above': "\xD6ncesine yeni sat\u0131r ekle",
|
116
|
+
'Insert row below': "Sonras\u0131na yeni sat\u0131r ekle",
|
117
|
+
'Delete row': "Sat\u0131r\u0131 sil",
|
118
|
+
'Column': "S\xFCtun",
|
119
|
+
'Insert column before': "\xD6ncesine yeni s\xFCtun ekle",
|
120
|
+
'Insert column after': "Sonras\u0131na yeni s\xFCtun ekle",
|
121
|
+
'Delete column': "S\xFCtunu sil",
|
122
|
+
'Cell': "H\xFCcre",
|
123
|
+
'Merge cells': "H\xFCcreleri birle\u015Ftir",
|
124
|
+
'Horizontal split': "Yatay b\xF6l\xFCnm\xFC\u015F",
|
125
|
+
'Vertical split': "Dikey b\xF6l\xFCnm\xFC\u015F",
|
126
|
+
'Cell Background': "H\xFCcre arka plan\u0131",
|
127
|
+
'Vertical Align': 'Dikey hizalama',
|
128
|
+
'Top': "\xDCst",
|
129
|
+
'Middle': 'Orta',
|
130
|
+
'Bottom': 'Alt',
|
131
|
+
'Align Top': "\xDCst hizalama",
|
132
|
+
'Align Middle': 'Orta hizalama',
|
133
|
+
'Align Bottom': 'Dibe hizalama',
|
134
|
+
'Cell Style': "H\xFCcre stili",
|
135
|
+
// Files
|
136
|
+
'Upload File': "Dosya Y\xFCkle",
|
137
|
+
'Drop file': "B\u0131rak dosya",
|
138
|
+
// Emoticons
|
139
|
+
'Emoticons': "\u0130fadeler",
|
140
|
+
'Grinning face': "S\u0131r\u0131tan y\xFCz",
|
141
|
+
'Grinning face with smiling eyes': "G\xFClen g\xF6zlerle y\xFCz s\u0131r\u0131tarak",
|
142
|
+
'Face with tears of joy': "Sevin\xE7 g\xF6zya\u015Flar\u0131yla Y\xFCz",
|
143
|
+
'Smiling face with open mouth': "A\xE7\u0131k a\u011Fz\u0131 ile g\xFCl\xFCmseyen y\xFCz\xFC",
|
144
|
+
'Smiling face with open mouth and smiling eyes': "A\xE7\u0131k a\u011Fz\u0131 ve g\xFCl\xFCmseyen g\xF6zlerle g\xFCler y\xFCz",
|
145
|
+
'Smiling face with open mouth and cold sweat': "A\xE7\u0131k a\u011Fz\u0131 ve so\u011Fuk ter ile g\xFClen y\xFCz\xFC",
|
146
|
+
'Smiling face with open mouth and tightly-closed eyes': "A\xE7\u0131k a\u011Fz\u0131 s\u0131k\u0131ca kapal\u0131 g\xF6zlerle g\xFClen y\xFCz\xFC",
|
147
|
+
'Smiling face with halo': "Halo ile y\xFCz g\xFClen",
|
148
|
+
'Smiling face with horns': "Boynuzlar\u0131 ile g\xFCler y\xFCz",
|
149
|
+
'Winking face': "G\xF6z a\xE7\u0131p kapay\u0131ncaya y\xFCz\xFC",
|
150
|
+
'Smiling face with smiling eyes': "G\xFClen g\xF6zlerle g\xFCler Y\xFCz",
|
151
|
+
'Face savoring delicious food': "Lezzetli yemekler tad\u0131n\u0131 Y\xFCz",
|
152
|
+
'Relieved face': "Rahatlad\u0131m y\xFCz\xFC",
|
153
|
+
'Smiling face with heart-shaped eyes': "Kalp \u015Feklinde g\xF6zlerle g\xFCler y\xFCz",
|
154
|
+
'Smiling face with sunglasses': "Kalp \u015Feklinde g\xF6zlerle g\xFCler y\xFCz",
|
155
|
+
'Smirking face': "S\u0131r\u0131tan y\xFCz",
|
156
|
+
'Neutral face': "N\xF6tr y\xFCz",
|
157
|
+
'Expressionless face': "Ifadesiz y\xFCz\xFC",
|
158
|
+
'Unamused face': "Kay\u0131ts\u0131z y\xFCz\xFC",
|
159
|
+
'Face with cold sweat': "So\u011Fuk terler Y\xFCz",
|
160
|
+
'Pensive face': "dalg\u0131n bir y\xFCz",
|
161
|
+
'Confused face': "\u015Fa\u015Fk\u0131n bir y\xFCz",
|
162
|
+
'Confounded face': "Ele\u015Ftirilmi\u015Ftir y\xFCz\xFC",
|
163
|
+
'Kissing face': "\xF6p\xFC\u015Fme y\xFCz\xFC",
|
164
|
+
'Face throwing a kiss': "Bir \xF6p\xFCc\xFCk atma Y\xFCz",
|
165
|
+
'Kissing face with smiling eyes': "G\xFClen g\xF6zlerle y\xFCz \xF6p\xFC\u015Fme",
|
166
|
+
'Kissing face with closed eyes': "Kapal\u0131 g\xF6zlerle \xF6p\xF6\u015Fme y\xFCz",
|
167
|
+
'Face with stuck out tongue': "Dilini y\xFCz ile s\u0131k\u0131\u015Fm\u0131\u015F",
|
168
|
+
'Face with stuck out tongue and winking eye': "\u015Ea\u015F\u0131r\u0131p kalm\u0131\u015F d\u0131\u015Far\u0131 dil ve g\xF6z k\u0131rpan y\xFCz",
|
169
|
+
'Face with stuck out tongue and tightly-closed eyes': "Y\xFCz ile dil ve s\u0131k\u0131ca kapal\u0131 g\xF6zleri s\u0131k\u0131\u015Fm\u0131\u015F",
|
170
|
+
'Disappointed face': "Hayal k\u0131r\u0131kl\u0131\u011F\u0131na y\xFCz\xFC",
|
171
|
+
'Worried face': "Endi\u015Feli bir y\xFCz",
|
172
|
+
'Angry face': "K\u0131zg\u0131n y\xFCz",
|
173
|
+
'Pouting face': "Somurtarak y\xFCz\xFC",
|
174
|
+
'Crying face': "A\u011Flayan y\xFCz",
|
175
|
+
'Persevering face': "Azmeden y\xFCz\xFC",
|
176
|
+
'Face with look of triumph': "Zafer bak\u0131\u015Fla Y\xFCz",
|
177
|
+
'Disappointed but relieved face': "Hayal k\u0131r\u0131kl\u0131\u011F\u0131 ama rahatlad\u0131m y\xFCz",
|
178
|
+
'Frowning face with open mouth': "A\xE7\u0131k a\u011Fz\u0131 ile \xE7at\u0131k y\xFCz\xFC",
|
179
|
+
'Anguished face': "Kederli y\xFCz",
|
180
|
+
'Fearful face': "Korkulu y\xFCz\xFC",
|
181
|
+
'Weary face': "Yorgun y\xFCz\xFC",
|
182
|
+
'Sleepy face': "Uykulu y\xFCz\xFC",
|
183
|
+
'Tired face': "Yorgun y\xFCz\xFC",
|
184
|
+
'Grimacing face': "Y\xFCz\xFCn\xFC buru\u015Fturarak y\xFCz\xFC",
|
185
|
+
'Loudly crying face': "Y\xFCksek sesle y\xFCz\xFC a\u011Fl\u0131yor",
|
186
|
+
'Face with open mouth': "A\xE7\u0131k a\u011Fz\u0131 ile Y\xFCz",
|
187
|
+
'Hushed face': "Dingin y\xFCz\xFC",
|
188
|
+
'Face with open mouth and cold sweat': "A\xE7\u0131k a\u011Fz\u0131 ve so\u011Fuk ter ile Y\xFCz",
|
189
|
+
'Face screaming in fear': "Korku i\xE7inde \xE7\u0131\u011Fl\u0131k Y\xFCz",
|
190
|
+
'Astonished face': "\u015Fa\u015Fk\u0131n bir y\xFCz",
|
191
|
+
'Flushed face': "K\u0131zarm\u0131\u015F y\xFCz\xFC",
|
192
|
+
'Sleeping face': "Uyuyan y\xFCz\xFC",
|
193
|
+
'Dizzy face': "Ba\u015F\u0131m d\xF6nd\xFC y\xFCz",
|
194
|
+
'Face without mouth': "A\u011F\u0131z olmadan Y\xFCz",
|
195
|
+
'Face with medical mask': "T\u0131bbi maske ile y\xFCz",
|
196
|
+
// Line breaker
|
197
|
+
'Break': "K\u0131r\u0131lma",
|
198
|
+
// Math
|
199
|
+
'Subscript': 'Alt simge',
|
200
|
+
'Superscript': "\xDCst simge",
|
201
|
+
// Full screen
|
202
|
+
'Fullscreen': 'Tam ekran',
|
203
|
+
// Horizontal line
|
204
|
+
'Insert Horizontal Line': "Yatay \xE7izgi ekleme",
|
205
|
+
// Clear formatting
|
206
|
+
'Clear Formatting': "Bi\xE7imlendirme kald\u0131r",
|
207
|
+
// Save
|
208
|
+
'Save': 'Kayıt etmek',
|
209
|
+
// Undo, redo
|
210
|
+
'Undo': 'Geri Al',
|
211
|
+
'Redo': 'Yinele',
|
212
|
+
// Select all
|
213
|
+
'Select All': "T\xFCm\xFCn\xFC se\xE7",
|
214
|
+
// Code view
|
215
|
+
'Code View': "Kod g\xF6r\xFCn\xFCm\xFC",
|
216
|
+
// Quote
|
217
|
+
'Quote': "Al\u0131nt\u0131",
|
218
|
+
'Increase': "Art\u0131rmak",
|
219
|
+
'Decrease': "Azal\u0131\u015F",
|
220
|
+
// Quick Insert
|
221
|
+
'Quick Insert': "H\u0131zl\u0131 insert",
|
222
|
+
// Spcial Characters
|
223
|
+
'Special Characters': 'Özel karakterler',
|
224
|
+
'Latin': 'Latince',
|
225
|
+
'Greek': 'Yunan',
|
226
|
+
'Cyrillic': 'Kiril',
|
227
|
+
'Punctuation': 'Noktalama',
|
228
|
+
'Currency': 'Para birimi',
|
229
|
+
'Arrows': 'Oklar',
|
230
|
+
'Math': 'Matematik',
|
231
|
+
'Misc': 'Misc',
|
232
|
+
// Print.
|
233
|
+
'Print': 'Baskı',
|
234
|
+
// Spell Checker.
|
235
|
+
'Spell Checker': 'Yazım denetleyicisi',
|
236
|
+
// Help
|
237
|
+
'Help': 'Yardım et',
|
238
|
+
'Shortcuts': 'Kısayollar',
|
239
|
+
'Inline Editor': 'Satır içi düzenleyici',
|
240
|
+
'Show the editor': 'Editörü gösterin',
|
241
|
+
'Common actions': 'Ortak eylemler',
|
242
|
+
'Copy': 'Kopya',
|
243
|
+
'Cut': 'Kesim',
|
244
|
+
'Paste': 'Yapıştırmak',
|
245
|
+
'Basic Formatting': 'Temel biçimlendirme',
|
246
|
+
'Increase quote level': 'Teklif seviyesini yükselt',
|
247
|
+
'Decrease quote level': 'Teklif seviyesini azalt',
|
248
|
+
'Image / Video': 'Resim / video',
|
249
|
+
'Resize larger': 'Daha büyük yeniden boyutlandır',
|
250
|
+
'Resize smaller': 'Daha küçük boyuta getir',
|
251
|
+
'Table': 'Tablo',
|
252
|
+
'Select table cell': 'Tablo hücresi seç',
|
253
|
+
'Extend selection one cell': 'Seçimi bir hücre genişlet',
|
254
|
+
'Extend selection one row': 'Seçimi bir sıra genişlet',
|
255
|
+
'Navigation': 'Navigasyon',
|
256
|
+
'Focus popup / toolbar': 'Odaklanma açılır penceresi / araç çubuğu',
|
257
|
+
'Return focus to previous position': 'Odaklamaya önceki konumuna geri dönün',
|
258
|
+
// Embed.ly
|
259
|
+
'Embed URL': 'URL göm',
|
260
|
+
'Paste in a URL to embed': 'Yerleştirmek için bir URL\'ye yapıştırın',
|
261
|
+
// Word Paste.
|
262
|
+
'The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?': 'Yapıştırılan içerik bir Microsoft Word belgesinden geliyor. Biçimi saklamaya mı yoksa temizlemeyi mi istiyor musun?',
|
263
|
+
'Keep': 'Tutmak',
|
264
|
+
'Clean': 'Temiz',
|
265
|
+
'Word Paste Detected': 'Kelime yapıştırması algılandı',
|
266
|
+
// Character Counter
|
267
|
+
'Characters': 'Karakterler',
|
268
|
+
// More Buttons
|
269
|
+
'More Text': 'daha fazla Metin',
|
270
|
+
'More Paragraph': 'daha fazla Paragraf',
|
271
|
+
'More Rich': 'daha fazla Zengin',
|
272
|
+
'More Misc': 'daha fazla Çeşitli'
|
273
|
+
},
|
274
|
+
direction: 'ltr'
|
275
|
+
};
|
276
|
+
|
277
|
+
})));
|
278
|
+
//# sourceMappingURL=tr.js.map
|