@dangl/angular-material-shared 2.2.0 → 2.3.0-beta0037
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{esm2015/dangl-angular-material-shared.js → esm2020/dangl-angular-material-shared.mjs} +0 -0
- package/esm2020/lib/angular-material-shared.module.mjs +38 -0
- package/esm2020/lib/components/footer/footer.component.mjs +33 -0
- package/esm2020/lib/components/header/header.component.mjs +80 -0
- package/esm2020/lib/components/tiny-mce/tiny-mce.component.mjs +104 -0
- package/{esm2015/lib/models/footer-options.js → esm2020/lib/models/footer-options.mjs} +0 -0
- package/{esm2015/lib/utils/guid-generator.js → esm2020/lib/utils/guid-generator.mjs} +0 -0
- package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
- package/fesm2015/dangl-angular-material-shared.mjs +292 -0
- package/fesm2015/dangl-angular-material-shared.mjs.map +1 -0
- package/fesm2020/dangl-angular-material-shared.mjs +290 -0
- package/fesm2020/dangl-angular-material-shared.mjs.map +1 -0
- package/{dangl-angular-material-shared.d.ts → index.d.ts} +1 -0
- package/lib/angular-material-shared.module.d.ts +12 -0
- package/lib/components/footer/footer.component.d.ts +3 -0
- package/lib/components/header/header.component.d.ts +3 -0
- package/lib/components/tiny-mce/tiny-mce.component.d.ts +3 -0
- package/package.json +28 -16
- package/styles/material-style.scss +1 -1
- package/styles/material-theme.scss +4 -3
- package/styles/material-variables.scss +9 -8
- package/tinymce-assets/icons/default/icons.js +11 -1
- package/tinymce-assets/icons/default/icons.min.js +1 -1
- package/tinymce-assets/langs/cs.js +118 -75
- package/tinymce-assets/langs/cy.js +61 -18
- package/tinymce-assets/langs/da.js +60 -17
- package/tinymce-assets/langs/de.js +60 -17
- package/tinymce-assets/langs/eo.js +334 -138
- package/tinymce-assets/langs/es_ES.js +32 -2
- package/tinymce-assets/langs/fa.js +60 -17
- package/tinymce-assets/langs/fa_IR.js +31 -1
- package/tinymce-assets/langs/fr_FR.js +60 -17
- package/tinymce-assets/langs/hu_HU.js +60 -17
- package/tinymce-assets/langs/ja.js +60 -17
- package/tinymce-assets/langs/ko_KR.js +3 -3
- package/tinymce-assets/langs/nb_NO.js +61 -18
- package/tinymce-assets/langs/nl.js +60 -17
- package/tinymce-assets/langs/pl.js +60 -17
- package/tinymce-assets/langs/pt_BR.js +60 -17
- package/tinymce-assets/langs/pt_PT.js +60 -17
- package/tinymce-assets/langs/ro.js +60 -17
- package/tinymce-assets/langs/ro_RO.js +32 -2
- package/tinymce-assets/langs/ru.js +60 -17
- package/tinymce-assets/langs/ru_RU.js +445 -0
- package/tinymce-assets/langs/sl.js +59 -14
- package/tinymce-assets/langs/ta.js +60 -17
- package/tinymce-assets/langs/ta_IN.js +60 -17
- package/tinymce-assets/langs/th_TH.js +60 -17
- package/tinymce-assets/langs/tr_TR.js +81 -8
- package/tinymce-assets/langs/vi.js +179 -21
- package/tinymce-assets/langs/zh_CN.js +60 -17
- package/tinymce-assets/plugins/advlist/plugin.js +29 -48
- package/tinymce-assets/plugins/advlist/plugin.min.js +2 -2
- package/tinymce-assets/plugins/anchor/plugin.js +8 -8
- package/tinymce-assets/plugins/anchor/plugin.min.js +2 -2
- package/tinymce-assets/plugins/autolink/plugin.js +58 -30
- package/tinymce-assets/plugins/autolink/plugin.min.js +2 -2
- package/tinymce-assets/plugins/autoresize/plugin.js +25 -12
- package/tinymce-assets/plugins/autoresize/plugin.min.js +2 -2
- package/tinymce-assets/plugins/autosave/plugin.js +9 -9
- package/tinymce-assets/plugins/autosave/plugin.min.js +2 -2
- package/tinymce-assets/plugins/bbcode/plugin.js +6 -6
- package/tinymce-assets/plugins/bbcode/plugin.min.js +2 -2
- package/tinymce-assets/plugins/charmap/plugin.js +39 -49
- package/tinymce-assets/plugins/charmap/plugin.min.js +2 -2
- package/tinymce-assets/plugins/code/plugin.js +9 -10
- package/tinymce-assets/plugins/code/plugin.min.js +2 -2
- package/tinymce-assets/plugins/codesample/plugin.js +1921 -1914
- package/tinymce-assets/plugins/codesample/plugin.min.js +2 -2
- package/tinymce-assets/plugins/colorpicker/plugin.js +1 -2
- package/tinymce-assets/plugins/colorpicker/plugin.min.js +2 -2
- package/tinymce-assets/plugins/contextmenu/plugin.js +1 -2
- package/tinymce-assets/plugins/contextmenu/plugin.min.js +2 -2
- package/tinymce-assets/plugins/directionality/plugin.js +186 -53
- package/tinymce-assets/plugins/directionality/plugin.min.js +2 -2
- package/tinymce-assets/plugins/emoticons/js/emojiimages.js +1572 -1572
- package/tinymce-assets/plugins/emoticons/js/emojiimages.min.js +1 -1
- package/tinymce-assets/plugins/emoticons/js/emojis.js +1572 -1572
- package/tinymce-assets/plugins/emoticons/js/emojis.min.js +1 -1
- package/tinymce-assets/plugins/emoticons/plugin.js +231 -200
- package/tinymce-assets/plugins/emoticons/plugin.min.js +2 -2
- package/tinymce-assets/plugins/fullpage/plugin.js +42 -42
- package/tinymce-assets/plugins/fullpage/plugin.min.js +2 -2
- package/tinymce-assets/plugins/fullscreen/plugin.js +496 -129
- package/tinymce-assets/plugins/fullscreen/plugin.min.js +2 -2
- package/tinymce-assets/plugins/help/plugin.js +101 -122
- package/tinymce-assets/plugins/help/plugin.min.js +2 -2
- package/tinymce-assets/plugins/hr/plugin.js +9 -10
- package/tinymce-assets/plugins/hr/plugin.min.js +2 -2
- package/tinymce-assets/plugins/image/plugin.js +78 -73
- package/tinymce-assets/plugins/image/plugin.min.js +2 -2
- package/tinymce-assets/plugins/imagetools/plugin.js +484 -307
- package/tinymce-assets/plugins/imagetools/plugin.min.js +2 -2
- package/tinymce-assets/plugins/importcss/plugin.js +50 -51
- package/tinymce-assets/plugins/importcss/plugin.min.js +2 -2
- package/tinymce-assets/plugins/insertdatetime/plugin.js +22 -17
- package/tinymce-assets/plugins/insertdatetime/plugin.min.js +2 -2
- package/tinymce-assets/plugins/legacyoutput/plugin.js +8 -8
- package/tinymce-assets/plugins/legacyoutput/plugin.min.js +2 -2
- package/tinymce-assets/plugins/link/plugin.js +131 -125
- package/tinymce-assets/plugins/link/plugin.min.js +2 -2
- package/tinymce-assets/plugins/lists/plugin.js +256 -229
- package/tinymce-assets/plugins/lists/plugin.min.js +2 -2
- package/tinymce-assets/plugins/media/plugin.js +124 -147
- package/tinymce-assets/plugins/media/plugin.min.js +2 -2
- package/tinymce-assets/plugins/nonbreaking/plugin.js +13 -14
- package/tinymce-assets/plugins/nonbreaking/plugin.min.js +2 -2
- package/tinymce-assets/plugins/noneditable/plugin.js +6 -6
- package/tinymce-assets/plugins/noneditable/plugin.min.js +2 -2
- package/tinymce-assets/plugins/pagebreak/plugin.js +16 -17
- package/tinymce-assets/plugins/pagebreak/plugin.min.js +2 -2
- package/tinymce-assets/plugins/paste/plugin.js +196 -157
- package/tinymce-assets/plugins/paste/plugin.min.js +2 -2
- package/tinymce-assets/plugins/preview/plugin.js +13 -14
- package/tinymce-assets/plugins/preview/plugin.min.js +2 -2
- package/tinymce-assets/plugins/print/plugin.js +13 -14
- package/tinymce-assets/plugins/print/plugin.min.js +2 -2
- package/tinymce-assets/plugins/quickbars/plugin.js +33 -48
- package/tinymce-assets/plugins/quickbars/plugin.min.js +2 -2
- package/tinymce-assets/plugins/save/plugin.js +9 -8
- package/tinymce-assets/plugins/save/plugin.min.js +2 -2
- package/tinymce-assets/plugins/searchreplace/plugin.js +73 -70
- package/tinymce-assets/plugins/searchreplace/plugin.min.js +2 -2
- package/tinymce-assets/plugins/spellchecker/plugin.js +22 -23
- package/tinymce-assets/plugins/spellchecker/plugin.min.js +2 -2
- package/tinymce-assets/plugins/tabfocus/plugin.js +21 -20
- package/tinymce-assets/plugins/tabfocus/plugin.min.js +2 -2
- package/tinymce-assets/plugins/table/plugin.js +2831 -2264
- package/tinymce-assets/plugins/table/plugin.min.js +2 -2
- package/tinymce-assets/plugins/template/plugin.js +84 -70
- package/tinymce-assets/plugins/template/plugin.min.js +2 -2
- package/tinymce-assets/plugins/textcolor/plugin.js +1 -2
- package/tinymce-assets/plugins/textcolor/plugin.min.js +2 -2
- package/tinymce-assets/plugins/textpattern/plugin.js +76 -96
- package/tinymce-assets/plugins/textpattern/plugin.min.js +2 -2
- package/tinymce-assets/plugins/toc/plugin.js +31 -29
- package/tinymce-assets/plugins/toc/plugin.min.js +2 -2
- package/tinymce-assets/plugins/visualblocks/plugin.js +10 -11
- package/tinymce-assets/plugins/visualblocks/plugin.min.js +2 -2
- package/tinymce-assets/plugins/visualchars/plugin.js +52 -67
- package/tinymce-assets/plugins/visualchars/plugin.min.js +2 -2
- package/tinymce-assets/plugins/wordcount/plugin.js +67 -58
- package/tinymce-assets/plugins/wordcount/plugin.min.js +2 -2
- package/tinymce-assets/skins/ui/oxide/content.css +1 -1
- package/tinymce-assets/skins/ui/oxide/content.inline.css +1 -1
- package/tinymce-assets/skins/ui/oxide/content.inline.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide/content.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide/skin.css +35 -22
- package/tinymce-assets/skins/ui/oxide/skin.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide/skin.shadowdom.css +7 -7
- package/tinymce-assets/skins/ui/oxide/skin.shadowdom.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/content.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/content.inline.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/content.inline.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/content.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/skin.css +35 -22
- package/tinymce-assets/skins/ui/oxide-dark/skin.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.css +7 -7
- package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -1
- package/tinymce-assets/themes/mobile/theme.js +2798 -3255
- package/tinymce-assets/themes/mobile/theme.min.js +2 -2
- package/tinymce-assets/themes/silver/theme.js +25400 -25371
- package/tinymce-assets/themes/silver/theme.min.js +2 -2
- package/bundles/dangl-angular-material-shared.umd.js +0 -285
- package/bundles/dangl-angular-material-shared.umd.js.map +0 -1
- package/dangl-angular-material-shared.metadata.json +0 -1
- package/esm2015/lib/angular-material-shared.module.js +0 -25
- package/esm2015/lib/components/footer/footer.component.js +0 -27
- package/esm2015/lib/components/header/header.component.js +0 -67
- package/esm2015/lib/components/tiny-mce/tiny-mce.component.js +0 -100
- package/fesm2015/dangl-angular-material-shared.js +0 -259
- package/fesm2015/dangl-angular-material-shared.js.map +0 -1
|
@@ -74,7 +74,7 @@ tinymce.addI18n('tr_TR',{
|
|
|
74
74
|
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "Id bir harf ile ba\u015flamal\u0131d\u0131r ve sadece harfleri, rakamlar\u0131, \u00e7izgileri, noktalar\u0131, virg\u00fclleri veya alt \u00e7izgileri i\u00e7ermelidir.",
|
|
75
75
|
"You have unsaved changes are you sure you want to navigate away?": "Kaydedilmemi\u015f de\u011fi\u015fiklikler var, sayfadan ayr\u0131lmak istedi\u011finize emin misiniz?",
|
|
76
76
|
"Restore last draft": "Son tasla\u011f\u0131 kurtar",
|
|
77
|
-
"Special
|
|
77
|
+
"Special character...": "\u00d6zel karakter...",
|
|
78
78
|
"Source code": "Kaynak kodu",
|
|
79
79
|
"Insert\/Edit code sample": "Kod \u00f6rne\u011fini Kaydet\/D\u00fczenle",
|
|
80
80
|
"Language": "Dil",
|
|
@@ -85,6 +85,7 @@ tinymce.addI18n('tr_TR',{
|
|
|
85
85
|
"B": "B",
|
|
86
86
|
"Left to right": "Soldan sa\u011fa",
|
|
87
87
|
"Right to left": "Sa\u011fdan sola",
|
|
88
|
+
"Emoticons": "G\u00fcl\u00fcc\u00fckler",
|
|
88
89
|
"Emoticons...": "\u0130fadeler...",
|
|
89
90
|
"Metadata and Document Properties": "\u00d6nbilgi ve Belge \u00d6zellikleri",
|
|
90
91
|
"Title": "Ba\u015fl\u0131k",
|
|
@@ -113,7 +114,9 @@ tinymce.addI18n('tr_TR',{
|
|
|
113
114
|
"Handy Shortcuts": "Kullan\u0131\u015fl\u0131 K\u0131sayollar",
|
|
114
115
|
"Horizontal line": "Yatay \u00e7izgi",
|
|
115
116
|
"Insert\/edit image": "Resim ekle\/d\u00fczenle",
|
|
116
|
-
"
|
|
117
|
+
"Alternative description": "Alt etiket",
|
|
118
|
+
"Accessibility": "Eri\u015filebilirlik",
|
|
119
|
+
"Image is decorative": "G\u00f6rsel s\u00fcs ama\u00e7l\u0131d\u0131r",
|
|
117
120
|
"Source": "Kaynak",
|
|
118
121
|
"Dimensions": "Boyutlar",
|
|
119
122
|
"Constrain proportions": "En - Boy oran\u0131n\u0131 koru",
|
|
@@ -147,7 +150,6 @@ tinymce.addI18n('tr_TR',{
|
|
|
147
150
|
"Back": "Geri",
|
|
148
151
|
"Insert date\/time": "Tarih \/ Zaman ekle",
|
|
149
152
|
"Date\/time": "Tarih\/zaman",
|
|
150
|
-
"Insert\/Edit Link": "Ba\u011flant\u0131 Ekle\/D\u00fczenle",
|
|
151
153
|
"Insert\/edit link": "Ba\u011flant\u0131 ekle\/d\u00fczenle",
|
|
152
154
|
"Text to display": "G\u00f6r\u00fcnen yaz\u0131",
|
|
153
155
|
"Url": "Url",
|
|
@@ -155,12 +157,14 @@ tinymce.addI18n('tr_TR',{
|
|
|
155
157
|
"Current window": "Mevcut pencere",
|
|
156
158
|
"None": "Hi\u00e7biri",
|
|
157
159
|
"New window": "Yeni pencere",
|
|
160
|
+
"Open link": "Ba\u011flant\u0131y\u0131 A\u00e7",
|
|
158
161
|
"Remove link": "Ba\u011flant\u0131y\u0131 kald\u0131r",
|
|
159
162
|
"Anchors": "\u00c7apalar",
|
|
160
163
|
"Link...": "Ba\u011flant\u0131...",
|
|
161
164
|
"Paste or type a link": "Bir ba\u011flant\u0131 yap\u0131\u015ft\u0131r\u0131n yada yaz\u0131n.",
|
|
162
165
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Girdi\u011finiz URL bir eposta adresi gibi g\u00f6z\u00fck\u00fcyor. Gerekli olan mailto: \u00f6nekini eklemek ister misiniz?",
|
|
163
166
|
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "Girdi\u011finiz URL bir d\u0131\u015f ba\u011flant\u0131 gibi g\u00f6z\u00fck\u00fcyor. Gerekli olan http:\/\/ \u00f6nekini eklemek ister misiniz?",
|
|
167
|
+
"The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "Girdi\u011finiz URL harici bir ba\u011flant\u0131 gibi g\u00f6r\u00fcn\u00fcyor. \"https:\/\/\" \u00f6nekini eklemek istiyor musunuz? *Gerekli",
|
|
164
168
|
"Link list": "Link listesi",
|
|
165
169
|
"Insert video": "Video ekle",
|
|
166
170
|
"Insert\/edit video": "Video ekle\/d\u00fczenle",
|
|
@@ -183,11 +187,15 @@ tinymce.addI18n('tr_TR',{
|
|
|
183
187
|
"Replace all": "T\u00fcm\u00fcn\u00fc de\u011fi\u015ftir",
|
|
184
188
|
"Previous": "Geri",
|
|
185
189
|
"Next": "Sonraki",
|
|
190
|
+
"Find and Replace": "Bul ve De\u011fi\u015ftir",
|
|
186
191
|
"Find and replace...": "Bul ve de\u011fi\u015ftir...",
|
|
187
192
|
"Could not find the specified string.": "Herhangi bir sonu\u00e7 bulunamad\u0131.",
|
|
188
193
|
"Match case": "B\u00fcy\u00fck \/ K\u00fc\u00e7\u00fck harfe duyarl\u0131",
|
|
189
194
|
"Find whole words only": "Sadece t\u00fcm kelimeyi ara",
|
|
190
|
-
"
|
|
195
|
+
"Find in selection": "Se\u00e7ili Alanda Bul",
|
|
196
|
+
"Spellcheck": "Yaz\u0131m denetimi",
|
|
197
|
+
"Spellcheck Language": "Dil Yaz\u0131m Denetimi",
|
|
198
|
+
"No misspellings found.": "Yaz\u0131m hatas\u0131 bulunamad\u0131",
|
|
191
199
|
"Ignore": "Yoksay",
|
|
192
200
|
"Ignore all": "T\u00fcm\u00fcn\u00fc yoksay",
|
|
193
201
|
"Finish": "Bitir",
|
|
@@ -218,6 +226,7 @@ tinymce.addI18n('tr_TR',{
|
|
|
218
226
|
"Height": "Y\u00fckseklik",
|
|
219
227
|
"Cell spacing": "H\u00fccre aral\u0131\u011f\u0131",
|
|
220
228
|
"Cell padding": "H\u00fccre i\u00e7 bo\u015flu\u011fu",
|
|
229
|
+
"Caption": "Ba\u015fl\u0131k",
|
|
221
230
|
"Show caption": "Ba\u015fl\u0131\u011f\u0131 g\u00f6ster",
|
|
222
231
|
"Left": "Sol",
|
|
223
232
|
"Center": "Orta",
|
|
@@ -251,6 +260,10 @@ tinymce.addI18n('tr_TR',{
|
|
|
251
260
|
"Show blocks": "Bloklar\u0131 g\u00f6r\u00fcnt\u00fcle",
|
|
252
261
|
"Show invisible characters": "G\u00f6r\u00fcnmez karakterleri g\u00f6ster",
|
|
253
262
|
"Word count": "Kelime say\u0131s\u0131",
|
|
263
|
+
"Count": "Adet",
|
|
264
|
+
"Document": "Belge",
|
|
265
|
+
"Selection": "Se\u00e7im",
|
|
266
|
+
"Words": "Kelimeler",
|
|
254
267
|
"Words: {0}": "Kelime: {0}",
|
|
255
268
|
"{0} words": "{0} kelime",
|
|
256
269
|
"File": "Dosya",
|
|
@@ -332,6 +345,7 @@ tinymce.addI18n('tr_TR',{
|
|
|
332
345
|
"Flags": "Bayraklar",
|
|
333
346
|
"Characters": "Karakter",
|
|
334
347
|
"Characters (no spaces)": "Karakter (bo\u015fluksuz)",
|
|
348
|
+
"{0} characters": "{0} karakter",
|
|
335
349
|
"Error: Form submit field collision.": "Hata: Form g\u00f6nderme alan\u0131 \u00e7at\u0131\u015fmas\u0131.",
|
|
336
350
|
"Error: No form element found.": "Hata: Form eleman\u0131 bulunamad\u0131.",
|
|
337
351
|
"Update": "G\u00fcncelle\u015ftir",
|
|
@@ -356,6 +370,13 @@ tinymce.addI18n('tr_TR',{
|
|
|
356
370
|
"Dark Red": "Koyu K\u0131rm\u0131z\u0131",
|
|
357
371
|
"Medium Gray": "Orta Gri",
|
|
358
372
|
"Dark Gray": "Koyu Gri",
|
|
373
|
+
"Light Green": "A\u00e7\u0131k Ye\u015fil",
|
|
374
|
+
"Light Yellow": "A\u00e7\u0131k Sar\u0131",
|
|
375
|
+
"Light Red": "A\u00e7\u0131k K\u0131rm\u0131z\u0131",
|
|
376
|
+
"Light Purple": "A\u00e7\u0131k Mor",
|
|
377
|
+
"Light Blue": "A\u00e7\u0131k Mavi",
|
|
378
|
+
"Dark Purple": "Koyu Mor",
|
|
379
|
+
"Dark Blue": "Koyu Mavi",
|
|
359
380
|
"Black": "Siyah",
|
|
360
381
|
"White": "Beyaz",
|
|
361
382
|
"Switch to or from fullscreen mode": "Tam ekran moduna ge\u00e7 veya \u00e7\u0131k",
|
|
@@ -365,14 +386,68 @@ tinymce.addI18n('tr_TR',{
|
|
|
365
386
|
"formatting": "bi\u00e7imlendirme",
|
|
366
387
|
"alignment": "hizalanma",
|
|
367
388
|
"indentation": "girinti",
|
|
368
|
-
"
|
|
389
|
+
"Font": "Font",
|
|
390
|
+
"Size": "Boyut",
|
|
391
|
+
"More...": "Daha Fazla...",
|
|
392
|
+
"Select...": "Se\u00e7...",
|
|
393
|
+
"Preferences": "Tercihler",
|
|
394
|
+
"Yes": "Evet",
|
|
395
|
+
"No": "Hay\u0131r",
|
|
396
|
+
"Keyboard Navigation": "Klavye K\u0131sayollar\u0131",
|
|
397
|
+
"Version": "Versiyon",
|
|
398
|
+
"Code view": "Kod G\u00f6r\u00fcn\u00fcm\u00fc",
|
|
399
|
+
"Open popup menu for split buttons": "B\u00f6l\u00fcnm\u00fc\u015f d\u00fc\u011fmeler i\u00e7in a\u00e7\u0131l\u0131r men\u00fcy\u00fc a\u00e7",
|
|
400
|
+
"List Properties": "Liste \u00d6zellikleri",
|
|
401
|
+
"List properties...": "Liste \u00d6zellikleri...",
|
|
402
|
+
"Start list at number": "Listeyi numaradan ba\u015flat",
|
|
403
|
+
"Line height": "Sat\u0131r Y\u00fcksekli\u011fi",
|
|
369
404
|
"comments": "yorumlar",
|
|
405
|
+
"Format Painter": "Bi\u00e7im Boyac\u0131s\u0131",
|
|
406
|
+
"Insert\/edit iframe": "ekle\/d\u00fczenle\/iframe",
|
|
407
|
+
"Capitalization": "B\u00fcy\u00fck Harfle Yazma",
|
|
408
|
+
"lowercase": "k\u00fc\u00e7\u00fclt\u00fclm\u00fc\u015f",
|
|
409
|
+
"UPPERCASE": "b\u00fcy\u00fclt\u00fclm\u00fc\u015f",
|
|
410
|
+
"Title Case": "Ba\u015fl\u0131k Alan\u0131",
|
|
411
|
+
"permanent pen": "kal\u0131c\u0131 kalem",
|
|
412
|
+
"Permanent Pen Properties": "Kal\u0131c\u0131 Kalem \u00d6zellikleri",
|
|
413
|
+
"Permanent pen properties...": "Kal\u0131c\u0131 kalem \u00f6zellikleri...",
|
|
414
|
+
"case change": "Durum De\u011fi\u015fikli\u011fi",
|
|
415
|
+
"page embed": "Sayfa Yerle\u015ftirme",
|
|
416
|
+
"Advanced sort...": "Geli\u015fmi\u015f s\u0131ralama...",
|
|
417
|
+
"Advanced Sort": "Geli\u015fmi\u015f s\u0131ralama",
|
|
418
|
+
"Sort table by column ascending": "Tabloyu S\u00fctuna G\u00f6re Artan S\u0131rada S\u0131rala",
|
|
419
|
+
"Sort table by column descending": "Tabloyu S\u00fctuna G\u00f6re Azalan S\u0131rada S\u0131rala",
|
|
420
|
+
"Sort": "S\u0131n\u0131fland\u0131r",
|
|
421
|
+
"Order": "D\u00fczenle",
|
|
422
|
+
"Sort by": "\u015euna g\u00f6re s\u0131n\u0131fland\u0131r:",
|
|
423
|
+
"Ascending": "Y\u00fckselen",
|
|
424
|
+
"Descending": "Al\u00e7alan",
|
|
425
|
+
"Column {0}": "Kolon : {0}",
|
|
426
|
+
"Row {0}": "S\u0131ra : {0}",
|
|
427
|
+
"Spellcheck...": "Yaz\u0131m Denetimi...",
|
|
428
|
+
"Misspelled word": "Yanl\u0131\u015f yaz\u0131lm\u0131\u015f kelime",
|
|
429
|
+
"Suggestions": "\u00d6neriler",
|
|
430
|
+
"Change": "De\u011fi\u015ftir",
|
|
431
|
+
"Finding word suggestions": "Kelime \u00f6nerilerini bulma",
|
|
432
|
+
"Success": "Ba\u015far\u0131",
|
|
433
|
+
"Repair": "Onar\u0131m",
|
|
434
|
+
"Issue {0} of {1}": "Bas\u0131m : {0} \/ {1}",
|
|
435
|
+
"Images must be marked as decorative or have an alternative text description": "Resimler s\u00fcs ama\u00e7l\u0131 olarak i\u015faretlenmelidir yahut alt etikete sahip olmal\u0131d\u0131r.",
|
|
436
|
+
"Images must have an alternative text description. Decorative images are not allowed.": "G\u00f6rsellerin alternatif bir metin a\u00e7\u0131klamas\u0131 olmal\u0131d\u0131r. Dekoratif resimlere izin verilmez.",
|
|
437
|
+
"Or provide alternative text:": "veya alternatif metin sa\u011flay\u0131n:",
|
|
438
|
+
"Make image decorative:": "Resmi dekoratif yap:",
|
|
439
|
+
"ID attribute must be unique": "\"ID\" \u00f6zelli\u011fi benzersiz olmal\u0131d\u0131r",
|
|
440
|
+
"Make ID unique": "\"ID\" \u00f6zelli\u011fini benzersiz yap",
|
|
441
|
+
"Keep this ID and remove all others": "Bu kimli\u011fi saklay\u0131n ve di\u011ferlerini kald\u0131r\u0131n",
|
|
442
|
+
"Remove this ID": "Bu ID'yi kald\u0131r",
|
|
443
|
+
"Remove all IDs": "T\u00fcm ID'leri kald\u0131r",
|
|
444
|
+
"Checklist": "Kontrol Listesi",
|
|
370
445
|
"Anchor": "\u00c7apa",
|
|
371
446
|
"Special character": "\u00d6zel karakter",
|
|
372
447
|
"Code sample": "Kod \u00f6rne\u011fi",
|
|
373
448
|
"Color": "Renk",
|
|
374
|
-
"Emoticons": "G\u00fcl\u00fcc\u00fckler",
|
|
375
449
|
"Document properties": "Dok\u00fcman \u00f6zellikleri",
|
|
450
|
+
"Image description": "Resim a\u00e7\u0131klamas\u0131",
|
|
376
451
|
"Image": "Resim",
|
|
377
452
|
"Insert link": "Ba\u011flant\u0131 ekle",
|
|
378
453
|
"Target": "Hedef",
|
|
@@ -383,7 +458,5 @@ tinymce.addI18n('tr_TR',{
|
|
|
383
458
|
"Prev": "\u00d6nceki",
|
|
384
459
|
"Find and replace": "Bul ve de\u011fi\u015ftir",
|
|
385
460
|
"Whole words": "Tam s\u00f6zc\u00fckler",
|
|
386
|
-
"Spellcheck": "Yaz\u0131m denetimi",
|
|
387
|
-
"Caption": "Ba\u015fl\u0131k",
|
|
388
461
|
"Insert template": "\u015eablon ekle"
|
|
389
462
|
});
|
|
@@ -50,7 +50,7 @@ tinymce.addI18n('vi',{
|
|
|
50
50
|
"Inline": "C\u00f9ng d\u00f2ng",
|
|
51
51
|
"Blocks": "Bao",
|
|
52
52
|
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Ch\u1ee9c n\u0103ng D\u00e1n \u0111ang trong tr\u1ea1ng th\u00e1i v\u0103n b\u1ea3n \u0111\u01a1n gi\u1ea3n. N\u1ed9i dung s\u1ebd \u0111\u01b0\u1ee3c d\u00e1n d\u01b0\u1edbi d\u1ea1ng v\u0103n b\u1ea3n thu\u1ea7n, kh\u00f4ng c\u00f3 \u0111\u1ecbnh d\u1ea1ng.",
|
|
53
|
-
"
|
|
53
|
+
"Fonts": "Ph\u00f4ng ch\u1eef",
|
|
54
54
|
"Font Sizes": "C\u1ee1 ch\u1eef",
|
|
55
55
|
"Class": "L\u1edbp",
|
|
56
56
|
"Browse for an image": "Ch\u00e8n m\u1ed9t h\u00ecnh \u1ea3nh",
|
|
@@ -68,25 +68,25 @@ tinymce.addI18n('vi',{
|
|
|
68
68
|
"Lower Roman": "S\u1ed1 la m\u00e3 th\u01b0\u1eddng",
|
|
69
69
|
"Upper Alpha": "K\u00fd t\u1ef1 hoa",
|
|
70
70
|
"Upper Roman": "S\u1ed1 la m\u00e3 hoa",
|
|
71
|
-
"Anchor": "Neo",
|
|
71
|
+
"Anchor...": "Neo...",
|
|
72
72
|
"Name": "T\u00ean",
|
|
73
73
|
"Id": "Id",
|
|
74
74
|
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.",
|
|
75
75
|
"You have unsaved changes are you sure you want to navigate away?": "B\u1ea1n ch\u01b0a l\u01b0u thay \u0111\u1ed5i b\u1ea1n c\u00f3 ch\u1eafc b\u1ea1n mu\u1ed1n di chuy\u1ec3n \u0111i?",
|
|
76
76
|
"Restore last draft": "Kh\u00f4i ph\u1ee5c b\u1ea3n g\u1ea7n nh\u1ea5t",
|
|
77
|
-
"Special character": "K\u00fd t\u1ef1 \u0111\u1eb7c bi\u1ec7t",
|
|
77
|
+
"Special character...": "K\u00fd t\u1ef1 \u0111\u1eb7c bi\u1ec7t...",
|
|
78
78
|
"Source code": "M\u00e3 ngu\u1ed3n",
|
|
79
79
|
"Insert\/Edit code sample": "Ch\u00e8n\/S\u1eeda m\u00e3 m\u1eabu",
|
|
80
80
|
"Language": "Ng\u00f4n ng\u1eef",
|
|
81
|
-
"Code sample": "
|
|
82
|
-
"Color": "
|
|
81
|
+
"Code sample...": "Code sample...",
|
|
82
|
+
"Color Picker": "B\u1ea3ng ch\u1ecdn m\u00e0u",
|
|
83
83
|
"R": "M\u00e0u \u0111\u1ecf",
|
|
84
84
|
"G": "M\u00e0u xanh l\u00e1 c\u00e2y",
|
|
85
85
|
"B": "M\u00e0u xanh da tr\u1eddi",
|
|
86
86
|
"Left to right": "Tr\u00e1i sang ph\u1ea3i",
|
|
87
87
|
"Right to left": "Ph\u1ea3i sang tr\u00e1i",
|
|
88
|
-
"Emoticons": "Bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\u00fac",
|
|
89
|
-
"Document
|
|
88
|
+
"Emoticons...": "Bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\u00fac...",
|
|
89
|
+
"Metadata and Document Properties": "Metadata v\u00e0 Thu\u1ed9c t\u00ednh v\u0103n b\u1ea3n",
|
|
90
90
|
"Title": "Ti\u00eau \u0111\u1ec1",
|
|
91
91
|
"Keywords": "T\u1eeb kh\u00f3a",
|
|
92
92
|
"Description": "M\u00f4 t\u1ea3",
|
|
@@ -124,7 +124,7 @@ tinymce.addI18n('vi',{
|
|
|
124
124
|
"Horizontal space": "N\u1eb1m ngang",
|
|
125
125
|
"Border": "\u0110\u01b0\u1eddng vi\u1ec1n",
|
|
126
126
|
"Insert image": "Ch\u00e8n \u1ea3nh",
|
|
127
|
-
"Image": "
|
|
127
|
+
"Image...": "H\u00ecnh \u1ea3nh...",
|
|
128
128
|
"Image list": "Image list",
|
|
129
129
|
"Rotate counterclockwise": "Xoay tr\u00e1i",
|
|
130
130
|
"Rotate clockwise": "Xoay ph\u1ea3i",
|
|
@@ -147,16 +147,17 @@ tinymce.addI18n('vi',{
|
|
|
147
147
|
"Back": "Quay l\u1ea1i",
|
|
148
148
|
"Insert date\/time": "Ch\u00e8n ng\u00e0y\/th\u00e1ng",
|
|
149
149
|
"Date\/time": "Date\/time",
|
|
150
|
-
"Insert
|
|
150
|
+
"Insert\/Edit Link": "Ch\u00e8n\/S\u1eeda li\u00ean k\u1ebft",
|
|
151
151
|
"Insert\/edit link": "Ch\u00e8n\/s\u1eeda li\u00ean k\u1ebft",
|
|
152
152
|
"Text to display": "N\u1ed9i dung hi\u1ec3n th\u1ecb",
|
|
153
153
|
"Url": "Url",
|
|
154
|
-
"
|
|
154
|
+
"Open link in...": "M\u1edf \u0111\u01b0\u1eddng d\u1eabn trong...",
|
|
155
|
+
"Current window": "C\u1eeda s\u1ed5 hi\u1ec7n t\u1ea1i",
|
|
155
156
|
"None": "Kh\u00f4ng",
|
|
156
157
|
"New window": "C\u1eeda s\u1ed5 m\u1edbi",
|
|
157
158
|
"Remove link": "B\u1ecf li\u00ean k\u1ebft",
|
|
158
159
|
"Anchors": "Neo",
|
|
159
|
-
"Link": "
|
|
160
|
+
"Link...": "\u0110\u01b0\u1eddng d\u1eabn...",
|
|
160
161
|
"Paste or type a link": "Paste or type a link",
|
|
161
162
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u0110\u1ecba ch\u1ec9 URL b\u1ea1n v\u1eeba nh\u1eadp gi\u1ed1ng nh\u01b0 m\u1ed9t \u0111\u1ecba ch\u1ec9 email. B\u1ea1n c\u00f3 mu\u1ed1n th\u00eam ti\u1ec1n t\u1ed1 mailto: kh\u00f4ng?",
|
|
162
163
|
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "\u0110\u1ecba ch\u1ec9 URL b\u1ea1n v\u1eeba nh\u1eadp gi\u1ed1ng nh\u01b0 m\u1ed9t li\u00ean k\u1ebft. B\u1ea1n c\u00f3 mu\u1ed1n th\u00eam ti\u1ec1n t\u1ed1 http:\/\/ kh\u00f4ng?",
|
|
@@ -165,27 +166,28 @@ tinymce.addI18n('vi',{
|
|
|
165
166
|
"Insert\/edit video": "Ch\u00e8n\/s\u1eeda video",
|
|
166
167
|
"Insert\/edit media": "Insert\/edit media",
|
|
167
168
|
"Alternative source": "Ngu\u1ed3n thay th\u1ebf",
|
|
168
|
-
"
|
|
169
|
+
"Alternative source URL": "\u0110\u01b0\u1eddng d\u1eabn ngu\u1ed3n thay th\u1ebf",
|
|
170
|
+
"Media poster (Image URL)": "\u00c1p ph\u00edch \u0111a ph\u01b0\u01a1ng ti\u1ec7n (\u0110\u01b0\u1eddng d\u1eabn h\u00ecnh \u1ea3nh)",
|
|
169
171
|
"Paste your embed code below:": "D\u00e1n m\u00e3 nh\u00fang c\u1ee7a b\u1ea1n d\u01b0\u1edbi \u0111\u00e2y:",
|
|
170
172
|
"Embed": "Nh\u00fang",
|
|
171
|
-
"Media": "
|
|
173
|
+
"Media...": "\u0110a ph\u01b0\u01a1ng ti\u1ec7n...",
|
|
172
174
|
"Nonbreaking space": "Kh\u00f4ng xu\u1ed1ng h\u00e0ng",
|
|
173
175
|
"Page break": "Ng\u1eaft trang",
|
|
174
176
|
"Paste as text": "D\u00e1n \u0111o\u1ea1n v\u0103n b\u1ea3n",
|
|
175
177
|
"Preview": "Xem th\u1eed",
|
|
176
|
-
"Print": "In",
|
|
178
|
+
"Print...": "In...",
|
|
177
179
|
"Save": "L\u01b0u",
|
|
178
180
|
"Find": "T\u00ecm ki\u1ebfm",
|
|
179
181
|
"Replace with": "Thay th\u1ebf b\u1edfi",
|
|
180
182
|
"Replace": "Thay th\u1ebf",
|
|
181
183
|
"Replace all": "Thay t\u1ea5t c\u1ea3",
|
|
182
|
-
"
|
|
184
|
+
"Previous": "Tr\u01b0\u1edbc",
|
|
183
185
|
"Next": "K\u1ebf ti\u1ebfp",
|
|
184
|
-
"Find and replace": "T\u00ecm v\u00e0 thay th\u1ebf",
|
|
186
|
+
"Find and replace...": "T\u00ecm v\u00e0 thay th\u1ebf...",
|
|
185
187
|
"Could not find the specified string.": "Kh\u00f4ng t\u00ecm th\u1ea5y chu\u1ed7i qui \u0111\u1ecbnh",
|
|
186
188
|
"Match case": "Tr\u01b0\u1eddng h\u1ee3p xem",
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
+
"Find whole words only": "Ch\u1ec9 t\u00ecm to\u00e0n b\u1ed9 t\u1eeb",
|
|
190
|
+
"Spell check": "Ki\u1ec3m tra ch\u00ednh t\u1ea3",
|
|
189
191
|
"Ignore": "B\u1ecf qua",
|
|
190
192
|
"Ignore all": "B\u1ecf qua t\u1ea5t",
|
|
191
193
|
"Finish": "Ho\u00e0n t\u1ea5t",
|
|
@@ -216,7 +218,7 @@ tinymce.addI18n('vi',{
|
|
|
216
218
|
"Height": "\u0110\u1ed9 Cao",
|
|
217
219
|
"Cell spacing": "Kho\u1ea3ng c\u00e1ch \u00f4",
|
|
218
220
|
"Cell padding": "Kho\u1ea3ng c\u00e1ch trong \u00f4",
|
|
219
|
-
"
|
|
221
|
+
"Show caption": "Hi\u1ec7n ti\u00eau \u0111\u1ec1",
|
|
220
222
|
"Left": "Tr\u00e1i",
|
|
221
223
|
"Center": "Gi\u1eefa",
|
|
222
224
|
"Right": "Ph\u1ea3i",
|
|
@@ -236,7 +238,7 @@ tinymce.addI18n('vi',{
|
|
|
236
238
|
"Body": "N\u1ed9i dung",
|
|
237
239
|
"Footer": "Ch\u00e2n",
|
|
238
240
|
"Border color": "M\u00e0u vi\u1ec1n",
|
|
239
|
-
"Insert template": "Th\u00eam m\u1eabu",
|
|
241
|
+
"Insert template...": "Th\u00eam m\u1eabu...",
|
|
240
242
|
"Templates": "M\u1eabu",
|
|
241
243
|
"Template": "Template",
|
|
242
244
|
"Text color": "M\u00e0u v\u0103n b\u1ea3n",
|
|
@@ -244,9 +246,15 @@ tinymce.addI18n('vi',{
|
|
|
244
246
|
"Custom...": "Tu\u1ef3 ch\u1ec9nh...",
|
|
245
247
|
"Custom color": "Tu\u1ef3 ch\u1ec9nh m\u00e0u",
|
|
246
248
|
"No color": "Kh\u00f4ng c\u00f3 m\u00e0u",
|
|
249
|
+
"Remove color": "B\u1ecf m\u00e0u",
|
|
247
250
|
"Table of Contents": "Table of Contents",
|
|
248
251
|
"Show blocks": "Hi\u1ec3n th\u1ecb kh\u1ed1i",
|
|
249
252
|
"Show invisible characters": "Hi\u1ec3n th\u1ecb k\u00fd t\u1ef1 \u1ea9n",
|
|
253
|
+
"Word count": "S\u1ed1 t\u1eeb",
|
|
254
|
+
"Count": "\u0110\u1ebfm",
|
|
255
|
+
"Document": "T\u00e0i li\u1ec7u",
|
|
256
|
+
"Selection": "L\u1ef1a ch\u1ecdn",
|
|
257
|
+
"Words": "T\u1eeb",
|
|
250
258
|
"Words: {0}": "T\u1eeb: {0}",
|
|
251
259
|
"{0} words": "{0} words",
|
|
252
260
|
"File": "T\u1eadp tin",
|
|
@@ -257,5 +265,155 @@ tinymce.addI18n('vi',{
|
|
|
257
265
|
"Table": "B\u1ea3ng",
|
|
258
266
|
"Tools": "C\u00f4ng c\u1ee5",
|
|
259
267
|
"Powered by {0}": "Powered by {0}",
|
|
260
|
-
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. B\u1ea5m ALT-F9 m\u1edf menu. B\u1ea5m ALT-F10 m\u1edf thanh c\u00f4ng c\u1ee5. B\u1ea5m ALT-0 m\u1edf tr\u1ee3 gi\u00fap"
|
|
268
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. B\u1ea5m ALT-F9 m\u1edf menu. B\u1ea5m ALT-F10 m\u1edf thanh c\u00f4ng c\u1ee5. B\u1ea5m ALT-0 m\u1edf tr\u1ee3 gi\u00fap",
|
|
269
|
+
"Image title": "Ti\u00eau \u0111\u1ec1 \u1ea3nh",
|
|
270
|
+
"Border width": "\u0110\u1ed9 d\u00e0y vi\u1ec1n",
|
|
271
|
+
"Border style": "Ki\u1ec3u vi\u1ec1n",
|
|
272
|
+
"Error": "L\u1ed7i",
|
|
273
|
+
"Warn": "C\u1ea3nh b\u00e1o",
|
|
274
|
+
"Valid": "H\u1ee3p l\u1ec7",
|
|
275
|
+
"To open the popup, press Shift+Enter": "\u0110\u1ec3 m\u1edf h\u1ed9p tho\u1ea1i, nh\u1ea5n Shift+Enter",
|
|
276
|
+
"Rich Text Area. Press ALT-0 for help.": "Khu v\u1ef1c Rich Text. Nh\u00e2n ALT-0 \u0111\u1ec3 bi\u1ebft th\u00eam.",
|
|
277
|
+
"System Font": "Ph\u00f4ng ch\u1eef h\u1ec7 th\u1ed1ng",
|
|
278
|
+
"Failed to upload image: {0}": "Kh\u00f4ng th\u1ec3 \u0111\u0103ng h\u00ecnh: {0}",
|
|
279
|
+
"Failed to load plugin: {0} from url {1}": "Kh\u00f4ng th\u1ec3 t\u1ea3i plugin: {0} t\u1eeb \u0111\u01b0\u1eddng d\u1eabn {1}",
|
|
280
|
+
"Failed to load plugin url: {0}": "Kh\u00f4ng th\u1ec3 t\u1ea3i \u0111\u01b0\u1eddng d\u1eabn plugin: {0}",
|
|
281
|
+
"Failed to initialize plugin: {0}": "Kh\u00f4ng th\u1ec3 kh\u1edfi t\u1ea1o plugin: {0}",
|
|
282
|
+
"example": "v\u00ed d\u1ee5",
|
|
283
|
+
"Search": "T\u00ecm ki\u1ebfm",
|
|
284
|
+
"All": "T\u1ea5t c\u1ea3",
|
|
285
|
+
"Currency": "Ti\u1ec1n t\u1ec7",
|
|
286
|
+
"Text": "V\u0103n b\u1ea3n",
|
|
287
|
+
"Quotations": "Tr\u00edch d\u1eabn",
|
|
288
|
+
"Mathematical": "Thu\u1ed9c v\u1ec1 to\u00e1n h\u1ecdc",
|
|
289
|
+
"Extended Latin": "Latin m\u1edf r\u1ed9ng",
|
|
290
|
+
"Symbols": "K\u00fd hi\u1ec7u",
|
|
291
|
+
"Arrows": "M\u0169i t\u00ean",
|
|
292
|
+
"User Defined": "\u0110\u1ecbnh ngh\u0129a b\u1edfi ng\u01b0\u1eddi d\u00f9ng",
|
|
293
|
+
"dollar sign": "\u00fd hi\u1ec7u \u0111\u00f4 la",
|
|
294
|
+
"currency sign": "\u00fd hi\u1ec7u ti\u1ec1n t\u1ec7",
|
|
295
|
+
"euro-currency sign": "k\u00fd hi\u1ec7u euro",
|
|
296
|
+
"colon sign": "d\u1ea5u hai ch\u1ea5m",
|
|
297
|
+
"cruzeiro sign": "k\u00fd hi\u1ec7u cruzeiro",
|
|
298
|
+
"french franc sign": "k\u00fd hi\u1ec7u franc Ph\u00e1p",
|
|
299
|
+
"lira sign": "\u00fd hi\u1ec7u lira",
|
|
300
|
+
"mill sign": "k\u00fd hi\u1ec7u mill",
|
|
301
|
+
"naira sign": "k\u00fd hi\u1ec7u naira",
|
|
302
|
+
"peseta sign": "k\u00fd hi\u1ec7u peseta",
|
|
303
|
+
"rupee sign": "k\u00fd hi\u1ec7u rupee",
|
|
304
|
+
"won sign": "k\u00fd hi\u1ec7u won",
|
|
305
|
+
"new sheqel sign": "k\u00fd hi\u1ec7u new sheqel",
|
|
306
|
+
"dong sign": "k\u00fd hi\u1ec7u \u0111\u00f2ng",
|
|
307
|
+
"kip sign": "k\u00fd hi\u1ec7u \u0111\u00f2ng kip",
|
|
308
|
+
"tugrik sign": "k\u00fd hi\u1ec7u tugrik",
|
|
309
|
+
"drachma sign": "k\u00fd hi\u1ec7u drachma",
|
|
310
|
+
"german penny symbol": "k\u00fd hi\u1ec7u xu \u0110\u1ee9c",
|
|
311
|
+
"peso sign": "k\u00fd hi\u1ec7u peso",
|
|
312
|
+
"guarani sign": "k\u00fd hi\u1ec7u guarani",
|
|
313
|
+
"austral sign": "k\u00fd hi\u1ec7u austral",
|
|
314
|
+
"hryvnia sign": "k\u00fd hi\u1ec7u hryvnia",
|
|
315
|
+
"cedi sign": "k\u00fd hi\u1ec7u cedi ",
|
|
316
|
+
"livre tournois sign": "k\u00fd hi\u1ec7u livre tournois",
|
|
317
|
+
"spesmilo sign": "k\u00fd hi\u1ec7u spesmilo",
|
|
318
|
+
"tenge sign": "K\u00fd hi\u1ec7u tenge",
|
|
319
|
+
"indian rupee sign": "k\u00fd hi\u1ec7u rupee \u1ea5n \u0111\u1ed9",
|
|
320
|
+
"turkish lira sign": "k\u00fd hi\u1ec7u lira th\u1ed5 nh\u0129 k\u1ef3",
|
|
321
|
+
"nordic mark sign": "k\u00fd hi\u1ec7u mark b\u1eafc \u00e2u",
|
|
322
|
+
"manat sign": "k\u00fd hi\u1ec7u manat",
|
|
323
|
+
"ruble sign": "k\u00fd hi\u1ec7u r\u00fap",
|
|
324
|
+
"yen character": "k\u00fd hi\u1ec7u y\u00ean",
|
|
325
|
+
"yuan character": "k\u00fd hi\u1ec7u yuan",
|
|
326
|
+
"yuan character, in hong kong and taiwan": "k\u00fd hi\u1ec7u yuan, \u1edf h\u1ed3ng k\u00f4ng v\u00e0 \u0111\u00e0i loan",
|
|
327
|
+
"yen\/yuan character variant one": "k\u00fd hi\u1ec7u y\u00ean\/yuan bi\u1ebfn th\u1ec3",
|
|
328
|
+
"Loading emoticons...": "\u0110ang t\u1ea3i bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\u00fac...",
|
|
329
|
+
"Could not load emoticons": "Kh\u00f4ng th\u1ec3 t\u1ea3i bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\u00fac",
|
|
330
|
+
"People": "Ng\u01b0\u1eddi",
|
|
331
|
+
"Animals and Nature": "\u0110\u1ed9ng v\u1eadt v\u00e0 thi\u00ean nhi\u00ean",
|
|
332
|
+
"Food and Drink": "Th\u1ee9c \u0103n v\u00e0 \u0111\u1ed3 u\u1ed1ng",
|
|
333
|
+
"Activity": "Ho\u1ea1t \u0111\u1ed9ng",
|
|
334
|
+
"Travel and Places": "Du l\u1ecbch v\u00e0 \u0111\u1ecba \u0111i\u1ec3m",
|
|
335
|
+
"Objects": "V\u1eadt d\u1ee5ng",
|
|
336
|
+
"Flags": "C\u1edd",
|
|
337
|
+
"Characters": "Nh\u00e2n v\u1eadt",
|
|
338
|
+
"Characters (no spaces)": "K\u00fd t\u1ef1 (kh\u00f4ng kho\u1ea3ng tr\u1ed1ng)",
|
|
339
|
+
"{0} characters": "{0} k\u00fd t\u1ef1",
|
|
340
|
+
"Error: Form submit field collision.": "L\u1ed7i: Xung \u0111\u1ed9t tr\u01b0\u1eddng trong bi\u1ec3u m\u1eabu.",
|
|
341
|
+
"Error: No form element found.": "L\u1ed7i: Kh\u00f4ng t\u00ecm th\u1ea5y bi\u1ec3u m\u1eabu.",
|
|
342
|
+
"Update": "C\u1eadp nh\u1eadt",
|
|
343
|
+
"Color swatch": "M\u1eabu m\u00e0u",
|
|
344
|
+
"Turquoise": "Ng\u1ecdc lam",
|
|
345
|
+
"Green": "Xanh l\u00e1",
|
|
346
|
+
"Blue": "Xanh d\u01b0\u01a1ng",
|
|
347
|
+
"Purple": "T\u00edm",
|
|
348
|
+
"Navy Blue": "Xanh n\u01b0\u1edbc bi\u1ec3n",
|
|
349
|
+
"Dark Turquoise": "Ng\u1ecdc lam t\u1ed1i",
|
|
350
|
+
"Dark Green": "Xanh l\u00e1 c\u00e2y \u0111\u1eadm",
|
|
351
|
+
"Medium Blue": "Xanh d\u01b0\u01a1ng nh\u1eb9",
|
|
352
|
+
"Medium Purple": "T\u00edm nh\u1eb9",
|
|
353
|
+
"Midnight Blue": "Xanh d\u01b0\u01a1ng n\u1eeda \u0111\u00eam",
|
|
354
|
+
"Yellow": "V\u00e0ng",
|
|
355
|
+
"Orange": "Cam",
|
|
356
|
+
"Red": "\u0110\u1ecf",
|
|
357
|
+
"Light Gray": "X\u00e1m nh\u1ea1t",
|
|
358
|
+
"Gray": "X\u00e1m",
|
|
359
|
+
"Dark Yellow": "V\u00e0ng \u0111\u1eadm",
|
|
360
|
+
"Dark Orange": "Cam \u0111\u1eadm",
|
|
361
|
+
"Dark Red": "\u0110\u1ecf \u0111\u1eadm",
|
|
362
|
+
"Medium Gray": "X\u00e1m nh\u1eb9",
|
|
363
|
+
"Dark Gray": "X\u00e1m \u0111\u1eadm",
|
|
364
|
+
"Light Green": "Xanh l\u00e1 nh\u1ea1t",
|
|
365
|
+
"Light Yellow": "V\u00e0ng nh\u1ea1t",
|
|
366
|
+
"Light Red": "\u0110\u1ecf nh\u1ea1t",
|
|
367
|
+
"Light Purple": "T\u00edm nh\u1ea1t",
|
|
368
|
+
"Light Blue": "Xanh d\u01b0\u01a1ng nh\u1ea1t",
|
|
369
|
+
"Dark Purple": "T\u00edm \u0111\u1eadm",
|
|
370
|
+
"Dark Blue": "Xanh d\u01b0\u01a1ng \u0111\u1eadm",
|
|
371
|
+
"Black": "\u0110en",
|
|
372
|
+
"White": "Tr\u1eafng",
|
|
373
|
+
"Switch to or from fullscreen mode": "Chuy\u1ec3n qua ho\u1eb7c l\u1ea1i ch\u1ebf \u0111\u1ed9 to\u00e0n m\u00e0n h\u00ecnh",
|
|
374
|
+
"Open help dialog": "M\u1edf h\u1ed9p tho\u1ea1i tr\u1ee3 gi\u00fap",
|
|
375
|
+
"history": "l\u1ecbch s\u1eed",
|
|
376
|
+
"styles": "ki\u1ec3u",
|
|
377
|
+
"formatting": "\u0111\u1ecbnh d\u1ea1ng",
|
|
378
|
+
"alignment": "canh l\u1ec1",
|
|
379
|
+
"indentation": "th\u1ee5t \u0111\u1ea7u d\u00f2ng",
|
|
380
|
+
"permanent pen": "b\u00fat d\u1ea7u",
|
|
381
|
+
"comments": "b\u00ecnh lu\u1eadn...",
|
|
382
|
+
"Format Painter": "Sao ch\u00e9p \u0111\u1ecbnh d\u1ea1ng",
|
|
383
|
+
"Insert\/edit iframe": "Ch\u00e8n\/s\u1eeda iframe",
|
|
384
|
+
"Capitalization": "Ch\u1eef hoa",
|
|
385
|
+
"lowercase": "ch\u1eef th\u01b0\u1eddng",
|
|
386
|
+
"UPPERCASE": "VI\u1ebeT HOA",
|
|
387
|
+
"Title Case": "D\u1ea1ng ti\u00eau \u0111\u1ec1",
|
|
388
|
+
"Permanent Pen Properties": "Thu\u1ed9c t\u00ednh b\u00fat",
|
|
389
|
+
"Permanent pen properties...": "Thu\u1ed9c t\u00ednh b\u00fat...",
|
|
390
|
+
"Font": "Ph\u00f4ng ch\u1eef",
|
|
391
|
+
"Size": "K\u00edch th\u01b0\u1edbc",
|
|
392
|
+
"More...": "Th\u00eam...",
|
|
393
|
+
"Spellcheck Language": "Ng\u00f4n ng\u1eef ch\u00ednh t\u1ea3",
|
|
394
|
+
"Select...": "Ch\u1ecdn...",
|
|
395
|
+
"Preferences": "T\u00f9y ch\u1ecdn",
|
|
396
|
+
"Yes": "C\u00f3",
|
|
397
|
+
"No": "Kh\u00f4ng",
|
|
398
|
+
"Keyboard Navigation": "Ph\u00edm \u0111i\u1ec1u h\u01b0\u1edbng",
|
|
399
|
+
"Version": "Phi\u00ean b\u1ea3n",
|
|
400
|
+
"Anchor": "Neo",
|
|
401
|
+
"Special character": "K\u00fd t\u1ef1 \u0111\u1eb7c bi\u1ec7t",
|
|
402
|
+
"Code sample": "M\u00e3 m\u1eabu",
|
|
403
|
+
"Color": "M\u00e0u s\u1eafc",
|
|
404
|
+
"Emoticons": "Bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\u00fac",
|
|
405
|
+
"Document properties": "Thu\u1ed9c t\u00ednh t\u00e0i li\u1ec7u",
|
|
406
|
+
"Image": "Image",
|
|
407
|
+
"Insert link": "Ch\u00e8n li\u00ean k\u1ebft",
|
|
408
|
+
"Target": "\u0110\u00edch",
|
|
409
|
+
"Link": "Link",
|
|
410
|
+
"Poster": "Ng\u01b0\u1eddi g\u1eedi",
|
|
411
|
+
"Media": "Media",
|
|
412
|
+
"Print": "In",
|
|
413
|
+
"Prev": "Tr\u01b0\u1edbc",
|
|
414
|
+
"Find and replace": "T\u00ecm v\u00e0 thay th\u1ebf",
|
|
415
|
+
"Whole words": "To\u00e0n b\u1ed9 t\u1eeb",
|
|
416
|
+
"Spellcheck": "Ki\u1ec3m tra ch\u00ednh t\u1ea3",
|
|
417
|
+
"Caption": "Ti\u00eau \u0111\u1ec1",
|
|
418
|
+
"Insert template": "Th\u00eam m\u1eabu"
|
|
261
419
|
});
|
|
@@ -85,6 +85,7 @@ tinymce.addI18n('zh_CN',{
|
|
|
85
85
|
"B": "B",
|
|
86
86
|
"Left to right": "\u4ece\u5de6\u5230\u53f3",
|
|
87
87
|
"Right to left": "\u4ece\u53f3\u5230\u5de6",
|
|
88
|
+
"Emoticons": "\u8868\u60c5",
|
|
88
89
|
"Emoticons...": "\u8868\u60c5\u7b26\u53f7...",
|
|
89
90
|
"Metadata and Document Properties": "\u5143\u6570\u636e\u548c\u6587\u6863\u5c5e\u6027",
|
|
90
91
|
"Title": "\u6807\u9898",
|
|
@@ -113,7 +114,9 @@ tinymce.addI18n('zh_CN',{
|
|
|
113
114
|
"Handy Shortcuts": "\u5feb\u6377\u952e",
|
|
114
115
|
"Horizontal line": "\u6c34\u5e73\u5206\u5272\u7ebf",
|
|
115
116
|
"Insert\/edit image": "\u63d2\u5165\/\u7f16\u8f91\u56fe\u7247",
|
|
116
|
-
"
|
|
117
|
+
"Alternative description": "\u66ff\u4ee3\u63cf\u8ff0",
|
|
118
|
+
"Accessibility": "\u8f85\u52a9\u529f\u80fd",
|
|
119
|
+
"Image is decorative": "\u56fe\u50cf\u662f\u88c5\u9970\u6027\u7684",
|
|
117
120
|
"Source": "\u5730\u5740",
|
|
118
121
|
"Dimensions": "\u5927\u5c0f",
|
|
119
122
|
"Constrain proportions": "\u4fdd\u6301\u7eb5\u6a2a\u6bd4",
|
|
@@ -147,7 +150,6 @@ tinymce.addI18n('zh_CN',{
|
|
|
147
150
|
"Back": "\u540e\u9000",
|
|
148
151
|
"Insert date\/time": "\u63d2\u5165\u65e5\u671f\/\u65f6\u95f4",
|
|
149
152
|
"Date\/time": "\u65e5\u671f\/\u65f6\u95f4",
|
|
150
|
-
"Insert\/Edit Link": "\u63d2\u5165\/\u7f16\u8f91\u94fe\u63a5",
|
|
151
153
|
"Insert\/edit link": "\u63d2\u5165\/\u7f16\u8f91\u94fe\u63a5",
|
|
152
154
|
"Text to display": "\u663e\u793a\u6587\u5b57",
|
|
153
155
|
"Url": "\u5730\u5740",
|
|
@@ -155,12 +157,14 @@ tinymce.addI18n('zh_CN',{
|
|
|
155
157
|
"Current window": "\u5f53\u524d\u7a97\u53e3",
|
|
156
158
|
"None": "\u65e0",
|
|
157
159
|
"New window": "\u5728\u65b0\u7a97\u53e3\u6253\u5f00",
|
|
160
|
+
"Open link": "\u6253\u5f00\u94fe\u63a5",
|
|
158
161
|
"Remove link": "\u5220\u9664\u94fe\u63a5",
|
|
159
162
|
"Anchors": "\u951a\u70b9",
|
|
160
163
|
"Link...": "\u94fe\u63a5...",
|
|
161
164
|
"Paste or type a link": "\u7c98\u8d34\u6216\u8f93\u5165\u94fe\u63a5",
|
|
162
165
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u4e3a\u90ae\u4ef6\u5730\u5740\uff0c\u9700\u8981\u52a0\u4e0amailto:\u524d\u7f00\u5417\uff1f",
|
|
163
166
|
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u5c5e\u4e8e\u5916\u90e8\u94fe\u63a5\uff0c\u9700\u8981\u52a0\u4e0ahttp:\/\/:\u524d\u7f00\u5417\uff1f",
|
|
167
|
+
"The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "\u60a8\u8f93\u5165\u7684 URL \u4f3c\u4e4e\u662f\u4e00\u4e2a\u5916\u90e8\u94fe\u63a5\u3002\u60a8\u60f3\u6dfb\u52a0\u6240\u9700\u7684 https:\/\/ \u524d\u7f00\u5417\uff1f",
|
|
164
168
|
"Link list": "\u94fe\u63a5\u5217\u8868",
|
|
165
169
|
"Insert video": "\u63d2\u5165\u89c6\u9891",
|
|
166
170
|
"Insert\/edit video": "\u63d2\u5165\/\u7f16\u8f91\u89c6\u9891",
|
|
@@ -183,11 +187,15 @@ tinymce.addI18n('zh_CN',{
|
|
|
183
187
|
"Replace all": "\u5168\u90e8\u66ff\u6362",
|
|
184
188
|
"Previous": "\u4e0a\u4e00\u4e2a",
|
|
185
189
|
"Next": "\u4e0b\u4e00\u4e2a",
|
|
190
|
+
"Find and Replace": "\u67e5\u627e\u548c\u66ff\u6362",
|
|
186
191
|
"Find and replace...": "\u67e5\u627e\u5e76\u66ff\u6362...",
|
|
187
192
|
"Could not find the specified string.": "\u672a\u627e\u5230\u641c\u7d22\u5185\u5bb9.",
|
|
188
193
|
"Match case": "\u533a\u5206\u5927\u5c0f\u5199",
|
|
189
194
|
"Find whole words only": "\u5168\u5b57\u5339\u914d",
|
|
190
|
-
"
|
|
195
|
+
"Find in selection": "\u5728\u9009\u533a\u4e2d\u67e5\u627e",
|
|
196
|
+
"Spellcheck": "\u62fc\u5199\u68c0\u67e5",
|
|
197
|
+
"Spellcheck Language": "\u62fc\u5199\u68c0\u67e5\u8bed\u8a00",
|
|
198
|
+
"No misspellings found.": "\u6ca1\u6709\u53d1\u73b0\u62fc\u5199\u9519\u8bef",
|
|
191
199
|
"Ignore": "\u5ffd\u7565",
|
|
192
200
|
"Ignore all": "\u5168\u90e8\u5ffd\u7565",
|
|
193
201
|
"Finish": "\u5b8c\u6210",
|
|
@@ -218,6 +226,7 @@ tinymce.addI18n('zh_CN',{
|
|
|
218
226
|
"Height": "\u9ad8",
|
|
219
227
|
"Cell spacing": "\u5355\u5143\u683c\u5916\u95f4\u8ddd",
|
|
220
228
|
"Cell padding": "\u5355\u5143\u683c\u5185\u8fb9\u8ddd",
|
|
229
|
+
"Caption": "\u6807\u9898",
|
|
221
230
|
"Show caption": "\u663e\u793a\u6807\u9898",
|
|
222
231
|
"Left": "\u5de6\u5bf9\u9f50",
|
|
223
232
|
"Center": "\u5c45\u4e2d",
|
|
@@ -377,32 +386,68 @@ tinymce.addI18n('zh_CN',{
|
|
|
377
386
|
"formatting": "\u683c\u5f0f\u5316",
|
|
378
387
|
"alignment": "\u5bf9\u9f50",
|
|
379
388
|
"indentation": "\u7f29\u8fdb",
|
|
380
|
-
"permanent pen": "\u8bb0\u53f7\u7b14",
|
|
381
|
-
"comments": "\u5907\u6ce8",
|
|
382
|
-
"Format Painter": "\u683c\u5f0f\u5237",
|
|
383
|
-
"Insert\/edit iframe": "\u63d2\u5165\/\u7f16\u8f91\u6846\u67b6",
|
|
384
|
-
"Capitalization": "\u5927\u5199",
|
|
385
|
-
"lowercase": "\u5c0f\u5199",
|
|
386
|
-
"UPPERCASE": "\u5927\u5199",
|
|
387
|
-
"Title Case": "\u9996\u5b57\u6bcd\u5927\u5199",
|
|
388
|
-
"Permanent Pen Properties": "\u6c38\u4e45\u7b14\u5c5e\u6027",
|
|
389
|
-
"Permanent pen properties...": "\u6c38\u4e45\u7b14\u5c5e\u6027...",
|
|
390
389
|
"Font": "\u5b57\u4f53",
|
|
391
390
|
"Size": "\u5b57\u53f7",
|
|
392
391
|
"More...": "\u66f4\u591a...",
|
|
393
|
-
"Spellcheck Language": "\u62fc\u5199\u68c0\u67e5\u8bed\u8a00",
|
|
394
392
|
"Select...": "\u9009\u62e9...",
|
|
395
393
|
"Preferences": "\u9996\u9009\u9879",
|
|
396
394
|
"Yes": "\u662f",
|
|
397
395
|
"No": "\u5426",
|
|
398
396
|
"Keyboard Navigation": "\u952e\u76d8\u6307\u5f15",
|
|
399
397
|
"Version": "\u7248\u672c",
|
|
398
|
+
"Code view": "\u4ee3\u7801\u89c6\u56fe",
|
|
399
|
+
"Open popup menu for split buttons": "\u6253\u5f00\u5f39\u51fa\u5f0f\u83dc\u5355\uff0c\u7528\u4e8e\u62c6\u5206\u6309\u94ae",
|
|
400
|
+
"List Properties": "\u5217\u8868\u5c5e\u6027",
|
|
401
|
+
"List properties...": "\u6807\u9898\u5b57\u4f53\u5c5e\u6027",
|
|
402
|
+
"Start list at number": "\u4ee5\u6570\u5b57\u5f00\u59cb\u5217\u8868",
|
|
403
|
+
"Line height": "\u884c\u9ad8",
|
|
404
|
+
"comments": "\u5907\u6ce8",
|
|
405
|
+
"Format Painter": "\u683c\u5f0f\u5237",
|
|
406
|
+
"Insert\/edit iframe": "\u63d2\u5165\/\u7f16\u8f91\u6846\u67b6",
|
|
407
|
+
"Capitalization": "\u5927\u5199",
|
|
408
|
+
"lowercase": "\u5c0f\u5199",
|
|
409
|
+
"UPPERCASE": "\u5927\u5199",
|
|
410
|
+
"Title Case": "\u9996\u5b57\u6bcd\u5927\u5199",
|
|
411
|
+
"permanent pen": "\u8bb0\u53f7\u7b14",
|
|
412
|
+
"Permanent Pen Properties": "\u6c38\u4e45\u7b14\u5c5e\u6027",
|
|
413
|
+
"Permanent pen properties...": "\u6c38\u4e45\u7b14\u5c5e\u6027...",
|
|
414
|
+
"case change": "\u6848\u4f8b\u66f4\u6539",
|
|
415
|
+
"page embed": "\u9875\u9762\u5d4c\u5165",
|
|
416
|
+
"Advanced sort...": "\u9ad8\u7ea7\u6392\u5e8f...",
|
|
417
|
+
"Advanced Sort": "\u9ad8\u7ea7\u6392\u5e8f",
|
|
418
|
+
"Sort table by column ascending": "\u6309\u5217\u5347\u5e8f\u8868",
|
|
419
|
+
"Sort table by column descending": "\u6309\u5217\u964d\u5e8f\u8868",
|
|
420
|
+
"Sort": "\u6392\u5e8f",
|
|
421
|
+
"Order": "\u6392\u5e8f",
|
|
422
|
+
"Sort by": "\u6392\u5e8f\u65b9\u5f0f",
|
|
423
|
+
"Ascending": "\u5347\u5e8f",
|
|
424
|
+
"Descending": "\u964d\u5e8f",
|
|
425
|
+
"Column {0}": "\u5217{0}",
|
|
426
|
+
"Row {0}": "\u884c{0}",
|
|
427
|
+
"Spellcheck...": "\u62fc\u5199\u68c0\u67e5...",
|
|
428
|
+
"Misspelled word": "\u62fc\u5199\u9519\u8bef\u7684\u5355\u8bcd",
|
|
429
|
+
"Suggestions": "\u5efa\u8bae",
|
|
430
|
+
"Change": "\u66f4\u6539",
|
|
431
|
+
"Finding word suggestions": "\u67e5\u627e\u5355\u8bcd\u5efa\u8bae",
|
|
432
|
+
"Success": "\u6210\u529f",
|
|
433
|
+
"Repair": "\u4fee\u590d",
|
|
434
|
+
"Issue {0} of {1}": "\u5171\u8ba1{1}\u95ee\u9898{0}",
|
|
435
|
+
"Images must be marked as decorative or have an alternative text description": "\u56fe\u50cf\u5fc5\u987b\u6807\u8bb0\u4e3a\u88c5\u9970\u6027\u6216\u5177\u6709\u66ff\u4ee3\u6587\u672c\u63cf\u8ff0",
|
|
436
|
+
"Images must have an alternative text description. Decorative images are not allowed.": "\u56fe\u50cf\u5fc5\u987b\u5177\u6709\u66ff\u4ee3\u6587\u672c\u63cf\u8ff0\u3002\u4e0d\u5141\u8bb8\u4f7f\u7528\u88c5\u9970\u56fe\u50cf\u3002",
|
|
437
|
+
"Or provide alternative text:": "\u6216\u63d0\u4f9b\u5907\u9009\u6587\u672c\uff1a",
|
|
438
|
+
"Make image decorative:": "\u4f7f\u56fe\u50cf\u88c5\u9970\uff1a",
|
|
439
|
+
"ID attribute must be unique": "ID \u5c5e\u6027\u5fc5\u987b\u662f\u552f\u4e00\u7684",
|
|
440
|
+
"Make ID unique": "\u4f7f ID \u72ec\u4e00\u65e0\u4e8c",
|
|
441
|
+
"Keep this ID and remove all others": "\u4fdd\u7559\u6b64 ID \u5e76\u5220\u9664\u6240\u6709\u5176\u4ed6",
|
|
442
|
+
"Remove this ID": "\u5220\u9664\u6b64 ID",
|
|
443
|
+
"Remove all IDs": "\u6e05\u9664\u5168\u90e8IDs",
|
|
444
|
+
"Checklist": "\u6e05\u5355",
|
|
400
445
|
"Anchor": "\u951a\u70b9",
|
|
401
446
|
"Special character": "\u7279\u6b8a\u7b26\u53f7",
|
|
402
447
|
"Code sample": "\u4ee3\u7801\u793a\u4f8b",
|
|
403
448
|
"Color": "\u989c\u8272",
|
|
404
|
-
"Emoticons": "\u8868\u60c5",
|
|
405
449
|
"Document properties": "\u6587\u6863\u5c5e\u6027",
|
|
450
|
+
"Image description": "\u56fe\u7247\u63cf\u8ff0",
|
|
406
451
|
"Image": "\u56fe\u7247",
|
|
407
452
|
"Insert link": "\u63d2\u5165\u94fe\u63a5",
|
|
408
453
|
"Target": "\u6253\u5f00\u65b9\u5f0f",
|
|
@@ -413,7 +458,5 @@ tinymce.addI18n('zh_CN',{
|
|
|
413
458
|
"Prev": "\u4e0a\u4e00\u4e2a",
|
|
414
459
|
"Find and replace": "\u67e5\u627e\u548c\u66ff\u6362",
|
|
415
460
|
"Whole words": "\u5168\u5b57\u5339\u914d",
|
|
416
|
-
"Spellcheck": "\u62fc\u5199\u68c0\u67e5",
|
|
417
|
-
"Caption": "\u6807\u9898",
|
|
418
461
|
"Insert template": "\u63d2\u5165\u6a21\u677f"
|
|
419
462
|
});
|