ckeditor5 41.3.1 → 41.4.0
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.
Potentially problematic release.
This version of ckeditor5 might be problematic. Click here for more details.
- package/CHANGELOG.md +298 -215
- package/README.md +1 -1
- package/build/ckeditor5-dll.js +2 -2
- package/build/ckeditor5-dll.manifest.json +11 -2
- package/build/translations/af.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/ast.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/bs.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/en-gb.js +1 -1
- package/build/translations/eo.js +1 -1
- package/build/translations/es-co.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/eu.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -1
- package/build/translations/km.js +1 -1
- package/build/translations/kn.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/ku.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nb.js +1 -1
- package/build/translations/ne.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sl.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/ti.js +1 -0
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/uz.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/dist/browser/index-content.css +5 -0
- package/dist/browser/index-editor.css +67 -0
- package/dist/browser/index.css +6 -0
- package/dist/browser/index.css.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/index.umd.js +557 -0
- package/dist/browser/index.umd.js.map +1 -0
- package/dist/index-content.css +375 -0
- package/dist/index-editor.css +4682 -0
- package/dist/index.css +9125 -0
- package/dist/index.css.map +1 -0
- package/dist/index.js +61 -0
- package/dist/index.js.map +1 -0
- package/dist/translations/af.d.ts +8 -0
- package/dist/translations/af.js +5 -0
- package/dist/translations/af.umd.js +11 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +5 -0
- package/dist/translations/ar.umd.js +11 -0
- package/dist/translations/ast.d.ts +8 -0
- package/dist/translations/ast.js +5 -0
- package/dist/translations/ast.umd.js +11 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +5 -0
- package/dist/translations/az.umd.js +11 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +5 -0
- package/dist/translations/bg.umd.js +11 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +5 -0
- package/dist/translations/bn.umd.js +11 -0
- package/dist/translations/bs.d.ts +8 -0
- package/dist/translations/bs.js +5 -0
- package/dist/translations/bs.umd.js +11 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +5 -0
- package/dist/translations/ca.umd.js +11 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +5 -0
- package/dist/translations/cs.umd.js +11 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +5 -0
- package/dist/translations/da.umd.js +11 -0
- package/dist/translations/de-ch.d.ts +8 -0
- package/dist/translations/de-ch.js +5 -0
- package/dist/translations/de-ch.umd.js +11 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +5 -0
- package/dist/translations/de.umd.js +11 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +5 -0
- package/dist/translations/el.umd.js +11 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +5 -0
- package/dist/translations/en-au.umd.js +11 -0
- package/dist/translations/en-gb.d.ts +8 -0
- package/dist/translations/en-gb.js +5 -0
- package/dist/translations/en-gb.umd.js +11 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +5 -0
- package/dist/translations/en.umd.js +11 -0
- package/dist/translations/eo.d.ts +8 -0
- package/dist/translations/eo.js +5 -0
- package/dist/translations/eo.umd.js +11 -0
- package/dist/translations/es-co.d.ts +8 -0
- package/dist/translations/es-co.js +5 -0
- package/dist/translations/es-co.umd.js +11 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +5 -0
- package/dist/translations/es.umd.js +11 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +5 -0
- package/dist/translations/et.umd.js +11 -0
- package/dist/translations/eu.d.ts +8 -0
- package/dist/translations/eu.js +5 -0
- package/dist/translations/eu.umd.js +11 -0
- package/dist/translations/fa.d.ts +8 -0
- package/dist/translations/fa.js +5 -0
- package/dist/translations/fa.umd.js +11 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +5 -0
- package/dist/translations/fi.umd.js +11 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +5 -0
- package/dist/translations/fr.umd.js +11 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +5 -0
- package/dist/translations/gl.umd.js +11 -0
- package/dist/translations/gu.d.ts +8 -0
- package/dist/translations/gu.js +5 -0
- package/dist/translations/gu.umd.js +11 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +5 -0
- package/dist/translations/he.umd.js +11 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +5 -0
- package/dist/translations/hi.umd.js +11 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +5 -0
- package/dist/translations/hr.umd.js +11 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +5 -0
- package/dist/translations/hu.umd.js +11 -0
- package/dist/translations/hy.d.ts +8 -0
- package/dist/translations/hy.js +5 -0
- package/dist/translations/hy.umd.js +11 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +5 -0
- package/dist/translations/id.umd.js +11 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +5 -0
- package/dist/translations/it.umd.js +11 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +5 -0
- package/dist/translations/ja.umd.js +11 -0
- package/dist/translations/jv.d.ts +8 -0
- package/dist/translations/jv.js +5 -0
- package/dist/translations/jv.umd.js +11 -0
- package/dist/translations/kk.d.ts +8 -0
- package/dist/translations/kk.js +5 -0
- package/dist/translations/kk.umd.js +11 -0
- package/dist/translations/km.d.ts +8 -0
- package/dist/translations/km.js +5 -0
- package/dist/translations/km.umd.js +11 -0
- package/dist/translations/kn.d.ts +8 -0
- package/dist/translations/kn.js +5 -0
- package/dist/translations/kn.umd.js +11 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +5 -0
- package/dist/translations/ko.umd.js +11 -0
- package/dist/translations/ku.d.ts +8 -0
- package/dist/translations/ku.js +5 -0
- package/dist/translations/ku.umd.js +11 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +5 -0
- package/dist/translations/lt.umd.js +11 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +5 -0
- package/dist/translations/lv.umd.js +11 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +5 -0
- package/dist/translations/ms.umd.js +11 -0
- package/dist/translations/nb.d.ts +8 -0
- package/dist/translations/nb.js +5 -0
- package/dist/translations/nb.umd.js +11 -0
- package/dist/translations/ne.d.ts +8 -0
- package/dist/translations/ne.js +5 -0
- package/dist/translations/ne.umd.js +11 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +5 -0
- package/dist/translations/nl.umd.js +11 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +5 -0
- package/dist/translations/no.umd.js +11 -0
- package/dist/translations/oc.d.ts +8 -0
- package/dist/translations/oc.js +5 -0
- package/dist/translations/oc.umd.js +11 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +5 -0
- package/dist/translations/pl.umd.js +11 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +5 -0
- package/dist/translations/pt-br.umd.js +11 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +5 -0
- package/dist/translations/pt.umd.js +11 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +5 -0
- package/dist/translations/ro.umd.js +11 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +5 -0
- package/dist/translations/ru.umd.js +11 -0
- package/dist/translations/si.d.ts +8 -0
- package/dist/translations/si.js +5 -0
- package/dist/translations/si.umd.js +11 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +5 -0
- package/dist/translations/sk.umd.js +11 -0
- package/dist/translations/sl.d.ts +8 -0
- package/dist/translations/sl.js +5 -0
- package/dist/translations/sl.umd.js +11 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +5 -0
- package/dist/translations/sq.umd.js +11 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +5 -0
- package/dist/translations/sr-latn.umd.js +11 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +5 -0
- package/dist/translations/sr.umd.js +11 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +5 -0
- package/dist/translations/sv.umd.js +11 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +5 -0
- package/dist/translations/th.umd.js +11 -0
- package/dist/translations/ti.d.ts +8 -0
- package/dist/translations/ti.js +5 -0
- package/dist/translations/ti.umd.js +11 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +5 -0
- package/dist/translations/tk.umd.js +11 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +5 -0
- package/dist/translations/tr.umd.js +11 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +5 -0
- package/dist/translations/tt.umd.js +11 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +5 -0
- package/dist/translations/ug.umd.js +11 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +5 -0
- package/dist/translations/uk.umd.js +11 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +5 -0
- package/dist/translations/ur.umd.js +11 -0
- package/dist/translations/uz.d.ts +8 -0
- package/dist/translations/uz.js +5 -0
- package/dist/translations/uz.umd.js +11 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +5 -0
- package/dist/translations/vi.umd.js +11 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +5 -0
- package/dist/translations/zh-cn.umd.js +11 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +5 -0
- package/dist/translations/zh.umd.js +11 -0
- package/dist/types/clipboard.d.ts +12 -0
- package/dist/types/core.d.ts +12 -0
- package/dist/types/engine.d.ts +12 -0
- package/dist/types/enter.d.ts +12 -0
- package/dist/types/index.d.ts +65 -0
- package/dist/types/paragraph.d.ts +12 -0
- package/dist/types/select-all.d.ts +12 -0
- package/dist/types/typing.d.ts +12 -0
- package/dist/types/ui.d.ts +12 -0
- package/dist/types/undo.d.ts +12 -0
- package/dist/types/upload.d.ts +12 -0
- package/dist/types/utils.d.ts +12 -0
- package/dist/types/watchdog.d.ts +12 -0
- package/dist/types/widget.d.ts +12 -0
- package/package.json +70 -14
- package/src/index.d.ts +61 -0
- package/src/index.js +61 -0
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
( e => {
|
7
|
+
const { [ 'uz' ]: { dictionary, getPluralForm } } = {"uz":{"dictionary":{"Widget toolbar":"Vidjet asboblar paneli","Insert paragraph before block":"Blokdan oldin paragrafni kiritish","Insert paragraph after block":"Вblokdan keyin paragraf qo'yish","Press Enter to type after or press Shift + Enter to type before the widget":"","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Move the caret to allow typing directly before a widget":"","Move the caret to allow typing directly after a widget":"","Upload in progress":"Yuklanmoqda","Undo":"Bekor qilish","Redo":"Takrorlash","Rich Text Editor":"Tahrirlovchi","Editor editing area: %0":"","Edit block":"Blokni tahrirlash","Click to edit block":"","Drag to move":"","Next":"Keyingi","Previous":"Oldingi","Editor toolbar":"Tahrirlovchi asboblar paneli","Dropdown toolbar":"Ochiladigan asboblar paneli","Black":"Qora","Dim grey":"To'q kulrang","Grey":"Kulrang","Light grey":"Och kulrang","White":"Oq","Red":"Qizil","Orange":"To'q sariq","Yellow":"Sariq","Light green":"Och yashil","Green":"Yashil","Aquamarine":"Akuamarin","Turquoise":"Turkuaz","Light blue":"Moviy","Blue":"Ko'k","Purple":"Siyohrang","Editor block content toolbar":"","Editor contextual toolbar":"","HEX":"","No results found":"","No searchable items":"","Editor dialog":"","Close":"","Help Contents. To close this dialog press ESC.":"","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"","(may require <kbd>Fn</kbd>)":"","Accessibility":"","Accessibility help":"","Press %0 for help.":"","Move focus in and out of an active dialog window":"","MENU_BAR_MENU_FILE":"","MENU_BAR_MENU_EDIT":"","MENU_BAR_MENU_VIEW":"","MENU_BAR_MENU_INSERT":"Kiritish","MENU_BAR_MENU_FORMAT":"","MENU_BAR_MENU_TOOLS":"","MENU_BAR_MENU_HELP":"","MENU_BAR_MENU_TEXT":"","MENU_BAR_MENU_FONT":"","Editor menu bar":"","Please enter a valid color (e.g. \"ff0000\").":"","Insert table":"Jadvalni kiritish","Header column":"Ustun sarlavhalari","Insert column left":"Ustunni chapga kiritish","Insert column right":"Ustunni o'ngga kiritish","Delete column":"Ustunni o'chirish","Select column":"Ustunni tanlash","Column":"Ustun","Header row":"Sarlavhalar satri","Insert row below":"Pastga qatorni kiritish","Insert row above":"Yuqoriga qatorni kiritish","Delete row":"Satrni o'chirish","Select row":"Satrni tanlang","Row":"Satr","Merge cell up":"Yuqoridagi katak bilan birlashtirish","Merge cell right":"O'ngdagi katakcha bilan birlashtirish","Merge cell down":"Pastdagi katak bilan birlashtirish","Merge cell left":"Chapdagi katakcha bilan birlashtirish","Split cell vertically":"Hujayrani vertikal ravishda ajratish","Split cell horizontally":"Hujayrani gorizontal ravishda ajratish","Merge cells":"Hujayralarni birlashtirish","Table toolbar":"Jadval asboblar paneli","Table properties":"Jadvalning xususiyatlari","Cell properties":"Hujayra xususiyatlari","Border":"Chegara","Style":"Uslub","Width":"Kengligi","Height":"Balandligi","Color":"Rang","Background":"Fon","Padding":"Chekinish","Dimensions":"O'lchamlar","Table cell text alignment":"Jadval katakchasidagi matnni tekislash","Alignment":"Tekislash","Horizontal text alignment toolbar":"Matnni gorizontal tekislash asboblar paneli","Vertical text alignment toolbar":"Vertikal matnni tekislash asboblar paneli","Table alignment toolbar":"Jadvalni tekislash asboblar paneli","None":"Yo'q","Solid":"Qattiq","Dotted":"Nuqta","Dashed":"Nuqtali","Double":"Ikkitalik","Groove":"Yivli","Ridge":"Qirrali","Inset":"Tushkunlikka tushgan","Outset":"Qavariq","Align cell text to the left":"Matnni chapga tekislash","Align cell text to the center":"Matnni markazga tekislash","Align cell text to the right":"Matnni o'ngga tekislash","Justify cell text":"Matnni kenglikka tekislash","Align cell text to the top":"Hujayra matnini tepaga tekislash","Align cell text to the middle":"Hujayra matnini markazga tekislash","Align cell text to the bottom":"Hujayra matnini pastga tekislash","Align table to the left":"Jadvalni chap tomonga tekislash","Center table":"Jadvalni markazga tekislash","Align table to the right":"Jadvalni o'ngga tekislash","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Noto'g'ri rang. \\ \"# FF0000 \\\" yoki \\ \"rgb (255,0,0) \\\" yoki \\ \"red \\\" ni sinab ko'ring.","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Noto'g'ri qiymat. \\ \"10px \\\" yoki \\ \"2em \\\" yoki shunchaki \\ \"2 \\\" ni sinab ko'ring.","Color picker":"Rang tanlash","Enter table caption":"","Keystrokes that can be used in a table cell":"","Move the selection to the next cell":"","Move the selection to the previous cell":"","Insert a new table row (when in the last cell of a table)":"","Navigate through the table":"","Table":"","Special characters":"Maxsus belgilar","All":"","Arrows":"","Currency":"","Latin":"","Mathematical":"","Text":"","leftwards simple arrow":"","rightwards simple arrow":"","upwards simple arrow":"","downwards simple arrow":"","leftwards double arrow":"","rightwards double arrow":"","upwards double arrow":"","downwards double arrow":"","leftwards dashed arrow":"","rightwards dashed arrow":"","upwards dashed arrow":"","downwards dashed arrow":"","leftwards arrow to bar":"","rightwards arrow to bar":"","upwards arrow to bar":"","downwards arrow to bar":"","up down arrow with base":"","back with leftwards arrow above":"","end with leftwards arrow above":"","on with exclamation mark with left right arrow above":"","soon with rightwards arrow above":"","top with upwards arrow above":"","Dollar sign":"","Euro sign":"","Yen sign":"","Pound sign":"","Cent sign":"","Euro-currency sign":"","Colon sign":"","Cruzeiro sign":"","French franc sign":"","Lira sign":"","Currency sign":"","Bitcoin sign":"","Mill sign":"","Naira sign":"","Peseta sign":"","Rupee sign":"","Won sign":"","New sheqel sign":"","Dong sign":"","Kip sign":"","Tugrik sign":"","Drachma sign":"","German penny sign":"","Peso sign":"","Guarani sign":"","Austral sign":"","Hryvnia sign":"","Cedi sign":"","Livre tournois sign":"","Spesmilo sign":"","Tenge sign":"","Indian rupee sign":"","Turkish lira sign":"","Nordic mark sign":"","Manat sign":"","Ruble sign":"","Latin capital letter a with macron":"","Latin small letter a with macron":"","Latin capital letter a with breve":"","Latin small letter a with breve":"","Latin capital letter a with ogonek":"","Latin small letter a with ogonek":"","Latin capital letter c with acute":"","Latin small letter c with acute":"","Latin capital letter c with circumflex":"","Latin small letter c with circumflex":"","Latin capital letter c with dot above":"","Latin small letter c with dot above":"","Latin capital letter c with caron":"","Latin small letter c with caron":"","Latin capital letter d with caron":"","Latin small letter d with caron":"","Latin capital letter d with stroke":"","Latin small letter d with stroke":"","Latin capital letter e with macron":"","Latin small letter e with macron":"","Latin capital letter e with breve":"","Latin small letter e with breve":"","Latin capital letter e with dot above":"","Latin small letter e with dot above":"","Latin capital letter e with ogonek":"","Latin small letter e with ogonek":"","Latin capital letter e with caron":"","Latin small letter e with caron":"","Latin capital letter g with circumflex":"","Latin small letter g with circumflex":"","Latin capital letter g with breve":"","Latin small letter g with breve":"","Latin capital letter g with dot above":"","Latin small letter g with dot above":"","Latin capital letter g with cedilla":"","Latin small letter g with cedilla":"","Latin capital letter h with circumflex":"","Latin small letter h with circumflex":"","Latin capital letter h with stroke":"","Latin small letter h with stroke":"","Latin capital letter i with tilde":"","Latin small letter i with tilde":"","Latin capital letter i with macron":"","Latin small letter i with macron":"","Latin capital letter i with breve":"","Latin small letter i with breve":"","Latin capital letter i with ogonek":"","Latin small letter i with ogonek":"","Latin capital letter i with dot above":"","Latin small letter dotless i":"","Latin capital ligature ij":"","Latin small ligature ij":"","Latin capital letter j with circumflex":"","Latin small letter j with circumflex":"","Latin capital letter k with cedilla":"","Latin small letter k with cedilla":"","Latin small letter kra":"","Latin capital letter l with acute":"","Latin small letter l with acute":"","Latin capital letter l with cedilla":"","Latin small letter l with cedilla":"","Latin capital letter l with caron":"","Latin small letter l with caron":"","Latin capital letter l with middle dot":"","Latin small letter l with middle dot":"","Latin capital letter l with stroke":"","Latin small letter l with stroke":"","Latin capital letter n with acute":"","Latin small letter n with acute":"","Latin capital letter n with cedilla":"","Latin small letter n with cedilla":"","Latin capital letter n with caron":"","Latin small letter n with caron":"","Latin small letter n preceded by apostrophe":"","Latin capital letter eng":"","Latin small letter eng":"","Latin capital letter o with macron":"","Latin small letter o with macron":"","Latin capital letter o with breve":"","Latin small letter o with breve":"","Latin capital letter o with double acute":"","Latin small letter o with double acute":"","Latin capital ligature oe":"","Latin small ligature oe":"","Latin capital letter r with acute":"","Latin small letter r with acute":"","Latin capital letter r with cedilla":"","Latin small letter r with cedilla":"","Latin capital letter r with caron":"","Latin small letter r with caron":"","Latin capital letter s with acute":"","Latin small letter s with acute":"","Latin capital letter s with circumflex":"","Latin small letter s with circumflex":"","Latin capital letter s with cedilla":"","Latin small letter s with cedilla":"","Latin capital letter s with caron":"","Latin small letter s with caron":"","Latin capital letter t with cedilla":"","Latin small letter t with cedilla":"","Latin capital letter t with caron":"","Latin small letter t with caron":"","Latin capital letter t with stroke":"","Latin small letter t with stroke":"","Latin capital letter u with tilde":"","Latin small letter u with tilde":"","Latin capital letter u with macron":"","Latin small letter u with macron":"","Latin capital letter u with breve":"","Latin small letter u with breve":"","Latin capital letter u with ring above":"","Latin small letter u with ring above":"","Latin capital letter u with double acute":"","Latin small letter u with double acute":"","Latin capital letter u with ogonek":"","Latin small letter u with ogonek":"","Latin capital letter w with circumflex":"","Latin small letter w with circumflex":"","Latin capital letter y with circumflex":"","Latin small letter y with circumflex":"","Latin capital letter y with diaeresis":"","Latin capital letter z with acute":"","Latin small letter z with acute":"","Latin capital letter z with dot above":"","Latin small letter z with dot above":"","Latin capital letter z with caron":"","Latin small letter z with caron":"","Latin small letter long s":"","Less-than sign":"","Greater-than sign":"","Less-than or equal to":"","Greater-than or equal to":"","En dash":"","Em dash":"","Macron":"","Overline":"","Degree sign":"","Minus sign":"","Plus-minus sign":"","Division sign":"","Fraction slash":"","Multiplication sign":"","Latin small letter f with hook":"","Integral":"","N-ary summation":"","Infinity":"","Square root":"","Tilde operator":"","Approximately equal to":"","Almost equal to":"","Not equal to":"","Identical to":"","Element of":"","Not an element of":"","Contains as member":"","N-ary product":"","Logical and":"","Logical or":"","Not sign":"","Intersection":"","Union":"","Partial differential":"","For all":"","There exists":"","Empty set":"","Nabla":"","Asterisk operator":"","Proportional to":"","Angle":"","Vulgar fraction one quarter":"","Vulgar fraction one half":"","Vulgar fraction three quarters":"","Single left-pointing angle quotation mark":"","Single right-pointing angle quotation mark":"","Left-pointing double angle quotation mark":"","Right-pointing double angle quotation mark":"","Left single quotation mark":"","Right single quotation mark":"","Left double quotation mark":"","Right double quotation mark":"","Single low-9 quotation mark":"","Double low-9 quotation mark":"","Inverted exclamation mark":"","Inverted question mark":"","Two dot leader":"","Horizontal ellipsis":"","Double dagger":"","Per mille sign":"","Per ten thousand sign":"","Double exclamation mark":"","Question exclamation mark":"","Exclamation question mark":"","Double question mark":"","Copyright sign":"","Registered sign":"","Trade mark sign":"","Section sign":"","Paragraph sign":"","Reversed paragraph sign":"","Character categories":"Kategoriyalar","Select all":"Hammasini tanlash","Disable editing":"Tahrirlashni o‘chirib qo‘yish","Enable editing":"Tahrirlashga ruxsat berish","Previous editable region":"Avvalgi tahrirlanadigan hudud","Next editable region":"Keyingi tahrirlanadigan hudud","Navigate editable regions":"Tahrirlanadigan hududlar boʻylab navigatsiya","Remove Format":"Formatlashni olib tashlash","Page break":"Sahifalar uzilishi","media widget":"media vidjeti","Media URL":"Media URL manzili","Paste the media URL in the input.":"Media URL manzilini kiritish maydoniga joylashtiring.","Tip: Paste the URL into the content to embed faster.":"Maslahat: Tez kiritish uchun URL manzilini kontentga joylashtiring.","The URL must not be empty.":"URL bo'sh bo'lmasligi kerak.","This media URL is not supported.":"Ushbu media URL manzili qo‘llab-quvvatlanmaydi.","Insert media":"Mediani joylashtiring","Media toolbar":"Media asboblar paneli","Open media in new tab":"","Numbered List":"Raqamlangan ro'yxat","Bulleted List":"Belgilangan roʻyxat","To-do List":"","Bulleted list styles toolbar":"Belgilangan ro'yxat uslublari","Numbered list styles toolbar":"Raqamlangan ro'yxat uslublari","Toggle the disc list style":"","Toggle the circle list style":"","Toggle the square list style":"","Toggle the decimal list style":"","Toggle the decimal with leading zero list style":"","Toggle the lower–roman list style":"","Toggle the upper–roman list style":"","Toggle the lower–latin list style":"","Toggle the upper–latin list style":"","Disc":"Disk","Circle":"Doira","Square":"Kvadrat","Decimal":"O'nlik","Decimal with leading zero":"Boshlovchi nol bilan oʻnlik","Lower–roman":"Kichik rim","Upper-roman":"Katta rim","Lower-latin":"Kichik lotincha","Upper-latin":"Katta lotincha","List properties":"","Start at":"","Invalid start index value.":"","Start index must be greater than 0.":"","Reversed order":"","Keystrokes that can be used in a list":"","Increase list item indent":"","Decrease list item indent":"","Entering a to-do list":"","Leaving a to-do list":"","Unlink":"Havolani olib tashlash","Link":"Havola","Link URL":"\"Havola URL","Link URL must not be empty.":"","Link image":"Rasmga havola","Edit link":"Havolani tahrirlash","Open link in new tab":"Havolani yangi oynada ochish","This link has no URL":"Bu havola uchun URL oʻrnatilmagan","Open in a new tab":"Yangi oynada oching","Downloadable":"Yuklab olinadigan","Create link":"","Move out of a link":"","Increase indent":"chekinishni oshirish","Decrease indent":"chekinishni kamaytirish","image widget":"Tasvirlar vidjeti","Wrap text":"","Break text":"","In line":"","Side image":"Yon tasvir","Full size image":"Asl rasm hajmi","Left aligned image":"Chapga tekislash","Centered image":"Markazga tekislash","Right aligned image":"O'ngga tekislash","Change image text alternative":"Muqobil matnni tahrirlash","Text alternative":"Muqobil matn","Enter image caption":"Rasm sarlavhasi","Insert image":"Rasm kiritish","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Yuklab olinmadi","Image toolbar":"Rasm asboblari paneli","Resize image":"Rasm hajmini o'zgartirish","Resize image to %0":"Rasm hajmini %0 ga o‘zgartirish","Resize image to the original size":"Rasmning o'lchamini asl o'lchamiga o'zgartiring","Resize image (in %0)":"","Original":"Asl","Custom image size":"","Custom":"","Image resize list":"Hajmlar ro'yxati","Insert":"Kiritish","Update":"O'zgartirish","Insert image via URL":"Rasmni URL orqali kiritish","Update image URL":"Rasm URL manzilini o'zgartirish","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Insert HTML":"HTML kiritish","HTML snippet":"HTML snippet","Paste raw HTML here...":"HTML kodini shu yerga joylashtiring...","Edit source":"Kodni o'zgartirish","Save changes":"O'zgarishlarni saqlash","No preview available":"","Empty snippet content":"","Horizontal line":"Gorizontal chiziq","Yellow marker":"Sariq marker bilan ta'kidlash","Green marker":"Yashil marker bilan ta'kidlash","Pink marker":"Pushti rang markeri bilan belgilang","Blue marker":"Moviy rang markeri bilan ajratib ko'rsatish","Red pen":"Matn rangi qizil","Green pen":"Matn rangi yashil","Remove highlight":"Ajratishni olib tashlash","Highlight":"Ajratish","Text highlight toolbar":"Matn tanlash asboblar paneli","Paragraph":"Paragraf","Heading":"Uslub","Choose heading":"Uslubni tanlash","Heading 1":"Sarlavha 1","Heading 2":"Sarlavha 2","Heading 3":"Sarlavha 3","Heading 4":"Sarlavha 4","Heading 5":"Sarlavha 5","Heading 6":"Sarlavha 6","Type your title":"Sarlavhani kiriting","Type or paste your content here.":"Matningizni shu yerga kiriting yoki joylashtiring","Font Size":"Shrift hajmi","Tiny":"Juda kichik","Small":"Kichik","Big":"Katta","Huge":"Juda katta","Font Family":"Shriftlar oilasi","Default":"Standart","Font Color":"Shrift rangi","Font Background Color":"Fon rangi","Document colors":"Sahifa rangi","Cancel":"Bekor qilish","Clear":"O'chirish","Remove color":"Rangni olib tashlash","Restore default":"","Save":"Saqlash","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","Insert code block":"Kodni kiritish","Plain text":"Oddiy matn","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":"","Insert image or file":"Rasm yoki faylni kiriting","Image or file":"","Could not obtain resized image URL.":"Rasm hajmi o‘zgartirilgan URL manzilini olib bo‘lmadi.","Selecting resized image failed":"Tasdiqlangan o'lchamdagi rasmni tanlash muvaffaqiyatsiz tugadi","Could not insert image at the current position.":"Siz joriy joyga rasm qo'sha olmaysiz.","Inserting image failed":"Rasm qo'shish muvaffaqiyatsiz tugadi","Open file manager":"Fayl menejerini ochish","Cannot determine a category for the uploaded file.":"Yuklangan fayl uchun toifani aniqlab bo‘lmadi.","Cannot access default workspace.":"","Edit image":"","Processing the edited image.":"","Server failed to process the image.":"","Failed to determine category of edited image.":"","Block quote":"Iqtibos","Bold":"Qalin","Italic":"Kursiv","Underline":"Tagi chizilgan","Code":"Manba kodi","Strikethrough":"Chizilgan","Subscript":"Pastki yozuv","Superscript":"Yuqori yozuv","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":"","Saving changes":"O'zgarishlarni saqlash","Align left":"Chap tomonda tekislash","Align right":"O'ng tomonda tekislash","Align center":"O'rtada tekislash","Justify":"Kengligi bo'yicha tekislash","Text alignment":"Matnni tekislash","Text alignment toolbar":"Tekislash"},getPluralForm(n){return 0;}}};
|
8
|
+
e[ 'uz' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'uz' ].dictionary = Object.assign( e[ 'uz' ].dictionary, dictionary );
|
10
|
+
e[ 'uz' ].getPluralForm = getPluralForm;
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
import type { Translations } from 'ckeditor5';
|
7
|
+
declare const translations: Translations;
|
8
|
+
export default translations;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
export default {"vi":{"dictionary":{"Words: %0":"Số chữ: %0","Characters: %0":"Số ký tự: %0","Widget toolbar":"Thanh công cụ tiện ích","Insert paragraph before block":"Chèn đoạn trước khối","Insert paragraph after block":"Chèn đoạn sau khối","Press Enter to type after or press Shift + Enter to type before the widget":"Nhấn Enter để nhập vào sau hoặc nhấn Shift + Enter để nhập vào trước tiện ích","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Tổ hợp phím mà bạn có thể dùng khi một tiện ích được chọn (ví dụ: hình ảnh, bảng, v.v.)","Insert a new paragraph directly after a widget":"Chèn đoạn văn mới ngay sau tiện ích","Insert a new paragraph directly before a widget":"Chèn đoạn văn mới ngay trước tiện ích","Move the caret to allow typing directly before a widget":"Di chuyển dấu sót để cho phép nhập ngay trước một tiện ích","Move the caret to allow typing directly after a widget":"Di chuyển dấu sót để cho phép nhập ngay sau một tiện ích","Upload in progress":"Đang tải lên","Undo":"Hoàn tác","Redo":"Tiếp tục","Rich Text Editor":"Trình soạn thảo văn bản","Editor editing area: %0":"Vùng chỉnh sửa của trình chỉnh sửa: %0","Edit block":"Chỉnh sửa đoạn","Click to edit block":"Nhấp để sửa khối","Drag to move":"Kéo để di chuyển","Next":"Tiếp theo","Previous":"Quay lại","Editor toolbar":"Thanh công cụ biên tập","Dropdown toolbar":"Thanh công cụ danh mục","Black":"Đen","Dim grey":"Xám mờ","Grey":"Xám","Light grey":"Xám nhạt","White":"Trắng","Red":"Đỏ","Orange":"Cam","Yellow":"Vàng","Light green":"Xanh lá nhạt","Green":"Xanh lá","Aquamarine":"Xanh ngọc biển","Turquoise":"Xanh ngọc bích","Light blue":"Xanh dương","Blue":"Xanh biển","Purple":"Tím","Editor block content toolbar":"Thanh công cụ chỉnh sửa khối nội dung","Editor contextual toolbar":"Thanh công cụ chỉnh sửa theo ngữ cảnh","HEX":"HEX","No results found":"Không tìm thấy kết quả","No searchable items":"Không có mục nào tìm kiếm được","Editor dialog":"Hộp thoại trình biên tập","Close":"Đóng","Help Contents. To close this dialog press ESC.":"Nội dung Trợ giúp. Nhấn phím ESC để đóng hộp thoại này.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Dưới đây, bạn có thể tìm thấy danh sách các phím tắt mà bạn có thể dùng trong trình biên tập này.","(may require <kbd>Fn</kbd>)":"(có thể cần nhấn phím <kbd>Fn</kbd>)","Accessibility":"Trợ năng","Accessibility help":"Trợ giúp về khả năng truy cập","Press %0 for help.":"Nhấn %0 để được trợ giúp.","Move focus in and out of an active dialog window":"Di chuyển tiêu điểm vào và ra khỏi cửa sổ hộp thoại đang kích hoạt","MENU_BAR_MENU_FILE":"Tệp","MENU_BAR_MENU_EDIT":"Chỉnh sửa","MENU_BAR_MENU_VIEW":"Xem","MENU_BAR_MENU_INSERT":"Chèn","MENU_BAR_MENU_FORMAT":"Định dạng","MENU_BAR_MENU_TOOLS":"Công cụ","MENU_BAR_MENU_HELP":"Trợ giúp","MENU_BAR_MENU_TEXT":"Văn bản","MENU_BAR_MENU_FONT":"Phông chữ","Editor menu bar":"Thanh menu Trình soạn thảo","Please enter a valid color (e.g. \"ff0000\").":"Vui lòng nhập một màu sắc hợp lệ (ví dụ: \"ff0000\").","Insert table":"Tạo bảng","Header column":"Tiêu đề cột","Insert column left":"Thêm cột vào bên trái","Insert column right":"Thêm cột vào bên phải","Delete column":"Xoá cột","Select column":"Chọn cột","Column":"Cột","Header row":"Tiêu đề hàng","Insert row below":"Thêm hàng ở dưới","Insert row above":"Thêm hàng phía trên","Delete row":"Xoá hàng","Select row":"Chọn hàng","Row":"Hàng","Merge cell up":"Sát nhập ô lên trên","Merge cell right":"Sát nhập ô qua phải","Merge cell down":"Sát nhập ô xuống dưới","Merge cell left":"Sát nhập ô qua trái","Split cell vertically":"Tách ô theo chiều dọc","Split cell horizontally":"Tách ô theo chiều ngang","Merge cells":"Sát nhập ô","Table toolbar":"Thanh công cụ bảng","Table properties":"Thuộc tính của bảng","Cell properties":"Thuộc tính của ô","Border":"Viền","Style":"Kiểu","Width":"Rộng","Height":"Cao","Color":"Màu","Background":"Màu nền","Padding":"Cách lề","Dimensions":"Kích thước","Table cell text alignment":"Căn lề văn bản trong ô","Alignment":"Căn lề","Horizontal text alignment toolbar":"Thanh công cụ căn chỉnh văn bản theo chiều ngang","Vertical text alignment toolbar":"Thanh công cụ căn chỉnh văn bản theo chiều dọc","Table alignment toolbar":"Thanh công cụ căn chỉnh bảng","None":"Không có kiểu nào","Solid":"Dạng nét liền","Dotted":"Dạng chấm","Dashed":"Dạng đường đứt nét","Double":"Dạng nét đôi","Groove":"Dạng đường rãnh","Ridge":"Dạng gờ","Inset":"Dạng chìm","Outset":"Dạng nổi","Align cell text to the left":"Căn chỉnh văn bản trong ô về bên trái","Align cell text to the center":"Căn chỉnh văn bản trong ô vào chính giữa","Align cell text to the right":"Căn chỉnh văn bản trong ô về bên phải","Justify cell text":"Căn đều văn bản trong ô","Align cell text to the top":"Căn chỉnh văn bản trong ô lên trên cùng","Align cell text to the middle":"Căn chỉnh văn bản trong ô vào giữa","Align cell text to the bottom":"Căn chỉnh văn bản trong ô xuống dưới cùng","Align table to the left":"Căn chỉnh bảng về phía bên trái","Center table":"Căn chỉnh bảng vào chính giữa","Align table to the right":"Căn chỉnh bảng về phía bên phải","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Màu này không hợp lệ. Hãy thử \"#FF0000\" hoặc \"rgb(255,0,0)\" hoặc \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Giá trị này không hợp lệ. Hãy thử \"10px\" hoặc \"2em\" hoặc chỉ \"2\".","Color picker":"Bộ chọn màu","Enter table caption":"Nhập chú thích cho bảng","Keystrokes that can be used in a table cell":"Tổ hợp phím mà bạn có thể dùng trong một ô bảng","Move the selection to the next cell":"Di chuyển vùng chọn đến ô tiếp theo","Move the selection to the previous cell":"Di chuyển vùng chọn đến ô trước đó","Insert a new table row (when in the last cell of a table)":"Chèn một hàng mới trong bảng (khi ở ô cuối cùng của bảng)","Navigate through the table":"Điều hướng qua bảng","Table":"Bảng","Styles":"Kiểu","Multiple styles":"Nhiều kiểu","Block styles":"Kiểu của khối","Text styles":"Kiểu văn bản","Special characters":"Các ký tự đặc biệt","All":"Tất cả","Arrows":"Mũi tên","Currency":"Tiền tệ","Latin":"Latin","Mathematical":"Toán học","Text":"Văn bản","leftwards simple arrow":"mũi tên đơn giản chỉ sang trái","rightwards simple arrow":"mũi tên đơn giản chỉ sang phải","upwards simple arrow":"mũi tên đơn giản chỉ lên trên","downwards simple arrow":"mũi tên đơn giản chỉ xuống dưới","leftwards double arrow":"mũi tên kép hướng sang trái","rightwards double arrow":"mũi tên kép hướng sang phải","upwards double arrow":"mũi tên kép hướng lên","downwards double arrow":"mũi tên kép hướng xuống","leftwards dashed arrow":"mũi tên đứt nét hướng sang trái","rightwards dashed arrow":"mũi tên đứt nét hướng sang phải","upwards dashed arrow":"mũi tên đứt nét hướng lên","downwards dashed arrow":"mũi tên đứt nét hướng xuống","leftwards arrow to bar":"mũi tên hướng sang trái về phía thanh","rightwards arrow to bar":"mũi tên hướng sang phải về phía thanh","upwards arrow to bar":"mũi tên hướng lên trên về phía thanh","downwards arrow to bar":"mũi tên hướng xuống dưới về phía thanh","up down arrow with base":"mũi tên lên xuống có đế","back with leftwards arrow above":"back với mũi tên hướng sang trái ở trên","end with leftwards arrow above":"end với mũi tên hướng sang trái ở trên","on with exclamation mark with left right arrow above":"on với dấu chấm than và mũi tên trái phải ở trên","soon with rightwards arrow above":"soon với mũi tên hướng sang phải ở trên","top with upwards arrow above":"top với mũi tên hướng lên ở trên","Dollar sign":"Ký hiệu Đô la","Euro sign":"Ký hiệu Euro","Yen sign":"Ký hiệu Yên Nhật","Pound sign":"Ký hiệu Bảng Anh","Cent sign":"Ký hiệu Cent","Euro-currency sign":"Ký hiệu tiền tệ Euro","Colon sign":"Ký hiệu Colon","Cruzeiro sign":"Ký hiệu Cruzeiro","French franc sign":"Ký hiệu franc Pháp","Lira sign":"Ký hiệu Lira","Currency sign":"Ký hiệu tiền tệ","Bitcoin sign":"Ký hiệu Bitcoin","Mill sign":"Ký hiệu Mill","Naira sign":"Ký hiệu Naira","Peseta sign":"Ký hiệu Peseta","Rupee sign":"Ký hiệu Rupee","Won sign":"Ký hiệu Won","New sheqel sign":"Ký hiệu Shekel mới","Dong sign":"Ký hiệu Đồng","Kip sign":"Ký hiệu Kip","Tugrik sign":"Ký hiệu Tögrög","Drachma sign":"Ký hiệu Drachma","German penny sign":"Ký hiệu penny Đức","Peso sign":"Ký hiệu Peso","Guarani sign":"Ký hiệu Guarani","Austral sign":"Ký hiệu Austral","Hryvnia sign":"Ký hiệu Hryvnia","Cedi sign":"Ký hiệu Cedi","Livre tournois sign":"Ký hiệu Livre tournois","Spesmilo sign":"Ký hiệu Spesmilo","Tenge sign":"Ký hiệu Tenge","Indian rupee sign":"Ký hiệu rupee Ấn Độ","Turkish lira sign":"Ký hiệu lira Thổ Nhĩ Kỳ","Nordic mark sign":"Ký hiệu Mác Bắc Âu","Manat sign":"Ký hiệu Manat","Ruble sign":"Ký hiệu Rúp","Latin capital letter a with macron":"Chữ cái Latinh a viết hoa với dấu trường âm","Latin small letter a with macron":"Chữ cái Latinh a viết thường với dấu trường âm","Latin capital letter a with breve":"Chữ cái Latinh a viết hoa với dấu trăng","Latin small letter a with breve":"Chữ cái Latinh a viết thường với dấu trăng","Latin capital letter a with ogonek":"Chữ cái Latinh a viết hoa với dấu ogonek","Latin small letter a with ogonek":"Chữ cái Latinh a viết thường với dấu ogonek","Latin capital letter c with acute":"Chữ cái Latinh c viết hoa với dấu sắc","Latin small letter c with acute":"Chữ cái Latinh c viết thường với dấu sắc","Latin capital letter c with circumflex":"Chữ cái Latinh c viết hoa với dấu mũ","Latin small letter c with circumflex":"Chữ cái Latinh c viết thường với dấu mũ","Latin capital letter c with dot above":"Chữ cái Latinh c viết hoa với dấu chấm ở trên","Latin small letter c with dot above":"Chữ cái Latinh c viết thường với dấu chấm ở trên","Latin capital letter c with caron":"Chữ cái Latinh c viết hoa với dấu mũ ngược","Latin small letter c with caron":"Chữ cái Latinh c viết thường với dấu mũ ngược","Latin capital letter d with caron":"Chữ cái Latinh d viết hoa với dấu mũ ngược","Latin small letter d with caron":"Chữ cái Latinh d viết thường với dấu mũ ngược","Latin capital letter d with stroke":"Chữ cái Latinh d viết hoa với dấu gạch ngang","Latin small letter d with stroke":"Chữ cái Latinh d viết thường với dấu gạch ngang","Latin capital letter e with macron":"Chữ cái Latinh e viết hoa với dấu trường âm","Latin small letter e with macron":"Chữ cái Latinh e viết thường với dấu trường âm","Latin capital letter e with breve":"Chữ cái Latinh e viết hoa với dấu trăng","Latin small letter e with breve":"Chữ cái Latinh e viết thường với dấu trăng","Latin capital letter e with dot above":"Chữ cái Latinh e viết hoa với dấu chấm ở trên","Latin small letter e with dot above":"Chữ cái Latinh e viết thường với dấu chấm ở trên","Latin capital letter e with ogonek":"Chữ cái Latinh e viết hoa với dấu ogonek","Latin small letter e with ogonek":"Chữ cái Latinh e viết thường với dấu ogonek","Latin capital letter e with caron":"Chữ cái Latinh e viết hoa với dấu mũ ngược","Latin small letter e with caron":"Chữ cái Latinh e viết thường với dấu mũ ngược","Latin capital letter g with circumflex":"Chữ cái Latinh g viết hoa với dấu mũ","Latin small letter g with circumflex":"Chữ cái Latinh g viết thường với dấu mũ","Latin capital letter g with breve":"Chữ cái Latinh g viết hoa với dấu trăng","Latin small letter g with breve":"Chữ cái Latinh g viết thường với dấu trăng","Latin capital letter g with dot above":"Chữ cái Latinh g viết hoa với dấu chấm ở trên","Latin small letter g with dot above":"Chữ cái Latinh g viết thường với dấu chấm ở trên","Latin capital letter g with cedilla":"Chữ cái Latinh g viết hoa với dấu móc dưới","Latin small letter g with cedilla":"Chữ cái Latinh g viết thường với dấu móc dưới","Latin capital letter h with circumflex":"Chữ cái Latinh h viết hoa với dấu mũ","Latin small letter h with circumflex":"Chữ cái Latinh h viết thường với dấu mũ","Latin capital letter h with stroke":"Chữ cái Latinh h viết hoa với dấu gạch ngang","Latin small letter h with stroke":"Chữ cái Latinh h viết thường với dấu gạch ngang","Latin capital letter i with tilde":"Chữ cái Latinh i viết hoa với dấu ngã","Latin small letter i with tilde":"Chữ cái Latinh i viết thường với dấu ngã","Latin capital letter i with macron":"Chữ cái Latinh i viết hoa với dấu trường âm","Latin small letter i with macron":"Chữ cái Latinh i viết thường với dấu trường âm","Latin capital letter i with breve":"Chữ cái Latinh i viết hoa với dấu trăng","Latin small letter i with breve":"Chữ cái Latinh i viết thường với dấu trăng","Latin capital letter i with ogonek":"Chữ cái Latinh i viết hoa với dấu ogonek","Latin small letter i with ogonek":"Chữ cái Latinh i viết thường với dấu ogonek","Latin capital letter i with dot above":"Chữ cái Latinh i viết hoa với dấu chấm ở trên","Latin small letter dotless i":"Chữ cái Latinh i viết thường không dấu chấm","Latin capital ligature ij":"Chữ ghép Latinh ij viết hoa","Latin small ligature ij":"Chữ ghép Latinh ij viết thường","Latin capital letter j with circumflex":"Chữ cái Latinh j viết hoa với dấu mũ","Latin small letter j with circumflex":"Chữ cái Latinh j viết thường với dấu mũ","Latin capital letter k with cedilla":"Chữ cái Latinh k viết hoa với dấu móc dưới","Latin small letter k with cedilla":"Chữ cái Latinh k viết hoa với dấu móc dưới","Latin small letter kra":"Chữ cái Latinh k viết thường","Latin capital letter l with acute":"Chữ cái Latinh l viết hoa với dấu sắc","Latin small letter l with acute":"Chữ cái Latinh l viết thường với dấu sắc","Latin capital letter l with cedilla":"Chữ cái Latinh l viết hoa với dấu móc dưới","Latin small letter l with cedilla":"Chữ cái Latinh l viết thường với dấu móc dưới","Latin capital letter l with caron":"Chữ cái Latinh l viết hoa với dấu mũ ngược","Latin small letter l with caron":"Chữ cái Latinh l viết thường với dấu mũ ngược","Latin capital letter l with middle dot":"Chữ cái Latinh l viết hoa với dấu chấm ở giữa","Latin small letter l with middle dot":"Chữ cái Latinh l viết thường với dấu chấm ở giữa","Latin capital letter l with stroke":"Chữ cái Latinh l viết hoa với dấu gạch ngang","Latin small letter l with stroke":"Chữ cái Latinh l viết thường với dấu gạch ngang","Latin capital letter n with acute":"Chữ cái Latinh n viết hoa với dấu sắc","Latin small letter n with acute":"Chữ cái Latinh n viết thường với dấu sắc","Latin capital letter n with cedilla":"Chữ cái Latinh n viết hoa với dấu móc dưới","Latin small letter n with cedilla":"Chữ cái Latinh n viết thường với dấu móc dưới","Latin capital letter n with caron":"Chữ cái Latinh n viết hoa với dấu mũ ngược","Latin small letter n with caron":"Chữ cái Latinh n viết thường với dấu mũ ngược","Latin small letter n preceded by apostrophe":"Chữ cái Latinh n viết thường có dấu viết lược đứng trước","Latin capital letter eng":"Chữ cái Latinh Ŋ viết hoa","Latin small letter eng":"Chữ cái Latinh ŋ viết thường","Latin capital letter o with macron":"Chữ cái Latinh o viết hoa với dấu trường âm","Latin small letter o with macron":"Chữ cái Latinh o viết thường với dấu trường âm","Latin capital letter o with breve":"Chữ cái Latinh o viết hoa với dấu trăng","Latin small letter o with breve":"Chữ cái Latinh o viết thường với dấu trăng","Latin capital letter o with double acute":"Chữ cái Latinh o viết hoa với dấu sắc kép","Latin small letter o with double acute":"Chữ cái Latinh o viết thường với dấu sắc kép","Latin capital ligature oe":"Chữ ghép Latinh oe viết hoa","Latin small ligature oe":"Chữ ghép Latinh oe viết thường","Latin capital letter r with acute":"Chữ cái Latinh r viết hoa với dấu sắc","Latin small letter r with acute":"Chữ cái Latinh r viết thường với dấu sắc","Latin capital letter r with cedilla":"Chữ cái Latinh r viết hoa với dấu móc dưới","Latin small letter r with cedilla":"Chữ cái Latinh r viết thường với dấu móc dưới","Latin capital letter r with caron":"Chữ cái Latinh r viết hoa với dấu mũ ngược","Latin small letter r with caron":"Chữ cái Latinh r viết thường với dấu mũ ngược","Latin capital letter s with acute":"Chữ cái Latinh s viết hoa với dấu sắc","Latin small letter s with acute":"Chữ cái Latinh s viết thường với dấu sắc","Latin capital letter s with circumflex":"Chữ cái Latinh s viết hoa với dấu mũ","Latin small letter s with circumflex":"Chữ cái Latinh s viết thường với dấu mũ","Latin capital letter s with cedilla":"Chữ cái Latinh s viết hoa với dấu móc dưới","Latin small letter s with cedilla":"Chữ cái Latinh s viết thường với dấu móc dưới","Latin capital letter s with caron":"Chữ cái Latinh s viết hoa với dấu mũ ngược","Latin small letter s with caron":"Chữ cái Latinh s viết thường với dấu mũ ngược","Latin capital letter t with cedilla":"Chữ cái Latinh t viết hoa với dấu móc dưới","Latin small letter t with cedilla":"Chữ cái Latinh t viết thường với dấu móc dưới","Latin capital letter t with caron":"Chữ cái Latinh t viết hoa với dấu mũ ngược","Latin small letter t with caron":"Chữ cái Latinh t viết thường với dấu mũ ngược","Latin capital letter t with stroke":"Chữ cái Latinh t viết hoa với dấu gạch ngang","Latin small letter t with stroke":"Chữ cái Latinh t viết thường với dấu gạch ngang","Latin capital letter u with tilde":"Chữ cái Latinh u viết hoa với dấu ngã","Latin small letter u with tilde":"Chữ cái Latinh u viết hoa với dấu ngã","Latin capital letter u with macron":"Chữ cái Latinh u viết hoa với dấu trường âm","Latin small letter u with macron":"Chữ cái Latinh u viết thường với dấu trường âm","Latin capital letter u with breve":"Chữ cái Latinh u viết hoa với dấu trăng","Latin small letter u with breve":"Chữ cái Latinh u viết thường với dấu trăng","Latin capital letter u with ring above":"Chữ cái Latinh u viết hoa với vòng tròn ở trên","Latin small letter u with ring above":"Chữ cái Latinh u viết thường với vòng tròn ở trên","Latin capital letter u with double acute":"Chữ cái Latinh u viết hoa với dấu sắc kép","Latin small letter u with double acute":"Chữ cái Latinh u viết thường với dấu sắc kép","Latin capital letter u with ogonek":"Chữ cái Latinh u viết hoa với dấu ogonek","Latin small letter u with ogonek":"Chữ cái Latinh u viết thường với dấu ogonek","Latin capital letter w with circumflex":"Chữ cái Latinh w viết hoa với dấu mũ","Latin small letter w with circumflex":"Chữ cái Latinh w viết thường với dấu mũ","Latin capital letter y with circumflex":"Chữ cái Latinh y viết hoa với dấu mũ","Latin small letter y with circumflex":"Chữ cái Latinh y viết thường với dấu mũ","Latin capital letter y with diaeresis":"Chữ cái Latinh y viết hoa với dấu tách đôi","Latin capital letter z with acute":"Chữ cái Latinh z viết hoa với dấu sắc","Latin small letter z with acute":"Chữ cái Latinh z viết thường với dấu sắc","Latin capital letter z with dot above":"Chữ cái Latinh z viết hoa với dấu chấm ở trên","Latin small letter z with dot above":"Chữ cái Latinh z viết thường với dấu chấm ở trên","Latin capital letter z with caron":"Chữ cái Latinh z viết hoa với dấu mũ ngược","Latin small letter z with caron":"Chữ cái Latinh z viết thường với dấu mũ ngược","Latin small letter long s":"Chữ cái Latinh s dài viết thường","Less-than sign":"Ký hiệu nhỏ hơn","Greater-than sign":"Ký hiệu lớn hơn","Less-than or equal to":"Nhỏ hơn hoặc bằng","Greater-than or equal to":"Lớn hơn hoặc bằng","En dash":"Gạch ngang ngắn","Em dash":"Gạch ngang dài","Macron":"Dấu trường âm","Overline":"Gạch trên","Degree sign":"Ký hiệu độ","Minus sign":"Ký hiệu trừ","Plus-minus sign":"Ký hiệu cộng-trừ","Division sign":"Ký hiệu chia","Fraction slash":"Dấu gạch chéo phân số","Multiplication sign":"Ký hiệu nhân","Latin small letter f with hook":"Chữ cái Latinh f viết thường với móc","Integral":"Tích phân","N-ary summation":"Phép tổng n số nguyên","Infinity":"Vô cực","Square root":"Căn bậc hai","Tilde operator":"Toán tử dấu ngã","Approximately equal to":"Xấp xỉ bằng","Almost equal to":"Gần bằng","Not equal to":"Không bằng","Identical to":"Tương đương","Element of":"Thuộc","Not an element of":"Không thuộc","Contains as member":"Chứa","N-ary product":"Tích n số nguyên","Logical and":"Và logic","Logical or":"Hoặc logic","Not sign":"Không","Intersection":"Giao","Union":"Hợp","Partial differential":"Vi phân riêng phần","For all":"Với mọi","There exists":"Tồn tại","Empty set":"Tập hợp rỗng","Nabla":"Nabla","Asterisk operator":"Toán tử dấu hoa thị","Proportional to":"Tương ứng với","Angle":"Góc","Vulgar fraction one quarter":"Phân số thường một phần tư","Vulgar fraction one half":"Phân số thường một phần hai","Vulgar fraction three quarters":"Phân số thường ba phần tư","Single left-pointing angle quotation mark":"Dấu nháy đơn dạng góc chỉ sang bên trái","Single right-pointing angle quotation mark":"Dấu nháy đơn dạng góc chỉ sang bên phải","Left-pointing double angle quotation mark":"Dấu nháy kép dạng góc chỉ sang bên trái","Right-pointing double angle quotation mark":"Dấu nháy kép dạng góc chỉ sang bên phải","Left single quotation mark":"Dấu nháy đơn bên trái","Right single quotation mark":"Dấu nháy đơn bên phải","Left double quotation mark":"Dấu nháy kép bên trái","Right double quotation mark":"Dấu nháy kép bên phải","Single low-9 quotation mark":"Dấu nháy đơn kiểu low-9","Double low-9 quotation mark":"Dấu nháy kép kiểu low-9","Inverted exclamation mark":"Dấu chấm than ngược","Inverted question mark":"Dấu hỏi ngược","Two dot leader":"Hàng hai dấu chấm","Horizontal ellipsis":"Dấu chấm lửng ngang","Double dagger":"Dấu chữ thập kép","Per mille sign":"Ký hiệu phần nghìn","Per ten thousand sign":"Ký hiệu phần vạn","Double exclamation mark":"Dấu chấm than kép","Question exclamation mark":"Dấu chấm hỏi và chấm than","Exclamation question mark":"Dấu chấm than và chấm hỏi","Double question mark":"Dấu chấm hỏi kép","Copyright sign":"Ký hiệu bản quyền","Registered sign":"Ký hiệu đăng ký thương hiệu","Trade mark sign":"Ký hiệu thương hiệu","Section sign":"Ký hiệu phân đoạn","Paragraph sign":"Ký hiệu đoạn văn","Reversed paragraph sign":"Ký hiệu đoạn văn đảo ngược","Character categories":"Danh mục ký tự","Source":"Nguồn","Show source":"Hiển thị nguồn","Show blocks":"Hiện các khối","Select all":"Chọn tất cả","Disable editing":"Tắt tính năng chỉnh sửa","Enable editing":"Bật tính năng chỉnh sửa","Previous editable region":"Vùng có thể chỉnh sửa trước đó","Next editable region":"Vùng có thể chỉnh sửa tiếp theo","Navigate editable regions":"Di chuyển giữa các vùng có thể chỉnh sửa","Remove Format":"Xóa định dang","Page break":"Ngắt trang","media widget":"tiện ích đa phương tiện","Media URL":"Đường dẫn đa phương tiện","Paste the media URL in the input.":"Dán đường dẫn đa phương tiện vào trường","Tip: Paste the URL into the content to embed faster.":"Mẹo: Dán đường dẫn vào nội dung để nhúng ngay","The URL must not be empty.":"Đường dẫn không được để trống","This media URL is not supported.":"Đường dẫn đa phương tiện không hỗ trợ","Insert media":"Chèn đa phương tiện","Media toolbar":"Thanh công cụ đa phương tiện","Open media in new tab":"Mở nội dung nghe nhìn trong tab mới","Numbered List":"Danh sách đánh số","Bulleted List":"Danh sách đánh ký hiệu","To-do List":"Danh sách cần làm","Bulleted list styles toolbar":"Thanh công cụ kiểu danh sách có dấu đầu dòng","Numbered list styles toolbar":"Thanh công cụ kiểu danh sách được đánh số","Toggle the disc list style":"Bật/tắt kiểu danh sách dạng đĩa","Toggle the circle list style":"Bật/tắt kiểu danh sách dạng vòng tròn","Toggle the square list style":"Bật/tắt kiểu danh sách dạng vuông","Toggle the decimal list style":"Bật/tắt kiểu danh sách dạng thập phân","Toggle the decimal with leading zero list style":"Bật/tắt kiểu danh sách dạng thập phân bắt đầu bằng số 0","Toggle the lower–roman list style":"Bật/tắt kiểu danh sách chữ số La Mã viết thường","Toggle the upper–roman list style":"Bật/tắt kiểu danh sách chữ số La Mã viết hoa","Toggle the lower–latin list style":"Bật/tắt kiểu danh sách chữ cái Latinh viết thường","Toggle the upper–latin list style":"Bật/tắt kiểu danh sách chữ cái Latinh viết hoa","Disc":"Đĩa","Circle":"Tròn","Square":"Vuông","Decimal":"Thập phân","Decimal with leading zero":"Thập phân bắt đầu bằng số 0","Lower–roman":"Chữ số La Mã viết thường","Upper-roman":"Chữ số La Mã viết hoa","Lower-latin":"Chữ cái Latinh viết thường","Upper-latin":"Chữ cái Latinh viết hoa","List properties":"Thuộc tính danh sách","Start at":"Bắt đầu tại","Invalid start index value.":"Giá trị chỉ mục bắt đầu không hợp lệ.","Start index must be greater than 0.":"Chỉ mục bắt đầu phải lớn hơn 0.","Reversed order":"Thứ tự đảo ngược","Keystrokes that can be used in a list":"Tổ hợp phím mà bạn có thể dùng trong danh sách","Increase list item indent":"Tăng thụt lề mục danh sách","Decrease list item indent":"Giảm thụt lề mục danh sách","Entering a to-do list":"Đang nhập danh sách việc cần làm","Leaving a to-do list":"Đang rời khỏi danh sách việc cần làm","Unlink":"Bỏ liên kết","Link":"Chèn liên kết","Link URL":"Đường dẫn liên kết","Link URL must not be empty.":"Không được để trống URL đường liên kết.","Link image":"Liên kết của ảnh","Edit link":"Sửa liên kết","Open link in new tab":"Mở liên kết","This link has no URL":"Liên kết không có đường dẫn","Open in a new tab":"Mở trên tab mới","Downloadable":"Có thể tải về","Create link":"Tạo liên kết","Move out of a link":"Di chuyển ra khỏi một liên kết","Language":"Ngôn ngữ","Choose language":"Chọn ngôn ngữ","Remove language":"Xóa ngôn ngữ","Increase indent":"Tăng lề","Decrease indent":"Giảm lề","image widget":"tiện ích ảnh","Wrap text":"Bọc văn bản","Break text":"Ngắt văn bản","In line":"Nội dòng","Side image":"Ảnh một bên","Full size image":"Ảnh đầy đủ","Left aligned image":"Ảnh canh trái","Centered image":"Ảnh canh giữa","Right aligned image":"Ảnh canh phải","Change image text alternative":"Đổi chữ alt của ảnh","Text alternative":"Chữ alt","Enter image caption":"Nhập mô tả ảnh","Insert image":"Chèn ảnh","Replace image":"Thay thế hình ảnh","Upload from computer":"Tải lên từ máy tính","Replace from computer":"Thay thế từ máy tính","Upload image from computer":"Tải hình ảnh lên từ máy tính","Image from computer":"Hình ảnh từ máy tính","Replace image from computer":"Thay thế hình ảnh từ máy tính","Upload failed":"Tải thất bại","Image toolbar":"Thanh công cụ hình ảnh","Resize image":"Chỉnh kích cỡ ảnh","Resize image to %0":"Chỉnh kích cỡ ảnh về %0","Resize image to the original size":"Chỉnh về ảnh kích cỡ nguyên gốc","Resize image (in %0)":"Đặt lại kích thước hình ảnh (bằng %0)","Original":"Nguyên bản","Custom image size":"Tùy chỉnh kích thước hình ảnh","Custom":"Tùy chỉnh","Image resize list":"Danh sách ảnh đã chỉnh kích thước","Insert":"Chèn","Update":"Cập nhật","Insert image via URL":"Chèn ảnh từ URL","Update image URL":"Cập nhật ảnh từ URL","Caption for the image":"Chú thích cho hình ảnh","Caption for image: %0":"Chú thích cho hình ảnh: %0","The value must not be empty.":"Không được để trống giá trị này.","The value should be a plain number.":"Giá trị này phải là một số thường.","Uploading image":"Đang tải hình ảnh lên","Image upload complete":"Hoàn tất quá trình tải hình ảnh lên","Error during image upload":"Xảy ra lỗi trong quá trình tải hình ảnh lên","HTML object":"Đối tượng HTML","Insert HTML":"Chèn HTML","HTML snippet":"Mẫu HTML","Paste raw HTML here...":"Dán mã HTML nguyên bản tại đây...","Edit source":"Sửa nguồn","Save changes":"Lưu thay đổi","No preview available":"Không có sẵn bản xem trước","Empty snippet content":"Nội dung đoạn mã trống","Horizontal line":"Đường ngang","Yellow marker":"Bút vàng","Green marker":"Bút xanh lá","Pink marker":"Bút hồng","Blue marker":"Bút xanh dương","Red pen":"Mực đỏ","Green pen":"Mực xanh","Remove highlight":"Xóa làm nổi","Highlight":"Làm nổi","Text highlight toolbar":"Thanh công cụ làm nổi chữ","Paragraph":"Đoạn văn","Heading":"Tiêu đề","Choose heading":"Chọn tiêu đề","Heading 1":"Tiêu đề 1","Heading 2":"Tiêu đề 2","Heading 3":"Tiêu đề 3","Heading 4":"Tiêu đề 4","Heading 5":"Tiêu đề 5","Heading 6":"Tiêu đề 6","Type your title":"Nhập tựa đề","Type or paste your content here.":"Nhập hoặc dán nội dung tại đây","Font Size":"Cỡ chữ","Tiny":"Bé","Small":"Nhỏ","Big":"Lớn","Huge":"Khổng lồ","Font Family":"Họ chữ","Default":"Mặc định","Font Color":"Màu chữ","Font Background Color":"Màu nền chữ","Document colors":"Màu văn bản","Find and replace":"Tìm và thay thế","Find in text…":"Tìm trong văn bản...","Find":"Tìm","Previous result":"Kết quả trước","Next result":"Kết quả tiếp theo","Replace":"Thay thế","Replace all":"Thay thế tất cả","Match case":"Khớp chữ hoa/chữ thường","Whole words only":"Chỉ toàn bộ từ","Replace with…":"Thay thế bằng...","Text to find must not be empty.":"Không được để trống trường văn bản cần tìm.","Tip: Find some text first in order to replace it.":"Mẹo: Tìm một đoạn văn bản trước để thay thế.","Advanced options":"Tùy chọn nâng cao","Find in the document":"Tìm trong tài liệu","Insert a soft break (a <code><br></code> element)":"Chèn dấu ngắt mềm (phần tử <code><br></code>)","Insert a hard break (a new paragraph)":"Chèn dấu ngắt cứng (đoạn văn mới)","Cancel":"Hủy","Clear":"Xóa","Remove color":"Xóa màu","Restore default":"Khôi phục giá trị mặc định","Save":"Lưu","Show more items":"Xem thêm","%0 of %1":"%0 đến %1","Cannot upload file:":"Không thể tải file:","Rich Text Editor. Editing area: %0":"Trình chỉnh sửa Văn bản dạng RTF. Vùng chỉnh sửa: %0","Insert with file manager":"Chèn bằng trình quản lý tập tin","Replace with file manager":"Thay thế bằng trình quản lý tập tin","Insert image with file manager":"Chèn hình ảnh bằng trình quản lý tập tin","Replace image with file manager":"Thay thế hình ảnh bằng trình quản lý tập tin","Toggle caption off":"Ẩn chú thích","Toggle caption on":"Hiện chú thích","Content editing keystrokes":"Tổ hợp phím chỉnh sửa nội dung","These keyboard shortcuts allow for quick access to content editing features.":"Những phím tắt này giúp bạn truy cập nhanh vào các tính năng chỉnh sửa nội dung.","User interface and content navigation keystrokes":"Giao diện người dùng và tổ hợp phím điều hướng nội dung","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Sử dụng các tổ hợp phím sau đây để điều hướng hiệu quả hơn trong giao diện người dùng CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Đóng bong bóng theo ngữ cảnh, menu thả xuống và hộp thoại","Open the accessibility help dialog":"Mở hộp thoại trợ giúp về khả năng tiếp cận","Move focus between form fields (inputs, buttons, etc.)":"Di chuyển tiêu điểm giữa các trường biểu mẫu (nội dung nhập, nút, v.v.)","Move focus to the menu bar, navigate between menu bars":"Di chuyển tiêu điểm đến thanh menu, điều hướng giữa các thanh menu","Move focus to the toolbar, navigate between toolbars":"Di chuyển tiêu điểm đến thanh công cụ, điều hướng giữa các thanh công cụ","Navigate through the toolbar or menu bar":"Điều hướng trên thanh công cụ hoặc thanh menu","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Thực thi nút hiện đang ưu tiên. Việc thực thi các nút tương tác với nội dung soạn thảo sẽ làm di chuyển tiêu điểm trở lại phần nội dung.","Accept":"Chấp nhận","Insert code block":"Chèn khối mã","Plain text":"Văn bản thuần","Leaving %0 code snippet":"Đang rời khỏi đoạn mã snippet %0","Entering %0 code snippet":"Đang nhập đoạn mã snippet %0","Entering code snippet":"Đang nhập đoạn mã snippet","Leaving code snippet":"Đang rời khỏi đoạn mã snippet","Code block":"Khối mã","Copy selected content":"Sao chép nội dung đã chọn","Paste content":"Dán nội dung","Paste content as plain text":"Dán nội dung dưới dạng văn bản thuần túy","Insert image or file":"Chèn ảnh hoặc file","Image or file":"Hình ảnh hoặc tệp","Could not obtain resized image URL.":"Không thể lấy được đường dẫn ảnh đã đổi kích thước","Selecting resized image failed":"Chọn ảnh đã đổi kích thước thất bại","Could not insert image at the current position.":"Không thể chèn ảnh ở vị trí hiện tại","Inserting image failed":"Chèn ảnh thất bại","Open file manager":"Mở trình quản lý tệp","Cannot determine a category for the uploaded file.":"Không thể xác định danh mục cho tệp được tải lên.","Cannot access default workspace.":"Không thể truy cập vào không gian làm việc mặc định.","Edit image":"Chỉnh sửa hình ảnh","Processing the edited image.":"Xử lý hình ảnh đã chỉnh sửa.","Server failed to process the image.":"Máy chủ không thể xử lý hình ảnh.","Failed to determine category of edited image.":"Không thể xác định danh mục hình ảnh đã chỉnh sửa.","Block quote":"Trích dẫn","Bold":"Đậm","Italic":"Nghiêng","Underline":"Gạch dưới","Code":"Code","Strikethrough":"Gạch ngang","Subscript":"Chữ nhỏ dưới","Superscript":"Chữ nhỏ trên","Italic text":"In nghiêng chữ","Move out of an inline code style":"Thoát khỏi kiểu mã nội dòng","Bold text":"In đậm chữ","Underline text":"Gạch chân chữ","Strikethrough text":"Gạch ngang chữ","Saving changes":"Đang lưu","Revert autoformatting action":"Hoàn nguyên thao tác tự động định dạng","Align left":"Canh trái","Align right":"Canh phải","Align center":"Canh giữa","Justify":"Canh đều","Text alignment":"Căn chỉnh văn bản","Text alignment toolbar":"Thanh công cụ canh chữ"},getPluralForm(n){return 0;}}}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
( e => {
|
7
|
+
const { [ 'vi' ]: { dictionary, getPluralForm } } = {"vi":{"dictionary":{"Words: %0":"Số chữ: %0","Characters: %0":"Số ký tự: %0","Widget toolbar":"Thanh công cụ tiện ích","Insert paragraph before block":"Chèn đoạn trước khối","Insert paragraph after block":"Chèn đoạn sau khối","Press Enter to type after or press Shift + Enter to type before the widget":"Nhấn Enter để nhập vào sau hoặc nhấn Shift + Enter để nhập vào trước tiện ích","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Tổ hợp phím mà bạn có thể dùng khi một tiện ích được chọn (ví dụ: hình ảnh, bảng, v.v.)","Insert a new paragraph directly after a widget":"Chèn đoạn văn mới ngay sau tiện ích","Insert a new paragraph directly before a widget":"Chèn đoạn văn mới ngay trước tiện ích","Move the caret to allow typing directly before a widget":"Di chuyển dấu sót để cho phép nhập ngay trước một tiện ích","Move the caret to allow typing directly after a widget":"Di chuyển dấu sót để cho phép nhập ngay sau một tiện ích","Upload in progress":"Đang tải lên","Undo":"Hoàn tác","Redo":"Tiếp tục","Rich Text Editor":"Trình soạn thảo văn bản","Editor editing area: %0":"Vùng chỉnh sửa của trình chỉnh sửa: %0","Edit block":"Chỉnh sửa đoạn","Click to edit block":"Nhấp để sửa khối","Drag to move":"Kéo để di chuyển","Next":"Tiếp theo","Previous":"Quay lại","Editor toolbar":"Thanh công cụ biên tập","Dropdown toolbar":"Thanh công cụ danh mục","Black":"Đen","Dim grey":"Xám mờ","Grey":"Xám","Light grey":"Xám nhạt","White":"Trắng","Red":"Đỏ","Orange":"Cam","Yellow":"Vàng","Light green":"Xanh lá nhạt","Green":"Xanh lá","Aquamarine":"Xanh ngọc biển","Turquoise":"Xanh ngọc bích","Light blue":"Xanh dương","Blue":"Xanh biển","Purple":"Tím","Editor block content toolbar":"Thanh công cụ chỉnh sửa khối nội dung","Editor contextual toolbar":"Thanh công cụ chỉnh sửa theo ngữ cảnh","HEX":"HEX","No results found":"Không tìm thấy kết quả","No searchable items":"Không có mục nào tìm kiếm được","Editor dialog":"Hộp thoại trình biên tập","Close":"Đóng","Help Contents. To close this dialog press ESC.":"Nội dung Trợ giúp. Nhấn phím ESC để đóng hộp thoại này.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Dưới đây, bạn có thể tìm thấy danh sách các phím tắt mà bạn có thể dùng trong trình biên tập này.","(may require <kbd>Fn</kbd>)":"(có thể cần nhấn phím <kbd>Fn</kbd>)","Accessibility":"Trợ năng","Accessibility help":"Trợ giúp về khả năng truy cập","Press %0 for help.":"Nhấn %0 để được trợ giúp.","Move focus in and out of an active dialog window":"Di chuyển tiêu điểm vào và ra khỏi cửa sổ hộp thoại đang kích hoạt","MENU_BAR_MENU_FILE":"Tệp","MENU_BAR_MENU_EDIT":"Chỉnh sửa","MENU_BAR_MENU_VIEW":"Xem","MENU_BAR_MENU_INSERT":"Chèn","MENU_BAR_MENU_FORMAT":"Định dạng","MENU_BAR_MENU_TOOLS":"Công cụ","MENU_BAR_MENU_HELP":"Trợ giúp","MENU_BAR_MENU_TEXT":"Văn bản","MENU_BAR_MENU_FONT":"Phông chữ","Editor menu bar":"Thanh menu Trình soạn thảo","Please enter a valid color (e.g. \"ff0000\").":"Vui lòng nhập một màu sắc hợp lệ (ví dụ: \"ff0000\").","Insert table":"Tạo bảng","Header column":"Tiêu đề cột","Insert column left":"Thêm cột vào bên trái","Insert column right":"Thêm cột vào bên phải","Delete column":"Xoá cột","Select column":"Chọn cột","Column":"Cột","Header row":"Tiêu đề hàng","Insert row below":"Thêm hàng ở dưới","Insert row above":"Thêm hàng phía trên","Delete row":"Xoá hàng","Select row":"Chọn hàng","Row":"Hàng","Merge cell up":"Sát nhập ô lên trên","Merge cell right":"Sát nhập ô qua phải","Merge cell down":"Sát nhập ô xuống dưới","Merge cell left":"Sát nhập ô qua trái","Split cell vertically":"Tách ô theo chiều dọc","Split cell horizontally":"Tách ô theo chiều ngang","Merge cells":"Sát nhập ô","Table toolbar":"Thanh công cụ bảng","Table properties":"Thuộc tính của bảng","Cell properties":"Thuộc tính của ô","Border":"Viền","Style":"Kiểu","Width":"Rộng","Height":"Cao","Color":"Màu","Background":"Màu nền","Padding":"Cách lề","Dimensions":"Kích thước","Table cell text alignment":"Căn lề văn bản trong ô","Alignment":"Căn lề","Horizontal text alignment toolbar":"Thanh công cụ căn chỉnh văn bản theo chiều ngang","Vertical text alignment toolbar":"Thanh công cụ căn chỉnh văn bản theo chiều dọc","Table alignment toolbar":"Thanh công cụ căn chỉnh bảng","None":"Không có kiểu nào","Solid":"Dạng nét liền","Dotted":"Dạng chấm","Dashed":"Dạng đường đứt nét","Double":"Dạng nét đôi","Groove":"Dạng đường rãnh","Ridge":"Dạng gờ","Inset":"Dạng chìm","Outset":"Dạng nổi","Align cell text to the left":"Căn chỉnh văn bản trong ô về bên trái","Align cell text to the center":"Căn chỉnh văn bản trong ô vào chính giữa","Align cell text to the right":"Căn chỉnh văn bản trong ô về bên phải","Justify cell text":"Căn đều văn bản trong ô","Align cell text to the top":"Căn chỉnh văn bản trong ô lên trên cùng","Align cell text to the middle":"Căn chỉnh văn bản trong ô vào giữa","Align cell text to the bottom":"Căn chỉnh văn bản trong ô xuống dưới cùng","Align table to the left":"Căn chỉnh bảng về phía bên trái","Center table":"Căn chỉnh bảng vào chính giữa","Align table to the right":"Căn chỉnh bảng về phía bên phải","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Màu này không hợp lệ. Hãy thử \"#FF0000\" hoặc \"rgb(255,0,0)\" hoặc \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Giá trị này không hợp lệ. Hãy thử \"10px\" hoặc \"2em\" hoặc chỉ \"2\".","Color picker":"Bộ chọn màu","Enter table caption":"Nhập chú thích cho bảng","Keystrokes that can be used in a table cell":"Tổ hợp phím mà bạn có thể dùng trong một ô bảng","Move the selection to the next cell":"Di chuyển vùng chọn đến ô tiếp theo","Move the selection to the previous cell":"Di chuyển vùng chọn đến ô trước đó","Insert a new table row (when in the last cell of a table)":"Chèn một hàng mới trong bảng (khi ở ô cuối cùng của bảng)","Navigate through the table":"Điều hướng qua bảng","Table":"Bảng","Styles":"Kiểu","Multiple styles":"Nhiều kiểu","Block styles":"Kiểu của khối","Text styles":"Kiểu văn bản","Special characters":"Các ký tự đặc biệt","All":"Tất cả","Arrows":"Mũi tên","Currency":"Tiền tệ","Latin":"Latin","Mathematical":"Toán học","Text":"Văn bản","leftwards simple arrow":"mũi tên đơn giản chỉ sang trái","rightwards simple arrow":"mũi tên đơn giản chỉ sang phải","upwards simple arrow":"mũi tên đơn giản chỉ lên trên","downwards simple arrow":"mũi tên đơn giản chỉ xuống dưới","leftwards double arrow":"mũi tên kép hướng sang trái","rightwards double arrow":"mũi tên kép hướng sang phải","upwards double arrow":"mũi tên kép hướng lên","downwards double arrow":"mũi tên kép hướng xuống","leftwards dashed arrow":"mũi tên đứt nét hướng sang trái","rightwards dashed arrow":"mũi tên đứt nét hướng sang phải","upwards dashed arrow":"mũi tên đứt nét hướng lên","downwards dashed arrow":"mũi tên đứt nét hướng xuống","leftwards arrow to bar":"mũi tên hướng sang trái về phía thanh","rightwards arrow to bar":"mũi tên hướng sang phải về phía thanh","upwards arrow to bar":"mũi tên hướng lên trên về phía thanh","downwards arrow to bar":"mũi tên hướng xuống dưới về phía thanh","up down arrow with base":"mũi tên lên xuống có đế","back with leftwards arrow above":"back với mũi tên hướng sang trái ở trên","end with leftwards arrow above":"end với mũi tên hướng sang trái ở trên","on with exclamation mark with left right arrow above":"on với dấu chấm than và mũi tên trái phải ở trên","soon with rightwards arrow above":"soon với mũi tên hướng sang phải ở trên","top with upwards arrow above":"top với mũi tên hướng lên ở trên","Dollar sign":"Ký hiệu Đô la","Euro sign":"Ký hiệu Euro","Yen sign":"Ký hiệu Yên Nhật","Pound sign":"Ký hiệu Bảng Anh","Cent sign":"Ký hiệu Cent","Euro-currency sign":"Ký hiệu tiền tệ Euro","Colon sign":"Ký hiệu Colon","Cruzeiro sign":"Ký hiệu Cruzeiro","French franc sign":"Ký hiệu franc Pháp","Lira sign":"Ký hiệu Lira","Currency sign":"Ký hiệu tiền tệ","Bitcoin sign":"Ký hiệu Bitcoin","Mill sign":"Ký hiệu Mill","Naira sign":"Ký hiệu Naira","Peseta sign":"Ký hiệu Peseta","Rupee sign":"Ký hiệu Rupee","Won sign":"Ký hiệu Won","New sheqel sign":"Ký hiệu Shekel mới","Dong sign":"Ký hiệu Đồng","Kip sign":"Ký hiệu Kip","Tugrik sign":"Ký hiệu Tögrög","Drachma sign":"Ký hiệu Drachma","German penny sign":"Ký hiệu penny Đức","Peso sign":"Ký hiệu Peso","Guarani sign":"Ký hiệu Guarani","Austral sign":"Ký hiệu Austral","Hryvnia sign":"Ký hiệu Hryvnia","Cedi sign":"Ký hiệu Cedi","Livre tournois sign":"Ký hiệu Livre tournois","Spesmilo sign":"Ký hiệu Spesmilo","Tenge sign":"Ký hiệu Tenge","Indian rupee sign":"Ký hiệu rupee Ấn Độ","Turkish lira sign":"Ký hiệu lira Thổ Nhĩ Kỳ","Nordic mark sign":"Ký hiệu Mác Bắc Âu","Manat sign":"Ký hiệu Manat","Ruble sign":"Ký hiệu Rúp","Latin capital letter a with macron":"Chữ cái Latinh a viết hoa với dấu trường âm","Latin small letter a with macron":"Chữ cái Latinh a viết thường với dấu trường âm","Latin capital letter a with breve":"Chữ cái Latinh a viết hoa với dấu trăng","Latin small letter a with breve":"Chữ cái Latinh a viết thường với dấu trăng","Latin capital letter a with ogonek":"Chữ cái Latinh a viết hoa với dấu ogonek","Latin small letter a with ogonek":"Chữ cái Latinh a viết thường với dấu ogonek","Latin capital letter c with acute":"Chữ cái Latinh c viết hoa với dấu sắc","Latin small letter c with acute":"Chữ cái Latinh c viết thường với dấu sắc","Latin capital letter c with circumflex":"Chữ cái Latinh c viết hoa với dấu mũ","Latin small letter c with circumflex":"Chữ cái Latinh c viết thường với dấu mũ","Latin capital letter c with dot above":"Chữ cái Latinh c viết hoa với dấu chấm ở trên","Latin small letter c with dot above":"Chữ cái Latinh c viết thường với dấu chấm ở trên","Latin capital letter c with caron":"Chữ cái Latinh c viết hoa với dấu mũ ngược","Latin small letter c with caron":"Chữ cái Latinh c viết thường với dấu mũ ngược","Latin capital letter d with caron":"Chữ cái Latinh d viết hoa với dấu mũ ngược","Latin small letter d with caron":"Chữ cái Latinh d viết thường với dấu mũ ngược","Latin capital letter d with stroke":"Chữ cái Latinh d viết hoa với dấu gạch ngang","Latin small letter d with stroke":"Chữ cái Latinh d viết thường với dấu gạch ngang","Latin capital letter e with macron":"Chữ cái Latinh e viết hoa với dấu trường âm","Latin small letter e with macron":"Chữ cái Latinh e viết thường với dấu trường âm","Latin capital letter e with breve":"Chữ cái Latinh e viết hoa với dấu trăng","Latin small letter e with breve":"Chữ cái Latinh e viết thường với dấu trăng","Latin capital letter e with dot above":"Chữ cái Latinh e viết hoa với dấu chấm ở trên","Latin small letter e with dot above":"Chữ cái Latinh e viết thường với dấu chấm ở trên","Latin capital letter e with ogonek":"Chữ cái Latinh e viết hoa với dấu ogonek","Latin small letter e with ogonek":"Chữ cái Latinh e viết thường với dấu ogonek","Latin capital letter e with caron":"Chữ cái Latinh e viết hoa với dấu mũ ngược","Latin small letter e with caron":"Chữ cái Latinh e viết thường với dấu mũ ngược","Latin capital letter g with circumflex":"Chữ cái Latinh g viết hoa với dấu mũ","Latin small letter g with circumflex":"Chữ cái Latinh g viết thường với dấu mũ","Latin capital letter g with breve":"Chữ cái Latinh g viết hoa với dấu trăng","Latin small letter g with breve":"Chữ cái Latinh g viết thường với dấu trăng","Latin capital letter g with dot above":"Chữ cái Latinh g viết hoa với dấu chấm ở trên","Latin small letter g with dot above":"Chữ cái Latinh g viết thường với dấu chấm ở trên","Latin capital letter g with cedilla":"Chữ cái Latinh g viết hoa với dấu móc dưới","Latin small letter g with cedilla":"Chữ cái Latinh g viết thường với dấu móc dưới","Latin capital letter h with circumflex":"Chữ cái Latinh h viết hoa với dấu mũ","Latin small letter h with circumflex":"Chữ cái Latinh h viết thường với dấu mũ","Latin capital letter h with stroke":"Chữ cái Latinh h viết hoa với dấu gạch ngang","Latin small letter h with stroke":"Chữ cái Latinh h viết thường với dấu gạch ngang","Latin capital letter i with tilde":"Chữ cái Latinh i viết hoa với dấu ngã","Latin small letter i with tilde":"Chữ cái Latinh i viết thường với dấu ngã","Latin capital letter i with macron":"Chữ cái Latinh i viết hoa với dấu trường âm","Latin small letter i with macron":"Chữ cái Latinh i viết thường với dấu trường âm","Latin capital letter i with breve":"Chữ cái Latinh i viết hoa với dấu trăng","Latin small letter i with breve":"Chữ cái Latinh i viết thường với dấu trăng","Latin capital letter i with ogonek":"Chữ cái Latinh i viết hoa với dấu ogonek","Latin small letter i with ogonek":"Chữ cái Latinh i viết thường với dấu ogonek","Latin capital letter i with dot above":"Chữ cái Latinh i viết hoa với dấu chấm ở trên","Latin small letter dotless i":"Chữ cái Latinh i viết thường không dấu chấm","Latin capital ligature ij":"Chữ ghép Latinh ij viết hoa","Latin small ligature ij":"Chữ ghép Latinh ij viết thường","Latin capital letter j with circumflex":"Chữ cái Latinh j viết hoa với dấu mũ","Latin small letter j with circumflex":"Chữ cái Latinh j viết thường với dấu mũ","Latin capital letter k with cedilla":"Chữ cái Latinh k viết hoa với dấu móc dưới","Latin small letter k with cedilla":"Chữ cái Latinh k viết hoa với dấu móc dưới","Latin small letter kra":"Chữ cái Latinh k viết thường","Latin capital letter l with acute":"Chữ cái Latinh l viết hoa với dấu sắc","Latin small letter l with acute":"Chữ cái Latinh l viết thường với dấu sắc","Latin capital letter l with cedilla":"Chữ cái Latinh l viết hoa với dấu móc dưới","Latin small letter l with cedilla":"Chữ cái Latinh l viết thường với dấu móc dưới","Latin capital letter l with caron":"Chữ cái Latinh l viết hoa với dấu mũ ngược","Latin small letter l with caron":"Chữ cái Latinh l viết thường với dấu mũ ngược","Latin capital letter l with middle dot":"Chữ cái Latinh l viết hoa với dấu chấm ở giữa","Latin small letter l with middle dot":"Chữ cái Latinh l viết thường với dấu chấm ở giữa","Latin capital letter l with stroke":"Chữ cái Latinh l viết hoa với dấu gạch ngang","Latin small letter l with stroke":"Chữ cái Latinh l viết thường với dấu gạch ngang","Latin capital letter n with acute":"Chữ cái Latinh n viết hoa với dấu sắc","Latin small letter n with acute":"Chữ cái Latinh n viết thường với dấu sắc","Latin capital letter n with cedilla":"Chữ cái Latinh n viết hoa với dấu móc dưới","Latin small letter n with cedilla":"Chữ cái Latinh n viết thường với dấu móc dưới","Latin capital letter n with caron":"Chữ cái Latinh n viết hoa với dấu mũ ngược","Latin small letter n with caron":"Chữ cái Latinh n viết thường với dấu mũ ngược","Latin small letter n preceded by apostrophe":"Chữ cái Latinh n viết thường có dấu viết lược đứng trước","Latin capital letter eng":"Chữ cái Latinh Ŋ viết hoa","Latin small letter eng":"Chữ cái Latinh ŋ viết thường","Latin capital letter o with macron":"Chữ cái Latinh o viết hoa với dấu trường âm","Latin small letter o with macron":"Chữ cái Latinh o viết thường với dấu trường âm","Latin capital letter o with breve":"Chữ cái Latinh o viết hoa với dấu trăng","Latin small letter o with breve":"Chữ cái Latinh o viết thường với dấu trăng","Latin capital letter o with double acute":"Chữ cái Latinh o viết hoa với dấu sắc kép","Latin small letter o with double acute":"Chữ cái Latinh o viết thường với dấu sắc kép","Latin capital ligature oe":"Chữ ghép Latinh oe viết hoa","Latin small ligature oe":"Chữ ghép Latinh oe viết thường","Latin capital letter r with acute":"Chữ cái Latinh r viết hoa với dấu sắc","Latin small letter r with acute":"Chữ cái Latinh r viết thường với dấu sắc","Latin capital letter r with cedilla":"Chữ cái Latinh r viết hoa với dấu móc dưới","Latin small letter r with cedilla":"Chữ cái Latinh r viết thường với dấu móc dưới","Latin capital letter r with caron":"Chữ cái Latinh r viết hoa với dấu mũ ngược","Latin small letter r with caron":"Chữ cái Latinh r viết thường với dấu mũ ngược","Latin capital letter s with acute":"Chữ cái Latinh s viết hoa với dấu sắc","Latin small letter s with acute":"Chữ cái Latinh s viết thường với dấu sắc","Latin capital letter s with circumflex":"Chữ cái Latinh s viết hoa với dấu mũ","Latin small letter s with circumflex":"Chữ cái Latinh s viết thường với dấu mũ","Latin capital letter s with cedilla":"Chữ cái Latinh s viết hoa với dấu móc dưới","Latin small letter s with cedilla":"Chữ cái Latinh s viết thường với dấu móc dưới","Latin capital letter s with caron":"Chữ cái Latinh s viết hoa với dấu mũ ngược","Latin small letter s with caron":"Chữ cái Latinh s viết thường với dấu mũ ngược","Latin capital letter t with cedilla":"Chữ cái Latinh t viết hoa với dấu móc dưới","Latin small letter t with cedilla":"Chữ cái Latinh t viết thường với dấu móc dưới","Latin capital letter t with caron":"Chữ cái Latinh t viết hoa với dấu mũ ngược","Latin small letter t with caron":"Chữ cái Latinh t viết thường với dấu mũ ngược","Latin capital letter t with stroke":"Chữ cái Latinh t viết hoa với dấu gạch ngang","Latin small letter t with stroke":"Chữ cái Latinh t viết thường với dấu gạch ngang","Latin capital letter u with tilde":"Chữ cái Latinh u viết hoa với dấu ngã","Latin small letter u with tilde":"Chữ cái Latinh u viết hoa với dấu ngã","Latin capital letter u with macron":"Chữ cái Latinh u viết hoa với dấu trường âm","Latin small letter u with macron":"Chữ cái Latinh u viết thường với dấu trường âm","Latin capital letter u with breve":"Chữ cái Latinh u viết hoa với dấu trăng","Latin small letter u with breve":"Chữ cái Latinh u viết thường với dấu trăng","Latin capital letter u with ring above":"Chữ cái Latinh u viết hoa với vòng tròn ở trên","Latin small letter u with ring above":"Chữ cái Latinh u viết thường với vòng tròn ở trên","Latin capital letter u with double acute":"Chữ cái Latinh u viết hoa với dấu sắc kép","Latin small letter u with double acute":"Chữ cái Latinh u viết thường với dấu sắc kép","Latin capital letter u with ogonek":"Chữ cái Latinh u viết hoa với dấu ogonek","Latin small letter u with ogonek":"Chữ cái Latinh u viết thường với dấu ogonek","Latin capital letter w with circumflex":"Chữ cái Latinh w viết hoa với dấu mũ","Latin small letter w with circumflex":"Chữ cái Latinh w viết thường với dấu mũ","Latin capital letter y with circumflex":"Chữ cái Latinh y viết hoa với dấu mũ","Latin small letter y with circumflex":"Chữ cái Latinh y viết thường với dấu mũ","Latin capital letter y with diaeresis":"Chữ cái Latinh y viết hoa với dấu tách đôi","Latin capital letter z with acute":"Chữ cái Latinh z viết hoa với dấu sắc","Latin small letter z with acute":"Chữ cái Latinh z viết thường với dấu sắc","Latin capital letter z with dot above":"Chữ cái Latinh z viết hoa với dấu chấm ở trên","Latin small letter z with dot above":"Chữ cái Latinh z viết thường với dấu chấm ở trên","Latin capital letter z with caron":"Chữ cái Latinh z viết hoa với dấu mũ ngược","Latin small letter z with caron":"Chữ cái Latinh z viết thường với dấu mũ ngược","Latin small letter long s":"Chữ cái Latinh s dài viết thường","Less-than sign":"Ký hiệu nhỏ hơn","Greater-than sign":"Ký hiệu lớn hơn","Less-than or equal to":"Nhỏ hơn hoặc bằng","Greater-than or equal to":"Lớn hơn hoặc bằng","En dash":"Gạch ngang ngắn","Em dash":"Gạch ngang dài","Macron":"Dấu trường âm","Overline":"Gạch trên","Degree sign":"Ký hiệu độ","Minus sign":"Ký hiệu trừ","Plus-minus sign":"Ký hiệu cộng-trừ","Division sign":"Ký hiệu chia","Fraction slash":"Dấu gạch chéo phân số","Multiplication sign":"Ký hiệu nhân","Latin small letter f with hook":"Chữ cái Latinh f viết thường với móc","Integral":"Tích phân","N-ary summation":"Phép tổng n số nguyên","Infinity":"Vô cực","Square root":"Căn bậc hai","Tilde operator":"Toán tử dấu ngã","Approximately equal to":"Xấp xỉ bằng","Almost equal to":"Gần bằng","Not equal to":"Không bằng","Identical to":"Tương đương","Element of":"Thuộc","Not an element of":"Không thuộc","Contains as member":"Chứa","N-ary product":"Tích n số nguyên","Logical and":"Và logic","Logical or":"Hoặc logic","Not sign":"Không","Intersection":"Giao","Union":"Hợp","Partial differential":"Vi phân riêng phần","For all":"Với mọi","There exists":"Tồn tại","Empty set":"Tập hợp rỗng","Nabla":"Nabla","Asterisk operator":"Toán tử dấu hoa thị","Proportional to":"Tương ứng với","Angle":"Góc","Vulgar fraction one quarter":"Phân số thường một phần tư","Vulgar fraction one half":"Phân số thường một phần hai","Vulgar fraction three quarters":"Phân số thường ba phần tư","Single left-pointing angle quotation mark":"Dấu nháy đơn dạng góc chỉ sang bên trái","Single right-pointing angle quotation mark":"Dấu nháy đơn dạng góc chỉ sang bên phải","Left-pointing double angle quotation mark":"Dấu nháy kép dạng góc chỉ sang bên trái","Right-pointing double angle quotation mark":"Dấu nháy kép dạng góc chỉ sang bên phải","Left single quotation mark":"Dấu nháy đơn bên trái","Right single quotation mark":"Dấu nháy đơn bên phải","Left double quotation mark":"Dấu nháy kép bên trái","Right double quotation mark":"Dấu nháy kép bên phải","Single low-9 quotation mark":"Dấu nháy đơn kiểu low-9","Double low-9 quotation mark":"Dấu nháy kép kiểu low-9","Inverted exclamation mark":"Dấu chấm than ngược","Inverted question mark":"Dấu hỏi ngược","Two dot leader":"Hàng hai dấu chấm","Horizontal ellipsis":"Dấu chấm lửng ngang","Double dagger":"Dấu chữ thập kép","Per mille sign":"Ký hiệu phần nghìn","Per ten thousand sign":"Ký hiệu phần vạn","Double exclamation mark":"Dấu chấm than kép","Question exclamation mark":"Dấu chấm hỏi và chấm than","Exclamation question mark":"Dấu chấm than và chấm hỏi","Double question mark":"Dấu chấm hỏi kép","Copyright sign":"Ký hiệu bản quyền","Registered sign":"Ký hiệu đăng ký thương hiệu","Trade mark sign":"Ký hiệu thương hiệu","Section sign":"Ký hiệu phân đoạn","Paragraph sign":"Ký hiệu đoạn văn","Reversed paragraph sign":"Ký hiệu đoạn văn đảo ngược","Character categories":"Danh mục ký tự","Source":"Nguồn","Show source":"Hiển thị nguồn","Show blocks":"Hiện các khối","Select all":"Chọn tất cả","Disable editing":"Tắt tính năng chỉnh sửa","Enable editing":"Bật tính năng chỉnh sửa","Previous editable region":"Vùng có thể chỉnh sửa trước đó","Next editable region":"Vùng có thể chỉnh sửa tiếp theo","Navigate editable regions":"Di chuyển giữa các vùng có thể chỉnh sửa","Remove Format":"Xóa định dang","Page break":"Ngắt trang","media widget":"tiện ích đa phương tiện","Media URL":"Đường dẫn đa phương tiện","Paste the media URL in the input.":"Dán đường dẫn đa phương tiện vào trường","Tip: Paste the URL into the content to embed faster.":"Mẹo: Dán đường dẫn vào nội dung để nhúng ngay","The URL must not be empty.":"Đường dẫn không được để trống","This media URL is not supported.":"Đường dẫn đa phương tiện không hỗ trợ","Insert media":"Chèn đa phương tiện","Media toolbar":"Thanh công cụ đa phương tiện","Open media in new tab":"Mở nội dung nghe nhìn trong tab mới","Numbered List":"Danh sách đánh số","Bulleted List":"Danh sách đánh ký hiệu","To-do List":"Danh sách cần làm","Bulleted list styles toolbar":"Thanh công cụ kiểu danh sách có dấu đầu dòng","Numbered list styles toolbar":"Thanh công cụ kiểu danh sách được đánh số","Toggle the disc list style":"Bật/tắt kiểu danh sách dạng đĩa","Toggle the circle list style":"Bật/tắt kiểu danh sách dạng vòng tròn","Toggle the square list style":"Bật/tắt kiểu danh sách dạng vuông","Toggle the decimal list style":"Bật/tắt kiểu danh sách dạng thập phân","Toggle the decimal with leading zero list style":"Bật/tắt kiểu danh sách dạng thập phân bắt đầu bằng số 0","Toggle the lower–roman list style":"Bật/tắt kiểu danh sách chữ số La Mã viết thường","Toggle the upper–roman list style":"Bật/tắt kiểu danh sách chữ số La Mã viết hoa","Toggle the lower–latin list style":"Bật/tắt kiểu danh sách chữ cái Latinh viết thường","Toggle the upper–latin list style":"Bật/tắt kiểu danh sách chữ cái Latinh viết hoa","Disc":"Đĩa","Circle":"Tròn","Square":"Vuông","Decimal":"Thập phân","Decimal with leading zero":"Thập phân bắt đầu bằng số 0","Lower–roman":"Chữ số La Mã viết thường","Upper-roman":"Chữ số La Mã viết hoa","Lower-latin":"Chữ cái Latinh viết thường","Upper-latin":"Chữ cái Latinh viết hoa","List properties":"Thuộc tính danh sách","Start at":"Bắt đầu tại","Invalid start index value.":"Giá trị chỉ mục bắt đầu không hợp lệ.","Start index must be greater than 0.":"Chỉ mục bắt đầu phải lớn hơn 0.","Reversed order":"Thứ tự đảo ngược","Keystrokes that can be used in a list":"Tổ hợp phím mà bạn có thể dùng trong danh sách","Increase list item indent":"Tăng thụt lề mục danh sách","Decrease list item indent":"Giảm thụt lề mục danh sách","Entering a to-do list":"Đang nhập danh sách việc cần làm","Leaving a to-do list":"Đang rời khỏi danh sách việc cần làm","Unlink":"Bỏ liên kết","Link":"Chèn liên kết","Link URL":"Đường dẫn liên kết","Link URL must not be empty.":"Không được để trống URL đường liên kết.","Link image":"Liên kết của ảnh","Edit link":"Sửa liên kết","Open link in new tab":"Mở liên kết","This link has no URL":"Liên kết không có đường dẫn","Open in a new tab":"Mở trên tab mới","Downloadable":"Có thể tải về","Create link":"Tạo liên kết","Move out of a link":"Di chuyển ra khỏi một liên kết","Language":"Ngôn ngữ","Choose language":"Chọn ngôn ngữ","Remove language":"Xóa ngôn ngữ","Increase indent":"Tăng lề","Decrease indent":"Giảm lề","image widget":"tiện ích ảnh","Wrap text":"Bọc văn bản","Break text":"Ngắt văn bản","In line":"Nội dòng","Side image":"Ảnh một bên","Full size image":"Ảnh đầy đủ","Left aligned image":"Ảnh canh trái","Centered image":"Ảnh canh giữa","Right aligned image":"Ảnh canh phải","Change image text alternative":"Đổi chữ alt của ảnh","Text alternative":"Chữ alt","Enter image caption":"Nhập mô tả ảnh","Insert image":"Chèn ảnh","Replace image":"Thay thế hình ảnh","Upload from computer":"Tải lên từ máy tính","Replace from computer":"Thay thế từ máy tính","Upload image from computer":"Tải hình ảnh lên từ máy tính","Image from computer":"Hình ảnh từ máy tính","Replace image from computer":"Thay thế hình ảnh từ máy tính","Upload failed":"Tải thất bại","Image toolbar":"Thanh công cụ hình ảnh","Resize image":"Chỉnh kích cỡ ảnh","Resize image to %0":"Chỉnh kích cỡ ảnh về %0","Resize image to the original size":"Chỉnh về ảnh kích cỡ nguyên gốc","Resize image (in %0)":"Đặt lại kích thước hình ảnh (bằng %0)","Original":"Nguyên bản","Custom image size":"Tùy chỉnh kích thước hình ảnh","Custom":"Tùy chỉnh","Image resize list":"Danh sách ảnh đã chỉnh kích thước","Insert":"Chèn","Update":"Cập nhật","Insert image via URL":"Chèn ảnh từ URL","Update image URL":"Cập nhật ảnh từ URL","Caption for the image":"Chú thích cho hình ảnh","Caption for image: %0":"Chú thích cho hình ảnh: %0","The value must not be empty.":"Không được để trống giá trị này.","The value should be a plain number.":"Giá trị này phải là một số thường.","Uploading image":"Đang tải hình ảnh lên","Image upload complete":"Hoàn tất quá trình tải hình ảnh lên","Error during image upload":"Xảy ra lỗi trong quá trình tải hình ảnh lên","HTML object":"Đối tượng HTML","Insert HTML":"Chèn HTML","HTML snippet":"Mẫu HTML","Paste raw HTML here...":"Dán mã HTML nguyên bản tại đây...","Edit source":"Sửa nguồn","Save changes":"Lưu thay đổi","No preview available":"Không có sẵn bản xem trước","Empty snippet content":"Nội dung đoạn mã trống","Horizontal line":"Đường ngang","Yellow marker":"Bút vàng","Green marker":"Bút xanh lá","Pink marker":"Bút hồng","Blue marker":"Bút xanh dương","Red pen":"Mực đỏ","Green pen":"Mực xanh","Remove highlight":"Xóa làm nổi","Highlight":"Làm nổi","Text highlight toolbar":"Thanh công cụ làm nổi chữ","Paragraph":"Đoạn văn","Heading":"Tiêu đề","Choose heading":"Chọn tiêu đề","Heading 1":"Tiêu đề 1","Heading 2":"Tiêu đề 2","Heading 3":"Tiêu đề 3","Heading 4":"Tiêu đề 4","Heading 5":"Tiêu đề 5","Heading 6":"Tiêu đề 6","Type your title":"Nhập tựa đề","Type or paste your content here.":"Nhập hoặc dán nội dung tại đây","Font Size":"Cỡ chữ","Tiny":"Bé","Small":"Nhỏ","Big":"Lớn","Huge":"Khổng lồ","Font Family":"Họ chữ","Default":"Mặc định","Font Color":"Màu chữ","Font Background Color":"Màu nền chữ","Document colors":"Màu văn bản","Find and replace":"Tìm và thay thế","Find in text…":"Tìm trong văn bản...","Find":"Tìm","Previous result":"Kết quả trước","Next result":"Kết quả tiếp theo","Replace":"Thay thế","Replace all":"Thay thế tất cả","Match case":"Khớp chữ hoa/chữ thường","Whole words only":"Chỉ toàn bộ từ","Replace with…":"Thay thế bằng...","Text to find must not be empty.":"Không được để trống trường văn bản cần tìm.","Tip: Find some text first in order to replace it.":"Mẹo: Tìm một đoạn văn bản trước để thay thế.","Advanced options":"Tùy chọn nâng cao","Find in the document":"Tìm trong tài liệu","Insert a soft break (a <code><br></code> element)":"Chèn dấu ngắt mềm (phần tử <code><br></code>)","Insert a hard break (a new paragraph)":"Chèn dấu ngắt cứng (đoạn văn mới)","Cancel":"Hủy","Clear":"Xóa","Remove color":"Xóa màu","Restore default":"Khôi phục giá trị mặc định","Save":"Lưu","Show more items":"Xem thêm","%0 of %1":"%0 đến %1","Cannot upload file:":"Không thể tải file:","Rich Text Editor. Editing area: %0":"Trình chỉnh sửa Văn bản dạng RTF. Vùng chỉnh sửa: %0","Insert with file manager":"Chèn bằng trình quản lý tập tin","Replace with file manager":"Thay thế bằng trình quản lý tập tin","Insert image with file manager":"Chèn hình ảnh bằng trình quản lý tập tin","Replace image with file manager":"Thay thế hình ảnh bằng trình quản lý tập tin","Toggle caption off":"Ẩn chú thích","Toggle caption on":"Hiện chú thích","Content editing keystrokes":"Tổ hợp phím chỉnh sửa nội dung","These keyboard shortcuts allow for quick access to content editing features.":"Những phím tắt này giúp bạn truy cập nhanh vào các tính năng chỉnh sửa nội dung.","User interface and content navigation keystrokes":"Giao diện người dùng và tổ hợp phím điều hướng nội dung","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Sử dụng các tổ hợp phím sau đây để điều hướng hiệu quả hơn trong giao diện người dùng CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Đóng bong bóng theo ngữ cảnh, menu thả xuống và hộp thoại","Open the accessibility help dialog":"Mở hộp thoại trợ giúp về khả năng tiếp cận","Move focus between form fields (inputs, buttons, etc.)":"Di chuyển tiêu điểm giữa các trường biểu mẫu (nội dung nhập, nút, v.v.)","Move focus to the menu bar, navigate between menu bars":"Di chuyển tiêu điểm đến thanh menu, điều hướng giữa các thanh menu","Move focus to the toolbar, navigate between toolbars":"Di chuyển tiêu điểm đến thanh công cụ, điều hướng giữa các thanh công cụ","Navigate through the toolbar or menu bar":"Điều hướng trên thanh công cụ hoặc thanh menu","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Thực thi nút hiện đang ưu tiên. Việc thực thi các nút tương tác với nội dung soạn thảo sẽ làm di chuyển tiêu điểm trở lại phần nội dung.","Accept":"Chấp nhận","Insert code block":"Chèn khối mã","Plain text":"Văn bản thuần","Leaving %0 code snippet":"Đang rời khỏi đoạn mã snippet %0","Entering %0 code snippet":"Đang nhập đoạn mã snippet %0","Entering code snippet":"Đang nhập đoạn mã snippet","Leaving code snippet":"Đang rời khỏi đoạn mã snippet","Code block":"Khối mã","Copy selected content":"Sao chép nội dung đã chọn","Paste content":"Dán nội dung","Paste content as plain text":"Dán nội dung dưới dạng văn bản thuần túy","Insert image or file":"Chèn ảnh hoặc file","Image or file":"Hình ảnh hoặc tệp","Could not obtain resized image URL.":"Không thể lấy được đường dẫn ảnh đã đổi kích thước","Selecting resized image failed":"Chọn ảnh đã đổi kích thước thất bại","Could not insert image at the current position.":"Không thể chèn ảnh ở vị trí hiện tại","Inserting image failed":"Chèn ảnh thất bại","Open file manager":"Mở trình quản lý tệp","Cannot determine a category for the uploaded file.":"Không thể xác định danh mục cho tệp được tải lên.","Cannot access default workspace.":"Không thể truy cập vào không gian làm việc mặc định.","Edit image":"Chỉnh sửa hình ảnh","Processing the edited image.":"Xử lý hình ảnh đã chỉnh sửa.","Server failed to process the image.":"Máy chủ không thể xử lý hình ảnh.","Failed to determine category of edited image.":"Không thể xác định danh mục hình ảnh đã chỉnh sửa.","Block quote":"Trích dẫn","Bold":"Đậm","Italic":"Nghiêng","Underline":"Gạch dưới","Code":"Code","Strikethrough":"Gạch ngang","Subscript":"Chữ nhỏ dưới","Superscript":"Chữ nhỏ trên","Italic text":"In nghiêng chữ","Move out of an inline code style":"Thoát khỏi kiểu mã nội dòng","Bold text":"In đậm chữ","Underline text":"Gạch chân chữ","Strikethrough text":"Gạch ngang chữ","Saving changes":"Đang lưu","Revert autoformatting action":"Hoàn nguyên thao tác tự động định dạng","Align left":"Canh trái","Align right":"Canh phải","Align center":"Canh giữa","Justify":"Canh đều","Text alignment":"Căn chỉnh văn bản","Text alignment toolbar":"Thanh công cụ canh chữ"},getPluralForm(n){return 0;}}};
|
8
|
+
e[ 'vi' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'vi' ].dictionary = Object.assign( e[ 'vi' ].dictionary, dictionary );
|
10
|
+
e[ 'vi' ].getPluralForm = getPluralForm;
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
import type { Translations } from 'ckeditor5';
|
7
|
+
declare const translations: Translations;
|
8
|
+
export default translations;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
export default {"zh-cn":{"dictionary":{"Words: %0":"单词数:%0","Characters: %0":"字符数:%0","Widget toolbar":"小部件工具栏","Insert paragraph before block":"在前面插入段落","Insert paragraph after block":"在后面插入段落","Press Enter to type after or press Shift + Enter to type before the widget":"按下“Enter”键,在小组件后输入;按下“Shift+Enter”键,在小组件前输入","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"当小组件被选中时(例如:图片、表格等)可以使用的按键","Insert a new paragraph directly after a widget":"直接在小组件之后插入新段落","Insert a new paragraph directly before a widget":"直接在小组件之前插入新段落","Move the caret to allow typing directly before a widget":"移动插入符,以允许在小组件之前直接输入文字","Move the caret to allow typing directly after a widget":"移动插入符,以允许在小组件之后直接输入文字","Upload in progress":"正在上传","Undo":"撤销","Redo":"重做","Rich Text Editor":"富文本编辑器","Editor editing area: %0":"编辑器编辑区域:%0","Edit block":"编辑框","Click to edit block":"单击以编辑块","Drag to move":"拖拽以移动","Next":"下一步","Previous":"上一步","Editor toolbar":"编辑器工具栏","Dropdown toolbar":"下拉工具栏","Black":"黑色","Dim grey":"暗灰色","Grey":"灰色","Light grey":"浅灰色","White":"白色","Red":"红色","Orange":"橙色","Yellow":"黄色","Light green":"浅绿色","Green":"绿色","Aquamarine":"海蓝色","Turquoise":"青色","Light blue":"浅蓝色","Blue":"蓝色","Purple":"紫色","Editor block content toolbar":"编辑器块内容工具栏","Editor contextual toolbar":"编辑器上下文工具栏","HEX":"十六进制","No results found":"未找到结果","No searchable items":"没有可搜索的项目","Editor dialog":"编辑器对话框","Close":"关闭","Help Contents. To close this dialog press ESC.":"帮助内容。要关闭此对话框,请按 ESC 键。","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"您可以在下方找到可在编辑器中使用的键盘快捷键列表。","(may require <kbd>Fn</kbd>)":"(可能需要用到 <kbd>Fn</kbd>键)","Accessibility":"可访问性","Accessibility help":"无障碍辅助功能帮助","Press %0 for help.":"按 %0 获取帮助。","Move focus in and out of an active dialog window":"将焦点移入或移出活跃的对话框窗口","MENU_BAR_MENU_FILE":"文件","MENU_BAR_MENU_EDIT":"编辑","MENU_BAR_MENU_VIEW":"查看","MENU_BAR_MENU_INSERT":"插入","MENU_BAR_MENU_FORMAT":"格式","MENU_BAR_MENU_TOOLS":"工具","MENU_BAR_MENU_HELP":"帮助","MENU_BAR_MENU_TEXT":"文本","MENU_BAR_MENU_FONT":"字体","Editor menu bar":"编辑器菜单栏","Please enter a valid color (e.g. \"ff0000\").":"请输入有效的颜色(例如“ff0000”)。","Insert table":"插入表格","Header column":"标题列","Insert column left":"左侧插入列","Insert column right":"右侧插入列","Delete column":"删除本列","Select column":"选择列","Column":"列","Header row":"标题行","Insert row below":"在下面插入一行","Insert row above":"在上面插入一行","Delete row":"删除本行","Select row":"选择行","Row":"行","Merge cell up":"向上合并单元格","Merge cell right":"向右合并单元格","Merge cell down":"向下合并单元格","Merge cell left":"向左合并单元格","Split cell vertically":"纵向拆分单元格","Split cell horizontally":"横向拆分单元格","Merge cells":"合并单元格","Table toolbar":"表格工具栏","Table properties":"表格属性","Cell properties":"单元格属性","Border":"边框","Style":"样式","Width":"宽度","Height":"高度","Color":"颜色","Background":"背景","Padding":"内边距","Dimensions":"尺寸","Table cell text alignment":"表格单元格中的文本水平对齐","Alignment":"对齐","Horizontal text alignment toolbar":"水平文本对齐工具栏","Vertical text alignment toolbar":"垂直文本对齐工具栏","Table alignment toolbar":"表格对齐工具栏","None":"无","Solid":"实线","Dotted":"点状虚线","Dashed":"虚线","Double":"双线","Groove":"凹槽边框","Ridge":"垄状边框","Inset":"凹边框","Outset":"凸边框","Align cell text to the left":"使单元格文本左对齐","Align cell text to the center":"使单元格文本水平居中","Align cell text to the right":"使单元格文本右对齐","Justify cell text":"对齐单元格文本","Align cell text to the top":"使单元格文本对齐到顶部","Align cell text to the middle":"使单元格文本垂直居中","Align cell text to the bottom":"使单元格文本对齐到底部","Align table to the left":"使表格左对齐","Center table":"表格居中","Align table to the right":"使表格右对齐","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"颜色无效。尝试使用\"#FF0000\"、\"rgb(255,0,0)\"或者\"red\"。","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"无效值。尝试使用“10px”、“2ex”或者只写“2”。","Color picker":"颜色选择器","Enter table caption":"输入表标题","Keystrokes that can be used in a table cell":"可在表格单元格中使用的按键","Move the selection to the next cell":"将所选内容移动到下一个单元格","Move the selection to the previous cell":"将所选内容移至上一个单元格","Insert a new table row (when in the last cell of a table)":"插入新的表格行(当位于表格的最后一个单元格时)","Navigate through the table":"在表格中进行导览","Table":"表格","Styles":"样式","Multiple styles":"多样式","Block styles":"块级样式","Text styles":"文本样式","Special characters":"特殊字符","All":"全部","Arrows":"箭头","Currency":"货币","Latin":"拉丁文","Mathematical":"数学","Text":"文本","leftwards simple arrow":"向左简单箭头","rightwards simple arrow":"向右简单箭头","upwards simple arrow":"向上简单箭头","downwards simple arrow":"向下简单箭头","leftwards double arrow":"向左双箭头","rightwards double arrow":"向右双箭头","upwards double arrow":"向上双箭头","downwards double arrow":"向下双箭头","leftwards dashed arrow":"向左虚线箭头","rightwards dashed arrow":"向右虚线箭头","upwards dashed arrow":"向上虚线箭头","downwards dashed arrow":"向下虚线箭头","leftwards arrow to bar":"头部带杠的向左箭头","rightwards arrow to bar":"头部带杠的向右箭头","upwards arrow to bar":"头部带杠的向上箭头","downwards arrow to bar":"头部带杠的向下箭头","up down arrow with base":"处于基线的上下箭头","back with leftwards arrow above":"带有back标识的向左箭头","end with leftwards arrow above":"带有end标识的向左箭头","on with exclamation mark with left right arrow above":"带有NO!标识的左右双向箭头","soon with rightwards arrow above":"带有soon标识的向右箭头","top with upwards arrow above":"带有top标识的向上箭头","Dollar sign":"美元符号","Euro sign":"欧元符号","Yen sign":"日元符号","Pound sign":"英镑符号","Cent sign":"分币符号","Euro-currency sign":"欧元货币符号","Colon sign":"科朗符号","Cruzeiro sign":"克鲁塞罗符号","French franc sign":"法国法郎符号","Lira sign":"里拉符号","Currency sign":"货币符号","Bitcoin sign":"比特币符号","Mill sign":"密尔符号","Naira sign":"奈拉符号","Peseta sign":"比塞塔符号","Rupee sign":"卢比符号","Won sign":"韩元符号","New sheqel sign":"新谢克尔符号","Dong sign":"越南盾符号","Kip sign":" 基普符号","Tugrik sign":"图格里克符号","Drachma sign":"德拉克马符号","German penny sign":"德国便士符号","Peso sign":"比索符号","Guarani sign":"瓜拉尼货币符号","Austral sign":"澳大利亚货币符号","Hryvnia sign":"戈里夫纳符号","Cedi sign":"塞地符号","Livre tournois sign":"里弗尔符号","Spesmilo sign":"斯佩斯米洛符号","Tenge sign":"坚戈符号","Indian rupee sign":"印度卢比符号","Turkish lira sign":"土耳其里拉符号","Nordic mark sign":"北欧马克征符号","Manat sign":"马纳特符号","Ruble sign":"俄罗斯卢布","Latin capital letter a with macron":"带长音符的大写拉丁字母a","Latin small letter a with macron":"带长音符的小写拉丁字母a","Latin capital letter a with breve":"带短音符的大写拉丁字母a","Latin small letter a with breve":"带短音符的小写拉丁字母a","Latin capital letter a with ogonek":"带反尾形符的大写拉丁字母a","Latin small letter a with ogonek":"带反尾形符的小写拉丁字母a","Latin capital letter c with acute":"带锐音符的大写拉丁字母c","Latin small letter c with acute":"带锐音符的小写拉丁字母c","Latin capital letter c with circumflex":"带扬抑符的大写拉丁字母c","Latin small letter c with circumflex":"带扬抑符的小写拉丁字母c","Latin capital letter c with dot above":"带上点的大写拉丁字母c","Latin small letter c with dot above":"带上点的小写拉丁字母c","Latin capital letter c with caron":"带抑扬符的大写拉丁字母c","Latin small letter c with caron":"带抑扬符的小写拉丁字母c","Latin capital letter d with caron":"带抑扬符的大写拉丁字母d","Latin small letter d with caron":"带抑扬符的小写拉丁字母d","Latin capital letter d with stroke":"带删节线的大写拉丁字母d","Latin small letter d with stroke":"带删节线的小写拉丁字母d","Latin capital letter e with macron":"带长音符的大写拉丁字母e","Latin small letter e with macron":"带长音符的小写拉丁字母e","Latin capital letter e with breve":"带短音符的大写拉丁字母e","Latin small letter e with breve":"带短音符的小写拉丁字母e","Latin capital letter e with dot above":"带上点的大写拉丁字母e","Latin small letter e with dot above":"带上点的小写拉丁字母e","Latin capital letter e with ogonek":"带反尾形符的大写拉丁字母e","Latin small letter e with ogonek":"带反尾形符的小写拉丁字母e","Latin capital letter e with caron":"带抑扬符的大写拉丁字母e","Latin small letter e with caron":"带抑扬符的小写拉丁字母e","Latin capital letter g with circumflex":"带扬抑符的大写拉丁字母g","Latin small letter g with circumflex":"带扬抑符的小写拉丁字母g","Latin capital letter g with breve":"带短音符的大写拉丁字母g","Latin small letter g with breve":"带短音符的小写拉丁字母g","Latin capital letter g with dot above":"带上点的大写拉丁字母g","Latin small letter g with dot above":"带上点的小写拉丁字母g","Latin capital letter g with cedilla":"带软音符的大写拉丁字母g","Latin small letter g with cedilla":"带软音符的小写拉丁字母g","Latin capital letter h with circumflex":"带扬抑符的大写拉丁字母h","Latin small letter h with circumflex":"带扬抑符的小写拉丁字母h","Latin capital letter h with stroke":"带删节线的大写拉丁字母h","Latin small letter h with stroke":"带删节线的小写拉丁字母h","Latin capital letter i with tilde":"带腭化符的大写拉丁字母i","Latin small letter i with tilde":"带腭化符的小写拉丁字母i","Latin capital letter i with macron":"带长音符的大写拉丁字母i","Latin small letter i with macron":"带长音符的小写拉丁字母i","Latin capital letter i with breve":"带短音符的大写拉丁字母i","Latin small letter i with breve":"带短音符的小写拉丁字母i","Latin capital letter i with ogonek":"带反尾形符的大写拉丁字母i","Latin small letter i with ogonek":"带反尾形符的小写拉丁字母i","Latin capital letter i with dot above":"带上点的大写拉丁字母i","Latin small letter dotless i":"没有点的小写拉丁字母i","Latin capital ligature ij":"大写拉丁连字符ij","Latin small ligature ij":"小写拉丁连字符ij","Latin capital letter j with circumflex":"带扬抑符的大写拉丁字母j","Latin small letter j with circumflex":"带扬抑符的小写拉丁字母j","Latin capital letter k with cedilla":"带软音符的大写拉丁字母k","Latin small letter k with cedilla":"带软音符的小写拉丁字母k","Latin small letter kra":"小写拉丁字母kra","Latin capital letter l with acute":"带锐音符的大写拉丁字母l","Latin small letter l with acute":"带锐音符的小写拉丁字母l","Latin capital letter l with cedilla":"带软音符的大写拉丁字母l","Latin small letter l with cedilla":"带软音符的小写拉丁字母l","Latin capital letter l with caron":"带抑扬符的大写拉丁字母l","Latin small letter l with caron":"带抑扬符的小写拉丁字母l","Latin capital letter l with middle dot":"带中点的大写拉丁字母l","Latin small letter l with middle dot":"带中点的小写拉丁字母l","Latin capital letter l with stroke":"带删节线的大写拉丁字母l","Latin small letter l with stroke":"带删节线的小写拉丁字母l","Latin capital letter n with acute":"带锐音符的大写拉丁字母n","Latin small letter n with acute":"带锐音符的小写拉丁字母n","Latin capital letter n with cedilla":"带软音符的大写拉丁字母n","Latin small letter n with cedilla":"带软音符的小写拉丁字母n","Latin capital letter n with caron":"带抑扬符的大写拉丁字母n","Latin small letter n with caron":"带抑扬符的小写拉丁字母n","Latin small letter n preceded by apostrophe":"冠以撇号的小写拉丁字母n","Latin capital letter eng":"大写拉丁字母eng","Latin small letter eng":"小写拉丁字母eng","Latin capital letter o with macron":"带长音符的大写拉丁字母o","Latin small letter o with macron":"带长音符的小写拉丁字母o","Latin capital letter o with breve":"带短音符的大写拉丁字母o","Latin small letter o with breve":"带短音符的小写拉丁字母o","Latin capital letter o with double acute":"带双锐音符的大写拉丁字母o","Latin small letter o with double acute":"带双锐音符的小写拉丁字母o","Latin capital ligature oe":"大写拉丁连字符oe","Latin small ligature oe":"小写拉丁连字符oe","Latin capital letter r with acute":"带锐音符的大写拉丁字母r","Latin small letter r with acute":"带锐音符的小写拉丁字母r","Latin capital letter r with cedilla":"带软音符的大写拉丁字母r","Latin small letter r with cedilla":"带软音符的小写拉丁字母r","Latin capital letter r with caron":"带抑扬符的大写拉丁字母r","Latin small letter r with caron":"带抑扬符的小写拉丁字母r","Latin capital letter s with acute":"带锐音符的大写拉丁字母s","Latin small letter s with acute":"带锐音符的小写拉丁字母s","Latin capital letter s with circumflex":"带扬抑符的大写拉丁字母s","Latin small letter s with circumflex":"带扬抑符的小写拉丁字母s","Latin capital letter s with cedilla":"带软音符的大写拉丁字母s","Latin small letter s with cedilla":"带软音符的小写拉丁字母s","Latin capital letter s with caron":"带抑扬符的大写拉丁字母s","Latin small letter s with caron":"带抑扬符的小写拉丁字母s","Latin capital letter t with cedilla":"带软音符的大写拉丁字母t","Latin small letter t with cedilla":"带软音符的小写拉丁字母t","Latin capital letter t with caron":"带抑扬符的大写拉丁字母t","Latin small letter t with caron":"带抑扬符的小写拉丁字母t","Latin capital letter t with stroke":"带删节线的大写拉丁字母t","Latin small letter t with stroke":"带删节线的小写拉丁字母t","Latin capital letter u with tilde":"带腭化符的大写拉丁字母u","Latin small letter u with tilde":"带腭化符的小写拉丁字母u","Latin capital letter u with macron":"带长音符的大写拉丁字母u","Latin small letter u with macron":"带长音符的小写拉丁字母u","Latin capital letter u with breve":"带短音符的大写拉丁字母u","Latin small letter u with breve":"带短音符的小写拉丁字母u","Latin capital letter u with ring above":"带上圆圈的大写拉丁字母u","Latin small letter u with ring above":"带上圆圈的小写拉丁字母u","Latin capital letter u with double acute":"带双锐音符的大写拉丁字母u","Latin small letter u with double acute":"带双锐音符的小写拉丁字母u","Latin capital letter u with ogonek":"带反尾形符的大写拉丁字母u","Latin small letter u with ogonek":"带反尾形符的小写拉丁字母u","Latin capital letter w with circumflex":"带扬抑符的大写拉丁字母w","Latin small letter w with circumflex":"带扬抑符的小写拉丁字母w","Latin capital letter y with circumflex":"带扬抑符的大写拉丁字母y","Latin small letter y with circumflex":"带扬抑符的小写拉丁字母y","Latin capital letter y with diaeresis":"带分音符的大写拉丁字母y","Latin capital letter z with acute":"带锐音符的大写拉丁字母z","Latin small letter z with acute":"带锐音符的小写拉丁字母z","Latin capital letter z with dot above":"带上点的大写拉丁字母z","Latin small letter z with dot above":"带上点的小写拉丁字母z","Latin capital letter z with caron":"带抑扬符的大写拉丁字母z","Latin small letter z with caron":"带抑扬符的小写拉丁字母z","Latin small letter long s":"小写拉丁字母长s","Less-than sign":"小于号","Greater-than sign":"大于号","Less-than or equal to":"小于等于","Greater-than or equal to":"大于等于","En dash":"短破折号","Em dash":"长破折号","Macron":"长音符号","Overline":"上划线","Degree sign":"度数符号","Minus sign":"负号","Plus-minus sign":"正负号","Division sign":"除号","Fraction slash":"分数斜线","Multiplication sign":"称号","Latin small letter f with hook":"带钩的拉丁文小写字母 F","Integral":"积分","N-ary summation":"N 元求和","Infinity":"无穷大","Square root":"平方根","Tilde operator":"波浪线运算符","Approximately equal to":"近似等于","Almost equal to":"约等于","Not equal to":"不等于","Identical to":"恒等于","Element of":"属于","Not an element of":"不属于","Contains as member":"包含","N-ary product":"N 元乘积","Logical and":"逻辑与","Logical or":"逻辑或","Not sign":"非","Intersection":"交集","Union":"并集","Partial differential":"偏微分","For all":"对于全部","There exists":"存在","Empty set":"空集","Nabla":"劈形算符","Asterisk operator":"星号运算符","Proportional to":"比例","Angle":"角","Vulgar fraction one quarter":"普通分数四分之一","Vulgar fraction one half":"普通分数二分之一","Vulgar fraction three quarters":"普通分数四分之三","Single left-pointing angle quotation mark":"单左尖括号","Single right-pointing angle quotation mark":"单右尖括号","Left-pointing double angle quotation mark":"双左尖括号","Right-pointing double angle quotation mark":"双右尖括号","Left single quotation mark":"左单引号","Right single quotation mark":"右单引号","Left double quotation mark":"左双引号","Right double quotation mark":"右双引号","Single low-9 quotation mark":"低位后单引号","Double low-9 quotation mark":"低位后双引号","Inverted exclamation mark":"反感叹号","Inverted question mark":"反问号","Two dot leader":"二点前导符","Horizontal ellipsis":"省略号","Double dagger":"双剑号","Per mille sign":"千分号","Per ten thousand sign":"万分号","Double exclamation mark":"双叹号","Question exclamation mark":"疑问感叹号","Exclamation question mark":"感叹疑问号","Double question mark":"双问号","Copyright sign":"版权符号","Registered sign":"注册商标","Trade mark sign":"商标符号","Section sign":"节标记","Paragraph sign":"段落符号","Reversed paragraph sign":"反向段落符号","Character categories":"字符类别","Source":"源代码","Show source":"显示源代码","Show blocks":"显示区块","Select all":"全选","Disable editing":"禁用编辑","Enable editing":"允许编辑","Previous editable region":"上一个可编辑区域","Next editable region":"下一个可编辑区域","Navigate editable regions":"导航至可编辑区域","Remove Format":"移除格式","Page break":"分页符","media widget":"媒体小部件","Media URL":"媒体URL","Paste the media URL in the input.":"在输入中粘贴媒体URL","Tip: Paste the URL into the content to embed faster.":"提示:将URL粘贴到内容中可更快地嵌入","The URL must not be empty.":"URL不可以为空。","This media URL is not supported.":"不支持此媒体URL。","Insert media":"插入媒体","Media toolbar":"媒体工具栏","Open media in new tab":"在新标签页打开媒体","Numbered List":"项目编号列表","Bulleted List":"项目符号列表","To-do List":"待办列表","Bulleted list styles toolbar":"项目符号列表样式工具条","Numbered list styles toolbar":"项目编号列表样式工具条","Toggle the disc list style":"切换实心原点列表样式","Toggle the circle list style":"切换空心原点列表样式","Toggle the square list style":"切换实心方块列表样式","Toggle the decimal list style":"切换阿拉伯数字列表样式","Toggle the decimal with leading zero list style":"切换前导零阿拉伯数字列表样式","Toggle the lower–roman list style":"切换小写罗马数字列表样式","Toggle the upper–roman list style":"切换大写罗马数字列表样式","Toggle the lower–latin list style":"切换小写拉丁字母列表样式","Toggle the upper–latin list style":"切换大写拉丁字母列表样式","Disc":"实心圆点","Circle":"空心圆点","Square":"实心方块","Decimal":"阿拉伯数字","Decimal with leading zero":"前导零阿拉伯数字","Lower–roman":"小写罗马数字","Upper-roman":"大写罗马数字","Lower-latin":"小写拉丁字母","Upper-latin":"大写拉丁字母","List properties":"列表属性","Start at":"起始编号","Invalid start index value.":"无效的起始索引值。","Start index must be greater than 0.":"起始编号必须大于0。","Reversed order":"顺序反转","Keystrokes that can be used in a list":"可在列表中使用的按键","Increase list item indent":"增加列表项的缩进","Decrease list item indent":"减少列表项的缩进","Entering a to-do list":"正在输入待办事项清单","Leaving a to-do list":"正在退出待办事项清单","Unlink":"取消超链接","Link":"超链接","Link URL":"链接网址","Link URL must not be empty.":"链接 URL 不能为空。","Link image":"链接图片","Edit link":"修改链接","Open link in new tab":"在新标签页中打开链接","This link has no URL":"此链接没有设置网址","Open in a new tab":"在新标签页中打开","Downloadable":"可下载","Create link":"创建链接","Move out of a link":"移出链接","Language":"语言","Choose language":"选择语言","Remove language":"移除语言","Increase indent":"增加缩进","Decrease indent":"减少缩进","image widget":"图片组件","Wrap text":"文字环绕","Break text":"文字断行","In line":"行内","Side image":"图片侧边显示","Full size image":"全尺寸图片","Left aligned image":"图片左侧对齐","Centered image":"图片居中","Right aligned image":"图片右侧对齐","Change image text alternative":"更改图片替换文本","Text alternative":"替换文本","Enter image caption":"输入图片标题","Insert image":"插入图像","Replace image":"替换图片","Upload from computer":"从电脑上传","Replace from computer":"从电脑替换","Upload image from computer":"从电脑上传图片","Image from computer":"从计算机中选择图片","Replace image from computer":"从电脑替换图片","Upload failed":"上传失败","Image toolbar":"图片工具栏","Resize image":"调整图像大小","Resize image to %0":"调整图像大小为%0","Resize image to the original size":"调整图像大小为原始大小","Resize image (in %0)":"调整图片大小(单位为 %0)","Original":"原始大小","Custom image size":"自定义图片大小","Custom":"自定义","Image resize list":"图片大小列表","Insert":"插入","Update":"更新","Insert image via URL":"通过URL地址插入图片","Update image URL":"更新图片URL地址","Caption for the image":"图片说明:","Caption for image: %0":"图片说明:%0","The value must not be empty.":"该值不能为空。","The value should be a plain number.":"该值应当为纯数字。","Uploading image":"正在上传图片","Image upload complete":"图片上传完成","Error during image upload":"图片上传时出错","HTML object":"HTML对象","Insert HTML":"插入 HTML","HTML snippet":"HTML 代码片段","Paste raw HTML here...":"在这里粘贴 HTML 源代码","Edit source":"编辑源代码","Save changes":"保存更改","No preview available":"预览不可用","Empty snippet content":"空片段内容","Horizontal line":"水平线","Yellow marker":"黄色标记","Green marker":"绿色标记","Pink marker":"粉色标记","Blue marker":"蓝色标记","Red pen":"红色笔","Green pen":"绿色笔","Remove highlight":"清除高亮","Highlight":"高亮","Text highlight toolbar":"文本高亮工具栏","Paragraph":"段落","Heading":"标题","Choose heading":"标题类型","Heading 1":"标题 1","Heading 2":"标题 2","Heading 3":"标题 3","Heading 4":"标题 4","Heading 5":"标题 5","Heading 6":"标题 6","Type your title":"输入标题","Type or paste your content here.":"在这里输入或粘贴内容","Font Size":"字体大小","Tiny":"极小","Small":"小","Big":"大","Huge":"极大","Font Family":"字体","Default":"默认","Font Color":"字体颜色","Font Background Color":"字体背景色","Document colors":"文档中的颜色","Find and replace":"查找和替换","Find in text…":"查找的文本","Find":"查找","Previous result":"上一个匹配项","Next result":"下一个匹配项","Replace":"替换","Replace all":"全部替换","Match case":"区分大小写","Whole words only":"单词","Replace with…":"替换的文本","Text to find must not be empty.":"查找的文本不可为空","Tip: Find some text first in order to replace it.":"提示:先查找文本再替换","Advanced options":"高级选项","Find in the document":"在文档中查找","Insert a soft break (a <code><br></code> element)":"插入软换行(一个<code><br></code> 元素)","Insert a hard break (a new paragraph)":"插入硬换行(新段落)","Cancel":"取消","Clear":"清除","Remove color":"移除颜色","Restore default":"恢复默认","Save":"保存","Show more items":"显示更多","%0 of %1":"第 %0 步,共 %1 步","Cannot upload file:":"无法上传的文件:","Rich Text Editor. Editing area: %0":"富文本编辑器。编辑区域:%0","Insert with file manager":"使用文件管理器插入","Replace with file manager":"使用文件管理器替换","Insert image with file manager":"使用文件管理器插入图片","Replace image with file manager":"使用文件管理器替换图片","Toggle caption off":"关闭表标题","Toggle caption on":"打开表标题","Content editing keystrokes":"内容编辑按键","These keyboard shortcuts allow for quick access to content editing features.":"这些键盘快捷键允许快速访问内容编辑功能。","User interface and content navigation keystrokes":"用户界面和内容导航按键","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"使用以下按键可以在 CKEditor 5 用户界面中进行更有效地导览。","Close contextual balloons, dropdowns, and dialogs":"关闭上下文气泡框、下拉菜单和对话框","Open the accessibility help dialog":"打开“无障碍辅助功能帮助”对话框","Move focus between form fields (inputs, buttons, etc.)":"在表单字段(输入、按钮等)之间移动焦点","Move focus to the menu bar, navigate between menu bars":"将焦点移到菜单栏,在菜单栏之间导航","Move focus to the toolbar, navigate between toolbars":"将焦点移至工具栏,在工具栏之间导览","Navigate through the toolbar or menu bar":"通过工具栏或菜单栏进行导航","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"执行当前聚焦的按钮。执行与编辑器内容交互的按钮将焦点返回到内容。","Accept":"接受","Insert code block":"插入代码块","Plain text":"纯文本","Leaving %0 code snippet":"正在退出 %0 代码片段","Entering %0 code snippet":"正在输入 %0 代码片段","Entering code snippet":"正在输入代码片段","Leaving code snippet":"正在退出代码片段","Code block":"代码块","Copy selected content":"复制选定的内容","Paste content":"粘贴内容","Paste content as plain text":"将内容粘贴为纯文本","Insert image or file":"插入图片或文件","Image or file":"图片或文件","Could not obtain resized image URL.":"无法获取重设大小的图片URL","Selecting resized image failed":"选择重设大小的图片失败","Could not insert image at the current position.":"无法在当前位置插入图片","Inserting image failed":"插入图片失败","Open file manager":"打开文件管理器","Cannot determine a category for the uploaded file.":"无法确定上传文件的类别。","Cannot access default workspace.":"无法访问默认工作区","Edit image":"编辑图片","Processing the edited image.":"正在处理已编辑的图片。","Server failed to process the image.":"服务器未能处理图片。","Failed to determine category of edited image.":"未能确定已编辑图片的类别。","Block quote":"块引用","Bold":"加粗","Italic":"倾斜","Underline":"下划线","Code":"代码","Strikethrough":"删除线","Subscript":"下标","Superscript":"上标","Italic text":"斜体文本","Move out of an inline code style":"摆脱内联代码风格","Bold text":"加粗字体","Underline text":"给文本添加下划线","Strikethrough text":"给文本添加删除线","Saving changes":"正在保存更改","Revert autoformatting action":"恢复自动格式化操作","Align left":"左对齐","Align right":"右对齐","Align center":"居中对齐","Justify":"两端对齐","Text alignment":"对齐","Text alignment toolbar":"对齐工具栏"},getPluralForm(n){return 0;}}}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
( e => {
|
7
|
+
const { [ 'zh-cn' ]: { dictionary, getPluralForm } } = {"zh-cn":{"dictionary":{"Words: %0":"单词数:%0","Characters: %0":"字符数:%0","Widget toolbar":"小部件工具栏","Insert paragraph before block":"在前面插入段落","Insert paragraph after block":"在后面插入段落","Press Enter to type after or press Shift + Enter to type before the widget":"按下“Enter”键,在小组件后输入;按下“Shift+Enter”键,在小组件前输入","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"当小组件被选中时(例如:图片、表格等)可以使用的按键","Insert a new paragraph directly after a widget":"直接在小组件之后插入新段落","Insert a new paragraph directly before a widget":"直接在小组件之前插入新段落","Move the caret to allow typing directly before a widget":"移动插入符,以允许在小组件之前直接输入文字","Move the caret to allow typing directly after a widget":"移动插入符,以允许在小组件之后直接输入文字","Upload in progress":"正在上传","Undo":"撤销","Redo":"重做","Rich Text Editor":"富文本编辑器","Editor editing area: %0":"编辑器编辑区域:%0","Edit block":"编辑框","Click to edit block":"单击以编辑块","Drag to move":"拖拽以移动","Next":"下一步","Previous":"上一步","Editor toolbar":"编辑器工具栏","Dropdown toolbar":"下拉工具栏","Black":"黑色","Dim grey":"暗灰色","Grey":"灰色","Light grey":"浅灰色","White":"白色","Red":"红色","Orange":"橙色","Yellow":"黄色","Light green":"浅绿色","Green":"绿色","Aquamarine":"海蓝色","Turquoise":"青色","Light blue":"浅蓝色","Blue":"蓝色","Purple":"紫色","Editor block content toolbar":"编辑器块内容工具栏","Editor contextual toolbar":"编辑器上下文工具栏","HEX":"十六进制","No results found":"未找到结果","No searchable items":"没有可搜索的项目","Editor dialog":"编辑器对话框","Close":"关闭","Help Contents. To close this dialog press ESC.":"帮助内容。要关闭此对话框,请按 ESC 键。","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"您可以在下方找到可在编辑器中使用的键盘快捷键列表。","(may require <kbd>Fn</kbd>)":"(可能需要用到 <kbd>Fn</kbd>键)","Accessibility":"可访问性","Accessibility help":"无障碍辅助功能帮助","Press %0 for help.":"按 %0 获取帮助。","Move focus in and out of an active dialog window":"将焦点移入或移出活跃的对话框窗口","MENU_BAR_MENU_FILE":"文件","MENU_BAR_MENU_EDIT":"编辑","MENU_BAR_MENU_VIEW":"查看","MENU_BAR_MENU_INSERT":"插入","MENU_BAR_MENU_FORMAT":"格式","MENU_BAR_MENU_TOOLS":"工具","MENU_BAR_MENU_HELP":"帮助","MENU_BAR_MENU_TEXT":"文本","MENU_BAR_MENU_FONT":"字体","Editor menu bar":"编辑器菜单栏","Please enter a valid color (e.g. \"ff0000\").":"请输入有效的颜色(例如“ff0000”)。","Insert table":"插入表格","Header column":"标题列","Insert column left":"左侧插入列","Insert column right":"右侧插入列","Delete column":"删除本列","Select column":"选择列","Column":"列","Header row":"标题行","Insert row below":"在下面插入一行","Insert row above":"在上面插入一行","Delete row":"删除本行","Select row":"选择行","Row":"行","Merge cell up":"向上合并单元格","Merge cell right":"向右合并单元格","Merge cell down":"向下合并单元格","Merge cell left":"向左合并单元格","Split cell vertically":"纵向拆分单元格","Split cell horizontally":"横向拆分单元格","Merge cells":"合并单元格","Table toolbar":"表格工具栏","Table properties":"表格属性","Cell properties":"单元格属性","Border":"边框","Style":"样式","Width":"宽度","Height":"高度","Color":"颜色","Background":"背景","Padding":"内边距","Dimensions":"尺寸","Table cell text alignment":"表格单元格中的文本水平对齐","Alignment":"对齐","Horizontal text alignment toolbar":"水平文本对齐工具栏","Vertical text alignment toolbar":"垂直文本对齐工具栏","Table alignment toolbar":"表格对齐工具栏","None":"无","Solid":"实线","Dotted":"点状虚线","Dashed":"虚线","Double":"双线","Groove":"凹槽边框","Ridge":"垄状边框","Inset":"凹边框","Outset":"凸边框","Align cell text to the left":"使单元格文本左对齐","Align cell text to the center":"使单元格文本水平居中","Align cell text to the right":"使单元格文本右对齐","Justify cell text":"对齐单元格文本","Align cell text to the top":"使单元格文本对齐到顶部","Align cell text to the middle":"使单元格文本垂直居中","Align cell text to the bottom":"使单元格文本对齐到底部","Align table to the left":"使表格左对齐","Center table":"表格居中","Align table to the right":"使表格右对齐","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"颜色无效。尝试使用\"#FF0000\"、\"rgb(255,0,0)\"或者\"red\"。","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"无效值。尝试使用“10px”、“2ex”或者只写“2”。","Color picker":"颜色选择器","Enter table caption":"输入表标题","Keystrokes that can be used in a table cell":"可在表格单元格中使用的按键","Move the selection to the next cell":"将所选内容移动到下一个单元格","Move the selection to the previous cell":"将所选内容移至上一个单元格","Insert a new table row (when in the last cell of a table)":"插入新的表格行(当位于表格的最后一个单元格时)","Navigate through the table":"在表格中进行导览","Table":"表格","Styles":"样式","Multiple styles":"多样式","Block styles":"块级样式","Text styles":"文本样式","Special characters":"特殊字符","All":"全部","Arrows":"箭头","Currency":"货币","Latin":"拉丁文","Mathematical":"数学","Text":"文本","leftwards simple arrow":"向左简单箭头","rightwards simple arrow":"向右简单箭头","upwards simple arrow":"向上简单箭头","downwards simple arrow":"向下简单箭头","leftwards double arrow":"向左双箭头","rightwards double arrow":"向右双箭头","upwards double arrow":"向上双箭头","downwards double arrow":"向下双箭头","leftwards dashed arrow":"向左虚线箭头","rightwards dashed arrow":"向右虚线箭头","upwards dashed arrow":"向上虚线箭头","downwards dashed arrow":"向下虚线箭头","leftwards arrow to bar":"头部带杠的向左箭头","rightwards arrow to bar":"头部带杠的向右箭头","upwards arrow to bar":"头部带杠的向上箭头","downwards arrow to bar":"头部带杠的向下箭头","up down arrow with base":"处于基线的上下箭头","back with leftwards arrow above":"带有back标识的向左箭头","end with leftwards arrow above":"带有end标识的向左箭头","on with exclamation mark with left right arrow above":"带有NO!标识的左右双向箭头","soon with rightwards arrow above":"带有soon标识的向右箭头","top with upwards arrow above":"带有top标识的向上箭头","Dollar sign":"美元符号","Euro sign":"欧元符号","Yen sign":"日元符号","Pound sign":"英镑符号","Cent sign":"分币符号","Euro-currency sign":"欧元货币符号","Colon sign":"科朗符号","Cruzeiro sign":"克鲁塞罗符号","French franc sign":"法国法郎符号","Lira sign":"里拉符号","Currency sign":"货币符号","Bitcoin sign":"比特币符号","Mill sign":"密尔符号","Naira sign":"奈拉符号","Peseta sign":"比塞塔符号","Rupee sign":"卢比符号","Won sign":"韩元符号","New sheqel sign":"新谢克尔符号","Dong sign":"越南盾符号","Kip sign":" 基普符号","Tugrik sign":"图格里克符号","Drachma sign":"德拉克马符号","German penny sign":"德国便士符号","Peso sign":"比索符号","Guarani sign":"瓜拉尼货币符号","Austral sign":"澳大利亚货币符号","Hryvnia sign":"戈里夫纳符号","Cedi sign":"塞地符号","Livre tournois sign":"里弗尔符号","Spesmilo sign":"斯佩斯米洛符号","Tenge sign":"坚戈符号","Indian rupee sign":"印度卢比符号","Turkish lira sign":"土耳其里拉符号","Nordic mark sign":"北欧马克征符号","Manat sign":"马纳特符号","Ruble sign":"俄罗斯卢布","Latin capital letter a with macron":"带长音符的大写拉丁字母a","Latin small letter a with macron":"带长音符的小写拉丁字母a","Latin capital letter a with breve":"带短音符的大写拉丁字母a","Latin small letter a with breve":"带短音符的小写拉丁字母a","Latin capital letter a with ogonek":"带反尾形符的大写拉丁字母a","Latin small letter a with ogonek":"带反尾形符的小写拉丁字母a","Latin capital letter c with acute":"带锐音符的大写拉丁字母c","Latin small letter c with acute":"带锐音符的小写拉丁字母c","Latin capital letter c with circumflex":"带扬抑符的大写拉丁字母c","Latin small letter c with circumflex":"带扬抑符的小写拉丁字母c","Latin capital letter c with dot above":"带上点的大写拉丁字母c","Latin small letter c with dot above":"带上点的小写拉丁字母c","Latin capital letter c with caron":"带抑扬符的大写拉丁字母c","Latin small letter c with caron":"带抑扬符的小写拉丁字母c","Latin capital letter d with caron":"带抑扬符的大写拉丁字母d","Latin small letter d with caron":"带抑扬符的小写拉丁字母d","Latin capital letter d with stroke":"带删节线的大写拉丁字母d","Latin small letter d with stroke":"带删节线的小写拉丁字母d","Latin capital letter e with macron":"带长音符的大写拉丁字母e","Latin small letter e with macron":"带长音符的小写拉丁字母e","Latin capital letter e with breve":"带短音符的大写拉丁字母e","Latin small letter e with breve":"带短音符的小写拉丁字母e","Latin capital letter e with dot above":"带上点的大写拉丁字母e","Latin small letter e with dot above":"带上点的小写拉丁字母e","Latin capital letter e with ogonek":"带反尾形符的大写拉丁字母e","Latin small letter e with ogonek":"带反尾形符的小写拉丁字母e","Latin capital letter e with caron":"带抑扬符的大写拉丁字母e","Latin small letter e with caron":"带抑扬符的小写拉丁字母e","Latin capital letter g with circumflex":"带扬抑符的大写拉丁字母g","Latin small letter g with circumflex":"带扬抑符的小写拉丁字母g","Latin capital letter g with breve":"带短音符的大写拉丁字母g","Latin small letter g with breve":"带短音符的小写拉丁字母g","Latin capital letter g with dot above":"带上点的大写拉丁字母g","Latin small letter g with dot above":"带上点的小写拉丁字母g","Latin capital letter g with cedilla":"带软音符的大写拉丁字母g","Latin small letter g with cedilla":"带软音符的小写拉丁字母g","Latin capital letter h with circumflex":"带扬抑符的大写拉丁字母h","Latin small letter h with circumflex":"带扬抑符的小写拉丁字母h","Latin capital letter h with stroke":"带删节线的大写拉丁字母h","Latin small letter h with stroke":"带删节线的小写拉丁字母h","Latin capital letter i with tilde":"带腭化符的大写拉丁字母i","Latin small letter i with tilde":"带腭化符的小写拉丁字母i","Latin capital letter i with macron":"带长音符的大写拉丁字母i","Latin small letter i with macron":"带长音符的小写拉丁字母i","Latin capital letter i with breve":"带短音符的大写拉丁字母i","Latin small letter i with breve":"带短音符的小写拉丁字母i","Latin capital letter i with ogonek":"带反尾形符的大写拉丁字母i","Latin small letter i with ogonek":"带反尾形符的小写拉丁字母i","Latin capital letter i with dot above":"带上点的大写拉丁字母i","Latin small letter dotless i":"没有点的小写拉丁字母i","Latin capital ligature ij":"大写拉丁连字符ij","Latin small ligature ij":"小写拉丁连字符ij","Latin capital letter j with circumflex":"带扬抑符的大写拉丁字母j","Latin small letter j with circumflex":"带扬抑符的小写拉丁字母j","Latin capital letter k with cedilla":"带软音符的大写拉丁字母k","Latin small letter k with cedilla":"带软音符的小写拉丁字母k","Latin small letter kra":"小写拉丁字母kra","Latin capital letter l with acute":"带锐音符的大写拉丁字母l","Latin small letter l with acute":"带锐音符的小写拉丁字母l","Latin capital letter l with cedilla":"带软音符的大写拉丁字母l","Latin small letter l with cedilla":"带软音符的小写拉丁字母l","Latin capital letter l with caron":"带抑扬符的大写拉丁字母l","Latin small letter l with caron":"带抑扬符的小写拉丁字母l","Latin capital letter l with middle dot":"带中点的大写拉丁字母l","Latin small letter l with middle dot":"带中点的小写拉丁字母l","Latin capital letter l with stroke":"带删节线的大写拉丁字母l","Latin small letter l with stroke":"带删节线的小写拉丁字母l","Latin capital letter n with acute":"带锐音符的大写拉丁字母n","Latin small letter n with acute":"带锐音符的小写拉丁字母n","Latin capital letter n with cedilla":"带软音符的大写拉丁字母n","Latin small letter n with cedilla":"带软音符的小写拉丁字母n","Latin capital letter n with caron":"带抑扬符的大写拉丁字母n","Latin small letter n with caron":"带抑扬符的小写拉丁字母n","Latin small letter n preceded by apostrophe":"冠以撇号的小写拉丁字母n","Latin capital letter eng":"大写拉丁字母eng","Latin small letter eng":"小写拉丁字母eng","Latin capital letter o with macron":"带长音符的大写拉丁字母o","Latin small letter o with macron":"带长音符的小写拉丁字母o","Latin capital letter o with breve":"带短音符的大写拉丁字母o","Latin small letter o with breve":"带短音符的小写拉丁字母o","Latin capital letter o with double acute":"带双锐音符的大写拉丁字母o","Latin small letter o with double acute":"带双锐音符的小写拉丁字母o","Latin capital ligature oe":"大写拉丁连字符oe","Latin small ligature oe":"小写拉丁连字符oe","Latin capital letter r with acute":"带锐音符的大写拉丁字母r","Latin small letter r with acute":"带锐音符的小写拉丁字母r","Latin capital letter r with cedilla":"带软音符的大写拉丁字母r","Latin small letter r with cedilla":"带软音符的小写拉丁字母r","Latin capital letter r with caron":"带抑扬符的大写拉丁字母r","Latin small letter r with caron":"带抑扬符的小写拉丁字母r","Latin capital letter s with acute":"带锐音符的大写拉丁字母s","Latin small letter s with acute":"带锐音符的小写拉丁字母s","Latin capital letter s with circumflex":"带扬抑符的大写拉丁字母s","Latin small letter s with circumflex":"带扬抑符的小写拉丁字母s","Latin capital letter s with cedilla":"带软音符的大写拉丁字母s","Latin small letter s with cedilla":"带软音符的小写拉丁字母s","Latin capital letter s with caron":"带抑扬符的大写拉丁字母s","Latin small letter s with caron":"带抑扬符的小写拉丁字母s","Latin capital letter t with cedilla":"带软音符的大写拉丁字母t","Latin small letter t with cedilla":"带软音符的小写拉丁字母t","Latin capital letter t with caron":"带抑扬符的大写拉丁字母t","Latin small letter t with caron":"带抑扬符的小写拉丁字母t","Latin capital letter t with stroke":"带删节线的大写拉丁字母t","Latin small letter t with stroke":"带删节线的小写拉丁字母t","Latin capital letter u with tilde":"带腭化符的大写拉丁字母u","Latin small letter u with tilde":"带腭化符的小写拉丁字母u","Latin capital letter u with macron":"带长音符的大写拉丁字母u","Latin small letter u with macron":"带长音符的小写拉丁字母u","Latin capital letter u with breve":"带短音符的大写拉丁字母u","Latin small letter u with breve":"带短音符的小写拉丁字母u","Latin capital letter u with ring above":"带上圆圈的大写拉丁字母u","Latin small letter u with ring above":"带上圆圈的小写拉丁字母u","Latin capital letter u with double acute":"带双锐音符的大写拉丁字母u","Latin small letter u with double acute":"带双锐音符的小写拉丁字母u","Latin capital letter u with ogonek":"带反尾形符的大写拉丁字母u","Latin small letter u with ogonek":"带反尾形符的小写拉丁字母u","Latin capital letter w with circumflex":"带扬抑符的大写拉丁字母w","Latin small letter w with circumflex":"带扬抑符的小写拉丁字母w","Latin capital letter y with circumflex":"带扬抑符的大写拉丁字母y","Latin small letter y with circumflex":"带扬抑符的小写拉丁字母y","Latin capital letter y with diaeresis":"带分音符的大写拉丁字母y","Latin capital letter z with acute":"带锐音符的大写拉丁字母z","Latin small letter z with acute":"带锐音符的小写拉丁字母z","Latin capital letter z with dot above":"带上点的大写拉丁字母z","Latin small letter z with dot above":"带上点的小写拉丁字母z","Latin capital letter z with caron":"带抑扬符的大写拉丁字母z","Latin small letter z with caron":"带抑扬符的小写拉丁字母z","Latin small letter long s":"小写拉丁字母长s","Less-than sign":"小于号","Greater-than sign":"大于号","Less-than or equal to":"小于等于","Greater-than or equal to":"大于等于","En dash":"短破折号","Em dash":"长破折号","Macron":"长音符号","Overline":"上划线","Degree sign":"度数符号","Minus sign":"负号","Plus-minus sign":"正负号","Division sign":"除号","Fraction slash":"分数斜线","Multiplication sign":"称号","Latin small letter f with hook":"带钩的拉丁文小写字母 F","Integral":"积分","N-ary summation":"N 元求和","Infinity":"无穷大","Square root":"平方根","Tilde operator":"波浪线运算符","Approximately equal to":"近似等于","Almost equal to":"约等于","Not equal to":"不等于","Identical to":"恒等于","Element of":"属于","Not an element of":"不属于","Contains as member":"包含","N-ary product":"N 元乘积","Logical and":"逻辑与","Logical or":"逻辑或","Not sign":"非","Intersection":"交集","Union":"并集","Partial differential":"偏微分","For all":"对于全部","There exists":"存在","Empty set":"空集","Nabla":"劈形算符","Asterisk operator":"星号运算符","Proportional to":"比例","Angle":"角","Vulgar fraction one quarter":"普通分数四分之一","Vulgar fraction one half":"普通分数二分之一","Vulgar fraction three quarters":"普通分数四分之三","Single left-pointing angle quotation mark":"单左尖括号","Single right-pointing angle quotation mark":"单右尖括号","Left-pointing double angle quotation mark":"双左尖括号","Right-pointing double angle quotation mark":"双右尖括号","Left single quotation mark":"左单引号","Right single quotation mark":"右单引号","Left double quotation mark":"左双引号","Right double quotation mark":"右双引号","Single low-9 quotation mark":"低位后单引号","Double low-9 quotation mark":"低位后双引号","Inverted exclamation mark":"反感叹号","Inverted question mark":"反问号","Two dot leader":"二点前导符","Horizontal ellipsis":"省略号","Double dagger":"双剑号","Per mille sign":"千分号","Per ten thousand sign":"万分号","Double exclamation mark":"双叹号","Question exclamation mark":"疑问感叹号","Exclamation question mark":"感叹疑问号","Double question mark":"双问号","Copyright sign":"版权符号","Registered sign":"注册商标","Trade mark sign":"商标符号","Section sign":"节标记","Paragraph sign":"段落符号","Reversed paragraph sign":"反向段落符号","Character categories":"字符类别","Source":"源代码","Show source":"显示源代码","Show blocks":"显示区块","Select all":"全选","Disable editing":"禁用编辑","Enable editing":"允许编辑","Previous editable region":"上一个可编辑区域","Next editable region":"下一个可编辑区域","Navigate editable regions":"导航至可编辑区域","Remove Format":"移除格式","Page break":"分页符","media widget":"媒体小部件","Media URL":"媒体URL","Paste the media URL in the input.":"在输入中粘贴媒体URL","Tip: Paste the URL into the content to embed faster.":"提示:将URL粘贴到内容中可更快地嵌入","The URL must not be empty.":"URL不可以为空。","This media URL is not supported.":"不支持此媒体URL。","Insert media":"插入媒体","Media toolbar":"媒体工具栏","Open media in new tab":"在新标签页打开媒体","Numbered List":"项目编号列表","Bulleted List":"项目符号列表","To-do List":"待办列表","Bulleted list styles toolbar":"项目符号列表样式工具条","Numbered list styles toolbar":"项目编号列表样式工具条","Toggle the disc list style":"切换实心原点列表样式","Toggle the circle list style":"切换空心原点列表样式","Toggle the square list style":"切换实心方块列表样式","Toggle the decimal list style":"切换阿拉伯数字列表样式","Toggle the decimal with leading zero list style":"切换前导零阿拉伯数字列表样式","Toggle the lower–roman list style":"切换小写罗马数字列表样式","Toggle the upper–roman list style":"切换大写罗马数字列表样式","Toggle the lower–latin list style":"切换小写拉丁字母列表样式","Toggle the upper–latin list style":"切换大写拉丁字母列表样式","Disc":"实心圆点","Circle":"空心圆点","Square":"实心方块","Decimal":"阿拉伯数字","Decimal with leading zero":"前导零阿拉伯数字","Lower–roman":"小写罗马数字","Upper-roman":"大写罗马数字","Lower-latin":"小写拉丁字母","Upper-latin":"大写拉丁字母","List properties":"列表属性","Start at":"起始编号","Invalid start index value.":"无效的起始索引值。","Start index must be greater than 0.":"起始编号必须大于0。","Reversed order":"顺序反转","Keystrokes that can be used in a list":"可在列表中使用的按键","Increase list item indent":"增加列表项的缩进","Decrease list item indent":"减少列表项的缩进","Entering a to-do list":"正在输入待办事项清单","Leaving a to-do list":"正在退出待办事项清单","Unlink":"取消超链接","Link":"超链接","Link URL":"链接网址","Link URL must not be empty.":"链接 URL 不能为空。","Link image":"链接图片","Edit link":"修改链接","Open link in new tab":"在新标签页中打开链接","This link has no URL":"此链接没有设置网址","Open in a new tab":"在新标签页中打开","Downloadable":"可下载","Create link":"创建链接","Move out of a link":"移出链接","Language":"语言","Choose language":"选择语言","Remove language":"移除语言","Increase indent":"增加缩进","Decrease indent":"减少缩进","image widget":"图片组件","Wrap text":"文字环绕","Break text":"文字断行","In line":"行内","Side image":"图片侧边显示","Full size image":"全尺寸图片","Left aligned image":"图片左侧对齐","Centered image":"图片居中","Right aligned image":"图片右侧对齐","Change image text alternative":"更改图片替换文本","Text alternative":"替换文本","Enter image caption":"输入图片标题","Insert image":"插入图像","Replace image":"替换图片","Upload from computer":"从电脑上传","Replace from computer":"从电脑替换","Upload image from computer":"从电脑上传图片","Image from computer":"从计算机中选择图片","Replace image from computer":"从电脑替换图片","Upload failed":"上传失败","Image toolbar":"图片工具栏","Resize image":"调整图像大小","Resize image to %0":"调整图像大小为%0","Resize image to the original size":"调整图像大小为原始大小","Resize image (in %0)":"调整图片大小(单位为 %0)","Original":"原始大小","Custom image size":"自定义图片大小","Custom":"自定义","Image resize list":"图片大小列表","Insert":"插入","Update":"更新","Insert image via URL":"通过URL地址插入图片","Update image URL":"更新图片URL地址","Caption for the image":"图片说明:","Caption for image: %0":"图片说明:%0","The value must not be empty.":"该值不能为空。","The value should be a plain number.":"该值应当为纯数字。","Uploading image":"正在上传图片","Image upload complete":"图片上传完成","Error during image upload":"图片上传时出错","HTML object":"HTML对象","Insert HTML":"插入 HTML","HTML snippet":"HTML 代码片段","Paste raw HTML here...":"在这里粘贴 HTML 源代码","Edit source":"编辑源代码","Save changes":"保存更改","No preview available":"预览不可用","Empty snippet content":"空片段内容","Horizontal line":"水平线","Yellow marker":"黄色标记","Green marker":"绿色标记","Pink marker":"粉色标记","Blue marker":"蓝色标记","Red pen":"红色笔","Green pen":"绿色笔","Remove highlight":"清除高亮","Highlight":"高亮","Text highlight toolbar":"文本高亮工具栏","Paragraph":"段落","Heading":"标题","Choose heading":"标题类型","Heading 1":"标题 1","Heading 2":"标题 2","Heading 3":"标题 3","Heading 4":"标题 4","Heading 5":"标题 5","Heading 6":"标题 6","Type your title":"输入标题","Type or paste your content here.":"在这里输入或粘贴内容","Font Size":"字体大小","Tiny":"极小","Small":"小","Big":"大","Huge":"极大","Font Family":"字体","Default":"默认","Font Color":"字体颜色","Font Background Color":"字体背景色","Document colors":"文档中的颜色","Find and replace":"查找和替换","Find in text…":"查找的文本","Find":"查找","Previous result":"上一个匹配项","Next result":"下一个匹配项","Replace":"替换","Replace all":"全部替换","Match case":"区分大小写","Whole words only":"单词","Replace with…":"替换的文本","Text to find must not be empty.":"查找的文本不可为空","Tip: Find some text first in order to replace it.":"提示:先查找文本再替换","Advanced options":"高级选项","Find in the document":"在文档中查找","Insert a soft break (a <code><br></code> element)":"插入软换行(一个<code><br></code> 元素)","Insert a hard break (a new paragraph)":"插入硬换行(新段落)","Cancel":"取消","Clear":"清除","Remove color":"移除颜色","Restore default":"恢复默认","Save":"保存","Show more items":"显示更多","%0 of %1":"第 %0 步,共 %1 步","Cannot upload file:":"无法上传的文件:","Rich Text Editor. Editing area: %0":"富文本编辑器。编辑区域:%0","Insert with file manager":"使用文件管理器插入","Replace with file manager":"使用文件管理器替换","Insert image with file manager":"使用文件管理器插入图片","Replace image with file manager":"使用文件管理器替换图片","Toggle caption off":"关闭表标题","Toggle caption on":"打开表标题","Content editing keystrokes":"内容编辑按键","These keyboard shortcuts allow for quick access to content editing features.":"这些键盘快捷键允许快速访问内容编辑功能。","User interface and content navigation keystrokes":"用户界面和内容导航按键","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"使用以下按键可以在 CKEditor 5 用户界面中进行更有效地导览。","Close contextual balloons, dropdowns, and dialogs":"关闭上下文气泡框、下拉菜单和对话框","Open the accessibility help dialog":"打开“无障碍辅助功能帮助”对话框","Move focus between form fields (inputs, buttons, etc.)":"在表单字段(输入、按钮等)之间移动焦点","Move focus to the menu bar, navigate between menu bars":"将焦点移到菜单栏,在菜单栏之间导航","Move focus to the toolbar, navigate between toolbars":"将焦点移至工具栏,在工具栏之间导览","Navigate through the toolbar or menu bar":"通过工具栏或菜单栏进行导航","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"执行当前聚焦的按钮。执行与编辑器内容交互的按钮将焦点返回到内容。","Accept":"接受","Insert code block":"插入代码块","Plain text":"纯文本","Leaving %0 code snippet":"正在退出 %0 代码片段","Entering %0 code snippet":"正在输入 %0 代码片段","Entering code snippet":"正在输入代码片段","Leaving code snippet":"正在退出代码片段","Code block":"代码块","Copy selected content":"复制选定的内容","Paste content":"粘贴内容","Paste content as plain text":"将内容粘贴为纯文本","Insert image or file":"插入图片或文件","Image or file":"图片或文件","Could not obtain resized image URL.":"无法获取重设大小的图片URL","Selecting resized image failed":"选择重设大小的图片失败","Could not insert image at the current position.":"无法在当前位置插入图片","Inserting image failed":"插入图片失败","Open file manager":"打开文件管理器","Cannot determine a category for the uploaded file.":"无法确定上传文件的类别。","Cannot access default workspace.":"无法访问默认工作区","Edit image":"编辑图片","Processing the edited image.":"正在处理已编辑的图片。","Server failed to process the image.":"服务器未能处理图片。","Failed to determine category of edited image.":"未能确定已编辑图片的类别。","Block quote":"块引用","Bold":"加粗","Italic":"倾斜","Underline":"下划线","Code":"代码","Strikethrough":"删除线","Subscript":"下标","Superscript":"上标","Italic text":"斜体文本","Move out of an inline code style":"摆脱内联代码风格","Bold text":"加粗字体","Underline text":"给文本添加下划线","Strikethrough text":"给文本添加删除线","Saving changes":"正在保存更改","Revert autoformatting action":"恢复自动格式化操作","Align left":"左对齐","Align right":"右对齐","Align center":"居中对齐","Justify":"两端对齐","Text alignment":"对齐","Text alignment toolbar":"对齐工具栏"},getPluralForm(n){return 0;}}};
|
8
|
+
e[ 'zh-cn' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'zh-cn' ].dictionary = Object.assign( e[ 'zh-cn' ].dictionary, dictionary );
|
10
|
+
e[ 'zh-cn' ].getPluralForm = getPluralForm;
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
import type { Translations } from 'ckeditor5';
|
7
|
+
declare const translations: Translations;
|
8
|
+
export default translations;
|