@lotte-innovate/ui-component-test 0.0.121 → 0.0.123
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +6 -6
- package/dist/globals.css +3 -3
- package/dist/lib/Typography/Text/index.mjs +1 -1
- package/dist/lib/color/alpha.mjs +1 -1
- package/dist/lib/color/alpha.mjs.map +1 -1
- package/dist/lib/components/Box/index.d.ts +10 -0
- package/dist/lib/components/Box/index.js +56 -0
- package/dist/lib/components/Box/index.mjs +2 -0
- package/dist/lib/components/Box/index.mjs.map +1 -0
- package/dist/lib/components/Calendar/index.d.ts +8 -0
- package/dist/lib/components/Calendar/index.js +49 -0
- package/dist/lib/components/Calendar/index.mjs +3 -0
- package/dist/lib/components/Calendar/index.mjs.map +1 -0
- package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.d.ts +6 -2
- package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.js +18 -3
- package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.mjs +1 -1
- package/dist/lib/components/Datepicker/index.d.ts +14 -0
- package/dist/lib/components/Datepicker/index.js +35 -0
- package/dist/lib/components/Datepicker/index.mjs +3 -0
- package/dist/lib/components/Datepicker/index.mjs.map +1 -0
- package/dist/lib/components/Dialog/DialogAction.js +3 -2
- package/dist/lib/components/Dialog/DialogAction.mjs +1 -1
- package/dist/lib/components/Dialog/DialogCancel.js +2 -1
- package/dist/lib/components/Dialog/DialogCancel.mjs +1 -1
- package/dist/lib/components/Dialog/DialogRoot.js +1 -1
- package/dist/lib/components/Dialog/DialogRoot.mjs +1 -1
- package/dist/lib/components/Editor/index.d.ts +3 -0
- package/dist/lib/components/Editor/index.js +51 -16
- package/dist/lib/components/Editor/index.mjs +1 -1
- package/dist/lib/components/Footer/index.js +1 -1
- package/dist/lib/components/Footer/index.mjs +1 -1
- package/dist/lib/components/Gnb/GnbLogo.d.ts +1 -0
- package/dist/lib/components/Gnb/GnbLogo.js +2 -2
- package/dist/lib/components/Gnb/GnbLogo.mjs +1 -1
- package/dist/lib/components/Gnb/GnbLogo.mjs.map +1 -1
- package/dist/lib/components/Gnb/GnbMenu.d.ts +0 -2
- package/dist/lib/components/Gnb/GnbMenu.js +2 -5
- package/dist/lib/components/Gnb/GnbMenu.mjs +1 -1
- package/dist/lib/components/Gnb/GnbMenuItem.d.ts +11 -0
- package/dist/lib/components/Gnb/GnbMenuItem.js +46 -0
- package/dist/lib/components/Gnb/GnbMenuItem.mjs +3 -0
- package/dist/lib/components/Gnb/GnbMenuItem.mjs.map +1 -0
- package/dist/lib/components/Gnb/index.d.ts +1 -0
- package/dist/lib/components/Gnb/index.js +2 -0
- package/dist/lib/components/Gnb/index.mjs +1 -1
- package/dist/lib/components/Gnb/index.mjs.map +1 -1
- package/dist/lib/components/Grid/NumberingPagination.d.ts +2 -0
- package/dist/lib/components/Grid/NumberingPagination.js +76 -0
- package/dist/lib/components/Grid/NumberingPagination.mjs +2 -0
- package/dist/lib/components/Grid/NumberingPagination.mjs.map +1 -0
- package/dist/lib/components/Grid/Pagination.js +2 -1
- package/dist/lib/components/Grid/index.js +2 -2
- package/dist/lib/components/Grid/index.mjs +1 -1
- package/dist/lib/components/Grid/useGrid.js +14 -8
- package/dist/lib/components/Grid/useGrid.mjs +1 -1
- package/dist/lib/components/Label/index.d.ts +2 -0
- package/dist/lib/components/Label/index.js +3 -3
- package/dist/lib/components/Label/index.mjs +1 -1
- package/dist/lib/components/Modal/ModalAction.d.ts +11 -0
- package/dist/lib/components/Modal/ModalAction.js +62 -0
- package/dist/lib/components/Modal/ModalAction.mjs +3 -0
- package/dist/lib/components/Modal/ModalAction.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalCancel.d.ts +10 -0
- package/dist/lib/components/Modal/ModalCancel.js +58 -0
- package/dist/lib/components/Modal/ModalCancel.mjs +3 -0
- package/dist/lib/components/Modal/ModalCancel.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalContent.d.ts +11 -0
- package/dist/lib/components/Modal/ModalContent.js +61 -0
- package/dist/lib/components/Modal/ModalContent.mjs +3 -0
- package/dist/lib/components/Modal/ModalContent.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalDescription.d.ts +5 -0
- package/dist/lib/components/Modal/ModalDescription.js +47 -0
- package/dist/lib/components/Modal/ModalDescription.mjs +3 -0
- package/dist/lib/components/Modal/ModalDescription.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalFooter.d.ts +2 -0
- package/dist/lib/components/Modal/ModalFooter.js +30 -0
- package/dist/lib/components/Modal/ModalFooter.mjs +2 -0
- package/dist/lib/components/Modal/ModalFooter.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalRoot.d.ts +16 -0
- package/dist/lib/components/Modal/ModalRoot.js +42 -0
- package/dist/lib/components/Modal/ModalRoot.mjs +3 -0
- package/dist/lib/components/Modal/ModalRoot.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalTitle.d.ts +11 -0
- package/dist/lib/components/Modal/ModalTitle.js +63 -0
- package/dist/lib/components/Modal/ModalTitle.mjs +3 -0
- package/dist/lib/components/Modal/ModalTitle.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalTrigger.d.ts +3 -0
- package/dist/lib/components/Modal/ModalTrigger.js +30 -0
- package/dist/lib/components/Modal/ModalTrigger.mjs +2 -0
- package/dist/lib/components/Modal/ModalTrigger.mjs.map +1 -0
- package/dist/lib/components/Modal/index.d.ts +15 -0
- package/dist/lib/components/Modal/index.js +19 -0
- package/dist/lib/components/Modal/index.mjs +2 -0
- package/dist/lib/components/Modal/index.mjs.map +1 -0
- package/dist/lib/components/Popover/index.mjs.map +1 -1
- package/dist/lib/components/SearchBar/index.d.ts +15 -0
- package/dist/lib/components/SearchBar/index.js +85 -0
- package/dist/lib/components/SearchBar/index.mjs +3 -0
- package/dist/lib/components/SearchBar/index.mjs.map +1 -0
- package/dist/lib/components/SideBar/index.d.ts +21 -0
- package/dist/lib/components/SideBar/index.js +100 -0
- package/dist/lib/components/SideBar/index.mjs +3 -0
- package/dist/lib/components/SideBar/index.mjs.map +1 -0
- package/dist/lib/components/Tabs/DynamicTabs.d.ts +30 -0
- package/dist/lib/components/Tabs/DynamicTabs.js +73 -0
- package/dist/lib/components/Tabs/DynamicTabs.mjs +3 -0
- package/dist/lib/components/Tabs/DynamicTabs.mjs.map +1 -0
- package/dist/lib/components/Tabs/index.d.ts +2 -2
- package/dist/lib/components/TextField/index.d.ts +4 -0
- package/dist/lib/components/TextField/index.js +39 -4
- package/dist/lib/components/TextField/index.mjs +1 -1
- package/dist/lib/components/Timeline/TimelineConnector.js +1 -3
- package/dist/lib/components/Timeline/TimelineConnector.mjs +2 -0
- package/dist/lib/components/Timeline/TimelineConnector.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineContent.mjs +2 -0
- package/dist/lib/components/Timeline/TimelineContent.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineDescription.mjs +2 -0
- package/dist/lib/components/Timeline/TimelineDescription.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineHeader.mjs +2 -0
- package/dist/lib/components/Timeline/TimelineHeader.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineIcon.js +4 -3
- package/dist/lib/components/Timeline/TimelineIcon.mjs +3 -0
- package/dist/lib/components/Timeline/TimelineIcon.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineItem.js +1 -1
- package/dist/lib/components/Timeline/TimelineItem.mjs +2 -0
- package/dist/lib/components/Timeline/TimelineItem.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineRoot.js +13 -7
- package/dist/lib/components/Timeline/TimelineRoot.mjs +3 -0
- package/dist/lib/components/Timeline/TimelineRoot.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineTime.d.ts +3 -1
- package/dist/lib/components/Timeline/TimelineTime.js +16 -4
- package/dist/lib/components/Timeline/TimelineTime.mjs +3 -0
- package/dist/lib/components/Timeline/TimelineTime.mjs.map +1 -0
- package/dist/lib/components/Timeline/TimelineTitle.d.ts +3 -1
- package/dist/lib/components/Timeline/TimelineTitle.js +16 -4
- package/dist/lib/components/Timeline/TimelineTitle.mjs +3 -0
- package/dist/lib/components/Timeline/TimelineTitle.mjs.map +1 -0
- package/dist/lib/components/Timeline/index.mjs +2 -0
- package/dist/lib/components/Timeline/index.mjs.map +1 -0
- package/dist/lib/components/Tooltip/index.d.ts +1 -0
- package/dist/lib/components/Tooltip/index.js +2 -2
- package/dist/lib/components/Tooltip/index.mjs +1 -1
- package/dist/lib/components/index.d.ts +8 -0
- package/dist/lib/components/index.js +8 -0
- package/dist/lib/constants.js +1 -1
- package/dist/lib/constants.mjs +1 -1
- package/dist/lib/constants.mjs.map +1 -1
- package/dist/lib/index.mjs +1 -1
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildLocalizeFn/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildLocalizeFn/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildMatchFn/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildMatchFn/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildMatchPatternFn/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildMatchPatternFn/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatDistance/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatDistance/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatLong/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatLong/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatRelative/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatRelative/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/localize/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/localize/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/match/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/match/index.mjs.map +1 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/index.mjs +2 -0
- package/dist/lib/node_modules/date-fns/esm/locale/ko/index.mjs.map +1 -0
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/lib/types.d.ts +0 -5
- package/dist/lib/utils/classPrefixes.js +3 -0
- package/dist/lib/utils/langs/it.d.ts +0 -0
- package/dist/lib/utils/langs/it.js +2 -0
- package/dist/lib/utils/langs/it.mjs +3 -0
- package/dist/lib/utils/langs/it.mjs.map +1 -0
- package/dist/lib/utils/langs/ja.d.ts +0 -0
- package/dist/lib/utils/langs/ja.js +2 -0
- package/dist/lib/utils/langs/ja.mjs +3 -0
- package/dist/lib/utils/langs/ja.mjs.map +1 -0
- package/dist/lib/utils/langs/ko_KR.d.ts +0 -0
- package/dist/lib/utils/langs/ko_KR.js +2 -0
- package/dist/lib/utils/langs/ko_KR.mjs +3 -0
- package/dist/lib/utils/langs/ko_KR.mjs.map +1 -0
- package/dist/lib/utils/langs/vi.d.ts +0 -0
- package/dist/lib/utils/langs/vi.js +2 -0
- package/dist/lib/utils/langs/vi.mjs +3 -0
- package/dist/lib/utils/langs/vi.mjs.map +1 -0
- package/dist/lib/utils/langs/zh_CN.d.ts +0 -0
- package/dist/lib/utils/langs/zh_CN.js +2 -0
- package/dist/lib/utils/langs/zh_CN.mjs +3 -0
- package/dist/lib/utils/langs/zh_CN.mjs.map +1 -0
- package/dist/lib/utils/useLoadTinyMCE.d.ts +1 -0
- package/dist/lib/utils/useLoadTinyMCE.js +154 -0
- package/dist/lib/utils/useLoadTinyMCE.mjs +2 -0
- package/dist/lib/utils/useLoadTinyMCE.mjs.map +1 -0
- package/dist/lib/utils/useWindowSize.d.ts +1 -0
- package/dist/lib/utils/useWindowSize.js +17 -0
- package/dist/lib/utils/useWindowSize.mjs +2 -0
- package/dist/lib/utils/useWindowSize.mjs.map +1 -0
- package/dist/tailwind.config.js +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -5
- package/dist/lib/components/Grid/Pagination.mjs +0 -2
- package/dist/lib/components/Grid/Pagination.mjs.map +0 -1
- package/public/tinymce/CHANGELOG.md +0 -3453
- package/public/tinymce/README.md +0 -73
- package/public/tinymce/bower.json +0 -27
- package/public/tinymce/composer.json +0 -52
- package/public/tinymce/icons/default/icons.js +0 -194
- package/public/tinymce/icons/default/icons.min.js +0 -1
- package/public/tinymce/icons/default/index.js +0 -7
- package/public/tinymce/license.txt +0 -21
- package/public/tinymce/models/dom/index.js +0 -7
- package/public/tinymce/models/dom/model.js +0 -8040
- package/public/tinymce/models/dom/model.min.js +0 -4
- package/public/tinymce/package.json +0 -32
- package/public/tinymce/plugins/advlist/index.js +0 -7
- package/public/tinymce/plugins/advlist/plugin.js +0 -259
- package/public/tinymce/plugins/advlist/plugin.min.js +0 -4
- package/public/tinymce/plugins/autolink/index.js +0 -7
- package/public/tinymce/plugins/autolink/plugin.js +0 -228
- package/public/tinymce/plugins/autolink/plugin.min.js +0 -4
- package/public/tinymce/plugins/code/index.js +0 -7
- package/public/tinymce/plugins/code/plugin.js +0 -85
- package/public/tinymce/plugins/code/plugin.min.js +0 -4
- package/public/tinymce/plugins/codesample/index.js +0 -7
- package/public/tinymce/plugins/codesample/plugin.js +0 -2463
- package/public/tinymce/plugins/codesample/plugin.min.js +0 -4
- package/public/tinymce/plugins/image/index.js +0 -7
- package/public/tinymce/plugins/image/plugin.js +0 -1505
- package/public/tinymce/plugins/image/plugin.min.js +0 -4
- package/public/tinymce/plugins/link/index.js +0 -7
- package/public/tinymce/plugins/link/plugin.js +0 -1242
- package/public/tinymce/plugins/link/plugin.min.js +0 -4
- package/public/tinymce/plugins/lists/index.js +0 -7
- package/public/tinymce/plugins/lists/plugin.js +0 -2172
- package/public/tinymce/plugins/lists/plugin.min.js +0 -4
- package/public/tinymce/plugins/table/index.js +0 -7
- package/public/tinymce/plugins/table/plugin.js +0 -3462
- package/public/tinymce/plugins/table/plugin.min.js +0 -4
- package/public/tinymce/skins/content/default/content.css +0 -61
- package/public/tinymce/skins/content/default/content.js +0 -2
- package/public/tinymce/skins/content/default/content.min.css +0 -1
- package/public/tinymce/skins/ui/oxide/content.css +0 -785
- package/public/tinymce/skins/ui/oxide/content.inline.css +0 -779
- package/public/tinymce/skins/ui/oxide/content.inline.js +0 -2
- package/public/tinymce/skins/ui/oxide/content.inline.min.css +0 -1
- package/public/tinymce/skins/ui/oxide/content.js +0 -2
- package/public/tinymce/skins/ui/oxide/content.min.css +0 -1
- package/public/tinymce/skins/ui/oxide/skin.css +0 -3763
- package/public/tinymce/skins/ui/oxide/skin.js +0 -2
- package/public/tinymce/skins/ui/oxide/skin.min.css +0 -1
- package/public/tinymce/skins/ui/oxide/skin.shadowdom.css +0 -30
- package/public/tinymce/skins/ui/oxide/skin.shadowdom.js +0 -2
- package/public/tinymce/skins/ui/oxide/skin.shadowdom.min.css +0 -1
- package/public/tinymce/skins/ui/oxide-dark/content.css +0 -766
- package/public/tinymce/skins/ui/oxide-dark/content.inline.css +0 -779
- package/public/tinymce/skins/ui/oxide-dark/content.inline.js +0 -2
- package/public/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -1
- package/public/tinymce/skins/ui/oxide-dark/content.js +0 -2
- package/public/tinymce/skins/ui/oxide-dark/content.min.css +0 -1
- package/public/tinymce/skins/ui/oxide-dark/skin.css +0 -3766
- package/public/tinymce/skins/ui/oxide-dark/skin.js +0 -2
- package/public/tinymce/skins/ui/oxide-dark/skin.min.css +0 -1
- package/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +0 -30
- package/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +0 -2
- package/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +0 -1
- package/public/tinymce/themes/silver/index.js +0 -7
- package/public/tinymce/themes/silver/theme.js +0 -30775
- package/public/tinymce/themes/silver/theme.min.js +0 -384
- package/public/tinymce/tinymce.d.ts +0 -3238
- package/public/tinymce/tinymce.js +0 -31779
- package/public/tinymce/tinymce.min.js +0 -384
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ko_KR.mjs","sources":["../../../lib/utils/langs/ko_KR.js"],"sourcesContent":["\"use strict\";\ntinymce.addI18n(\"ko_KR\", { \"#\": \"#\", \"Accessibility\": \"\\uc811\\uadfc\\uc131\", \"Accordion\": \"\", \"Accordion body...\": \"\", \"Accordion summary...\": \"\", \"Action\": \"\\uc791\\uc5c5\", \"Activity\": \"\\ud65c\\ub3d9\", \"Address\": \"\\uc8fc\\uc18c\", \"Advanced\": \"\\uc0c1\\uc138\", \"Align\": \"\\uc815\\ub82c\", \"Align center\": \"\\uc911\\uc559 \\uc815\\ub82c\", \"Align left\": \"\\uc67c\\ucabd \\uc815\\ub82c\", \"Align right\": \"\\uc624\\ub978\\ucabd \\uc815\\ub82c\", \"Alignment\": \"\\uc815\\ub82c\", \"Alignment {0}\": \"\", \"All\": \"\\ubaa8\\ub450\", \"Alternative description\": \"\\ub300\\uccb4 \\uc124\\uba85\\ubb38\", \"Alternative source\": \"\\ub300\\uccb4 \\uc18c\\uc2a4\", \"Alternative source URL\": \"\\ub300\\uccb4 \\uc18c\\uc2a4 URL\", \"Anchor\": \"\\ub9c1\\ud06c \\uc9c0\\uc810\", \"Anchor...\": \"\\uc575\\ucee4...\", \"Anchors\": \"\\uc575\\ucee4\", \"Animals and Nature\": \"\\ub3d9\\ubb3c\\uacfc \\uc790\\uc5f0\", \"Arrows\": \"\\ud654\\uc0b4\\ud45c\", \"B\": \"\\ud30c\\ub791\", \"Background color\": \"\\ubc30\\uacbd \\uc0c9\", \"Background color {0}\": \"\", \"Black\": \"\\uac80\\uc740\\uc0c9\", \"Block\": \"\\ube14\\ub85d\", \"Block {0}\": \"\", \"Blockquote\": \"\\uc778\\uc6a9\\ubb38\", \"Blocks\": \"\\ube14\\ub85d\", \"Blue\": \"\\ud30c\\ub780\\uc0c9\", \"Blue component\": \"\\uccad\\uc0c9 \\uc694\\uc18c\", \"Body\": \"\\ubcf8\\ubb38\", \"Bold\": \"\\uad75\\uac8c\", \"Border\": \"\\ud14c\\ub450\\ub9ac\", \"Border color\": \"\\ud14c\\ub450\\ub9ac \\uc0c9\", \"Border style\": \"\\ud14c\\ub450\\ub9ac \\uc2a4\\ud0c0\\uc77c\", \"Border width\": \"\\ud14c\\ub450\\ub9ac \\ub450\\uaed8\", \"Bottom\": \"\\uc544\\ub798 \\ub9de\\ucda4\", \"Browse files\": \"\", \"Browse for an image\": \"\\uc774\\ubbf8\\uc9c0 \\ucc3e\\uae30\", \"Browse links\": \"\", \"Bullet list\": \"\\uae00\\uba38\\ub9ac \\uae30\\ud638 \\ubaa9\\ub85d\", \"Cancel\": \"Cancel\", \"Caption\": \"\\ucea1\\uc158\", \"Cell\": \"\\uc140\", \"Cell padding\": \"\\uc140 \\uc548\\ucabd \\uc5ec\\ubc31\", \"Cell properties\": \"\\uc140 \\uc18d\\uc131\", \"Cell spacing\": \"\\uc140 \\uac04\\uaca9\", \"Cell styles\": \"\\uc140 \\ubaa8\\uc591\", \"Cell type\": \"\\uc140 \\uc720\\ud615\", \"Center\": \"\\uac00\\uc6b4\\ub370 \\ub9de\\ucda4\", \"Characters\": \"\\ubb38\\uc790 \\uc218\", \"Characters (no spaces)\": \"\\ubb38\\uc790 \\uc218 (\\uacf5\\ubc31 \\uc5c6\\uc74c)\", \"Circle\": \"\\ub3d9\\uadf8\\ub77c\\ubbf8\", \"Class\": \"\\ud074\\ub798\\uc2a4\", \"Clear formatting\": \"\\uc11c\\uc2dd \\uc9c0\\uc6b0\\uae30\", \"Close\": \"\\ub2eb\\uae30\", \"Code\": \"\\ucf54\\ub4dc\", \"Code sample...\": \"\\ucf54\\ub4dc \\uc0d8\\ud50c...\", \"Code view\": \"\\ucf54\\ub4dc \\ud45c\\uc2dc\", \"Color Picker\": \"\\uc0c9 \\uc120\\ud0dd\\uae30\", \"Color swatch\": \"\\uc0c9\\uc0c1 \\uacac\\ubcf8\", \"Cols\": \"\\uc5f4 \\uc218\", \"Column\": \"\\uc5f4\", \"Column clipboard actions\": \"\\uc5f4 \\ud074\\ub9bd\\ubcf4\\ub4dc \\ub3d9\\uc791\", \"Column group\": \"\\uc5f4 \\uadf8\\ub8f9\", \"Column header\": \"\\uc5f4 \\uc81c\\ubaa9\", \"Constrain proportions\": \"\\ube44\\uc728 \\uace0\\uc815\", \"Copy\": \"Copy\", \"Copy column\": \"\\uc5f4 \\ubcf5\\uc0ac\", \"Copy row\": \"\\ud589 \\ubcf5\\uc0ac\", \"Could not find the specified string.\": \"\\uc9c0\\uc815\\ud55c \\ubb38\\uc790\\ub97c \\ucc3e\\uc744 \\uc218 \\uc5c6\\uc2b5\\ub2c8\\ub2e4.\", \"Could not load emojis\": \"\\uc774\\ubaa8\\uc9c0\\ub97c \\ubd88\\ub7ec\\uc62c \\uc218 \\uc5c6\\uc2b5\\ub2c8\\ub2e4\", \"Count\": \"\\uac1c\\uc218\", \"Currency\": \"\\ud1b5\\ud654\", \"Current window\": \"\\ud604\\uc7ac \\ucc3d\", \"Custom color\": \"\\uc0ac\\uc6a9\\uc790 \\uc9c0\\uc815 \\uc0c9\", \"Custom...\": \"\\uc0ac\\uc6a9\\uc790 \\uc9c0\\uc815...\", \"Cut\": \"Cut\", \"Cut column\": \"\\uc5f4 \\uc798\\ub77c\\ub0b4\\uae30\", \"Cut row\": \"\\ud589 \\uc798\\ub77c\\ub0b4\\uae30\", \"Dark Blue\": \"\\uc9c4\\ud55c \\ud30c\\ub780\\uc0c9\", \"Dark Gray\": \"\\uc9c4\\ud55c \\ud68c\\uc0c9\", \"Dark Green\": \"\\uc9c4\\ud55c \\ucd08\\ub85d\\uc0c9\", \"Dark Orange\": \"\\uc9c4\\ud55c \\uc8fc\\ud669\\uc0c9\", \"Dark Purple\": \"\\uc9c4\\ud55c \\ubcf4\\ub77c\\uc0c9\", \"Dark Red\": \"\\uc9c4\\ud55c \\ube68\\uac04\\uc0c9\", \"Dark Turquoise\": \"\\uc9c4\\ud55c \\uccad\\ub85d\\uc0c9\", \"Dark Yellow\": \"\\uc9c4\\ud55c \\ub178\\ub780\\uc0c9\", \"Dashed\": \"\\ud30c\\uc120\", \"Date/time\": \"\\ub0a0\\uc9dc/\\uc2dc\\uac04\", \"Decrease indent\": \"\\ub0b4\\uc5b4\\uc4f0\\uae30\", \"Default\": \"\\uae30\\ubcf8\\uac12\", \"Delete accordion\": \"\", \"Delete column\": \"\\uc5f4 \\uc0ad\\uc81c\", \"Delete row\": \"\\ud589 \\uc0ad\\uc81c\", \"Delete table\": \"\\ud45c \\uc0ad\\uc81c\", \"Dimensions\": \"\\ud06c\\uae30\", \"Disc\": \"\\ub514\\uc2a4\\ud06c\", \"Div\": \"Div\", \"Document\": \"\\ubb38\\uc11c\", \"Dotted\": \"\\uc810\\uc120\", \"Double\": \"\\uc774\\uc911 \\uc2e4\\uc120\", \"Drop an image here\": \"\\uc5ec\\uae30\\ub85c \\uc774\\ubbf8\\uc9c0\\ub97c \\ub04c\\uc5b4\\uc624\\uc138\\uc694\", \"Dropped file type is not supported\": \"\\ub04c\\uc5b4\\ub2e4 \\ub193\\uc740 \\ud30c\\uc77c \\ud615\\uc2dd\\uc744 \\uc9c0\\uc6d0\\ud558\\uc9c0 \\uc54a\\uc2b5\\ub2c8\\ub2e4\", \"Edit\": \"\\ud3b8\\uc9d1\", \"Embed\": \"\\uc0bd\\uc785\", \"Emojis\": \"\\uc774\\ubaa8\\uc9c0\", \"Emojis...\": \"\\uc774\\ubaa8\\uc9c0...\", \"Error\": \"\\uc624\\ub958\", \"Error: Form submit field collision.\": \"\\uc624\\ub958: \\uc591\\uc2dd \\uc81c\\ucd9c \\ud544\\ub4dc \\ubd88\\uc77c\\uce58\", \"Error: No form element found.\": \"\\uc624\\ub958: \\uc591\\uc2dd \\ud56d\\ubaa9 \\uc5c6\\uc74c\", \"Extended Latin\": \"\\ud655\\uc7a5 \\ub77c\\ud2f4\\uc5b4\", \"Failed to initialize plugin: {0}\": \"\\ud50c\\ub7ec\\uadf8\\uc778 {0}\\uc758 \\ucd08\\uae30\\ud654\\uac00 \\uc2e4\\ud328\\ud588\\uc2b5\\ub2c8\\ub2e4\", \"Failed to load plugin url: {0}\": \"\\ud50c\\ub7ec\\uadf8\\uc778 URL {0}\\uc744 \\ubd88\\ub7ec\\uc624\\uc9c0 \\ubabb\\ud588\\uc2b5\\ub2c8\\ub2e4.\", \"Failed to load plugin: {0} from url {1}\": \"URL {1}\\ub85c\\ubd80\\ud130 \\ud50c\\ub7ec\\uadf8\\uc778 {0}\\uc744 \\ubd88\\ub7ec\\uc624\\uc9c0 \\ubabb\\ud588\\uc2b5\\ub2c8\\ub2e4.\", \"Failed to upload image: {0}\": \"\\uc774\\ubbf8\\uc9c0{0}\\uc744(\\ub97c) \\uc5c5\\ub85c\\ub4dc \\ud558\\uc9c0 \\ubabb\\ud588\\uc2b5\\ub2c8\\ub2e4.\", \"File\": \"\\ud30c\\uc77c\", \"Find\": \"\\ucc3e\\uae30\", \"Find (if searchreplace plugin activated)\": \"\\ucc3e\\uae30 (searchreplace \\ud50c\\ub7ec\\uadf8\\uc778\\uc774 \\ud65c\\uc131\\ud654\\ub41c \\uacbd\\uc6b0)\", \"Find and Replace\": \"\\ucc3e\\uae30 \\ubc0f \\ubc14\\uafb8\\uae30\", \"Find and replace...\": \"\\ucc3e\\uae30 \\ubc0f \\ubc14\\uafb8\\uae30...\", \"Find in selection\": \"\\uc120\\ud0dd\\ub41c \\ubd80\\ubd84\\uc5d0\\uc11c \\uac80\\uc0c9\", \"Find whole words only\": \"\\ubaa8\\ub450 \\uc77c\\uce58\\ud558\\ub294 \\ub2e8\\uc5b4 \\ucc3e\\uae30\", \"Flags\": \"\\uae43\\ubc1c\", \"Focus to contextual toolbar\": \"\\ucee8\\ud14d\\uc2a4\\ud2b8 \\ud234\\ubc14\\uc5d0 \\uac15\\uc870\\ud45c\\uc2dc\", \"Focus to element path\": \"\\uc694\\uc18c \\uacbd\\ub85c\\uc5d0 \\uac15\\uc870\\ud45c\\uc2dc\", \"Focus to menubar\": \"\\uba54\\ub274\\ubc14\\uc5d0 \\uac15\\uc870\\ud45c\\uc2dc\", \"Focus to toolbar\": \"\\ud234\\ubc14\\uc5d0 \\uac15\\uc870\\ud45c\\uc2dc\", \"Font\": \"\\uae00\\uaf34\", \"Font size {0}\": \"\", \"Font sizes\": \"\\uae00\\uaf34 \\ud06c\\uae30\", \"Font {0}\": \"\", \"Fonts\": \"\\uae00\\uaf34\", \"Food and Drink\": \"\\uc74c\\uc2dd\\uacfc \\uc74c\\ub8cc\", \"Footer\": \"\\ud478\\ud130\", \"Format\": \"\\uc11c\\uc2dd\", \"Format {0}\": \"\", \"Formats\": \"\\uc11c\\uc2dd\", \"Fullscreen\": \"\\uc804\\uccb4 \\ud654\\uba74\", \"G\": \"\\ub179\\uc0c9\", \"General\": \"\\uc77c\\ubc18\", \"Gray\": \"\\ud68c\\uc0c9\", \"Green\": \"\\ucd08\\ub85d\\uc0c9\", \"Green component\": \"\\ub179\\uc0c9 \\uc694\\uc18c\", \"Groove\": \"\\uc785\\uccb4 \\ud14c\\ub450\\ub9ac\", \"Handy Shortcuts\": \"\\uc720\\uc6a9\\ud55c \\ub2e8\\ucd95\\ud0a4\", \"Header\": \"\\uc81c\\ubaa9\", \"Header cell\": \"\\ud5e4\\ub354 \\uc140\", \"Heading 1\": \"\\uc81c\\ubaa9 1\", \"Heading 2\": \"\\uc81c\\ubaa9 2\", \"Heading 3\": \"\\uc81c\\ubaa9 3\", \"Heading 4\": \"\\uc81c\\ubaa9 4\", \"Heading 5\": \"\\uc81c\\ubaa9 5\", \"Heading 6\": \"\\uc81c\\ubaa9 6\", \"Headings\": \"\\uc81c\\ubaa9\", \"Height\": \"\\ub192\\uc774\", \"Help\": \"\\ub3c4\\uc6c0\\ub9d0\", \"Hex color code\": \"16\\uc9c4\\uc218 \\uc0c9\\uc0c1 \\ucf54\\ub4dc\", \"Hidden\": \"\\uc228\\uae40\", \"Horizontal align\": \"\\uc218\\ud3c9 \\uc815\\ub82c\", \"Horizontal line\": \"\\uc218\\ud3c9\\uc120\", \"Horizontal space\": \"\\uc88c\\uc6b0 \\uc5ec\\ubc31\", \"ID\": \"ID\", \"ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.\": \"ID\\ub294 \\ubb38\\uc790\\ub85c \\uc2dc\\uc791\\ud574\\uc57c \\ud558\\uba70, \\uadf8 \\ub2e4\\uc74c\\uc5d0\\ub294 \\ubb38\\uc790, \\uc22b\\uc790, \\ub300\\uc2dc, \\uad6c\\ub450\\uc810, \\ucf5c\\ub860, \\ubc11\\uc904 \\ubb38\\uc790\\uac00 \\uc62c \\uc218 \\uc788\\uc2b5\\ub2c8\\ub2e4.\", \"Image is decorative\": \"\\uc774\\ubbf8\\uc9c0 \\uc7a5\\uc2dd \\uac00\\ub2a5\", \"Image list\": \"\\uc774\\ubbf8\\uc9c0 \\ubaa9\\ub85d\", \"Image title\": \"\\uc774\\ubbf8\\uc9c0 \\uc81c\\ubaa9\", \"Image...\": \"\\uc774\\ubbf8\\uc9c0...\", \"ImageProxy HTTP error: Could not find Image Proxy\": \"ImageProxy HTTP \\uc624\\ub958: \\uc774\\ubbf8\\uc9c0 \\ud504\\ub85d\\uc2dc\\ub97c \\ucc3e\\uc744 \\uc218 \\uc5c6\\uc2b5\\ub2c8\\ub2e4\", \"ImageProxy HTTP error: Incorrect Image Proxy URL\": \"ImageProxy HTTP \\uc624\\ub958: \\uc62c\\ubc14\\ub974\\uc9c0 \\uc54a\\uc740 \\uc774\\ubbf8\\uc9c0 \\ud504\\ub85d\\uc2dc URL \\uc8fc\\uc18c\", \"ImageProxy HTTP error: Rejected request\": \"ImageProxy HTTP \\uc624\\ub958: \\uc694\\uccad \\uac70\\ubd80\", \"ImageProxy HTTP error: Unknown ImageProxy error\": \"ImageProxy HTTP \\uc624\\ub958: \\uc54c \\uc218 \\uc5c6\\ub294 \\uc774\\ubbf8\\uc9c0 \\ud504\\ub85d\\uc2dc \\uc624\\ub958\", \"Increase indent\": \"\\ub4e4\\uc5ec\\uc4f0\\uae30\", \"Inline\": \"\\uc778\\ub77c\\uc778\", \"Insert\": \"\\uc0bd\\uc785\", \"Insert Template\": \"\\ud15c\\ud50c\\ub9bf \\uc0bd\\uc785\", \"Insert accordion\": \"\", \"Insert column after\": \"\\ub2e4\\uc74c\\uc5d0 \\uc5f4 \\uc0bd\\uc785\", \"Insert column before\": \"\\uc774\\uc804\\uc5d0 \\uc5f4 \\uc0bd\\uc785\", \"Insert date/time\": \"\\ub0a0\\uc9dc/\\uc2dc\\uac04 \\uc0bd\\uc785\", \"Insert image\": \"\\uc774\\ubbf8\\uc9c0 \\uc0bd\\uc785\", \"Insert link (if link plugin activated)\": \"\\ub9c1\\ud06c \\uc0bd\\uc785 (link \\ud50c\\ub7ec\\uadf8\\uc778\\uc774 \\ud65c\\uc131\\ud654\\ub41c \\uacbd\\uc6b0)\", \"Insert row after\": \"\\ub2e4\\uc74c\\uc5d0 \\ud589 \\uc0bd\\uc785\", \"Insert row before\": \"\\uc774\\uc804\\uc5d0 \\ud589 \\uc0bd\\uc785\", \"Insert table\": \"\\ud45c \\uc0bd\\uc785\", \"Insert template...\": \"\\ud15c\\ud50c\\ub9bf \\uc0bd\\uc785...\", \"Insert video\": \"\\ube44\\ub514\\uc624 \\uc0bd\\uc785\", \"Insert/Edit code sample\": \"\\ucf54\\ub4dc \\uc0d8\\ud50c \\uc0bd\\uc785/\\ud3b8\\uc9d1\", \"Insert/edit image\": \"\\uc774\\ubbf8\\uc9c0 \\uc0bd\\uc785/\\ud3b8\\uc9d1\", \"Insert/edit link\": \"\\ub9c1\\ud06c \\uc0bd\\uc785/\\ud3b8\\uc9d1\", \"Insert/edit media\": \"\\ubbf8\\ub514\\uc5b4 \\uc0bd\\uc785/\\ud3b8\\uc9d1\", \"Insert/edit video\": \"\\ube44\\ub514\\uc624 \\uc0bd\\uc785/\\ud3b8\\uc9d1\", \"Inset\": \"\\uc140 \\ud568\\ubab0\", \"Invalid hex color code: {0}\": \"\\ubd80\\uc801\\uc808\\ud55c 16\\uc9c4\\uc218 \\uc0c9\\uc0c1 \\ucf54\\ub4dc: {0}\", \"Invalid input\": \"\\ubd80\\uc801\\uc808\\ud55c \\uc785\\ub825\", \"Italic\": \"\\uae30\\uc6b8\\uc784\\uaf34\", \"Justify\": \"\\uc591\\ucabd \\uc815\\ub82c\", \"Keyboard Navigation\": \"\\ub2e8\\ucd95\\ud0a4\", \"Language\": \"\\uc5b8\\uc5b4\", \"Learn more...\": \"\\uc880 \\ub354 \\uc0b4\\ud3b4\\ubcf4\\uae30...\", \"Left\": \"\\uc67c\\ucabd \\ub9de\\ucda4\", \"Left to right\": \"\\uc67c\\ucabd\\uc5d0\\uc11c \\uc624\\ub978\\ucabd\", \"Light Blue\": \"\\ubc1d\\uc740 \\ud30c\\ub780\\uc0c9\", \"Light Gray\": \"\\ubc1d\\uc740 \\ud68c\\uc0c9\", \"Light Green\": \"\\ubc1d\\uc740 \\ub179\\uc0c9\", \"Light Purple\": \"\\ubc1d\\uc740 \\ubcf4\\ub77c\\uc0c9\", \"Light Red\": \"\\ubc1d\\uc740 \\ube68\\uac04\\uc0c9\", \"Light Yellow\": \"\\ubc1d\\uc740 \\ub178\\ub780\\uc0c9\", \"Line height\": \"\\ud589 \\ub192\\uc774\", \"Link list\": \"\\ub9c1\\ud06c \\ubaa9\\ub85d\", \"Link...\": \"\\ub9c1\\ud06c...\", \"List Properties\": \"\\ud56d\\ubaa9 \\uc18d\\uc131\", \"List properties...\": \"\\ud56d\\ubaa9 \\uc18d\\uc131...\", \"Loading emojis...\": \"\\uc774\\ubaa8\\uc9c0 \\ubd88\\ub7ec\\uc624\\ub294 \\uc911...\", \"Loading...\": \"\\ubd88\\ub7ec\\uc624\\ub294 \\uc911...\", \"Lower Alpha\": \"\\uc54c\\ud30c\\ubcb3 \\uc18c\\ubb38\\uc790\", \"Lower Greek\": \"\\uadf8\\ub9ac\\uc2a4\\uc5b4 \\uc18c\\ubb38\\uc790\", \"Lower Roman\": \"\\ub85c\\ub9c8\\uc790 \\uc18c\\ubb38\\uc790\", \"Match case\": \"\\ub300/\\uc18c\\ubb38\\uc790 \\uad6c\\ubd84\", \"Mathematical\": \"\\uc218\\ud559\\uae30\\ud638\", \"Media poster (Image URL)\": \"\\ubbf8\\ub514\\uc5b4 \\ud3ec\\uc2a4\\ud130 (\\uc774\\ubbf8\\uc9c0 URL)\", \"Media...\": \"\\ubbf8\\ub514\\uc5b4...\", \"Medium Blue\": \"\\uc911\\uac04 \\ud30c\\ub780\\uc0c9\", \"Medium Gray\": \"\\uc911\\uac04 \\ud68c\\uc0c9\", \"Medium Purple\": \"\\uc911\\uac04 \\ubcf4\\ub77c\\uc0c9\", \"Merge cells\": \"\\uc140 \\ubcd1\\ud569\", \"Middle\": \"\\uac00\\uc6b4\\ub370 \\ub9de\\ucda4\", \"Midnight Blue\": \"\\uc9c4\\ud55c \\ud30c\\ub780\\uc0c9\", \"More...\": \"\\ub354 \\ubcf4\\uae30...\", \"Name\": \"\\uc774\\ub984\", \"Navy Blue\": \"\\ub0a8\\uc0c9\", \"New document\": \"New document\", \"New window\": \"\\uc0c8 \\ucc3d\", \"Next\": \"\\ub2e4\\uc74c\", \"No\": \"\\uc544\\ub2c8\\uc624\", \"No alignment\": \"\\uc815\\ub82c \\uc5c6\\uc74c\", \"No color\": \"\\uc0c9 \\uc5c6\\uc74c\", \"Nonbreaking space\": \"\\ub744\\uc5b4\\uc4f0\\uae30\", \"None\": \"\\uc5c6\\uc74c\", \"Numbered list\": \"\\ubc88\\ud638 \\ub9e4\\uae30\\uae30 \\ubaa9\\ub85d\", \"OR\": \"\\ub610\\ub294\", \"Objects\": \"\\ubb3c\\uac74\", \"Ok\": \"Ok\", \"Open help dialog\": \"\\ub3c4\\uc6c0\\ub9d0 \\ub2e4\\uc774\\uc5bc\\ub85c\\uadf8 \\uc5f4\\uae30\", \"Open link\": \"\\ub9c1\\ud06c \\uc5f4\\uae30\", \"Open link in...\": \"...\\uc5d0\\uc11c \\ub9c1\\ud06c \\uc5f4\\uae30\", \"Open popup menu for split buttons\": \"\\ubd84\\ud560 \\ubc84\\ud2bc\\uc73c\\ub85c \\ud31d\\uc5c5 \\uba54\\ub274 \\uc5f4\\uae30\", \"Orange\": \"\\uc8fc\\ud669\\uc0c9\", \"Outset\": \"\\uc140 \\ub3cc\\ucd9c\", \"Page break\": \"\\ud398\\uc774\\uc9c0 \\uad6c\\ubd84\\uc790\", \"Paragraph\": \"\\ub2e8\\ub77d\", \"Paste\": \"Paste\", \"Paste as text\": \"\\ud14d\\uc2a4\\ud2b8\\ub85c \\ubd99\\uc5ec\\ub123\\uae30\", \"Paste column after\": \"\\ub2e4\\uc74c\\uc5d0 \\uc5f4 \\ubd99\\uc5ec\\ub123\\uae30\", \"Paste column before\": \"\\uc774\\uc804\\uc5d0 \\uc5f4 \\ubd99\\uc5ec\\ub123\\uae30\", \"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.\": \"\\ubd99\\uc5ec\\ub123\\uae30\\uac00 \\ud604\\uc7ac \\uc77c\\ubc18 \\ud14d\\uc2a4\\ud2b8 \\ubaa8\\ub4dc\\uc785\\ub2c8\\ub2e4. \\uc774 \\uc635\\uc158\\uc744 \\ud574\\uc81c\\ud560 \\ub54c\\uae4c\\uc9c0 \\uc77c\\ubc18 \\ud14d\\uc2a4\\ud2b8\\ub85c \\ubd99\\uc5ec\\ub123\\uc2b5\\ub2c8\\ub2e4.\", \"Paste or type a link\": \"\\ub9c1\\ud06c\\ub97c \\ubd99\\uc5ec\\ub123\\uac70\\ub098 \\uc785\\ub825\\ud558\\uc2ed\\uc2dc\\uc624.\", \"Paste row after\": \"\\ub2e4\\uc74c\\uc5d0 \\ud589 \\ubd99\\uc5ec\\ub123\\uae30\", \"Paste row before\": \"\\uc774\\uc804\\uc5d0 \\ud589 \\ubd99\\uc5ec\\ub123\\uae30\", \"Paste your embed code below:\": \"\\uc0bd\\uc785\\ud560 \\ucf54\\ub4dc\\ub97c \\uc544\\ub798\\uc5d0 \\ubd99\\uc5ec \\ub123\\uc5b4\\uc8fc\\uc138\\uc694.\", \"People\": \"\\uc0ac\\ub78c\", \"Plugins\": \"\\ud50c\\ub7ec\\uadf8\\uc778\", \"Plugins installed ({0}):\": \"\\uc124\\uce58\\ub41c \\ud50c\\ub7ec\\uadf8\\uc778({0}):\", \"Powered by {0}\": \"{0}\\uc5d0\\uc11c \\uc9c0\\uc6d0\", \"Pre\": \"Pre\", \"Preferences\": \"\\ud658\\uacbd\\uc124\\uc815\", \"Preformatted\": \"\\uc11c\\uc2dd \\ubbf8\\uc124\\uc815\", \"Premium plugins:\": \"\\ud504\\ub9ac\\ubbf8\\uc5c4 \\ud50c\\ub7ec\\uadf8\\uc778:\", \"Press the Up and Down arrow keys to resize the editor.\": \"\", \"Press the arrow keys to resize the editor.\": \"\", \"Press {0} for help\": \"\", \"Preview\": \"\\ubbf8\\ub9ac \\ubcf4\\uae30\", \"Previous\": \"\\uc774\\uc804\", \"Print\": \"\\uc778\\uc1c4\", \"Print...\": \"\\uc778\\uc1c4...\", \"Purple\": \"\\ubcf4\\ub77c\\uc0c9\", \"Quotations\": \"\\uc778\\uc6a9\\ubb38\", \"R\": \"\\ube68\\uac15\", \"Range 0 to 255\": \"0\\ubd80\\ud130 255\\uae4c\\uc9c0\\uc758 \\ubc94\\uc704\", \"Red\": \"\\ube68\\uac04\\uc0c9\", \"Red component\": \"\\uc801\\uc0c9 \\uc694\\uc18c\", \"Redo\": \"Ran again\", \"Remove\": \"\\uc81c\\uac70\", \"Remove color\": \"\\uc0c9 \\uc81c\\uac70\", \"Remove link\": \"\\ub9c1\\ud06c \\uc81c\\uac70\", \"Replace\": \"\\ubc14\\uafb8\\uae30\", \"Replace all\": \"\\ubaa8\\ub450 \\ubc14\\uafb8\\uae30\", \"Replace with\": \"\\ub2e4\\uc74c\\uc73c\\ub85c \\ubc14\\uafb8\\uae30:\", \"Resize\": \"\\ud06c\\uae30 \\uc870\\uc808\", \"Restore last draft\": \"\\ub9c8\\uc9c0\\ub9c9 \\ucd08\\uc548 \\ubcf5\\uc6d0\", \"Reveal or hide additional toolbar items\": \"\", \"Rich Text Area\": \"\\uc11c\\uc2dd \\ud14d\\uc2a4\\ud2b8 \\uc601\\uc5ed\", \"Rich Text Area. Press ALT-0 for help.\": \"\\uc11c\\uc2dd \\uc788\\ub294 \\ud14d\\uc2a4\\ud2b8 \\uc601\\uc5ed. ALT-0\\uc744 \\ub204\\ub974\\uba74 \\ub3c4\\uc6c0\\ub9d0\\uc744 \\ubcfc \\uc218 \\uc788\\uc2b5\\ub2c8\\ub2e4.\", \"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help\": \"\\uc11c\\uc2dd \\uc788\\ub294 \\ud14d\\uc2a4\\ud2b8 \\uc601\\uc5ed. ALT-F9\\ub97c \\ub204\\ub974\\uba74 \\uba54\\ub274, ALT-F10\\uc744 \\ub204\\ub974\\uba74 \\ud234\\ubc14, ALT-0\\uc744 \\ub204\\ub974\\uba74 \\ub3c4\\uc6c0\\ub9d0\\uc744 \\ubcfc \\uc218 \\uc788\\uc2b5\\ub2c8\\ub2e4.\", \"Ridge\": \"\\ub3cc\\ucd9c \\ud14c\\ub450\\ub9ac\", \"Right\": \"\\uc624\\ub978\\ucabd \\ub9de\\ucda4\", \"Right to left\": \"\\uc624\\ub978\\ucabd\\uc5d0\\uc11c \\uc67c\\ucabd\", \"Row\": \"\\ud589\", \"Row clipboard actions\": \"\\ud589 \\ud074\\ub9bd\\ubcf4\\ub4dc \\ub3d9\\uc791\", \"Row group\": \"\\ud589 \\uadf8\\ub8f9\", \"Row header\": \"\\ud589 \\uc81c\\ubaa9\", \"Row properties\": \"\\ud589 \\uc18d\\uc131\", \"Row type\": \"\\ud589 \\uc720\\ud615\", \"Rows\": \"\\ud589 \\uc218\", \"Save\": \"\\uc800\\uc7a5\", \"Save (if save plugin activated)\": \"\\uc800\\uc7a5 (save \\ud50c\\ub7ec\\uadf8\\uc778\\uc774 \\ud65c\\uc131\\ud654\\ub41c \\uacbd\\uc6b0)\", \"Scope\": \"\\ubc94\\uc704\", \"Search\": \"\\uac80\\uc0c9\", \"Select all\": \"Select all\", \"Select...\": \"\\uc120\\ud0dd...\", \"Selection\": \"\\uc120\\ud0dd\", \"Shortcut\": \"\\ubc14\\ub85c\\uac00\\uae30\", \"Show blocks\": \"\\ube14\\ub85d \\ud45c\\uc2dc\", \"Show caption\": \"\\ucea1\\uc158 \\ud45c\\uc2dc\", \"Show invisible characters\": \"\\ube44\\ud45c\\uc2dc \\ubb38\\uc790 \\ud45c\\uc2dc\", \"Size\": \"\\ud06c\\uae30\", \"Solid\": \"\\uc2e4\\uc120\", \"Source\": \"\\uc18c\\uc2a4\", \"Source code\": \"\\uc18c\\uc2a4\\ucf54\\ub4dc\", \"Special Character\": \"\\ud2b9\\uc218 \\ubb38\\uc790\", \"Special character...\": \"\\ud2b9\\uc218 \\ubb38\\uc790...\", \"Split cell\": \"\\uc140 \\ubd84\\ud560\", \"Square\": \"\\ub124\\ubaa8\", \"Start list at number\": \"\\ubc88\\ud638 \\ub9ac\\uc2a4\\ud2b8 \\uc2dc\\uc791\", \"Strikethrough\": \"\\ucde8\\uc18c\\uc120\", \"Style\": \"\\uc2a4\\ud0c0\\uc77c\", \"Subscript\": \"\\uc544\\ub798 \\ucca8\\uc790\", \"Superscript\": \"\\uc704 \\ucca8\\uc790\", \"Switch to or from fullscreen mode\": \"\\uc804\\uccb4 \\ud654\\uba74 \\ubaa8\\ub4dc \\uc804\\ud658\", \"Symbols\": \"\\uae30\\ud638\", \"System Font\": \"\\uc2dc\\uc2a4\\ud15c \\uae00\\uaf34\", \"Table\": \"\\ud45c\", \"Table caption\": \"\\ud45c \\ucea1\\uc158\", \"Table properties\": \"\\ud45c \\uc18d\\uc131\", \"Table styles\": \"\\ud45c \\ubaa8\\uc591\", \"Template\": \"\\ud15c\\ud50c\\ub9bf\", \"Templates\": \"\\ud15c\\ud50c\\ub9bf\", \"Text\": \"\\ud14d\\uc2a4\\ud2b8\", \"Text color\": \"\\uae00\\uc790 \\uc0c9\", \"Text color {0}\": \"\", \"Text to display\": \"\\ud45c\\uc2dc\\ud560 \\ud14d\\uc2a4\\ud2b8\", \"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?\": '\\uc785\\ub825\\ud558\\uc2e0 URL\\uc774 \\uc774\\uba54\\uc77c \\uc8fc\\uc18c\\uc778 \\uac83 \\uac19\\uc2b5\\ub2c8\\ub2e4. \"mailto:\" \\uc811\\ub450\\uc0ac\\ub97c \\ucd94\\uac00\\ud558\\uc2dc\\uaca0\\uc2b5\\ub2c8\\uae4c?', \"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?\": '\\uc785\\ub825\\ud558\\uc2e0 URL\\uc774 \\uc678\\ubd80 \\ub9c1\\ud06c\\uc778 \\uac83 \\uac19\\uc2b5\\ub2c8\\ub2e4. \"http://\" \\uc811\\ub450\\uc0ac\\ub97c \\ucd94\\uac00\\ud558\\uc2dc\\uaca0\\uc2b5\\ub2c8\\uae4c?', \"The URL you entered seems to be an external link. Do you want to add the required https:// prefix?\": '\\uc785\\ub825\\ud558\\uc2e0 URL\\uc774 \\uc678\\ubd80 \\ub9c1\\ud06c\\uc778 \\uac83 \\uac19\\uc2b5\\ub2c8\\ub2e4. \"https://\" \\uc811\\ub450\\uc0ac\\ub97c \\ucd94\\uac00\\ud558\\uc2dc\\uaca0\\uc2b5\\ub2c8\\uae4c?', \"Title\": \"\\uc81c\\ubaa9\", \"To open the popup, press Shift+Enter\": \"\\ud31d\\uc5c5\\uc744 \\uc5f4\\ub824\\uba74 Shift+Enter\\ub97c \\ub204\\ub974\\uc2ed\\uc2dc\\uc624.\", \"Toggle accordion\": \"\", \"Tools\": \"\\ub3c4\\uad6c\", \"Top\": \"\\uc704\\ucabd \\ub9de\\ucda4\", \"Travel and Places\": \"\\uc5ec\\ud589\\uacfc \\uc7a5\\uc18c\", \"Turquoise\": \"\\uccad\\ub85d\\uc0c9\", \"Underline\": \"\\ubc11\\uc904\", \"Undo\": \"Undo\", \"Upload\": \"\\uc5c5\\ub85c\\ub4dc\", \"Uploading image\": \"\\uc774\\ubbf8\\uc9c0 \\uc5c5\\ub85c\\ub4dc \\uc911\", \"Upper Alpha\": \"\\uc54c\\ud30c\\ubcb3 \\ub300\\ubb38\\uc790\", \"Upper Roman\": \"\\ub85c\\ub9c8\\uc790 \\ub300\\ubb38\\uc790\", \"Url\": \"URL\", \"User Defined\": \"\\uc0ac\\uc6a9\\uc790 \\uc815\\uc758\", \"Valid\": \"\\uc720\\ud6a8\\ud568\", \"Version\": \"\\ubc84\\uc804\", \"Vertical align\": \"\\uc218\\uc9c1 \\uc815\\ub82c\", \"Vertical space\": \"\\uc0c1\\ud558 \\uc5ec\\ubc31\", \"View\": \"\\ubcf4\\uae30\", \"Visual aids\": \"\\ud45c\\uc758 \\ud14c\\ub450\\ub9ac\\ub97c \\uc810\\uc120\\uc73c\\ub85c \\ud45c\\uc2dc\", \"Warn\": \"\\uacbd\\uace0\", \"White\": \"\\ud770\\uc0c9\", \"Width\": \"\\ub108\\ube44\", \"Word count\": \"\\ubb38\\uc790 \\uc218\", \"Words\": \"\\ub2e8\\uc5b4 \\uc218\", \"Words: {0}\": \"\\ub2e8\\uc5b4 \\uc218: {0}\", \"Yellow\": \"\\ub178\\ub780\\uc0c9\", \"Yes\": \"\\ub124\", \"You are using {0}\": \"{0} \\uc0ac\\uc6a9 \\uc911\", \"You have unsaved changes are you sure you want to navigate away?\": \"\\uc800\\uc7a5\\ud558\\uc9c0 \\uc54a\\uc740 \\uc815\\ubcf4\\uac00 \\uc788\\uc2b5\\ub2c8\\ub2e4. \\uc774 \\ud398\\uc774\\uc9c0\\ub97c \\ub098\\uac00\\uc2dc\\uaca0\\uc2b5\\ub2c8\\uae4c?\", \"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.\": \"\\ube0c\\ub77c\\uc6b0\\uc800\\uac00 \\ud074\\ub9bd\\ubcf4\\ub4dc \\uc811\\uadfc\\uc744 \\uc9c0\\uc6d0\\ud558\\uc9c0 \\uc54a\\uc2b5\\ub2c8\\ub2e4. Ctrl+X/C/V \\ub2e8\\ucd95\\ud0a4\\ub97c \\uc774\\uc6a9\\ud574\\uc8fc\\uc138\\uc694.\", \"alignment\": \"\\uc815\\ub82c\", \"austral sign\": \"\\uc544\\uc6b0\\uc2a4\\ud2b8\\ub784 \\uae30\\ud638\", \"cedi sign\": \"\\uc138\\ub514 \\uae30\\ud638\", \"colon sign\": \"\\ucf5c\\ub860 \\uae30\\ud638\", \"cruzeiro sign\": \"\\ud06c\\ub8e8\\uc81c\\uc774\\ub85c \\uae30\\ud638\", \"currency sign\": \"\\ud1b5\\ud654 \\uae30\\ud638\", \"dollar sign\": \"\\ub2ec\\ub7ec \\uae30\\ud638\", \"dong sign\": \"\\ub3d9 \\uae30\\ud638\", \"drachma sign\": \"\\ub4dc\\ub77c\\ud06c\\ub9c8 \\uae30\\ud638\", \"euro-currency sign\": \"\\uc720\\ub85c\\ud654 \\uae30\\ud638\", \"example\": \"\\uc608\\uc81c\", \"formatting\": \"\\uc11c\\uc2dd\", \"french franc sign\": \"\\ud504\\ub791\\uc2a4 \\ud504\\ub791 \\uae30\\ud638\", \"german penny symbol\": \"\\ub3c5\\uc77c \\ud398\\ub2c8 \\uae30\\ud638\", \"guarani sign\": \"\\uacfc\\ub77c\\ub2c8 \\uae30\\ud638\", \"history\": \"\\uc774\\ub825\", \"hryvnia sign\": \"\\uadf8\\ub9ac\\ube0c\\ub098 \\uae30\\ud638\", \"indentation\": \"\\ub4e4\\uc5ec\\uc4f0\\uae30\", \"indian rupee sign\": \"\\uc778\\ub3c4 \\ub8e8\\ud53c \\uae30\\ud638\", \"kip sign\": \"\\ud0b5 \\uae30\\ud638\", \"lira sign\": \"\\ub9ac\\ub77c \\uae30\\ud638\", \"livre tournois sign\": \"\\ub9ac\\ube0c\\ub974 \\ud2b8\\ub974\\ub204\\uc544 \\uae30\\ud638\", \"manat sign\": \"\\ub9c8\\ub098\\ud2b8 \\uae30\\ud638\", \"mill sign\": \"\\ubc00 \\uae30\\ud638\", \"naira sign\": \"\\ub098\\uc774\\ub77c \\uae30\\ud638\", \"new sheqel sign\": \"\\ub274 \\uc138\\ucf08 \\uae30\\ud638\", \"nordic mark sign\": \"\\ub178\\ub974\\ub515 \\ub9c8\\ub974\\ud06c \\uae30\\ud638\", \"peseta sign\": \"\\ud398\\uc138\\ud0c0 \\uae30\\ud638\", \"peso sign\": \"\\ud398\\uc18c \\uae30\\ud638\", \"ruble sign\": \"\\ub8e8\\ube14 \\uae30\\ud638\", \"rupee sign\": \"\\ub8e8\\ud53c \\uae30\\ud638\", \"spesmilo sign\": \"\\uc2a4\\ud398\\uc2a4\\ubc00\\ub85c \\uae30\\ud638\", \"styles\": \"\\uc2a4\\ud0c0\\uc77c\", \"tenge sign\": \"\\ud161\\uac8c \\uae30\\ud638\", \"tugrik sign\": \"\\ud22c\\uadf8\\ub9ac\\ud06c \\uae30\\ud638\", \"turkish lira sign\": \"\\ud130\\ud0a4 \\ub9ac\\ub77c \\uae30\\ud638\", \"won sign\": \"\\uc6d0 \\uae30\\ud638\", \"yen character\": \"\\uc5d4 \\uae30\\ud638\", \"yen/yuan character variant one\": \"\\uc5d4/\\uc704\\uc548 \\ubb38\\uc790 \\ubcc0\\ud615\", \"yuan character\": \"\\uc704\\uc548 \\uae30\\ud638\", \"yuan character, in hong kong and taiwan\": \"\\ub300\\ub9cc \\uc704\\uc548 \\uae30\\ud638\", \"{0} characters\": \"{0} \\ubb38\\uc790\", \"{0} columns, {1} rows\": \"\", \"{0} words\": \"{0}\\uac1c\\uc758 \\ub2e8\\uc5b4\" });\n"],"names":["tinymce"],"mappings":";AACAA"}
|
File without changes
|
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";
|
2
|
+
tinymce.addI18n("vi", { "#": "#", "Accessibility": "Kh\u1ea3 n\u0103ng ti\u1ebfp c\u1eadn", "Accordion": "", "Accordion body...": "", "Accordion summary...": "", "Action": "H\xe0nh \u0111\u1ed9ng", "Activity": "Ho\u1ea1t \u0111\u1ed9ng", "Address": "\u0110\u1ecba ch\u1ec9", "Advanced": "N\xe2ng cao", "Align": "Canh l\u1ec1", "Align center": "C\u0103n gi\u1eefa", "Align left": "Canh tr\xe1i", "Align right": "C\u0103n ph\u1ea3i", "Alignment": "Canh ch\u1ec9nh", "Alignment {0}": "", "All": "T\u1ea5t c\u1ea3", "Alternative description": "M\xf4 t\u1ea3 thay th\u1ebf (Alt)", "Alternative source": "Ngu\u1ed3n thay th\u1ebf", "Alternative source URL": "\u0110\u01b0\u1eddng d\u1eabn ngu\u1ed3n thay th\u1ebf", "Anchor": "Neo li\xean k\u1ebft", "Anchor...": "Neo...", "Anchors": "Neo", "Animals and Nature": "\u0110\u1ed9ng v\u1eadt v\xe0 thi\xean nhi\xean", "Arrows": "M\u0169i t\xean", "B": "M\xe0u xanh d\u01b0\u01a1ng", "Background color": "M\xe0u n\u1ec1n", "Background color {0}": "", "Black": "\u0110en", "Block": "Kh\u1ed1i", "Block {0}": "", "Blockquote": "\u0110o\u1ea1n Tr\xedch D\u1eabn", "Blocks": "Kh\u1ed1i", "Blue": "Xanh d\u01b0\u01a1ng", "Blue component": "Th\xe0nh ph\u1ea7n xanh", "Body": "N\u1ed9i dung", "Bold": "In \u0111\u1eadm", "Border": "Vi\u1ec1n", "Border color": "M\xe0u vi\u1ec1n", "Border style": "Ki\u1ec3u vi\u1ec1n", "Border width": "\u0110\u1ed9 d\xe0y vi\u1ec1n", "Bottom": "D\u01b0\u1edbi", "Browse files": "", "Browse for an image": "Ch\u1ecdn m\u1ed9t h\xecnh \u1ea3nh", "Browse links": "", "Bullet list": "Danh s\xe1ch d\u1ea1ng bi\u1ec3u t\u01b0\u1ee3ng", "Cancel": "Hu\u1ef7 B\u1ecf", "Caption": "Ti\xeau \u0111\u1ec1", "Cell": "\xd4", "Cell padding": "Kho\u1ea3ng c\xe1ch trong \xf4", "Cell properties": "Thu\u1ed9c t\xednh \xf4", "Cell spacing": "Kho\u1ea3ng c\xe1ch \xf4", "Cell styles": "Ki\u1ec3u d\xe1ng \xf4", "Cell type": "Lo\u1ea1i \xf4", "Center": "Gi\u1eefa", "Characters": "Nh\xe2n v\u1eadt", "Characters (no spaces)": "K\xfd t\u1ef1 (kh\xf4ng kho\u1ea3ng tr\u1ed1ng)", "Circle": "H\xecnh tr\xf2n", "Class": "L\u1edbp", "Clear formatting": "Xo\xe1 \u0111\u1ecbnh d\u1ea1ng", "Close": "\u0110\xf3ng L\u1ea1i", "Code": "M\xe3", "Code sample...": "M\xe3 m\u1eabu...", "Code view": "Xem code", "Color Picker": "B\u1ea3ng ch\u1ecdn m\xe0u", "Color swatch": "M\u1eabu m\xe0u", "Cols": "C\u1ed9t", "Column": "C\u1ed9t", "Column clipboard actions": "C\u1ed9t thao t\xe1c tr\xean khay nh\u1edb t\u1ea1m", "Column group": "Gom nh\xf3m c\u1ed9t", "Column header": "Ti\xeau \u0111\u1ec1 c\u1ed9t", "Constrain proportions": "T\u1ef7 l\u1ec7 r\xe0ng bu\u1ed9c", "Copy": "Sao ch\xe9p 2", "Copy column": "Sao ch\xe9p c\u1ed9t", "Copy row": "Sao ch\xe9p d\xf2ng", "Could not find the specified string.": "Kh\xf4ng t\xecm th\u1ea5y chu\u1ed7i ch\u1ec9 \u0111\u1ecbnh.", "Could not load emojis": "Kh\xf4ng th\u1ec3 t\u1ea3i bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\xfac", "Count": "\u0110\u1ebfm", "Currency": "Ti\u1ec1n t\u1ec7", "Current window": "C\u1eeda s\u1ed5 hi\u1ec7n t\u1ea1i", "Custom color": "Tu\u1ef3 ch\u1ec9nh m\xe0u", "Custom...": "Tu\u1ef3 ch\u1ec9nh...", "Cut": "C\u1eaft", "Cut column": "C\u1eaft c\u1ed9t", "Cut row": "C\u1eaft d\xf2ng", "Dark Blue": "Xanh d\u01b0\u01a1ng \u0111\u1eadm", "Dark Gray": "X\xe1m \u0111\u1eadm", "Dark Green": "Xanh l\xe1 c\xe2y \u0111\u1eadm", "Dark Orange": "Cam \u0111\u1eadm", "Dark Purple": "T\xedm \u0111\u1eadm", "Dark Red": "\u0110\u1ecf \u0111\u1eadm", "Dark Turquoise": "Ng\u1ecdc lam t\u1ed1i", "Dark Yellow": "V\xe0ng \u0111\u1eadm", "Dashed": "N\xe9t \u0111\u1ee9t", "Date/time": "Ng\xe0y/th\u1eddi gian", "Decrease indent": "Th\u1ee5t l\xf9i d\xf2ng", "Default": "M\u1eb7c \u0111\u1ecbnh", "Delete accordion": "", "Delete column": "Xo\xe1 c\u1ed9t", "Delete row": "Xo\xe1 d\xf2ng", "Delete table": "Xo\xe1 b\u1ea3ng", "Dimensions": "K\xedch th\u01b0\u1edbc", "Disc": "\u0110\u0129a", "Div": "Khung", "Document": "T\xe0i li\u1ec7u", "Dotted": "N\xe9t ch\u1ea5m", "Double": "N\xe9t \u0111\xf4i", "Drop an image here": "Th\u1ea3 h\xecnh \u1ea3nh v\xe0o \u0111\xe2y", "Dropped file type is not supported": "Lo\u1ea1i t\u1ec7p \u0111\xe3 k\xe9o th\u1ea3 kh\xf4ng \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3", "Edit": "S\u1eeda", "Embed": "Nh\xfang", "Emojis": "Bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\xfac", "Emojis...": "Bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\xfac...", "Error": "L\u1ed7i", "Error: Form submit field collision.": "L\u1ed7i: Xung \u0111\u1ed9t tr\u01b0\u1eddng trong bi\u1ec3u m\u1eabu.", "Error: No form element found.": "L\u1ed7i: Kh\xf4ng t\xecm th\u1ea5y bi\u1ec3u m\u1eabu.", "Extended Latin": "Latin m\u1edf r\u1ed9ng", "Failed to initialize plugin: {0}": "Kh\xf4ng th\u1ec3 kh\u1edfi t\u1ea1o plugin: {0}", "Failed to load plugin url: {0}": "Kh\xf4ng th\u1ec3 t\u1ea3i \u0111\u01b0\u1eddng d\u1eabn plugin: {0}", "Failed to load plugin: {0} from url {1}": "Kh\xf4ng th\u1ec3 t\u1ea3i plugin: {0} t\u1eeb \u0111\u01b0\u1eddng d\u1eabn {1}", "Failed to upload image: {0}": "Kh\xf4ng th\u1ec3 \u0111\u0103ng h\xecnh: {0}", "File": "T\u1eadp tin", "Find": "T\xecm ki\u1ebfm", "Find (if searchreplace plugin activated)": "T\xecm ki\u1ebfm", "Find and Replace": "T\xecm v\xe0 thay th\u1ebf", "Find and replace...": "T\xecm v\xe0 thay th\u1ebf...", "Find in selection": "T\xecm trong l\u1ef1a ch\u1ecdn", "Find whole words only": "Ch\u1ec9 t\xecm to\xe0n b\u1ed9 t\u1eeb", "Flags": "C\u1edd", "Focus to contextual toolbar": "T\u1eadp trung v\xe0o thanh c\xf4ng c\u1ee5 ng\u1eef c\u1ea3nh", "Focus to element path": "T\u1eadp trung v\xe0o \u0111\u01b0\u1eddng d\u1eabn ph\u1ea7n t\u1eed", "Focus to menubar": "T\u1eadp trung v\xe0o tr\xecnh \u0111\u01a1n", "Focus to toolbar": "T\u1eadp trung v\xe0o thanh c\xf4ng c\u1ee5", "Font": "Ph\xf4ng ch\u1eef", "Font size {0}": "", "Font sizes": "K\xedch th\u01b0\u1edbc ch\u1eef", "Font {0}": "", "Fonts": "Ph\xf4ng ch\u1eef", "Food and Drink": "Th\u1ee9c \u0103n v\xe0 \u0111\u1ed3 u\u1ed1ng", "Footer": "Ch\xe2n", "Format": "\u0110\u1ecbnh d\u1ea1ng", "Format {0}": "", "Formats": "\u0110\u1ecbnh d\u1ea1ng", "Fullscreen": "To\xe0n m\xe0n h\xecnh", "G": "M\xe0u xanh l\xe1", "General": "Chung", "Gray": "X\xe1m", "Green": "Xanh l\xe1", "Green component": "Th\xe0nh ph\u1ea7n xanh", "Groove": "3D c\xf3 x\u1ebb r\xe3nh", "Handy Shortcuts": "Ph\xedm t\u1eaft th\xf4ng d\u1ee5ng", "Header": "Ti\xeau \u0111\u1ec1", "Header cell": "Ti\xeau \u0111\u1ec1 \xf4", "Heading 1": "H1", "Heading 2": "H2", "Heading 3": "H3", "Heading 4": "H4", "Heading 5": "H5", "Heading 6": "H6", "Headings": "\u0110\u1ec1 m\u1ee5c", "Height": "\u0110\u1ed9 Cao", "Help": "Tr\u1ee3 gi\xfap", "Hex color code": "M\xe3 m\xe0u hex", "Hidden": "\u1ea8n", "Horizontal align": "C\u0103n ngang", "Horizontal line": "K\u1ebb ngang", "Horizontal space": "N\u1eb1m ngang", "ID": "ID", "ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "ID ph\u1ea3i b\u1eaft \u0111\u1ea7u b\u1eb1ng ch\u1eef c\xe1i, theo sau l\xe0 c\xe1c ch\u1eef c\xe1i, s\u1ed1, d\u1ea5u g\u1ea1ch ngang, d\u1ea5u ch\u1ea5m, d\u1ea5u hai ch\u1ea5m ho\u1eb7c d\u1ea5u g\u1ea1ch d\u01b0\u1edbi.", "Image is decorative": "H\xecnh \u1ea3nh minh ho\u1ea1", "Image list": "Danh s\xe1ch h\xecnh \u1ea3nh", "Image title": "Ti\xeau \u0111\u1ec1 \u1ea3nh", "Image...": "H\xecnh \u1ea3nh...", "ImageProxy HTTP error: Could not find Image Proxy": "L\u1ed7i HTTP ImageProxy: Kh\xf4ng th\u1ec3 t\xecm th\u1ea5y Image Proxy", "ImageProxy HTTP error: Incorrect Image Proxy URL": "L\u1ed7i HTTP ImageProxy: URL proxy h\xecnh \u1ea3nh kh\xf4ng ch\xednh x\xe1c", "ImageProxy HTTP error: Rejected request": "L\u1ed7i HTTP ImageProxy: Y\xeau c\u1ea7u b\u1ecb t\u1eeb ch\u1ed1i", "ImageProxy HTTP error: Unknown ImageProxy error": "L\u1ed7i HTTP ImageProxy: L\u1ed7i ImageProxy kh\xf4ng x\xe1c \u0111\u1ecbnh", "Increase indent": "T\u0103ng kho\u1ea3ng c\xe1ch d\xf2ng", "Inline": "C\xf9ng d\xf2ng", "Insert": "Ch\xe8n", "Insert Template": "Th\xeam m\u1eabu", "Insert accordion": "", "Insert column after": "Th\xeam c\u1ed9t b\xean ph\u1ea3i", "Insert column before": "Th\xeam c\u1ed9t b\xean tr\xe1i", "Insert date/time": "Ch\xe8n ng\xe0y/th\xe1ng", "Insert image": "Ch\xe8n \u1ea3nh", "Insert link (if link plugin activated)": "Ch\xe8n li\xean k\u1ebft", "Insert row after": "Th\xeam d\xf2ng ph\xeda d\u01b0\u1edbi", "Insert row before": "Th\xeam d\xf2ng ph\xeda tr\xean", "Insert table": "Th\xeam b\u1ea3ng", "Insert template...": "Th\xeam m\u1eabu...", "Insert video": "Ch\xe8n video", "Insert/Edit code sample": "Ch\xe8n/S\u1eeda m\xe3 m\u1eabu", "Insert/edit image": "Ch\xe8n/s\u1eeda \u1ea3nh", "Insert/edit link": "Ch\xe8n/s\u1eeda li\xean k\u1ebft", "Insert/edit media": "Ch\xe8n/s\u1eeda \u0111a ph\u01b0\u01a1ng ti\u1ec7n", "Insert/edit video": "Ch\xe8n/s\u1eeda video", "Inset": "3D khung ch\xecm", "Invalid hex color code: {0}": "M\xe3 m\xe0u hex kh\xf4ng h\u1ee3p l\u1ec7: {0}", "Invalid input": "\u0110\u1ea7u v\xe0o kh\xf4ng h\u1ee3p l\u1ec7", "Italic": "In nghi\xeang", "Justify": "C\u0103n \u0111\u1ec1u hai b\xean", "Keyboard Navigation": "Ph\xedm \u0111i\u1ec1u h\u01b0\u1edbng", "Language": "Ng\xf4n ng\u1eef", "Learn more...": "T\xecm hi\u1ec3u th\xeam...", "Left": "Tr\xe1i", "Left to right": "Tr\xe1i sang ph\u1ea3i", "Light Blue": "Xanh d\u01b0\u01a1ng nh\u1ea1t", "Light Gray": "X\xe1m nh\u1ea1t", "Light Green": "Xanh l\xe1 nh\u1ea1t", "Light Purple": "T\xedm nh\u1ea1t", "Light Red": "\u0110\u1ecf nh\u1ea1t", "Light Yellow": "V\xe0ng nh\u1ea1t", "Line height": "\u0110\u1ed9 cao d\xf2ng", "Link list": "Danh s\xe1ch li\xean k\u1ebft", "Link...": "Li\xean k\u1ebft...", "List Properties": "Thu\u1ed9c t\xednh danh s\xe1ch", "List properties...": "C\xe1c thu\u1ed9c t\xednh danh s\xe1ch...", "Loading emojis...": "\u0110ang t\u1ea3i bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\xfac...", "Loading...": "\u0110ang t\u1ea3i...", "Lower Alpha": "K\xfd t\u1ef1 th\u01b0\u1eddng", "Lower Greek": "S\u1ed1 Hy L\u1ea1p th\u01b0\u1eddng", "Lower Roman": "S\u1ed1 la m\xe3 th\u01b0\u1eddng", "Match case": "Ph\xe2n bi\u1ec7t hoa/th\u01b0\u1eddng", "Mathematical": "To\xe1n h\u1ecdc", "Media poster (Image URL)": "\xc1p ph\xedch \u0111a ph\u01b0\u01a1ng ti\u1ec7n (\u0110\u01b0\u1eddng d\u1eabn h\xecnh \u1ea3nh)", "Media...": "\u0110a ph\u01b0\u01a1ng ti\u1ec7n...", "Medium Blue": "Xanh d\u01b0\u01a1ng nh\u1eb9", "Medium Gray": "X\xe1m nh\u1eb9", "Medium Purple": "T\xedm nh\u1eb9", "Merge cells": "Tr\u1ed9n \xf4", "Middle": "\u1ede gi\u1eefa", "Midnight Blue": "Xanh d\u01b0\u01a1ng n\u1eeda \u0111\xeam", "More...": "Th\xeam...", "Name": "T\xean", "Navy Blue": "Xanh n\u01b0\u1edbc bi\u1ec3n", "New document": "T\u1ea1o t\xe0i li\u1ec7u m\u1edbi", "New window": "C\u1eeda s\u1ed5 m\u1edbi", "Next": "Sau", "No": "Kh\xf4ng", "No alignment": "Kh\xf4ng c\u0103n l\u1ec1", "No color": "Kh\xf4ng c\xf3 m\xe0u", "Nonbreaking space": "Kh\xf4ng xu\u1ed1ng h\xe0ng", "None": "Kh\xf4ng", "Numbered list": "Danh s\xe1ch \u0111\xe1nh s\u1ed1", "OR": "HO\u1eb6C", "Objects": "V\u1eadt d\u1ee5ng", "Ok": "\u0110\u1ed3ng \xfd", "Open help dialog": "M\u1edf h\u1ed9p tho\u1ea1i tr\u1ee3 gi\xfap", "Open link": "M\u1edf li\xean k\u1ebft", "Open link in...": "M\u1edf \u0111\u01b0\u1eddng d\u1eabn trong...", "Open popup menu for split buttons": "M\u1edf menu b\u1eadt l\xean cho c\xe1c n\xfat t\xe1ch", "Orange": "Cam", "Outset": "3D khung n\u1ed5i", "Page break": "Ng\u1eaft trang", "Paragraph": "\u0110o\u1ea1n v\u0103n", "Paste": "D\xe1n", "Paste as text": "D\xe1n \u0111o\u1ea1n v\u0103n b\u1ea3n", "Paste column after": "D\xe1n c\u1ed9t v\xe0o b\xean ph\u1ea3i", "Paste column before": "D\xe1n c\u1ed9t v\xe0o b\xean tr\xe1i", "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "D\xe1n \u0111ang trong tr\u1ea1ng th\xe1i v\u0103n b\u1ea3n thu\u1ea7n. N\u1ed9i dung s\u1ebd \u0111\u01b0\u1ee3c d\xe1n d\u01b0\u1edbi d\u1ea1ng v\u0103n b\u1ea3n thu\u1ea7n, kh\xf4ng \u0111\u1ecbnh d\u1ea1ng.", "Paste or type a link": "D\xe1n ho\u1eb7c nh\u1eadp m\u1ed9t li\xean k\u1ebft", "Paste row after": "D\xe1n v\xe0o ph\xeda sau, d\u01b0\u1edbi", "Paste row before": "D\xe1n v\xe0o ph\xeda tr\u01b0\u1edbc, tr\xean", "Paste your embed code below:": "D\xe1n m\xe3 nh\xfang c\u1ee7a b\u1ea1n d\u01b0\u1edbi \u0111\xe2y:", "People": "Ng\u01b0\u1eddi", "Plugins": "Plugin", "Plugins installed ({0}):": "Plugin \u0111\xe3 c\xe0i ({0}):", "Powered by {0}": "Cung c\u1ea5p b\u1edfi {0}", "Pre": "Ti\u1ec1n t\u1ed1", "Preferences": "T\xf9y ch\u1ecdn", "Preformatted": "\u0110\u1ecbnh d\u1ea1ng s\u1eb5n", "Premium plugins:": "Plugin cao c\u1ea5p:", "Press the Up and Down arrow keys to resize the editor.": "", "Press the arrow keys to resize the editor.": "", "Press {0} for help": "", "Preview": "Xem th\u1eed", "Previous": "Tr\u01b0\u1edbc", "Print": "In", "Print...": "In...", "Purple": "T\xedm", "Quotations": "Tr\xedch d\u1eabn", "R": "M\xe0u \u0111\u1ecf", "Range 0 to 255": "T\u1eeb 0 \u0111\u1ebfn 255", "Red": "\u0110\u1ecf", "Red component": "Th\xe0nh ph\u1ea7n \u0111\u1ecf", "Redo": "L\xe0m l\u1ea1i", "Remove": "Xo\xe1", "Remove color": "B\u1ecf m\xe0u", "Remove link": "H\u1ee7y li\xean k\u1ebft", "Replace": "Thay th\u1ebf", "Replace all": "Thay t\u1ea5t c\u1ea3", "Replace with": "Thay th\u1ebf b\u1edfi", "Resize": "Thay \u0111\u1ed5i k\xedch th\u01b0\u1edbc", "Restore last draft": "Kh\xf4i ph\u1ee5c b\u1ea3n g\u1ea7n nh\u1ea5t", "Reveal or hide additional toolbar items": "", "Rich Text Area": "V\xf9ng v\u0103n b\u1ea3n phong ph\xfa", "Rich Text Area. Press ALT-0 for help.": "V\xf9ng v\u0103n b\u1ea3n phong ph\xfa. Nh\xe2n ALT-0 \u0111\u1ec3 bi\u1ebft th\xeam.", "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. B\u1ea5m ALT-F9 m\u1edf tr\xecnh \u0111\u01a1n. B\u1ea5m ALT-F10 m\u1edf thanh c\xf4ng c\u1ee5. B\u1ea5m ALT-0 m\u1edf tr\u1ee3 gi\xfap", "Ridge": "3D tr\xf2n n\u1ed5i", "Right": "Ph\u1ea3i", "Right to left": "Ph\u1ea3i sang tr\xe1i", "Row": "D\xf2ng", "Row clipboard actions": "H\xe0ng thao t\xe1c tr\xean khay nh\u1edb t\u1ea1m", "Row group": "Gom nh\xf3m d\xf2ng", "Row header": "Ti\xeau \u0111\u1ec1 h\xe0ng", "Row properties": "Thu\u1ed9c t\xednh d\xf2ng", "Row type": "Th\u1ec3 lo\u1ea1i d\xf2ng", "Rows": "D\xf2ng", "Save": "L\u01b0u", "Save (if save plugin activated)": "L\u01b0u", "Scope": "Quy\u1ec1n", "Search": "T\xecm ki\u1ebfm", "Select all": "Ch\u1ecdn t\u1ea5t c\u1ea3", "Select...": "Ch\u1ecdn...", "Selection": "L\u1ef1a ch\u1ecdn", "Shortcut": "Ph\xedm t\u1eaft", "Show blocks": "Hi\u1ec3n th\u1ecb kh\u1ed1i", "Show caption": "Hi\u1ec7n ti\xeau \u0111\u1ec1", "Show invisible characters": "Hi\u1ec3n th\u1ecb k\xfd t\u1ef1 \u1ea9n", "Size": "K\xedch th\u01b0\u1edbc", "Solid": "N\xe9t li\u1ec1n m\u1ea1ch", "Source": "Ngu\u1ed3n", "Source code": "M\xe3 ngu\u1ed3n", "Special Character": "K\xfd t\u1ef1 \u0111\u1eb7c bi\u1ec7t", "Special character...": "K\xfd t\u1ef1 \u0111\u1eb7c bi\u1ec7t...", "Split cell": "Chia c\u1eaft \xf4", "Square": "\xd4 vu\xf4ng", "Start list at number": "Danh s\xe1ch b\u1eaft \u0111\u1ea7u b\u1eb1ng s\u1ed1", "Strikethrough": "G\u1ea1ch ngang", "Style": "Ki\u1ec3u", "Subscript": "K\xfd t\u1ef1 th\u1ea5p", "Superscript": "K\xfd t\u1ef1 m\u0169", "Switch to or from fullscreen mode": "Chuy\u1ec3n qua ho\u1eb7c l\u1ea1i ch\u1ebf \u0111\u1ed9 to\xe0n m\xe0n h\xecnh", "Symbols": "K\xfd hi\u1ec7u", "System Font": "Ph\xf4ng ch\u1eef h\u1ec7 th\u1ed1ng", "Table": "B\u1ea3ng", "Table caption": "Ch\xfa th\xedch b\u1ea3ng", "Table properties": "Thu\u1ed9c t\xednh b\u1ea3ng", "Table styles": "Ki\u1ec3u d\xe1ng b\u1ea3ng", "Template": "M\u1eabu", "Templates": "M\u1eabu", "Text": "V\u0103n b\u1ea3n", "Text color": "M\xe0u v\u0103n b\u1ea3n", "Text color {0}": "", "Text to display": "N\u1ed9i dung hi\u1ec3n th\u1ecb", "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u0110\u1ecba ch\u1ec9 URL b\u1ea1n v\u1eeba nh\u1eadp gi\u1ed1ng nh\u01b0 m\u1ed9t \u0111\u1ecba ch\u1ec9 email. B\u1ea1n c\xf3 mu\u1ed1n th\xeam ti\u1ec1n t\u1ed1 mailto: kh\xf4ng?", "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u0110\u1ecba ch\u1ec9 URL b\u1ea1n v\u1eeba nh\u1eadp gi\u1ed1ng nh\u01b0 m\u1ed9t li\xean k\u1ebft. B\u1ea1n c\xf3 mu\u1ed1n th\xeam ti\u1ec1n t\u1ed1 http:// kh\xf4ng?", "The URL you entered seems to be an external link. Do you want to add the required https:// prefix?": "Li\xean k\u1ebft b\u1ea1n nh\u1eadp c\xf3 v\u1ebb l\xe0 li\xean k\u1ebft b\xean ngo\xe0i. B\u1ea1n c\xf3 mu\u1ed1n b\u1eaft bu\u1ed9c th\xeam ti\u1ec1n t\u1ed1 https:// ?", "Title": "Ti\xeau \u0111\u1ec1", "To open the popup, press Shift+Enter": "\u0110\u1ec3 m\u1edf h\u1ed9p tho\u1ea1i, nh\u1ea5n Shift+Enter", "Toggle accordion": "", "Tools": "C\xf4ng c\u1ee5", "Top": "Tr\xean", "Travel and Places": "Du l\u1ecbch v\xe0 \u0111\u1ecba \u0111i\u1ec3m", "Turquoise": "Ng\u1ecdc lam", "Underline": "G\u1ea1ch d\u01b0\u1edbi", "Undo": "H\u1ee7y thao t\xe1c", "Upload": "T\u1ea3i l\xean", "Uploading image": "\u0110ang t\u1ea3i \u1ea3nh l\xean", "Upper Alpha": "In hoa", "Upper Roman": "S\u1ed1 la m\xe3 hoa", "Url": "Url", "User Defined": "\u0110\u1ecbnh ngh\u0129a b\u1edfi ng\u01b0\u1eddi d\xf9ng", "Valid": "H\u1ee3p l\u1ec7", "Version": "Phi\xean b\u1ea3n", "Vertical align": "C\u0103n d\u1ecdc", "Vertical space": "N\u1eb1m d\u1ecdc", "View": "Xem", "Visual aids": "Ch\u1ec9 d\u1eabn tr\u1ef1c quan", "Warn": "C\u1ea3nh b\xe1o", "White": "Tr\u1eafng", "Width": "\u0110\u1ed9 R\u1ed9ng", "Word count": "S\u1ed1 t\u1eeb", "Words": "Ch\u1eef", "Words: {0}": "Ch\u1eef: {0}", "Yellow": "V\xe0ng", "Yes": "C\xf3", "You are using {0}": "B\u1ea1n \u0111ang s\u1eed d\u1ee5ng {0}", "You have unsaved changes are you sure you want to navigate away?": "B\u1ea1n ch\u01b0a l\u01b0u thay \u0111\u1ed5i b\u1ea1n c\xf3 ch\u1eafc b\u1ea1n mu\u1ed1n di chuy\u1ec3n \u0111i?", "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "Tr\xecnh duy\u1ec7t c\u1ee7a b\u1ea1n kh\xf4ng h\u1ed7 tr\u1ee3 truy c\u1eadp truy c\u1eadp b\u1ed9 nh\u1edb \u1ea3o, vui l\xf2ng s\u1eed d\u1ee5ng c\xe1c t\u1ed5 h\u1ee3p ph\xedm Ctrl + X, C, V.", "alignment": "canh l\u1ec1", "austral sign": "k\xfd hi\u1ec7u austral", "cedi sign": "k\xfd hi\u1ec7u cedi ", "colon sign": "d\u1ea5u hai ch\u1ea5m", "cruzeiro sign": "k\xfd hi\u1ec7u cruzeiro", "currency sign": "k\xfd hi\u1ec7u ti\u1ec1n t\u1ec7", "dollar sign": "k\xfd hi\u1ec7u \u0111\xf4 la", "dong sign": "k\xfd hi\u1ec7u \u0111\u1ed3ng", "drachma sign": "k\xfd hi\u1ec7u drachma", "euro-currency sign": "k\xfd hi\u1ec7u euro", "example": "v\xed d\u1ee5", "formatting": "\u0111\u1ecbnh d\u1ea1ng", "french franc sign": "k\xfd hi\u1ec7u franc Ph\xe1p", "german penny symbol": "k\xfd hi\u1ec7u xu \u0110\u1ee9c", "guarani sign": "k\xfd hi\u1ec7u guarani", "history": "l\u1ecbch s\u1eed", "hryvnia sign": "k\xfd hi\u1ec7u hryvnia", "indentation": "th\u1ee5t \u0111\u1ea7u d\xf2ng", "indian rupee sign": "k\xfd hi\u1ec7u rupee \u1ea5n \u0111\u1ed9", "kip sign": "k\xfd hi\u1ec7u \u0111\u1ed3ng kip", "lira sign": "k\xfd hi\u1ec7u lira", "livre tournois sign": "k\xfd hi\u1ec7u livre tournois", "manat sign": "k\xfd hi\u1ec7u manat", "mill sign": "k\xfd hi\u1ec7u mill", "naira sign": "k\xfd hi\u1ec7u naira", "new sheqel sign": "k\xfd hi\u1ec7u new sheqel", "nordic mark sign": "k\xfd hi\u1ec7u mark b\u1eafc \xe2u", "peseta sign": "k\xfd hi\u1ec7u peseta", "peso sign": "k\xfd hi\u1ec7u peso", "ruble sign": "k\xfd hi\u1ec7u r\xfap", "rupee sign": "k\xfd hi\u1ec7u rupee", "spesmilo sign": "k\xfd hi\u1ec7u spesmilo", "styles": "ki\u1ec3u", "tenge sign": "K\xfd hi\u1ec7u tenge", "tugrik sign": "k\xfd hi\u1ec7u tugrik", "turkish lira sign": "k\xfd hi\u1ec7u lira th\u1ed5 nh\u0129 k\u1ef3", "won sign": "k\xfd hi\u1ec7u won", "yen character": "k\xfd hi\u1ec7u y\xean", "yen/yuan character variant one": "k\xfd hi\u1ec7u y\xean/yuan bi\u1ebfn th\u1ec3", "yuan character": "k\xfd hi\u1ec7u yuan", "yuan character, in hong kong and taiwan": "k\xfd hi\u1ec7u yuan, \u1edf h\u1ed3ng k\xf4ng v\xe0 \u0111\xe0i loan", "{0} characters": "{0} k\xfd t\u1ef1", "{0} columns, {1} rows": "", "{0} words": "{0} ch\u1eef" });
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
tinymce.addI18n("vi",{"#":"#",Accessibility:"Khả năng tiếp cận",Accordion:"","Accordion body...":"","Accordion summary...":"",Action:"Hành động",Activity:"Hoạt động",Address:"Địa chỉ",Advanced:"Nâng cao",Align:"Canh lề","Align center":"Căn giữa","Align left":"Canh trái","Align right":"Căn phải",Alignment:"Canh chỉnh","Alignment {0}":"",All:"Tất cả","Alternative description":"Mô tả thay thế (Alt)","Alternative source":"Nguồn thay thế","Alternative source URL":"Đường dẫn nguồn thay thế",Anchor:"Neo liên kết","Anchor...":"Neo...",Anchors:"Neo","Animals and Nature":"Động vật và thiên nhiên",Arrows:"Mũi tên",B:"Màu xanh dương","Background color":"Màu nền","Background color {0}":"",Black:"Đen",Block:"Khối","Block {0}":"",Blockquote:"Đoạn Trích Dẫn",Blocks:"Khối",Blue:"Xanh dương","Blue component":"Thành phần xanh",Body:"Nội dung",Bold:"In đậm",Border:"Viền","Border color":"Màu viền","Border style":"Kiểu viền","Border width":"Độ dày viền",Bottom:"Dưới","Browse files":"","Browse for an image":"Chọn một hình ảnh","Browse links":"","Bullet list":"Danh sách dạng biểu tượng",Cancel:"Huỷ Bỏ",Caption:"Tiêu đề",Cell:"Ô","Cell padding":"Khoảng cách trong ô","Cell properties":"Thuộc tính ô","Cell spacing":"Khoảng cách ô","Cell styles":"Kiểu dáng ô","Cell type":"Loại ô",Center:"Giữa",Characters:"Nhân vật","Characters (no spaces)":"Ký tự (không khoảng trống)",Circle:"Hình tròn",Class:"Lớp","Clear formatting":"Xoá định dạng",Close:"Đóng Lại",Code:"Mã","Code sample...":"Mã mẫu...","Code view":"Xem code","Color Picker":"Bảng chọn màu","Color swatch":"Mẫu màu",Cols:"Cột",Column:"Cột","Column clipboard actions":"Cột thao tác trên khay nhớ tạm","Column group":"Gom nhóm cột","Column header":"Tiêu đề cột","Constrain proportions":"Tỷ lệ ràng buộc",Copy:"Sao chép 2","Copy column":"Sao chép cột","Copy row":"Sao chép dòng","Could not find the specified string.":"Không tìm thấy chuỗi chỉ định.","Could not load emojis":"Không thể tải biểu tượng cảm xúc",Count:"Đếm",Currency:"Tiền tệ","Current window":"Cửa sổ hiện tại","Custom color":"Tuỳ chỉnh màu","Custom...":"Tuỳ chỉnh...",Cut:"Cắt","Cut column":"Cắt cột","Cut row":"Cắt dòng","Dark Blue":"Xanh dương đậm","Dark Gray":"Xám đậm","Dark Green":"Xanh lá cây đậm","Dark Orange":"Cam đậm","Dark Purple":"Tím đậm","Dark Red":"Đỏ đậm","Dark Turquoise":"Ngọc lam tối","Dark Yellow":"Vàng đậm",Dashed:"Nét đứt","Date/time":"Ngày/thời gian","Decrease indent":"Thụt lùi dòng",Default:"Mặc định","Delete accordion":"","Delete column":"Xoá cột","Delete row":"Xoá dòng","Delete table":"Xoá bảng",Dimensions:"Kích thước",Disc:"Đĩa",Div:"Khung",Document:"Tài liệu",Dotted:"Nét chấm",Double:"Nét đôi","Drop an image here":"Thả hình ảnh vào đây","Dropped file type is not supported":"Loại tệp đã kéo thả không được hỗ trợ",Edit:"Sửa",Embed:"Nhúng",Emojis:"Biểu tượng cảm xúc","Emojis...":"Biểu tượng cảm xúc...",Error:"Lỗi","Error: Form submit field collision.":"Lỗi: Xung đột trường trong biểu mẫu.","Error: No form element found.":"Lỗi: Không tìm thấy biểu mẫu.","Extended Latin":"Latin mở rộng","Failed to initialize plugin: {0}":"Không thể khởi tạo plugin: {0}","Failed to load plugin url: {0}":"Không thể tải đường dẫn plugin: {0}","Failed to load plugin: {0} from url {1}":"Không thể tải plugin: {0} từ đường dẫn {1}","Failed to upload image: {0}":"Không thể đăng hình: {0}",File:"Tập tin",Find:"Tìm kiếm","Find (if searchreplace plugin activated)":"Tìm kiếm","Find and Replace":"Tìm và thay thế","Find and replace...":"Tìm và thay thế...","Find in selection":"Tìm trong lựa chọn","Find whole words only":"Chỉ tìm toàn bộ từ",Flags:"Cờ","Focus to contextual toolbar":"Tập trung vào thanh công cụ ngữ cảnh","Focus to element path":"Tập trung vào đường dẫn phần tử","Focus to menubar":"Tập trung vào trình đơn","Focus to toolbar":"Tập trung vào thanh công cụ",Font:"Phông chữ","Font size {0}":"","Font sizes":"Kích thước chữ","Font {0}":"",Fonts:"Phông chữ","Food and Drink":"Thức ăn và đồ uống",Footer:"Chân",Format:"Định dạng","Format {0}":"",Formats:"Định dạng",Fullscreen:"Toàn màn hình",G:"Màu xanh lá",General:"Chung",Gray:"Xám",Green:"Xanh lá","Green component":"Thành phần xanh",Groove:"3D có xẻ rãnh","Handy Shortcuts":"Phím tắt thông dụng",Header:"Tiêu đề","Header cell":"Tiêu đề ô","Heading 1":"H1","Heading 2":"H2","Heading 3":"H3","Heading 4":"H4","Heading 5":"H5","Heading 6":"H6",Headings:"Đề mục",Height:"Độ Cao",Help:"Trợ giúp","Hex color code":"Mã màu hex",Hidden:"Ẩn","Horizontal align":"Căn ngang","Horizontal line":"Kẻ ngang","Horizontal space":"Nằm ngang",ID:"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID phải bắt đầu bằng chữ cái, theo sau là các chữ cái, số, dấu gạch ngang, dấu chấm, dấu hai chấm hoặc dấu gạch dưới.","Image is decorative":"Hình ảnh minh hoạ","Image list":"Danh sách hình ảnh","Image title":"Tiêu đề ảnh","Image...":"Hình ảnh...","ImageProxy HTTP error: Could not find Image Proxy":"Lỗi HTTP ImageProxy: Không thể tìm thấy Image Proxy","ImageProxy HTTP error: Incorrect Image Proxy URL":"Lỗi HTTP ImageProxy: URL proxy hình ảnh không chính xác","ImageProxy HTTP error: Rejected request":"Lỗi HTTP ImageProxy: Yêu cầu bị từ chối","ImageProxy HTTP error: Unknown ImageProxy error":"Lỗi HTTP ImageProxy: Lỗi ImageProxy không xác định","Increase indent":"Tăng khoảng cách dòng",Inline:"Cùng dòng",Insert:"Chèn","Insert Template":"Thêm mẫu","Insert accordion":"","Insert column after":"Thêm cột bên phải","Insert column before":"Thêm cột bên trái","Insert date/time":"Chèn ngày/tháng","Insert image":"Chèn ảnh","Insert link (if link plugin activated)":"Chèn liên kết","Insert row after":"Thêm dòng phía dưới","Insert row before":"Thêm dòng phía trên","Insert table":"Thêm bảng","Insert template...":"Thêm mẫu...","Insert video":"Chèn video","Insert/Edit code sample":"Chèn/Sửa mã mẫu","Insert/edit image":"Chèn/sửa ảnh","Insert/edit link":"Chèn/sửa liên kết","Insert/edit media":"Chèn/sửa đa phương tiện","Insert/edit video":"Chèn/sửa video",Inset:"3D khung chìm","Invalid hex color code: {0}":"Mã màu hex không hợp lệ: {0}","Invalid input":"Đầu vào không hợp lệ",Italic:"In nghiêng",Justify:"Căn đều hai bên","Keyboard Navigation":"Phím điều hướng",Language:"Ngôn ngữ","Learn more...":"Tìm hiểu thêm...",Left:"Trái","Left to right":"Trái sang phải","Light Blue":"Xanh dương nhạt","Light Gray":"Xám nhạt","Light Green":"Xanh lá nhạt","Light Purple":"Tím nhạt","Light Red":"Đỏ nhạt","Light Yellow":"Vàng nhạt","Line height":"Độ cao dòng","Link list":"Danh sách liên kết","Link...":"Liên kết...","List Properties":"Thuộc tính danh sách","List properties...":"Các thuộc tính danh sách...","Loading emojis...":"Đang tải biểu tượng cảm xúc...","Loading...":"Đang tải...","Lower Alpha":"Ký tự thường","Lower Greek":"Số Hy Lạp thường","Lower Roman":"Số la mã thường","Match case":"Phân biệt hoa/thường",Mathematical:"Toán học","Media poster (Image URL)":"Áp phích đa phương tiện (Đường dẫn hình ảnh)","Media...":"Đa phương tiện...","Medium Blue":"Xanh dương nhẹ","Medium Gray":"Xám nhẹ","Medium Purple":"Tím nhẹ","Merge cells":"Trộn ô",Middle:"Ở giữa","Midnight Blue":"Xanh dương nửa đêm","More...":"Thêm...",Name:"Tên","Navy Blue":"Xanh nước biển","New document":"Tạo tài liệu mới","New window":"Cửa sổ mới",Next:"Sau",No:"Không","No alignment":"Không căn lề","No color":"Không có màu","Nonbreaking space":"Không xuống hàng",None:"Không","Numbered list":"Danh sách đánh số",OR:"HOẶC",Objects:"Vật dụng",Ok:"Đồng ý","Open help dialog":"Mở hộp thoại trợ giúp","Open link":"Mở liên kết","Open link in...":"Mở đường dẫn trong...","Open popup menu for split buttons":"Mở menu bật lên cho các nút tách",Orange:"Cam",Outset:"3D khung nổi","Page break":"Ngắt trang",Paragraph:"Đoạn văn",Paste:"Dán","Paste as text":"Dán đoạn văn bản","Paste column after":"Dán cột vào bên phải","Paste column before":"Dán cột vào bên trái","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"Dán đang trong trạng thái văn bản thuần. Nội dung sẽ được dán dưới dạng văn bản thuần, không định dạng.","Paste or type a link":"Dán hoặc nhập một liên kết","Paste row after":"Dán vào phía sau, dưới","Paste row before":"Dán vào phía trước, trên","Paste your embed code below:":"Dán mã nhúng của bạn dưới đây:",People:"Người",Plugins:"Plugin","Plugins installed ({0}):":"Plugin đã cài ({0}):","Powered by {0}":"Cung cấp bởi {0}",Pre:"Tiền tố",Preferences:"Tùy chọn",Preformatted:"Định dạng sẵn","Premium plugins:":"Plugin cao cấp:","Press the Up and Down arrow keys to resize the editor.":"","Press the arrow keys to resize the editor.":"","Press {0} for help":"",Preview:"Xem thử",Previous:"Trước",Print:"In","Print...":"In...",Purple:"Tím",Quotations:"Trích dẫn",R:"Màu đỏ","Range 0 to 255":"Từ 0 đến 255",Red:"Đỏ","Red component":"Thành phần đỏ",Redo:"Làm lại",Remove:"Xoá","Remove color":"Bỏ màu","Remove link":"Hủy liên kết",Replace:"Thay thế","Replace all":"Thay tất cả","Replace with":"Thay thế bởi",Resize:"Thay đổi kích thước","Restore last draft":"Khôi phục bản gần nhất","Reveal or hide additional toolbar items":"","Rich Text Area":"Vùng văn bản phong phú","Rich Text Area. Press ALT-0 for help.":"Vùng văn bản phong phú. Nhân ALT-0 để biết thêm.","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"Rich Text Area. Bấm ALT-F9 mở trình đơn. Bấm ALT-F10 mở thanh công cụ. Bấm ALT-0 mở trợ giúp",Ridge:"3D tròn nổi",Right:"Phải","Right to left":"Phải sang trái",Row:"Dòng","Row clipboard actions":"Hàng thao tác trên khay nhớ tạm","Row group":"Gom nhóm dòng","Row header":"Tiêu đề hàng","Row properties":"Thuộc tính dòng","Row type":"Thể loại dòng",Rows:"Dòng",Save:"Lưu","Save (if save plugin activated)":"Lưu",Scope:"Quyền",Search:"Tìm kiếm","Select all":"Chọn tất cả","Select...":"Chọn...",Selection:"Lựa chọn",Shortcut:"Phím tắt","Show blocks":"Hiển thị khối","Show caption":"Hiện tiêu đề","Show invisible characters":"Hiển thị ký tự ẩn",Size:"Kích thước",Solid:"Nét liền mạch",Source:"Nguồn","Source code":"Mã nguồn","Special Character":"Ký tự đặc biệt","Special character...":"Ký tự đặc biệt...","Split cell":"Chia cắt ô",Square:"Ô vuông","Start list at number":"Danh sách bắt đầu bằng số",Strikethrough:"Gạch ngang",Style:"Kiểu",Subscript:"Ký tự thấp",Superscript:"Ký tự mũ","Switch to or from fullscreen mode":"Chuyển qua hoặc lại chế độ toàn màn hình",Symbols:"Ký hiệu","System Font":"Phông chữ hệ thống",Table:"Bảng","Table caption":"Chú thích bảng","Table properties":"Thuộc tính bảng","Table styles":"Kiểu dáng bảng",Template:"Mẫu",Templates:"Mẫu",Text:"Văn bản","Text color":"Màu văn bản","Text color {0}":"","Text to display":"Nội dung hiển thị","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"Địa chỉ URL bạn vừa nhập giống như một địa chỉ email. Bạn có muốn thêm tiền tố mailto: không?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"Địa chỉ URL bạn vừa nhập giống như một liên kết. Bạn có muốn thêm tiền tố http:// không?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"Liên kết bạn nhập có vẻ là liên kết bên ngoài. Bạn có muốn bắt buộc thêm tiền tố https:// ?",Title:"Tiêu đề","To open the popup, press Shift+Enter":"Để mở hộp thoại, nhấn Shift+Enter","Toggle accordion":"",Tools:"Công cụ",Top:"Trên","Travel and Places":"Du lịch và địa điểm",Turquoise:"Ngọc lam",Underline:"Gạch dưới",Undo:"Hủy thao tác",Upload:"Tải lên","Uploading image":"Đang tải ảnh lên","Upper Alpha":"In hoa","Upper Roman":"Số la mã hoa",Url:"Url","User Defined":"Định nghĩa bởi người dùng",Valid:"Hợp lệ",Version:"Phiên bản","Vertical align":"Căn dọc","Vertical space":"Nằm dọc",View:"Xem","Visual aids":"Chỉ dẫn trực quan",Warn:"Cảnh báo",White:"Trắng",Width:"Độ Rộng","Word count":"Số từ",Words:"Chữ","Words: {0}":"Chữ: {0}",Yellow:"Vàng",Yes:"Có","You are using {0}":"Bạn đang sử dụng {0}","You have unsaved changes are you sure you want to navigate away?":"Bạn chưa lưu thay đổi bạn có chắc bạn muốn di chuyển đi?","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"Trình duyệt của bạn không hỗ trợ truy cập truy cập bộ nhớ ảo, vui lòng sử dụng các tổ hợp phím Ctrl + X, C, V.",alignment:"canh lề","austral sign":"ký hiệu austral","cedi sign":"ký hiệu cedi ","colon sign":"dấu hai chấm","cruzeiro sign":"ký hiệu cruzeiro","currency sign":"ký hiệu tiền tệ","dollar sign":"ký hiệu đô la","dong sign":"ký hiệu đồng","drachma sign":"ký hiệu drachma","euro-currency sign":"ký hiệu euro",example:"ví dụ",formatting:"định dạng","french franc sign":"ký hiệu franc Pháp","german penny symbol":"ký hiệu xu Đức","guarani sign":"ký hiệu guarani",history:"lịch sử","hryvnia sign":"ký hiệu hryvnia",indentation:"thụt đầu dòng","indian rupee sign":"ký hiệu rupee ấn độ","kip sign":"ký hiệu đồng kip","lira sign":"ký hiệu lira","livre tournois sign":"ký hiệu livre tournois","manat sign":"ký hiệu manat","mill sign":"ký hiệu mill","naira sign":"ký hiệu naira","new sheqel sign":"ký hiệu new sheqel","nordic mark sign":"ký hiệu mark bắc âu","peseta sign":"ký hiệu peseta","peso sign":"ký hiệu peso","ruble sign":"ký hiệu rúp","rupee sign":"ký hiệu rupee","spesmilo sign":"ký hiệu spesmilo",styles:"kiểu","tenge sign":"Ký hiệu tenge","tugrik sign":"ký hiệu tugrik","turkish lira sign":"ký hiệu lira thổ nhĩ kỳ","won sign":"ký hiệu won","yen character":"ký hiệu yên","yen/yuan character variant one":"ký hiệu yên/yuan biến thể","yuan character":"ký hiệu yuan","yuan character, in hong kong and taiwan":"ký hiệu yuan, ở hồng kông và đài loan","{0} characters":"{0} ký tự","{0} columns, {1} rows":"","{0} words":"{0} chữ"});
|
3
|
+
//# sourceMappingURL=vi.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"vi.mjs","sources":["../../../lib/utils/langs/vi.js"],"sourcesContent":["\"use strict\";\ntinymce.addI18n(\"vi\", { \"#\": \"#\", \"Accessibility\": \"Kh\\u1ea3 n\\u0103ng ti\\u1ebfp c\\u1eadn\", \"Accordion\": \"\", \"Accordion body...\": \"\", \"Accordion summary...\": \"\", \"Action\": \"H\\xe0nh \\u0111\\u1ed9ng\", \"Activity\": \"Ho\\u1ea1t \\u0111\\u1ed9ng\", \"Address\": \"\\u0110\\u1ecba ch\\u1ec9\", \"Advanced\": \"N\\xe2ng cao\", \"Align\": \"Canh l\\u1ec1\", \"Align center\": \"C\\u0103n gi\\u1eefa\", \"Align left\": \"Canh tr\\xe1i\", \"Align right\": \"C\\u0103n ph\\u1ea3i\", \"Alignment\": \"Canh ch\\u1ec9nh\", \"Alignment {0}\": \"\", \"All\": \"T\\u1ea5t c\\u1ea3\", \"Alternative description\": \"M\\xf4 t\\u1ea3 thay th\\u1ebf (Alt)\", \"Alternative source\": \"Ngu\\u1ed3n thay th\\u1ebf\", \"Alternative source URL\": \"\\u0110\\u01b0\\u1eddng d\\u1eabn ngu\\u1ed3n thay th\\u1ebf\", \"Anchor\": \"Neo li\\xean k\\u1ebft\", \"Anchor...\": \"Neo...\", \"Anchors\": \"Neo\", \"Animals and Nature\": \"\\u0110\\u1ed9ng v\\u1eadt v\\xe0 thi\\xean nhi\\xean\", \"Arrows\": \"M\\u0169i t\\xean\", \"B\": \"M\\xe0u xanh d\\u01b0\\u01a1ng\", \"Background color\": \"M\\xe0u n\\u1ec1n\", \"Background color {0}\": \"\", \"Black\": \"\\u0110en\", \"Block\": \"Kh\\u1ed1i\", \"Block {0}\": \"\", \"Blockquote\": \"\\u0110o\\u1ea1n Tr\\xedch D\\u1eabn\", \"Blocks\": \"Kh\\u1ed1i\", \"Blue\": \"Xanh d\\u01b0\\u01a1ng\", \"Blue component\": \"Th\\xe0nh ph\\u1ea7n xanh\", \"Body\": \"N\\u1ed9i dung\", \"Bold\": \"In \\u0111\\u1eadm\", \"Border\": \"Vi\\u1ec1n\", \"Border color\": \"M\\xe0u vi\\u1ec1n\", \"Border style\": \"Ki\\u1ec3u vi\\u1ec1n\", \"Border width\": \"\\u0110\\u1ed9 d\\xe0y vi\\u1ec1n\", \"Bottom\": \"D\\u01b0\\u1edbi\", \"Browse files\": \"\", \"Browse for an image\": \"Ch\\u1ecdn m\\u1ed9t h\\xecnh \\u1ea3nh\", \"Browse links\": \"\", \"Bullet list\": \"Danh s\\xe1ch d\\u1ea1ng bi\\u1ec3u t\\u01b0\\u1ee3ng\", \"Cancel\": \"Hu\\u1ef7 B\\u1ecf\", \"Caption\": \"Ti\\xeau \\u0111\\u1ec1\", \"Cell\": \"\\xd4\", \"Cell padding\": \"Kho\\u1ea3ng c\\xe1ch trong \\xf4\", \"Cell properties\": \"Thu\\u1ed9c t\\xednh \\xf4\", \"Cell spacing\": \"Kho\\u1ea3ng c\\xe1ch \\xf4\", \"Cell styles\": \"Ki\\u1ec3u d\\xe1ng \\xf4\", \"Cell type\": \"Lo\\u1ea1i \\xf4\", \"Center\": \"Gi\\u1eefa\", \"Characters\": \"Nh\\xe2n v\\u1eadt\", \"Characters (no spaces)\": \"K\\xfd t\\u1ef1 (kh\\xf4ng kho\\u1ea3ng tr\\u1ed1ng)\", \"Circle\": \"H\\xecnh tr\\xf2n\", \"Class\": \"L\\u1edbp\", \"Clear formatting\": \"Xo\\xe1 \\u0111\\u1ecbnh d\\u1ea1ng\", \"Close\": \"\\u0110\\xf3ng L\\u1ea1i\", \"Code\": \"M\\xe3\", \"Code sample...\": \"M\\xe3 m\\u1eabu...\", \"Code view\": \"Xem code\", \"Color Picker\": \"B\\u1ea3ng ch\\u1ecdn m\\xe0u\", \"Color swatch\": \"M\\u1eabu m\\xe0u\", \"Cols\": \"C\\u1ed9t\", \"Column\": \"C\\u1ed9t\", \"Column clipboard actions\": \"C\\u1ed9t thao t\\xe1c tr\\xean khay nh\\u1edb t\\u1ea1m\", \"Column group\": \"Gom nh\\xf3m c\\u1ed9t\", \"Column header\": \"Ti\\xeau \\u0111\\u1ec1 c\\u1ed9t\", \"Constrain proportions\": \"T\\u1ef7 l\\u1ec7 r\\xe0ng bu\\u1ed9c\", \"Copy\": \"Sao ch\\xe9p 2\", \"Copy column\": \"Sao ch\\xe9p c\\u1ed9t\", \"Copy row\": \"Sao ch\\xe9p d\\xf2ng\", \"Could not find the specified string.\": \"Kh\\xf4ng t\\xecm th\\u1ea5y chu\\u1ed7i ch\\u1ec9 \\u0111\\u1ecbnh.\", \"Could not load emojis\": \"Kh\\xf4ng th\\u1ec3 t\\u1ea3i bi\\u1ec3u t\\u01b0\\u1ee3ng c\\u1ea3m x\\xfac\", \"Count\": \"\\u0110\\u1ebfm\", \"Currency\": \"Ti\\u1ec1n t\\u1ec7\", \"Current window\": \"C\\u1eeda s\\u1ed5 hi\\u1ec7n t\\u1ea1i\", \"Custom color\": \"Tu\\u1ef3 ch\\u1ec9nh m\\xe0u\", \"Custom...\": \"Tu\\u1ef3 ch\\u1ec9nh...\", \"Cut\": \"C\\u1eaft\", \"Cut column\": \"C\\u1eaft c\\u1ed9t\", \"Cut row\": \"C\\u1eaft d\\xf2ng\", \"Dark Blue\": \"Xanh d\\u01b0\\u01a1ng \\u0111\\u1eadm\", \"Dark Gray\": \"X\\xe1m \\u0111\\u1eadm\", \"Dark Green\": \"Xanh l\\xe1 c\\xe2y \\u0111\\u1eadm\", \"Dark Orange\": \"Cam \\u0111\\u1eadm\", \"Dark Purple\": \"T\\xedm \\u0111\\u1eadm\", \"Dark Red\": \"\\u0110\\u1ecf \\u0111\\u1eadm\", \"Dark Turquoise\": \"Ng\\u1ecdc lam t\\u1ed1i\", \"Dark Yellow\": \"V\\xe0ng \\u0111\\u1eadm\", \"Dashed\": \"N\\xe9t \\u0111\\u1ee9t\", \"Date/time\": \"Ng\\xe0y/th\\u1eddi gian\", \"Decrease indent\": \"Th\\u1ee5t l\\xf9i d\\xf2ng\", \"Default\": \"M\\u1eb7c \\u0111\\u1ecbnh\", \"Delete accordion\": \"\", \"Delete column\": \"Xo\\xe1 c\\u1ed9t\", \"Delete row\": \"Xo\\xe1 d\\xf2ng\", \"Delete table\": \"Xo\\xe1 b\\u1ea3ng\", \"Dimensions\": \"K\\xedch th\\u01b0\\u1edbc\", \"Disc\": \"\\u0110\\u0129a\", \"Div\": \"Khung\", \"Document\": \"T\\xe0i li\\u1ec7u\", \"Dotted\": \"N\\xe9t ch\\u1ea5m\", \"Double\": \"N\\xe9t \\u0111\\xf4i\", \"Drop an image here\": \"Th\\u1ea3 h\\xecnh \\u1ea3nh v\\xe0o \\u0111\\xe2y\", \"Dropped file type is not supported\": \"Lo\\u1ea1i t\\u1ec7p \\u0111\\xe3 k\\xe9o th\\u1ea3 kh\\xf4ng \\u0111\\u01b0\\u1ee3c h\\u1ed7 tr\\u1ee3\", \"Edit\": \"S\\u1eeda\", \"Embed\": \"Nh\\xfang\", \"Emojis\": \"Bi\\u1ec3u t\\u01b0\\u1ee3ng c\\u1ea3m x\\xfac\", \"Emojis...\": \"Bi\\u1ec3u t\\u01b0\\u1ee3ng c\\u1ea3m x\\xfac...\", \"Error\": \"L\\u1ed7i\", \"Error: Form submit field collision.\": \"L\\u1ed7i: Xung \\u0111\\u1ed9t tr\\u01b0\\u1eddng trong bi\\u1ec3u m\\u1eabu.\", \"Error: No form element found.\": \"L\\u1ed7i: Kh\\xf4ng t\\xecm th\\u1ea5y bi\\u1ec3u m\\u1eabu.\", \"Extended Latin\": \"Latin m\\u1edf r\\u1ed9ng\", \"Failed to initialize plugin: {0}\": \"Kh\\xf4ng th\\u1ec3 kh\\u1edfi t\\u1ea1o plugin: {0}\", \"Failed to load plugin url: {0}\": \"Kh\\xf4ng th\\u1ec3 t\\u1ea3i \\u0111\\u01b0\\u1eddng d\\u1eabn plugin: {0}\", \"Failed to load plugin: {0} from url {1}\": \"Kh\\xf4ng th\\u1ec3 t\\u1ea3i plugin: {0} t\\u1eeb \\u0111\\u01b0\\u1eddng d\\u1eabn {1}\", \"Failed to upload image: {0}\": \"Kh\\xf4ng th\\u1ec3 \\u0111\\u0103ng h\\xecnh: {0}\", \"File\": \"T\\u1eadp tin\", \"Find\": \"T\\xecm ki\\u1ebfm\", \"Find (if searchreplace plugin activated)\": \"T\\xecm ki\\u1ebfm\", \"Find and Replace\": \"T\\xecm v\\xe0 thay th\\u1ebf\", \"Find and replace...\": \"T\\xecm v\\xe0 thay th\\u1ebf...\", \"Find in selection\": \"T\\xecm trong l\\u1ef1a ch\\u1ecdn\", \"Find whole words only\": \"Ch\\u1ec9 t\\xecm to\\xe0n b\\u1ed9 t\\u1eeb\", \"Flags\": \"C\\u1edd\", \"Focus to contextual toolbar\": \"T\\u1eadp trung v\\xe0o thanh c\\xf4ng c\\u1ee5 ng\\u1eef c\\u1ea3nh\", \"Focus to element path\": \"T\\u1eadp trung v\\xe0o \\u0111\\u01b0\\u1eddng d\\u1eabn ph\\u1ea7n t\\u1eed\", \"Focus to menubar\": \"T\\u1eadp trung v\\xe0o tr\\xecnh \\u0111\\u01a1n\", \"Focus to toolbar\": \"T\\u1eadp trung v\\xe0o thanh c\\xf4ng c\\u1ee5\", \"Font\": \"Ph\\xf4ng ch\\u1eef\", \"Font size {0}\": \"\", \"Font sizes\": \"K\\xedch th\\u01b0\\u1edbc ch\\u1eef\", \"Font {0}\": \"\", \"Fonts\": \"Ph\\xf4ng ch\\u1eef\", \"Food and Drink\": \"Th\\u1ee9c \\u0103n v\\xe0 \\u0111\\u1ed3 u\\u1ed1ng\", \"Footer\": \"Ch\\xe2n\", \"Format\": \"\\u0110\\u1ecbnh d\\u1ea1ng\", \"Format {0}\": \"\", \"Formats\": \"\\u0110\\u1ecbnh d\\u1ea1ng\", \"Fullscreen\": \"To\\xe0n m\\xe0n h\\xecnh\", \"G\": \"M\\xe0u xanh l\\xe1\", \"General\": \"Chung\", \"Gray\": \"X\\xe1m\", \"Green\": \"Xanh l\\xe1\", \"Green component\": \"Th\\xe0nh ph\\u1ea7n xanh\", \"Groove\": \"3D c\\xf3 x\\u1ebb r\\xe3nh\", \"Handy Shortcuts\": \"Ph\\xedm t\\u1eaft th\\xf4ng d\\u1ee5ng\", \"Header\": \"Ti\\xeau \\u0111\\u1ec1\", \"Header cell\": \"Ti\\xeau \\u0111\\u1ec1 \\xf4\", \"Heading 1\": \"H1\", \"Heading 2\": \"H2\", \"Heading 3\": \"H3\", \"Heading 4\": \"H4\", \"Heading 5\": \"H5\", \"Heading 6\": \"H6\", \"Headings\": \"\\u0110\\u1ec1 m\\u1ee5c\", \"Height\": \"\\u0110\\u1ed9 Cao\", \"Help\": \"Tr\\u1ee3 gi\\xfap\", \"Hex color code\": \"M\\xe3 m\\xe0u hex\", \"Hidden\": \"\\u1ea8n\", \"Horizontal align\": \"C\\u0103n ngang\", \"Horizontal line\": \"K\\u1ebb ngang\", \"Horizontal space\": \"N\\u1eb1m ngang\", \"ID\": \"ID\", \"ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.\": \"ID ph\\u1ea3i b\\u1eaft \\u0111\\u1ea7u b\\u1eb1ng ch\\u1eef c\\xe1i, theo sau l\\xe0 c\\xe1c ch\\u1eef c\\xe1i, s\\u1ed1, d\\u1ea5u g\\u1ea1ch ngang, d\\u1ea5u ch\\u1ea5m, d\\u1ea5u hai ch\\u1ea5m ho\\u1eb7c d\\u1ea5u g\\u1ea1ch d\\u01b0\\u1edbi.\", \"Image is decorative\": \"H\\xecnh \\u1ea3nh minh ho\\u1ea1\", \"Image list\": \"Danh s\\xe1ch h\\xecnh \\u1ea3nh\", \"Image title\": \"Ti\\xeau \\u0111\\u1ec1 \\u1ea3nh\", \"Image...\": \"H\\xecnh \\u1ea3nh...\", \"ImageProxy HTTP error: Could not find Image Proxy\": \"L\\u1ed7i HTTP ImageProxy: Kh\\xf4ng th\\u1ec3 t\\xecm th\\u1ea5y Image Proxy\", \"ImageProxy HTTP error: Incorrect Image Proxy URL\": \"L\\u1ed7i HTTP ImageProxy: URL proxy h\\xecnh \\u1ea3nh kh\\xf4ng ch\\xednh x\\xe1c\", \"ImageProxy HTTP error: Rejected request\": \"L\\u1ed7i HTTP ImageProxy: Y\\xeau c\\u1ea7u b\\u1ecb t\\u1eeb ch\\u1ed1i\", \"ImageProxy HTTP error: Unknown ImageProxy error\": \"L\\u1ed7i HTTP ImageProxy: L\\u1ed7i ImageProxy kh\\xf4ng x\\xe1c \\u0111\\u1ecbnh\", \"Increase indent\": \"T\\u0103ng kho\\u1ea3ng c\\xe1ch d\\xf2ng\", \"Inline\": \"C\\xf9ng d\\xf2ng\", \"Insert\": \"Ch\\xe8n\", \"Insert Template\": \"Th\\xeam m\\u1eabu\", \"Insert accordion\": \"\", \"Insert column after\": \"Th\\xeam c\\u1ed9t b\\xean ph\\u1ea3i\", \"Insert column before\": \"Th\\xeam c\\u1ed9t b\\xean tr\\xe1i\", \"Insert date/time\": \"Ch\\xe8n ng\\xe0y/th\\xe1ng\", \"Insert image\": \"Ch\\xe8n \\u1ea3nh\", \"Insert link (if link plugin activated)\": \"Ch\\xe8n li\\xean k\\u1ebft\", \"Insert row after\": \"Th\\xeam d\\xf2ng ph\\xeda d\\u01b0\\u1edbi\", \"Insert row before\": \"Th\\xeam d\\xf2ng ph\\xeda tr\\xean\", \"Insert table\": \"Th\\xeam b\\u1ea3ng\", \"Insert template...\": \"Th\\xeam m\\u1eabu...\", \"Insert video\": \"Ch\\xe8n video\", \"Insert/Edit code sample\": \"Ch\\xe8n/S\\u1eeda m\\xe3 m\\u1eabu\", \"Insert/edit image\": \"Ch\\xe8n/s\\u1eeda \\u1ea3nh\", \"Insert/edit link\": \"Ch\\xe8n/s\\u1eeda li\\xean k\\u1ebft\", \"Insert/edit media\": \"Ch\\xe8n/s\\u1eeda \\u0111a ph\\u01b0\\u01a1ng ti\\u1ec7n\", \"Insert/edit video\": \"Ch\\xe8n/s\\u1eeda video\", \"Inset\": \"3D khung ch\\xecm\", \"Invalid hex color code: {0}\": \"M\\xe3 m\\xe0u hex kh\\xf4ng h\\u1ee3p l\\u1ec7: {0}\", \"Invalid input\": \"\\u0110\\u1ea7u v\\xe0o kh\\xf4ng h\\u1ee3p l\\u1ec7\", \"Italic\": \"In nghi\\xeang\", \"Justify\": \"C\\u0103n \\u0111\\u1ec1u hai b\\xean\", \"Keyboard Navigation\": \"Ph\\xedm \\u0111i\\u1ec1u h\\u01b0\\u1edbng\", \"Language\": \"Ng\\xf4n ng\\u1eef\", \"Learn more...\": \"T\\xecm hi\\u1ec3u th\\xeam...\", \"Left\": \"Tr\\xe1i\", \"Left to right\": \"Tr\\xe1i sang ph\\u1ea3i\", \"Light Blue\": \"Xanh d\\u01b0\\u01a1ng nh\\u1ea1t\", \"Light Gray\": \"X\\xe1m nh\\u1ea1t\", \"Light Green\": \"Xanh l\\xe1 nh\\u1ea1t\", \"Light Purple\": \"T\\xedm nh\\u1ea1t\", \"Light Red\": \"\\u0110\\u1ecf nh\\u1ea1t\", \"Light Yellow\": \"V\\xe0ng nh\\u1ea1t\", \"Line height\": \"\\u0110\\u1ed9 cao d\\xf2ng\", \"Link list\": \"Danh s\\xe1ch li\\xean k\\u1ebft\", \"Link...\": \"Li\\xean k\\u1ebft...\", \"List Properties\": \"Thu\\u1ed9c t\\xednh danh s\\xe1ch\", \"List properties...\": \"C\\xe1c thu\\u1ed9c t\\xednh danh s\\xe1ch...\", \"Loading emojis...\": \"\\u0110ang t\\u1ea3i bi\\u1ec3u t\\u01b0\\u1ee3ng c\\u1ea3m x\\xfac...\", \"Loading...\": \"\\u0110ang t\\u1ea3i...\", \"Lower Alpha\": \"K\\xfd t\\u1ef1 th\\u01b0\\u1eddng\", \"Lower Greek\": \"S\\u1ed1 Hy L\\u1ea1p th\\u01b0\\u1eddng\", \"Lower Roman\": \"S\\u1ed1 la m\\xe3 th\\u01b0\\u1eddng\", \"Match case\": \"Ph\\xe2n bi\\u1ec7t hoa/th\\u01b0\\u1eddng\", \"Mathematical\": \"To\\xe1n h\\u1ecdc\", \"Media poster (Image URL)\": \"\\xc1p ph\\xedch \\u0111a ph\\u01b0\\u01a1ng ti\\u1ec7n (\\u0110\\u01b0\\u1eddng d\\u1eabn h\\xecnh \\u1ea3nh)\", \"Media...\": \"\\u0110a ph\\u01b0\\u01a1ng ti\\u1ec7n...\", \"Medium Blue\": \"Xanh d\\u01b0\\u01a1ng nh\\u1eb9\", \"Medium Gray\": \"X\\xe1m nh\\u1eb9\", \"Medium Purple\": \"T\\xedm nh\\u1eb9\", \"Merge cells\": \"Tr\\u1ed9n \\xf4\", \"Middle\": \"\\u1ede gi\\u1eefa\", \"Midnight Blue\": \"Xanh d\\u01b0\\u01a1ng n\\u1eeda \\u0111\\xeam\", \"More...\": \"Th\\xeam...\", \"Name\": \"T\\xean\", \"Navy Blue\": \"Xanh n\\u01b0\\u1edbc bi\\u1ec3n\", \"New document\": \"T\\u1ea1o t\\xe0i li\\u1ec7u m\\u1edbi\", \"New window\": \"C\\u1eeda s\\u1ed5 m\\u1edbi\", \"Next\": \"Sau\", \"No\": \"Kh\\xf4ng\", \"No alignment\": \"Kh\\xf4ng c\\u0103n l\\u1ec1\", \"No color\": \"Kh\\xf4ng c\\xf3 m\\xe0u\", \"Nonbreaking space\": \"Kh\\xf4ng xu\\u1ed1ng h\\xe0ng\", \"None\": \"Kh\\xf4ng\", \"Numbered list\": \"Danh s\\xe1ch \\u0111\\xe1nh s\\u1ed1\", \"OR\": \"HO\\u1eb6C\", \"Objects\": \"V\\u1eadt d\\u1ee5ng\", \"Ok\": \"\\u0110\\u1ed3ng \\xfd\", \"Open help dialog\": \"M\\u1edf h\\u1ed9p tho\\u1ea1i tr\\u1ee3 gi\\xfap\", \"Open link\": \"M\\u1edf li\\xean k\\u1ebft\", \"Open link in...\": \"M\\u1edf \\u0111\\u01b0\\u1eddng d\\u1eabn trong...\", \"Open popup menu for split buttons\": \"M\\u1edf menu b\\u1eadt l\\xean cho c\\xe1c n\\xfat t\\xe1ch\", \"Orange\": \"Cam\", \"Outset\": \"3D khung n\\u1ed5i\", \"Page break\": \"Ng\\u1eaft trang\", \"Paragraph\": \"\\u0110o\\u1ea1n v\\u0103n\", \"Paste\": \"D\\xe1n\", \"Paste as text\": \"D\\xe1n \\u0111o\\u1ea1n v\\u0103n b\\u1ea3n\", \"Paste column after\": \"D\\xe1n c\\u1ed9t v\\xe0o b\\xean ph\\u1ea3i\", \"Paste column before\": \"D\\xe1n c\\u1ed9t v\\xe0o b\\xean tr\\xe1i\", \"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.\": \"D\\xe1n \\u0111ang trong tr\\u1ea1ng th\\xe1i v\\u0103n b\\u1ea3n thu\\u1ea7n. N\\u1ed9i dung s\\u1ebd \\u0111\\u01b0\\u1ee3c d\\xe1n d\\u01b0\\u1edbi d\\u1ea1ng v\\u0103n b\\u1ea3n thu\\u1ea7n, kh\\xf4ng \\u0111\\u1ecbnh d\\u1ea1ng.\", \"Paste or type a link\": \"D\\xe1n ho\\u1eb7c nh\\u1eadp m\\u1ed9t li\\xean k\\u1ebft\", \"Paste row after\": \"D\\xe1n v\\xe0o ph\\xeda sau, d\\u01b0\\u1edbi\", \"Paste row before\": \"D\\xe1n v\\xe0o ph\\xeda tr\\u01b0\\u1edbc, tr\\xean\", \"Paste your embed code below:\": \"D\\xe1n m\\xe3 nh\\xfang c\\u1ee7a b\\u1ea1n d\\u01b0\\u1edbi \\u0111\\xe2y:\", \"People\": \"Ng\\u01b0\\u1eddi\", \"Plugins\": \"Plugin\", \"Plugins installed ({0}):\": \"Plugin \\u0111\\xe3 c\\xe0i ({0}):\", \"Powered by {0}\": \"Cung c\\u1ea5p b\\u1edfi {0}\", \"Pre\": \"Ti\\u1ec1n t\\u1ed1\", \"Preferences\": \"T\\xf9y ch\\u1ecdn\", \"Preformatted\": \"\\u0110\\u1ecbnh d\\u1ea1ng s\\u1eb5n\", \"Premium plugins:\": \"Plugin cao c\\u1ea5p:\", \"Press the Up and Down arrow keys to resize the editor.\": \"\", \"Press the arrow keys to resize the editor.\": \"\", \"Press {0} for help\": \"\", \"Preview\": \"Xem th\\u1eed\", \"Previous\": \"Tr\\u01b0\\u1edbc\", \"Print\": \"In\", \"Print...\": \"In...\", \"Purple\": \"T\\xedm\", \"Quotations\": \"Tr\\xedch d\\u1eabn\", \"R\": \"M\\xe0u \\u0111\\u1ecf\", \"Range 0 to 255\": \"T\\u1eeb 0 \\u0111\\u1ebfn 255\", \"Red\": \"\\u0110\\u1ecf\", \"Red component\": \"Th\\xe0nh ph\\u1ea7n \\u0111\\u1ecf\", \"Redo\": \"L\\xe0m l\\u1ea1i\", \"Remove\": \"Xo\\xe1\", \"Remove color\": \"B\\u1ecf m\\xe0u\", \"Remove link\": \"H\\u1ee7y li\\xean k\\u1ebft\", \"Replace\": \"Thay th\\u1ebf\", \"Replace all\": \"Thay t\\u1ea5t c\\u1ea3\", \"Replace with\": \"Thay th\\u1ebf b\\u1edfi\", \"Resize\": \"Thay \\u0111\\u1ed5i k\\xedch th\\u01b0\\u1edbc\", \"Restore last draft\": \"Kh\\xf4i ph\\u1ee5c b\\u1ea3n g\\u1ea7n nh\\u1ea5t\", \"Reveal or hide additional toolbar items\": \"\", \"Rich Text Area\": \"V\\xf9ng v\\u0103n b\\u1ea3n phong ph\\xfa\", \"Rich Text Area. Press ALT-0 for help.\": \"V\\xf9ng v\\u0103n b\\u1ea3n phong ph\\xfa. Nh\\xe2n ALT-0 \\u0111\\u1ec3 bi\\u1ebft th\\xeam.\", \"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help\": \"Rich Text Area. B\\u1ea5m ALT-F9 m\\u1edf tr\\xecnh \\u0111\\u01a1n. B\\u1ea5m ALT-F10 m\\u1edf thanh c\\xf4ng c\\u1ee5. B\\u1ea5m ALT-0 m\\u1edf tr\\u1ee3 gi\\xfap\", \"Ridge\": \"3D tr\\xf2n n\\u1ed5i\", \"Right\": \"Ph\\u1ea3i\", \"Right to left\": \"Ph\\u1ea3i sang tr\\xe1i\", \"Row\": \"D\\xf2ng\", \"Row clipboard actions\": \"H\\xe0ng thao t\\xe1c tr\\xean khay nh\\u1edb t\\u1ea1m\", \"Row group\": \"Gom nh\\xf3m d\\xf2ng\", \"Row header\": \"Ti\\xeau \\u0111\\u1ec1 h\\xe0ng\", \"Row properties\": \"Thu\\u1ed9c t\\xednh d\\xf2ng\", \"Row type\": \"Th\\u1ec3 lo\\u1ea1i d\\xf2ng\", \"Rows\": \"D\\xf2ng\", \"Save\": \"L\\u01b0u\", \"Save (if save plugin activated)\": \"L\\u01b0u\", \"Scope\": \"Quy\\u1ec1n\", \"Search\": \"T\\xecm ki\\u1ebfm\", \"Select all\": \"Ch\\u1ecdn t\\u1ea5t c\\u1ea3\", \"Select...\": \"Ch\\u1ecdn...\", \"Selection\": \"L\\u1ef1a ch\\u1ecdn\", \"Shortcut\": \"Ph\\xedm t\\u1eaft\", \"Show blocks\": \"Hi\\u1ec3n th\\u1ecb kh\\u1ed1i\", \"Show caption\": \"Hi\\u1ec7n ti\\xeau \\u0111\\u1ec1\", \"Show invisible characters\": \"Hi\\u1ec3n th\\u1ecb k\\xfd t\\u1ef1 \\u1ea9n\", \"Size\": \"K\\xedch th\\u01b0\\u1edbc\", \"Solid\": \"N\\xe9t li\\u1ec1n m\\u1ea1ch\", \"Source\": \"Ngu\\u1ed3n\", \"Source code\": \"M\\xe3 ngu\\u1ed3n\", \"Special Character\": \"K\\xfd t\\u1ef1 \\u0111\\u1eb7c bi\\u1ec7t\", \"Special character...\": \"K\\xfd t\\u1ef1 \\u0111\\u1eb7c bi\\u1ec7t...\", \"Split cell\": \"Chia c\\u1eaft \\xf4\", \"Square\": \"\\xd4 vu\\xf4ng\", \"Start list at number\": \"Danh s\\xe1ch b\\u1eaft \\u0111\\u1ea7u b\\u1eb1ng s\\u1ed1\", \"Strikethrough\": \"G\\u1ea1ch ngang\", \"Style\": \"Ki\\u1ec3u\", \"Subscript\": \"K\\xfd t\\u1ef1 th\\u1ea5p\", \"Superscript\": \"K\\xfd t\\u1ef1 m\\u0169\", \"Switch to or from fullscreen mode\": \"Chuy\\u1ec3n qua ho\\u1eb7c l\\u1ea1i ch\\u1ebf \\u0111\\u1ed9 to\\xe0n m\\xe0n h\\xecnh\", \"Symbols\": \"K\\xfd hi\\u1ec7u\", \"System Font\": \"Ph\\xf4ng ch\\u1eef h\\u1ec7 th\\u1ed1ng\", \"Table\": \"B\\u1ea3ng\", \"Table caption\": \"Ch\\xfa th\\xedch b\\u1ea3ng\", \"Table properties\": \"Thu\\u1ed9c t\\xednh b\\u1ea3ng\", \"Table styles\": \"Ki\\u1ec3u d\\xe1ng b\\u1ea3ng\", \"Template\": \"M\\u1eabu\", \"Templates\": \"M\\u1eabu\", \"Text\": \"V\\u0103n b\\u1ea3n\", \"Text color\": \"M\\xe0u v\\u0103n b\\u1ea3n\", \"Text color {0}\": \"\", \"Text to display\": \"N\\u1ed9i dung hi\\u1ec3n th\\u1ecb\", \"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?\": \"\\u0110\\u1ecba ch\\u1ec9 URL b\\u1ea1n v\\u1eeba nh\\u1eadp gi\\u1ed1ng nh\\u01b0 m\\u1ed9t \\u0111\\u1ecba ch\\u1ec9 email. B\\u1ea1n c\\xf3 mu\\u1ed1n th\\xeam ti\\u1ec1n t\\u1ed1 mailto: kh\\xf4ng?\", \"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?\": \"\\u0110\\u1ecba ch\\u1ec9 URL b\\u1ea1n v\\u1eeba nh\\u1eadp gi\\u1ed1ng nh\\u01b0 m\\u1ed9t li\\xean k\\u1ebft. B\\u1ea1n c\\xf3 mu\\u1ed1n th\\xeam ti\\u1ec1n t\\u1ed1 http:// kh\\xf4ng?\", \"The URL you entered seems to be an external link. Do you want to add the required https:// prefix?\": \"Li\\xean k\\u1ebft b\\u1ea1n nh\\u1eadp c\\xf3 v\\u1ebb l\\xe0 li\\xean k\\u1ebft b\\xean ngo\\xe0i. B\\u1ea1n c\\xf3 mu\\u1ed1n b\\u1eaft bu\\u1ed9c th\\xeam ti\\u1ec1n t\\u1ed1 https:// ?\", \"Title\": \"Ti\\xeau \\u0111\\u1ec1\", \"To open the popup, press Shift+Enter\": \"\\u0110\\u1ec3 m\\u1edf h\\u1ed9p tho\\u1ea1i, nh\\u1ea5n Shift+Enter\", \"Toggle accordion\": \"\", \"Tools\": \"C\\xf4ng c\\u1ee5\", \"Top\": \"Tr\\xean\", \"Travel and Places\": \"Du l\\u1ecbch v\\xe0 \\u0111\\u1ecba \\u0111i\\u1ec3m\", \"Turquoise\": \"Ng\\u1ecdc lam\", \"Underline\": \"G\\u1ea1ch d\\u01b0\\u1edbi\", \"Undo\": \"H\\u1ee7y thao t\\xe1c\", \"Upload\": \"T\\u1ea3i l\\xean\", \"Uploading image\": \"\\u0110ang t\\u1ea3i \\u1ea3nh l\\xean\", \"Upper Alpha\": \"In hoa\", \"Upper Roman\": \"S\\u1ed1 la m\\xe3 hoa\", \"Url\": \"Url\", \"User Defined\": \"\\u0110\\u1ecbnh ngh\\u0129a b\\u1edfi ng\\u01b0\\u1eddi d\\xf9ng\", \"Valid\": \"H\\u1ee3p l\\u1ec7\", \"Version\": \"Phi\\xean b\\u1ea3n\", \"Vertical align\": \"C\\u0103n d\\u1ecdc\", \"Vertical space\": \"N\\u1eb1m d\\u1ecdc\", \"View\": \"Xem\", \"Visual aids\": \"Ch\\u1ec9 d\\u1eabn tr\\u1ef1c quan\", \"Warn\": \"C\\u1ea3nh b\\xe1o\", \"White\": \"Tr\\u1eafng\", \"Width\": \"\\u0110\\u1ed9 R\\u1ed9ng\", \"Word count\": \"S\\u1ed1 t\\u1eeb\", \"Words\": \"Ch\\u1eef\", \"Words: {0}\": \"Ch\\u1eef: {0}\", \"Yellow\": \"V\\xe0ng\", \"Yes\": \"C\\xf3\", \"You are using {0}\": \"B\\u1ea1n \\u0111ang s\\u1eed d\\u1ee5ng {0}\", \"You have unsaved changes are you sure you want to navigate away?\": \"B\\u1ea1n ch\\u01b0a l\\u01b0u thay \\u0111\\u1ed5i b\\u1ea1n c\\xf3 ch\\u1eafc b\\u1ea1n mu\\u1ed1n di chuy\\u1ec3n \\u0111i?\", \"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.\": \"Tr\\xecnh duy\\u1ec7t c\\u1ee7a b\\u1ea1n kh\\xf4ng h\\u1ed7 tr\\u1ee3 truy c\\u1eadp truy c\\u1eadp b\\u1ed9 nh\\u1edb \\u1ea3o, vui l\\xf2ng s\\u1eed d\\u1ee5ng c\\xe1c t\\u1ed5 h\\u1ee3p ph\\xedm Ctrl + X, C, V.\", \"alignment\": \"canh l\\u1ec1\", \"austral sign\": \"k\\xfd hi\\u1ec7u austral\", \"cedi sign\": \"k\\xfd hi\\u1ec7u cedi \", \"colon sign\": \"d\\u1ea5u hai ch\\u1ea5m\", \"cruzeiro sign\": \"k\\xfd hi\\u1ec7u cruzeiro\", \"currency sign\": \"k\\xfd hi\\u1ec7u ti\\u1ec1n t\\u1ec7\", \"dollar sign\": \"k\\xfd hi\\u1ec7u \\u0111\\xf4 la\", \"dong sign\": \"k\\xfd hi\\u1ec7u \\u0111\\u1ed3ng\", \"drachma sign\": \"k\\xfd hi\\u1ec7u drachma\", \"euro-currency sign\": \"k\\xfd hi\\u1ec7u euro\", \"example\": \"v\\xed d\\u1ee5\", \"formatting\": \"\\u0111\\u1ecbnh d\\u1ea1ng\", \"french franc sign\": \"k\\xfd hi\\u1ec7u franc Ph\\xe1p\", \"german penny symbol\": \"k\\xfd hi\\u1ec7u xu \\u0110\\u1ee9c\", \"guarani sign\": \"k\\xfd hi\\u1ec7u guarani\", \"history\": \"l\\u1ecbch s\\u1eed\", \"hryvnia sign\": \"k\\xfd hi\\u1ec7u hryvnia\", \"indentation\": \"th\\u1ee5t \\u0111\\u1ea7u d\\xf2ng\", \"indian rupee sign\": \"k\\xfd hi\\u1ec7u rupee \\u1ea5n \\u0111\\u1ed9\", \"kip sign\": \"k\\xfd hi\\u1ec7u \\u0111\\u1ed3ng kip\", \"lira sign\": \"k\\xfd hi\\u1ec7u lira\", \"livre tournois sign\": \"k\\xfd hi\\u1ec7u livre tournois\", \"manat sign\": \"k\\xfd hi\\u1ec7u manat\", \"mill sign\": \"k\\xfd hi\\u1ec7u mill\", \"naira sign\": \"k\\xfd hi\\u1ec7u naira\", \"new sheqel sign\": \"k\\xfd hi\\u1ec7u new sheqel\", \"nordic mark sign\": \"k\\xfd hi\\u1ec7u mark b\\u1eafc \\xe2u\", \"peseta sign\": \"k\\xfd hi\\u1ec7u peseta\", \"peso sign\": \"k\\xfd hi\\u1ec7u peso\", \"ruble sign\": \"k\\xfd hi\\u1ec7u r\\xfap\", \"rupee sign\": \"k\\xfd hi\\u1ec7u rupee\", \"spesmilo sign\": \"k\\xfd hi\\u1ec7u spesmilo\", \"styles\": \"ki\\u1ec3u\", \"tenge sign\": \"K\\xfd hi\\u1ec7u tenge\", \"tugrik sign\": \"k\\xfd hi\\u1ec7u tugrik\", \"turkish lira sign\": \"k\\xfd hi\\u1ec7u lira th\\u1ed5 nh\\u0129 k\\u1ef3\", \"won sign\": \"k\\xfd hi\\u1ec7u won\", \"yen character\": \"k\\xfd hi\\u1ec7u y\\xean\", \"yen/yuan character variant one\": \"k\\xfd hi\\u1ec7u y\\xean/yuan bi\\u1ebfn th\\u1ec3\", \"yuan character\": \"k\\xfd hi\\u1ec7u yuan\", \"yuan character, in hong kong and taiwan\": \"k\\xfd hi\\u1ec7u yuan, \\u1edf h\\u1ed3ng k\\xf4ng v\\xe0 \\u0111\\xe0i loan\", \"{0} characters\": \"{0} k\\xfd t\\u1ef1\", \"{0} columns, {1} rows\": \"\", \"{0} words\": \"{0} ch\\u1eef\" });\n"],"names":["tinymce"],"mappings":";AACAA"}
|
File without changes
|
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";
|
2
|
+
tinymce.addI18n("zh_CN", { "#": "#", "Accessibility": "\u8f85\u52a9\u529f\u80fd", "Accordion": "", "Accordion body...": "", "Accordion summary...": "", "Action": "\u52a8\u4f5c", "Activity": "\u6d3b\u52a8", "Address": "\u5730\u5740", "Advanced": "\u9ad8\u7ea7", "Align": "\u5bf9\u9f50", "Align center": "\u5c45\u4e2d\u5bf9\u9f50", "Align left": "\u5de6\u5bf9\u9f50", "Align right": "\u53f3\u5bf9\u9f50", "Alignment": "\u5bf9\u9f50", "Alignment {0}": "", "All": "\u5168\u90e8", "Alternative description": "\u66ff\u4ee3\u63cf\u8ff0", "Alternative source": "\u955c\u50cf", "Alternative source URL": "\u66ff\u4ee3\u6765\u6e90\u7f51\u5740", "Anchor": "\u951a\u70b9", "Anchor...": "\u951a\u70b9...", "Anchors": "\u951a\u70b9", "Animals and Nature": "\u52a8\u7269\u548c\u81ea\u7136", "Arrows": "\u7bad\u5934", "B": "B", "Background color": "\u80cc\u666f\u989c\u8272", "Background color {0}": "", "Black": "\u9ed1\u8272", "Block": "\u5757", "Block {0}": "", "Blockquote": "\u5f15\u6587\u533a\u5757", "Blocks": "\u6837\u5f0f", "Blue": "\u84dd\u8272", "Blue component": "\u767d\u8272\u90e8\u5206", "Body": "\u8868\u4f53", "Bold": "\u7c97\u4f53", "Border": "\u6846\u7ebf", "Border color": "\u6846\u7ebf\u989c\u8272", "Border style": "\u8fb9\u6846\u6837\u5f0f", "Border width": "\u8fb9\u6846\u5bbd\u5ea6", "Bottom": "\u4e0b\u65b9\u5bf9\u9f50", "Browse files": "", "Browse for an image": "\u6d4f\u89c8\u56fe\u50cf", "Browse links": "", "Bullet list": "\u65e0\u5e8f\u5217\u8868", "Cancel": "\u53d6\u6d88", "Caption": "\u6807\u9898", "Cell": "\u5355\u5143\u683c", "Cell padding": "\u5355\u5143\u683c\u5185\u8fb9\u8ddd", "Cell properties": "\u5355\u5143\u683c\u5c5e\u6027", "Cell spacing": "\u5355\u5143\u683c\u5916\u95f4\u8ddd", "Cell styles": "\u5355\u5143\u683c\u6837\u5f0f", "Cell type": "\u50a8\u5b58\u683c\u522b", "Center": "\u5c45\u4e2d", "Characters": "\u5b57\u7b26", "Characters (no spaces)": "\u5b57\u7b26(\u65e0\u7a7a\u683c)", "Circle": "\u7a7a\u5fc3\u5706", "Class": "\u7c7b\u578b", "Clear formatting": "\u6e05\u9664\u683c\u5f0f", "Close": "\u5173\u95ed", "Code": "\u4ee3\u7801", "Code sample...": "\u793a\u4f8b\u4ee3\u7801...", "Code view": "\u4ee3\u7801\u89c6\u56fe", "Color Picker": "\u9009\u8272\u5668", "Color swatch": "\u989c\u8272\u6837\u672c", "Cols": "\u5217", "Column": "\u5217", "Column clipboard actions": "\u5217\u526a\u8d34\u677f\u64cd\u4f5c", "Column group": "\u5217\u7ec4", "Column header": "\u5217\u6807\u9898", "Constrain proportions": "\u4fdd\u6301\u6bd4\u4f8b", "Copy": "\u590d\u5236", "Copy column": "\u590d\u5236\u5217", "Copy row": "\u590d\u5236\u884c", "Could not find the specified string.": "\u672a\u627e\u5230\u641c\u7d22\u5185\u5bb9\u3002", "Could not load emojis": "\u65e0\u6cd5\u52a0\u8f7dEmojis", "Count": "\u8ba1\u6570", "Currency": "\u8d27\u5e01", "Current window": "\u5f53\u524d\u7a97\u53e3", "Custom color": "\u81ea\u5b9a\u4e49\u989c\u8272", "Custom...": "\u81ea\u5b9a\u4e49......", "Cut": "\u526a\u5207", "Cut column": "\u526a\u5207\u5217", "Cut row": "\u526a\u5207\u884c", "Dark Blue": "\u6df1\u84dd\u8272", "Dark Gray": "\u6df1\u7070\u8272", "Dark Green": "\u6df1\u7eff\u8272", "Dark Orange": "\u6df1\u6a59\u8272", "Dark Purple": "\u6df1\u7d2b\u8272", "Dark Red": "\u6df1\u7ea2\u8272", "Dark Turquoise": "\u6df1\u84dd\u7eff\u8272", "Dark Yellow": "\u6697\u9ec4\u8272", "Dashed": "\u865a\u7ebf", "Date/time": "\u65e5\u671f/\u65f6\u95f4", "Decrease indent": "\u51cf\u5c11\u7f29\u8fdb", "Default": "\u9884\u8bbe", "Delete accordion": "", "Delete column": "\u5220\u9664\u5217", "Delete row": "\u5220\u9664\u884c", "Delete table": "\u5220\u9664\u8868\u683c", "Dimensions": "\u5c3a\u5bf8", "Disc": "\u5b9e\u5fc3\u5706", "Div": "Div", "Document": "\u6587\u6863", "Dotted": "\u865a\u7ebf", "Double": "\u53cc\u7cbe\u5ea6", "Drop an image here": "\u62d6\u653e\u4e00\u5f20\u56fe\u50cf\u81f3\u6b64", "Dropped file type is not supported": "\u6b64\u6587\u4ef6\u7c7b\u578b\u4e0d\u652f\u6301\u62d6\u653e", "Edit": "\u7f16\u8f91", "Embed": "\u5185\u5d4c", "Emojis": "Emojis", "Emojis...": "Emojis...", "Error": "\u9519\u8bef", "Error: Form submit field collision.": "\u9519\u8bef: \u8868\u5355\u63d0\u4ea4\u5b57\u6bb5\u51b2\u7a81\u3002", "Error: No form element found.": "\u9519\u8bef: \u6ca1\u6709\u8868\u5355\u63a7\u4ef6\u3002", "Extended Latin": "\u62c9\u4e01\u8bed\u6269\u5145", "Failed to initialize plugin: {0}": "\u63d2\u4ef6\u521d\u59cb\u5316\u5931\u8d25: {0}", "Failed to load plugin url: {0}": "\u63d2\u4ef6\u52a0\u8f7d\u5931\u8d25 \u94fe\u63a5: {0}", "Failed to load plugin: {0} from url {1}": "\u63d2\u4ef6\u52a0\u8f7d\u5931\u8d25: {0} \u6765\u81ea\u94fe\u63a5 {1}", "Failed to upload image: {0}": "\u56fe\u7247\u4e0a\u4f20\u5931\u8d25: {0}", "File": "\u6587\u4ef6", "Find": "\u5bfb\u627e", "Find (if searchreplace plugin activated)": "\u67e5\u627e(\u5982\u679c\u67e5\u627e\u66ff\u6362\u63d2\u4ef6\u5df2\u6fc0\u6d3b)", "Find and Replace": "\u67e5\u627e\u548c\u66ff\u6362", "Find and replace...": "\u67e5\u627e\u5e76\u66ff\u6362...", "Find in selection": "\u5728\u9009\u533a\u4e2d\u67e5\u627e", "Find whole words only": "\u5168\u5b57\u5339\u914d", "Flags": "\u65d7\u5e1c", "Focus to contextual toolbar": "\u79fb\u52a8\u7126\u70b9\u5230\u4e0a\u4e0b\u6587\u83dc\u5355", "Focus to element path": "\u79fb\u52a8\u7126\u70b9\u5230\u5143\u7d20\u8def\u5f84", "Focus to menubar": "\u79fb\u52a8\u7126\u70b9\u5230\u83dc\u5355\u680f", "Focus to toolbar": "\u79fb\u52a8\u7126\u70b9\u5230\u5de5\u5177\u680f", "Font": "\u5b57\u4f53", "Font size {0}": "", "Font sizes": "\u5b57\u4f53\u5927\u5c0f", "Font {0}": "", "Fonts": "\u5b57\u4f53", "Food and Drink": "\u98df\u7269\u548c\u996e\u54c1", "Footer": "\u8868\u5c3e", "Format": "\u683c\u5f0f", "Format {0}": "", "Formats": "\u683c\u5f0f", "Fullscreen": "\u5168\u5c4f", "G": "G", "General": "\u4e00\u822c", "Gray": "\u7070\u8272", "Green": "\u7eff\u8272", "Green component": "\u7eff\u8272\u90e8\u5206", "Groove": "\u51f9\u69fd", "Handy Shortcuts": "\u5feb\u6377\u952e", "Header": "\u8868\u5934", "Header cell": "\u8868\u5934\u5355\u5143\u683c", "Heading 1": "\u4e00\u7ea7\u6807\u9898", "Heading 2": "\u4e8c\u7ea7\u6807\u9898", "Heading 3": "\u4e09\u7ea7\u6807\u9898", "Heading 4": "\u56db\u7ea7\u6807\u9898", "Heading 5": "\u4e94\u7ea7\u6807\u9898", "Heading 6": "\u516d\u7ea7\u6807\u9898", "Headings": "\u6807\u9898", "Height": "\u9ad8\u5ea6", "Help": "\u5e2e\u52a9", "Hex color code": "\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801", "Hidden": "\u9690\u85cf", "Horizontal align": "\u6c34\u5e73\u5bf9\u9f50", "Horizontal line": "\u6c34\u5e73\u5206\u5272\u7ebf", "Horizontal space": "\u6c34\u5e73\u95f4\u8ddd", "ID": "ID", "ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "ID\u5e94\u8be5\u4ee5\u82f1\u6587\u5b57\u6bcd\u5f00\u5934\uff0c\u540e\u9762\u53ea\u80fd\u6709\u82f1\u6587\u5b57\u6bcd\u3001\u6570\u5b57\u3001\u7834\u6298\u53f7\u3001\u70b9\u3001\u5192\u53f7\u6216\u4e0b\u5212\u7ebf\u3002", "Image is decorative": "\u56fe\u50cf\u662f\u88c5\u9970\u6027\u7684", "Image list": "\u56fe\u7247\u6e05\u5355", "Image title": "\u56fe\u7247\u6807\u9898", "Image...": "\u56fe\u7247...", "ImageProxy HTTP error: Could not find Image Proxy": "\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u65e0\u6cd5\u627e\u5230\u56fe\u7247\u4ee3\u7406", "ImageProxy HTTP error: Incorrect Image Proxy URL": "\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u56fe\u7247\u4ee3\u7406\u5730\u5740\u9519\u8bef", "ImageProxy HTTP error: Rejected request": "\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u8bf7\u6c42\u88ab\u62d2\u7edd", "ImageProxy HTTP error: Unknown ImageProxy error": "\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u672a\u77e5\u7684\u56fe\u7247\u4ee3\u7406\u9519\u8bef", "Increase indent": "\u589e\u52a0\u7f29\u8fdb", "Inline": "\u6587\u672c", "Insert": "\u63d2\u5165", "Insert Template": "\u63d2\u5165\u6a21\u677f", "Insert accordion": "", "Insert column after": "\u5728\u53f3\u4fa7\u63d2\u5165\u5217", "Insert column before": "\u5728\u5de6\u4fa7\u63d2\u5165\u5217", "Insert date/time": "\u63d2\u5165\u65e5\u671f/\u65f6\u95f4", "Insert image": "\u63d2\u5165\u56fe\u7247", "Insert link (if link plugin activated)": "\u63d2\u5165\u94fe\u63a5 (\u5982\u679c\u94fe\u63a5\u63d2\u4ef6\u5df2\u6fc0\u6d3b)", "Insert row after": "\u5728\u4e0b\u65b9\u63d2\u5165\u884c", "Insert row before": "\u5728\u4e0a\u65b9\u63d2\u5165\u884c", "Insert table": "\u63d2\u5165\u8868\u683c", "Insert template...": "\u63d2\u5165\u6a21\u677f...", "Insert video": "\u63d2\u5165\u89c6\u9891", "Insert/Edit code sample": "\u63d2\u5165/\u7f16\u8f91\u4ee3\u7801\u793a\u4f8b", "Insert/edit image": "\u63d2\u5165/\u7f16\u8f91\u56fe\u7247", "Insert/edit link": "\u63d2\u5165/\u7f16\u8f91\u94fe\u63a5", "Insert/edit media": "\u63d2\u5165/\u7f16\u8f91\u5a92\u4f53", "Insert/edit video": "\u63d2\u5165/\u7f16\u8f91\u89c6\u9891", "Inset": "\u5d4c\u5165", "Invalid hex color code: {0}": "\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801\u65e0\u6548\uff1a {0}", "Invalid input": "\u65e0\u6548\u8f93\u5165", "Italic": "\u659c\u4f53", "Justify": "\u4e24\u7aef\u5bf9\u9f50", "Keyboard Navigation": "\u952e\u76d8\u6307\u5f15", "Language": "\u8bed\u8a00", "Learn more...": "\u4e86\u89e3\u66f4\u591a...", "Left": "\u5de6", "Left to right": "\u7531\u5de6\u5230\u53f3", "Light Blue": "\u6d45\u84dd\u8272", "Light Gray": "\u6d45\u7070\u8272", "Light Green": "\u6d45\u7eff\u8272", "Light Purple": "\u6d45\u7d2b\u8272", "Light Red": "\u6d45\u7ea2\u8272", "Light Yellow": "\u6d45\u9ec4\u8272", "Line height": "\u884c\u9ad8", "Link list": "\u94fe\u63a5\u6e05\u5355", "Link...": "\u94fe\u63a5...", "List Properties": "\u5217\u8868\u5c5e\u6027", "List properties...": "\u6807\u9898\u5b57\u4f53\u5c5e\u6027", "Loading emojis...": "\u6b63\u5728\u52a0\u8f7dEmojis...", "Loading...": "\u52a0\u8f7d\u4e2d...", "Lower Alpha": "\u5c0f\u5199\u82f1\u6587\u5b57\u6bcd", "Lower Greek": "\u5c0f\u5199\u5e0c\u814a\u5b57\u6bcd", "Lower Roman": "\u5c0f\u5199\u7f57\u9a6c\u6570\u5b57", "Match case": "\u5927\u5c0f\u5199\u5339\u914d", "Mathematical": "\u6570\u5b66", "Media poster (Image URL)": "\u5c01\u9762(\u56fe\u7247\u5730\u5740)", "Media...": "\u591a\u5a92\u4f53...", "Medium Blue": "\u4e2d\u84dd\u8272", "Medium Gray": "\u4e2d\u7070\u8272", "Medium Purple": "\u4e2d\u7d2b\u8272", "Merge cells": "\u5408\u5e76\u5355\u5143\u683c", "Middle": "\u5c45\u4e2d\u5bf9\u9f50", "Midnight Blue": "\u6df1\u84dd\u8272", "More...": "\u66f4\u591a...", "Name": "\u540d\u79f0", "Navy Blue": "\u6d77\u519b\u84dd", "New document": "\u65b0\u5efa\u6587\u6863", "New window": "\u65b0\u7a97\u53e3", "Next": "\u4e0b\u4e00\u4e2a", "No": "\u5426", "No alignment": "\u672a\u5bf9\u9f50", "No color": "\u65e0", "Nonbreaking space": "\u4e0d\u95f4\u65ad\u7a7a\u683c", "None": "\u65e0", "Numbered list": "\u6709\u5e8f\u5217\u8868", "OR": "\u6216", "Objects": "\u7269\u4ef6", "Ok": "\u786e\u5b9a", "Open help dialog": "\u6253\u5f00\u5e2e\u52a9\u5bf9\u8bdd\u6846", "Open link": "\u6253\u5f00\u94fe\u63a5", "Open link in...": "\u94fe\u63a5\u6253\u5f00\u4f4d\u7f6e...", "Open popup menu for split buttons": "\u6253\u5f00\u5f39\u51fa\u5f0f\u83dc\u5355\uff0c\u7528\u4e8e\u62c6\u5206\u6309\u94ae", "Orange": "\u6a59\u8272", "Outset": "\u5916\u7f6e", "Page break": "\u5206\u9875\u7b26", "Paragraph": "\u6bb5\u843d", "Paste": "\u7c98\u8d34", "Paste as text": "\u7c98\u8d34\u4e3a\u6587\u672c", "Paste column after": "\u7c98\u8d34\u540e\u9762\u7684\u5217", "Paste column before": "\u7c98\u8d34\u6b64\u5217\u524d", "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u5f53\u524d\u4e3a\u7eaf\u6587\u672c\u7c98\u8d34\u6a21\u5f0f\uff0c\u518d\u6b21\u70b9\u51fb\u53ef\u4ee5\u56de\u5230\u666e\u901a\u7c98\u8d34\u6a21\u5f0f\u3002", "Paste or type a link": "\u7c98\u8d34\u6216\u8f93\u5165\u94fe\u63a5", "Paste row after": "\u7c98\u8d34\u884c\u5230\u4e0b\u65b9", "Paste row before": "\u7c98\u8d34\u884c\u5230\u4e0a\u65b9", "Paste your embed code below:": "\u5c06\u5185\u5d4c\u4ee3\u7801\u7c98\u8d34\u5728\u4e0b\u9762:", "People": "\u4eba\u7c7b", "Plugins": "\u63d2\u4ef6", "Plugins installed ({0}):": "\u5df2\u5b89\u88c5\u63d2\u4ef6 ({0}):", "Powered by {0}": "\u7531{0}\u9a71\u52a8", "Pre": "\u524d\u8a00", "Preferences": "\u9996\u9009\u9879", "Preformatted": "\u9884\u5148\u683c\u5f0f\u5316\u7684", "Premium plugins:": "\u4f18\u79c0\u63d2\u4ef6\uff1a", "Press the Up and Down arrow keys to resize the editor.": "", "Press the arrow keys to resize the editor.": "", "Press {0} for help": "", "Preview": "\u9884\u89c8", "Previous": "\u4e0a\u4e00\u4e2a", "Print": "\u6253\u5370", "Print...": "\u6253\u5370...", "Purple": "\u7d2b\u8272", "Quotations": "\u5f15\u7528", "R": "R", "Range 0 to 255": "\u8303\u56f40\u81f3255", "Red": "\u7ea2\u8272", "Red component": "\u7ea2\u8272\u90e8\u5206", "Redo": "\u91cd\u505a", "Remove": "\u79fb\u9664", "Remove color": "\u79fb\u9664\u989c\u8272", "Remove link": "\u79fb\u9664\u94fe\u63a5", "Replace": "\u66ff\u6362", "Replace all": "\u66ff\u6362\u5168\u90e8", "Replace with": "\u66ff\u6362\u4e3a", "Resize": "\u8c03\u6574\u5927\u5c0f", "Restore last draft": "\u6062\u590d\u4e0a\u6b21\u7684\u8349\u7a3f", "Reveal or hide additional toolbar items": "", "Rich Text Area": "\u5bcc\u6587\u672c\u533a\u57df", "Rich Text Area. Press ALT-0 for help.": "\u7f16\u8f91\u533a\u3002\u6309Alt+0\u952e\u6253\u5f00\u5e2e\u52a9\u3002", "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u7f16\u8f91\u533a\u3002\u6309ALT-F9\u6253\u5f00\u83dc\u5355\uff0c\u6309ALT-F10\u6253\u5f00\u5de5\u5177\u680f\uff0c\u6309ALT-0\u67e5\u770b\u5e2e\u52a9", "Ridge": "\u6d77\u810a\u5ea7", "Right": "\u53f3", "Right to left": "\u7531\u53f3\u5230\u5de6", "Row": "\u884c", "Row clipboard actions": "\u884c\u526a\u8d34\u677f\u64cd\u4f5c", "Row group": "\u884c\u7ec4", "Row header": "\u884c\u5934", "Row properties": "\u884c\u5c5e\u6027", "Row type": "\u884c\u7c7b\u578b", "Rows": "\u884c\u6570", "Save": "\u4fdd\u5b58", "Save (if save plugin activated)": "\u4fdd\u5b58(\u5982\u679c\u4fdd\u5b58\u63d2\u4ef6\u5df2\u6fc0\u6d3b)", "Scope": "\u8303\u56f4", "Search": "\u641c\u7d22", "Select all": "\u5168\u9009", "Select...": "\u9009\u62e9...", "Selection": "\u9009\u62e9", "Shortcut": "\u5feb\u6377\u65b9\u5f0f", "Show blocks": "\u663e\u793a\u533a\u5757\u8fb9\u6846", "Show caption": "\u663e\u793a\u6807\u9898", "Show invisible characters": "\u663e\u793a\u4e0d\u53ef\u89c1\u5b57\u7b26", "Size": "\u5b57\u53f7", "Solid": "\u5b9e\u7ebf", "Source": "\u6e90", "Source code": "\u6e90\u4ee3\u7801", "Special Character": "\u7279\u6b8a\u5b57\u7b26", "Special character...": "\u7279\u6b8a\u5b57\u7b26...", "Split cell": "\u62c6\u5206\u5355\u5143\u683c", "Square": "\u5b9e\u5fc3\u65b9\u5757", "Start list at number": "\u4ee5\u6570\u5b57\u5f00\u59cb\u5217\u8868", "Strikethrough": "\u5220\u9664\u7ebf", "Style": "\u6837\u5f0f", "Subscript": "\u4e0b\u6807", "Superscript": "\u4e0a\u6807", "Switch to or from fullscreen mode": "\u5207\u6362\u5168\u5c4f\u6a21\u5f0f", "Symbols": "\u7b26\u53f7", "System Font": "\u7cfb\u7edf\u5b57\u4f53", "Table": "\u8868\u683c", "Table caption": "\u8868\u683c\u6807\u9898", "Table properties": "\u8868\u683c\u5c5e\u6027", "Table styles": "\u8868\u683c\u6837\u5f0f", "Template": "\u6a21\u677f", "Templates": "\u6a21\u677f", "Text": "\u6587\u5b57", "Text color": "\u6587\u672c\u989c\u8272", "Text color {0}": "", "Text to display": "\u8981\u663e\u793a\u7684\u6587\u672c", "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u4e3a\u90ae\u4ef6\u5730\u5740\uff0c\u9700\u8981\u52a0\u4e0amailto: \u524d\u7f00\u5417\uff1f", "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?": "\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u5c5e\u4e8e\u5916\u90e8\u94fe\u63a5\uff0c\u9700\u8981\u52a0\u4e0ahttp:// \u524d\u7f00\u5417\uff1f", "The URL you entered seems to be an external link. Do you want to add the required https:// prefix?": "\u60a8\u8f93\u5165\u7684 URL \u4f3c\u4e4e\u662f\u4e00\u4e2a\u5916\u90e8\u94fe\u63a5\u3002\u60a8\u60f3\u6dfb\u52a0\u6240\u9700\u7684 https:// \u524d\u7f00\u5417\uff1f", "Title": "\u6807\u9898", "To open the popup, press Shift+Enter": "\u6309Shitf+Enter\u952e\u6253\u5f00\u5bf9\u8bdd\u6846", "Toggle accordion": "", "Tools": "\u5de5\u5177", "Top": "\u4e0a\u65b9\u5bf9\u9f50", "Travel and Places": "\u65c5\u6e38\u548c\u5730\u70b9", "Turquoise": "\u9752\u7eff\u8272", "Underline": "\u4e0b\u5212\u7ebf", "Undo": "\u64a4\u9500", "Upload": "\u4e0a\u4f20", "Uploading image": "\u4e0a\u4f20\u56fe\u7247", "Upper Alpha": "\u5927\u5199\u82f1\u6587\u5b57\u6bcd", "Upper Roman": "\u5927\u5199\u7f57\u9a6c\u6570\u5b57", "Url": "\u5730\u5740", "User Defined": "\u81ea\u5b9a\u4e49", "Valid": "\u6709\u6548", "Version": "\u7248\u672c", "Vertical align": "\u5782\u76f4\u5bf9\u9f50", "Vertical space": "\u5782\u76f4\u95f4\u8ddd", "View": "\u67e5\u770b", "Visual aids": "\u7f51\u683c\u7ebf", "Warn": "\u8b66\u544a", "White": "\u767d\u8272", "Width": "\u5bbd\u5ea6", "Word count": "\u5b57\u6570", "Words": "\u5355\u8bcd", "Words: {0}": "\u5b57\u6570\uff1a{0}", "Yellow": "\u9ec4\u8272", "Yes": "\u662f", "You are using {0}": "\u4f60\u6b63\u5728\u4f7f\u7528 {0}", "You have unsaved changes are you sure you want to navigate away?": "\u4f60\u8fd8\u6709\u6587\u6863\u5c1a\u672a\u4fdd\u5b58\uff0c\u786e\u5b9a\u8981\u79bb\u5f00\uff1f", "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": "\u4f60\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u6253\u5f00\u526a\u8d34\u677f\uff0c\u8bf7\u4f7f\u7528Ctrl+X/C/V\u7b49\u5feb\u6377\u952e\u3002", "alignment": "\u5bf9\u9f50", "austral sign": "\u6fb3\u5143\u7b26\u53f7", "cedi sign": "\u585e\u5730\u7b26\u53f7", "colon sign": "\u5192\u53f7", "cruzeiro sign": "\u514b\u9c81\u8d5b\u7f57\u5e01\u7b26\u53f7", "currency sign": "\u8d27\u5e01\u7b26\u53f7", "dollar sign": "\u7f8e\u5143\u7b26\u53f7", "dong sign": "\u8d8a\u5357\u76fe\u7b26\u53f7", "drachma sign": "\u5fb7\u62c9\u514b\u9a6c\u7b26\u53f7", "euro-currency sign": "\u6b27\u5143\u7b26\u53f7", "example": "\u793a\u4f8b", "formatting": "\u683c\u5f0f\u5316", "french franc sign": "\u6cd5\u90ce\u7b26\u53f7", "german penny symbol": "\u5fb7\u56fd\u4fbf\u58eb\u7b26\u53f7", "guarani sign": "\u74dc\u62c9\u5c3c\u7b26\u53f7", "history": "\u5386\u53f2", "hryvnia sign": "\u683c\u91cc\u592b\u5c3c\u4e9a\u7b26\u53f7", "indentation": "\u7f29\u8fdb", "indian rupee sign": "\u5370\u5ea6\u5362\u6bd4", "kip sign": "\u8001\u631d\u57fa\u666e\u7b26\u53f7", "lira sign": "\u91cc\u62c9\u7b26\u53f7", "livre tournois sign": "\u91cc\u5f17\u5f17\u5c14\u7b26\u53f7", "manat sign": "\u9a6c\u7eb3\u7279\u7b26\u53f7", "mill sign": "\u5bc6\u5c14\u7b26\u53f7", "naira sign": "\u5948\u62c9\u7b26\u53f7", "new sheqel sign": "\u65b0\u8c22\u514b\u5c14\u7b26\u53f7", "nordic mark sign": "\u5317\u6b27\u9a6c\u514b", "peseta sign": "\u6bd4\u585e\u5854\u7b26\u53f7", "peso sign": "\u6bd4\u7d22\u7b26\u53f7", "ruble sign": "\u5362\u5e03\u7b26\u53f7", "rupee sign": "\u5362\u6bd4\u7b26\u53f7", "spesmilo sign": "spesmilo\u7b26\u53f7", "styles": "\u6837\u5f0f", "tenge sign": "\u575a\u6208\u7b26\u53f7", "tugrik sign": "\u56fe\u683c\u91cc\u514b\u7b26\u53f7", "turkish lira sign": "\u571f\u8033\u5176\u91cc\u62c9", "won sign": "\u97e9\u5143\u7b26\u53f7", "yen character": "\u65e5\u5143\u5b57\u6837", "yen/yuan character variant one": "\u5143\u5b57\u6837\uff08\u5927\u5199\uff09", "yuan character": "\u4eba\u6c11\u5e01\u5143\u5b57\u6837", "yuan character, in hong kong and taiwan": "\u5143\u5b57\u6837\uff08\u6e2f\u53f0\u5730\u533a\uff09", "{0} characters": "{0} \u4e2a\u5b57\u7b26", "{0} columns, {1} rows": "", "{0} words": "{0} \u5b57" });
|
@@ -0,0 +1,3 @@
|
|
1
|
+
"use strict";
|
2
|
+
tinymce.addI18n("zh_CN",{"#":"#",Accessibility:"辅助功能",Accordion:"","Accordion body...":"","Accordion summary...":"",Action:"动作",Activity:"活动",Address:"地址",Advanced:"高级",Align:"对齐","Align center":"居中对齐","Align left":"左对齐","Align right":"右对齐",Alignment:"对齐","Alignment {0}":"",All:"全部","Alternative description":"替代描述","Alternative source":"镜像","Alternative source URL":"替代来源网址",Anchor:"锚点","Anchor...":"锚点...",Anchors:"锚点","Animals and Nature":"动物和自然",Arrows:"箭头",B:"B","Background color":"背景颜色","Background color {0}":"",Black:"黑色",Block:"块","Block {0}":"",Blockquote:"引文区块",Blocks:"样式",Blue:"蓝色","Blue component":"白色部分",Body:"表体",Bold:"粗体",Border:"框线","Border color":"框线颜色","Border style":"边框样式","Border width":"边框宽度",Bottom:"下方对齐","Browse files":"","Browse for an image":"浏览图像","Browse links":"","Bullet list":"无序列表",Cancel:"取消",Caption:"标题",Cell:"单元格","Cell padding":"单元格内边距","Cell properties":"单元格属性","Cell spacing":"单元格外间距","Cell styles":"单元格样式","Cell type":"储存格别",Center:"居中",Characters:"字符","Characters (no spaces)":"字符(无空格)",Circle:"空心圆",Class:"类型","Clear formatting":"清除格式",Close:"关闭",Code:"代码","Code sample...":"示例代码...","Code view":"代码视图","Color Picker":"选色器","Color swatch":"颜色样本",Cols:"列",Column:"列","Column clipboard actions":"列剪贴板操作","Column group":"列组","Column header":"列标题","Constrain proportions":"保持比例",Copy:"复制","Copy column":"复制列","Copy row":"复制行","Could not find the specified string.":"未找到搜索内容。","Could not load emojis":"无法加载Emojis",Count:"计数",Currency:"货币","Current window":"当前窗口","Custom color":"自定义颜色","Custom...":"自定义......",Cut:"剪切","Cut column":"剪切列","Cut row":"剪切行","Dark Blue":"深蓝色","Dark Gray":"深灰色","Dark Green":"深绿色","Dark Orange":"深橙色","Dark Purple":"深紫色","Dark Red":"深红色","Dark Turquoise":"深蓝绿色","Dark Yellow":"暗黄色",Dashed:"虚线","Date/time":"日期/时间","Decrease indent":"减少缩进",Default:"预设","Delete accordion":"","Delete column":"删除列","Delete row":"删除行","Delete table":"删除表格",Dimensions:"尺寸",Disc:"实心圆",Div:"Div",Document:"文档",Dotted:"虚线",Double:"双精度","Drop an image here":"拖放一张图像至此","Dropped file type is not supported":"此文件类型不支持拖放",Edit:"编辑",Embed:"内嵌",Emojis:"Emojis","Emojis...":"Emojis...",Error:"错误","Error: Form submit field collision.":"错误: 表单提交字段冲突。","Error: No form element found.":"错误: 没有表单控件。","Extended Latin":"拉丁语扩充","Failed to initialize plugin: {0}":"插件初始化失败: {0}","Failed to load plugin url: {0}":"插件加载失败 链接: {0}","Failed to load plugin: {0} from url {1}":"插件加载失败: {0} 来自链接 {1}","Failed to upload image: {0}":"图片上传失败: {0}",File:"文件",Find:"寻找","Find (if searchreplace plugin activated)":"查找(如果查找替换插件已激活)","Find and Replace":"查找和替换","Find and replace...":"查找并替换...","Find in selection":"在选区中查找","Find whole words only":"全字匹配",Flags:"旗帜","Focus to contextual toolbar":"移动焦点到上下文菜单","Focus to element path":"移动焦点到元素路径","Focus to menubar":"移动焦点到菜单栏","Focus to toolbar":"移动焦点到工具栏",Font:"字体","Font size {0}":"","Font sizes":"字体大小","Font {0}":"",Fonts:"字体","Food and Drink":"食物和饮品",Footer:"表尾",Format:"格式","Format {0}":"",Formats:"格式",Fullscreen:"全屏",G:"G",General:"一般",Gray:"灰色",Green:"绿色","Green component":"绿色部分",Groove:"凹槽","Handy Shortcuts":"快捷键",Header:"表头","Header cell":"表头单元格","Heading 1":"一级标题","Heading 2":"二级标题","Heading 3":"三级标题","Heading 4":"四级标题","Heading 5":"五级标题","Heading 6":"六级标题",Headings:"标题",Height:"高度",Help:"帮助","Hex color code":"十六进制颜色代码",Hidden:"隐藏","Horizontal align":"水平对齐","Horizontal line":"水平分割线","Horizontal space":"水平间距",ID:"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID应该以英文字母开头,后面只能有英文字母、数字、破折号、点、冒号或下划线。","Image is decorative":"图像是装饰性的","Image list":"图片清单","Image title":"图片标题","Image...":"图片...","ImageProxy HTTP error: Could not find Image Proxy":"图片代理请求错误:无法找到图片代理","ImageProxy HTTP error: Incorrect Image Proxy URL":"图片代理请求错误:图片代理地址错误","ImageProxy HTTP error: Rejected request":"图片代理请求错误:请求被拒绝","ImageProxy HTTP error: Unknown ImageProxy error":"图片代理请求错误:未知的图片代理错误","Increase indent":"增加缩进",Inline:"文本",Insert:"插入","Insert Template":"插入模板","Insert accordion":"","Insert column after":"在右侧插入列","Insert column before":"在左侧插入列","Insert date/time":"插入日期/时间","Insert image":"插入图片","Insert link (if link plugin activated)":"插入链接 (如果链接插件已激活)","Insert row after":"在下方插入行","Insert row before":"在上方插入行","Insert table":"插入表格","Insert template...":"插入模板...","Insert video":"插入视频","Insert/Edit code sample":"插入/编辑代码示例","Insert/edit image":"插入/编辑图片","Insert/edit link":"插入/编辑链接","Insert/edit media":"插入/编辑媒体","Insert/edit video":"插入/编辑视频",Inset:"嵌入","Invalid hex color code: {0}":"十六进制颜色代码无效: {0}","Invalid input":"无效输入",Italic:"斜体",Justify:"两端对齐","Keyboard Navigation":"键盘指引",Language:"语言","Learn more...":"了解更多...",Left:"左","Left to right":"由左到右","Light Blue":"浅蓝色","Light Gray":"浅灰色","Light Green":"浅绿色","Light Purple":"浅紫色","Light Red":"浅红色","Light Yellow":"浅黄色","Line height":"行高","Link list":"链接清单","Link...":"链接...","List Properties":"列表属性","List properties...":"标题字体属性","Loading emojis...":"正在加载Emojis...","Loading...":"加载中...","Lower Alpha":"小写英文字母","Lower Greek":"小写希腊字母","Lower Roman":"小写罗马数字","Match case":"大小写匹配",Mathematical:"数学","Media poster (Image URL)":"封面(图片地址)","Media...":"多媒体...","Medium Blue":"中蓝色","Medium Gray":"中灰色","Medium Purple":"中紫色","Merge cells":"合并单元格",Middle:"居中对齐","Midnight Blue":"深蓝色","More...":"更多...",Name:"名称","Navy Blue":"海军蓝","New document":"新建文档","New window":"新窗口",Next:"下一个",No:"否","No alignment":"未对齐","No color":"无","Nonbreaking space":"不间断空格",None:"无","Numbered list":"有序列表",OR:"或",Objects:"物件",Ok:"确定","Open help dialog":"打开帮助对话框","Open link":"打开链接","Open link in...":"链接打开位置...","Open popup menu for split buttons":"打开弹出式菜单,用于拆分按钮",Orange:"橙色",Outset:"外置","Page break":"分页符",Paragraph:"段落",Paste:"粘贴","Paste as text":"粘贴为文本","Paste column after":"粘贴后面的列","Paste column before":"粘贴此列前","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"当前为纯文本粘贴模式,再次点击可以回到普通粘贴模式。","Paste or type a link":"粘贴或输入链接","Paste row after":"粘贴行到下方","Paste row before":"粘贴行到上方","Paste your embed code below:":"将内嵌代码粘贴在下面:",People:"人类",Plugins:"插件","Plugins installed ({0}):":"已安装插件 ({0}):","Powered by {0}":"由{0}驱动",Pre:"前言",Preferences:"首选项",Preformatted:"预先格式化的","Premium plugins:":"优秀插件:","Press the Up and Down arrow keys to resize the editor.":"","Press the arrow keys to resize the editor.":"","Press {0} for help":"",Preview:"预览",Previous:"上一个",Print:"打印","Print...":"打印...",Purple:"紫色",Quotations:"引用",R:"R","Range 0 to 255":"范围0至255",Red:"红色","Red component":"红色部分",Redo:"重做",Remove:"移除","Remove color":"移除颜色","Remove link":"移除链接",Replace:"替换","Replace all":"替换全部","Replace with":"替换为",Resize:"调整大小","Restore last draft":"恢复上次的草稿","Reveal or hide additional toolbar items":"","Rich Text Area":"富文本区域","Rich Text Area. Press ALT-0 for help.":"编辑区。按Alt+0键打开帮助。","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"编辑区。按ALT-F9打开菜单,按ALT-F10打开工具栏,按ALT-0查看帮助",Ridge:"海脊座",Right:"右","Right to left":"由右到左",Row:"行","Row clipboard actions":"行剪贴板操作","Row group":"行组","Row header":"行头","Row properties":"行属性","Row type":"行类型",Rows:"行数",Save:"保存","Save (if save plugin activated)":"保存(如果保存插件已激活)",Scope:"范围",Search:"搜索","Select all":"全选","Select...":"选择...",Selection:"选择",Shortcut:"快捷方式","Show blocks":"显示区块边框","Show caption":"显示标题","Show invisible characters":"显示不可见字符",Size:"字号",Solid:"实线",Source:"源","Source code":"源代码","Special Character":"特殊字符","Special character...":"特殊字符...","Split cell":"拆分单元格",Square:"实心方块","Start list at number":"以数字开始列表",Strikethrough:"删除线",Style:"样式",Subscript:"下标",Superscript:"上标","Switch to or from fullscreen mode":"切换全屏模式",Symbols:"符号","System Font":"系统字体",Table:"表格","Table caption":"表格标题","Table properties":"表格属性","Table styles":"表格样式",Template:"模板",Templates:"模板",Text:"文字","Text color":"文本颜色","Text color {0}":"","Text to display":"要显示的文本","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"你所填写的URL地址为邮件地址,需要加上mailto: 前缀吗?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"你所填写的URL地址属于外部链接,需要加上http:// 前缀吗?","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"您输入的 URL 似乎是一个外部链接。您想添加所需的 https:// 前缀吗?",Title:"标题","To open the popup, press Shift+Enter":"按Shitf+Enter键打开对话框","Toggle accordion":"",Tools:"工具",Top:"上方对齐","Travel and Places":"旅游和地点",Turquoise:"青绿色",Underline:"下划线",Undo:"撤销",Upload:"上传","Uploading image":"上传图片","Upper Alpha":"大写英文字母","Upper Roman":"大写罗马数字",Url:"地址","User Defined":"自定义",Valid:"有效",Version:"版本","Vertical align":"垂直对齐","Vertical space":"垂直间距",View:"查看","Visual aids":"网格线",Warn:"警告",White:"白色",Width:"宽度","Word count":"字数",Words:"单词","Words: {0}":"字数:{0}",Yellow:"黄色",Yes:"是","You are using {0}":"你正在使用 {0}","You have unsaved changes are you sure you want to navigate away?":"你还有文档尚未保存,确定要离开?","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"你的浏览器不支持打开剪贴板,请使用Ctrl+X/C/V等快捷键。",alignment:"对齐","austral sign":"澳元符号","cedi sign":"塞地符号","colon sign":"冒号","cruzeiro sign":"克鲁赛罗币符号","currency sign":"货币符号","dollar sign":"美元符号","dong sign":"越南盾符号","drachma sign":"德拉克马符号","euro-currency sign":"欧元符号",example:"示例",formatting:"格式化","french franc sign":"法郎符号","german penny symbol":"德国便士符号","guarani sign":"瓜拉尼符号",history:"历史","hryvnia sign":"格里夫尼亚符号",indentation:"缩进","indian rupee sign":"印度卢比","kip sign":"老挝基普符号","lira sign":"里拉符号","livre tournois sign":"里弗弗尔符号","manat sign":"马纳特符号","mill sign":"密尔符号","naira sign":"奈拉符号","new sheqel sign":"新谢克尔符号","nordic mark sign":"北欧马克","peseta sign":"比塞塔符号","peso sign":"比索符号","ruble sign":"卢布符号","rupee sign":"卢比符号","spesmilo sign":"spesmilo符号",styles:"样式","tenge sign":"坚戈符号","tugrik sign":"图格里克符号","turkish lira sign":"土耳其里拉","won sign":"韩元符号","yen character":"日元字样","yen/yuan character variant one":"元字样(大写)","yuan character":"人民币元字样","yuan character, in hong kong and taiwan":"元字样(港台地区)","{0} characters":"{0} 个字符","{0} columns, {1} rows":"","{0} words":"{0} 字"});
|
3
|
+
//# sourceMappingURL=zh_CN.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"zh_CN.mjs","sources":["../../../lib/utils/langs/zh_CN.js"],"sourcesContent":["\"use strict\";\ntinymce.addI18n(\"zh_CN\", { \"#\": \"#\", \"Accessibility\": \"\\u8f85\\u52a9\\u529f\\u80fd\", \"Accordion\": \"\", \"Accordion body...\": \"\", \"Accordion summary...\": \"\", \"Action\": \"\\u52a8\\u4f5c\", \"Activity\": \"\\u6d3b\\u52a8\", \"Address\": \"\\u5730\\u5740\", \"Advanced\": \"\\u9ad8\\u7ea7\", \"Align\": \"\\u5bf9\\u9f50\", \"Align center\": \"\\u5c45\\u4e2d\\u5bf9\\u9f50\", \"Align left\": \"\\u5de6\\u5bf9\\u9f50\", \"Align right\": \"\\u53f3\\u5bf9\\u9f50\", \"Alignment\": \"\\u5bf9\\u9f50\", \"Alignment {0}\": \"\", \"All\": \"\\u5168\\u90e8\", \"Alternative description\": \"\\u66ff\\u4ee3\\u63cf\\u8ff0\", \"Alternative source\": \"\\u955c\\u50cf\", \"Alternative source URL\": \"\\u66ff\\u4ee3\\u6765\\u6e90\\u7f51\\u5740\", \"Anchor\": \"\\u951a\\u70b9\", \"Anchor...\": \"\\u951a\\u70b9...\", \"Anchors\": \"\\u951a\\u70b9\", \"Animals and Nature\": \"\\u52a8\\u7269\\u548c\\u81ea\\u7136\", \"Arrows\": \"\\u7bad\\u5934\", \"B\": \"B\", \"Background color\": \"\\u80cc\\u666f\\u989c\\u8272\", \"Background color {0}\": \"\", \"Black\": \"\\u9ed1\\u8272\", \"Block\": \"\\u5757\", \"Block {0}\": \"\", \"Blockquote\": \"\\u5f15\\u6587\\u533a\\u5757\", \"Blocks\": \"\\u6837\\u5f0f\", \"Blue\": \"\\u84dd\\u8272\", \"Blue component\": \"\\u767d\\u8272\\u90e8\\u5206\", \"Body\": \"\\u8868\\u4f53\", \"Bold\": \"\\u7c97\\u4f53\", \"Border\": \"\\u6846\\u7ebf\", \"Border color\": \"\\u6846\\u7ebf\\u989c\\u8272\", \"Border style\": \"\\u8fb9\\u6846\\u6837\\u5f0f\", \"Border width\": \"\\u8fb9\\u6846\\u5bbd\\u5ea6\", \"Bottom\": \"\\u4e0b\\u65b9\\u5bf9\\u9f50\", \"Browse files\": \"\", \"Browse for an image\": \"\\u6d4f\\u89c8\\u56fe\\u50cf\", \"Browse links\": \"\", \"Bullet list\": \"\\u65e0\\u5e8f\\u5217\\u8868\", \"Cancel\": \"\\u53d6\\u6d88\", \"Caption\": \"\\u6807\\u9898\", \"Cell\": \"\\u5355\\u5143\\u683c\", \"Cell padding\": \"\\u5355\\u5143\\u683c\\u5185\\u8fb9\\u8ddd\", \"Cell properties\": \"\\u5355\\u5143\\u683c\\u5c5e\\u6027\", \"Cell spacing\": \"\\u5355\\u5143\\u683c\\u5916\\u95f4\\u8ddd\", \"Cell styles\": \"\\u5355\\u5143\\u683c\\u6837\\u5f0f\", \"Cell type\": \"\\u50a8\\u5b58\\u683c\\u522b\", \"Center\": \"\\u5c45\\u4e2d\", \"Characters\": \"\\u5b57\\u7b26\", \"Characters (no spaces)\": \"\\u5b57\\u7b26(\\u65e0\\u7a7a\\u683c)\", \"Circle\": \"\\u7a7a\\u5fc3\\u5706\", \"Class\": \"\\u7c7b\\u578b\", \"Clear formatting\": \"\\u6e05\\u9664\\u683c\\u5f0f\", \"Close\": \"\\u5173\\u95ed\", \"Code\": \"\\u4ee3\\u7801\", \"Code sample...\": \"\\u793a\\u4f8b\\u4ee3\\u7801...\", \"Code view\": \"\\u4ee3\\u7801\\u89c6\\u56fe\", \"Color Picker\": \"\\u9009\\u8272\\u5668\", \"Color swatch\": \"\\u989c\\u8272\\u6837\\u672c\", \"Cols\": \"\\u5217\", \"Column\": \"\\u5217\", \"Column clipboard actions\": \"\\u5217\\u526a\\u8d34\\u677f\\u64cd\\u4f5c\", \"Column group\": \"\\u5217\\u7ec4\", \"Column header\": \"\\u5217\\u6807\\u9898\", \"Constrain proportions\": \"\\u4fdd\\u6301\\u6bd4\\u4f8b\", \"Copy\": \"\\u590d\\u5236\", \"Copy column\": \"\\u590d\\u5236\\u5217\", \"Copy row\": \"\\u590d\\u5236\\u884c\", \"Could not find the specified string.\": \"\\u672a\\u627e\\u5230\\u641c\\u7d22\\u5185\\u5bb9\\u3002\", \"Could not load emojis\": \"\\u65e0\\u6cd5\\u52a0\\u8f7dEmojis\", \"Count\": \"\\u8ba1\\u6570\", \"Currency\": \"\\u8d27\\u5e01\", \"Current window\": \"\\u5f53\\u524d\\u7a97\\u53e3\", \"Custom color\": \"\\u81ea\\u5b9a\\u4e49\\u989c\\u8272\", \"Custom...\": \"\\u81ea\\u5b9a\\u4e49......\", \"Cut\": \"\\u526a\\u5207\", \"Cut column\": \"\\u526a\\u5207\\u5217\", \"Cut row\": \"\\u526a\\u5207\\u884c\", \"Dark Blue\": \"\\u6df1\\u84dd\\u8272\", \"Dark Gray\": \"\\u6df1\\u7070\\u8272\", \"Dark Green\": \"\\u6df1\\u7eff\\u8272\", \"Dark Orange\": \"\\u6df1\\u6a59\\u8272\", \"Dark Purple\": \"\\u6df1\\u7d2b\\u8272\", \"Dark Red\": \"\\u6df1\\u7ea2\\u8272\", \"Dark Turquoise\": \"\\u6df1\\u84dd\\u7eff\\u8272\", \"Dark Yellow\": \"\\u6697\\u9ec4\\u8272\", \"Dashed\": \"\\u865a\\u7ebf\", \"Date/time\": \"\\u65e5\\u671f/\\u65f6\\u95f4\", \"Decrease indent\": \"\\u51cf\\u5c11\\u7f29\\u8fdb\", \"Default\": \"\\u9884\\u8bbe\", \"Delete accordion\": \"\", \"Delete column\": \"\\u5220\\u9664\\u5217\", \"Delete row\": \"\\u5220\\u9664\\u884c\", \"Delete table\": \"\\u5220\\u9664\\u8868\\u683c\", \"Dimensions\": \"\\u5c3a\\u5bf8\", \"Disc\": \"\\u5b9e\\u5fc3\\u5706\", \"Div\": \"Div\", \"Document\": \"\\u6587\\u6863\", \"Dotted\": \"\\u865a\\u7ebf\", \"Double\": \"\\u53cc\\u7cbe\\u5ea6\", \"Drop an image here\": \"\\u62d6\\u653e\\u4e00\\u5f20\\u56fe\\u50cf\\u81f3\\u6b64\", \"Dropped file type is not supported\": \"\\u6b64\\u6587\\u4ef6\\u7c7b\\u578b\\u4e0d\\u652f\\u6301\\u62d6\\u653e\", \"Edit\": \"\\u7f16\\u8f91\", \"Embed\": \"\\u5185\\u5d4c\", \"Emojis\": \"Emojis\", \"Emojis...\": \"Emojis...\", \"Error\": \"\\u9519\\u8bef\", \"Error: Form submit field collision.\": \"\\u9519\\u8bef: \\u8868\\u5355\\u63d0\\u4ea4\\u5b57\\u6bb5\\u51b2\\u7a81\\u3002\", \"Error: No form element found.\": \"\\u9519\\u8bef: \\u6ca1\\u6709\\u8868\\u5355\\u63a7\\u4ef6\\u3002\", \"Extended Latin\": \"\\u62c9\\u4e01\\u8bed\\u6269\\u5145\", \"Failed to initialize plugin: {0}\": \"\\u63d2\\u4ef6\\u521d\\u59cb\\u5316\\u5931\\u8d25: {0}\", \"Failed to load plugin url: {0}\": \"\\u63d2\\u4ef6\\u52a0\\u8f7d\\u5931\\u8d25 \\u94fe\\u63a5: {0}\", \"Failed to load plugin: {0} from url {1}\": \"\\u63d2\\u4ef6\\u52a0\\u8f7d\\u5931\\u8d25: {0} \\u6765\\u81ea\\u94fe\\u63a5 {1}\", \"Failed to upload image: {0}\": \"\\u56fe\\u7247\\u4e0a\\u4f20\\u5931\\u8d25: {0}\", \"File\": \"\\u6587\\u4ef6\", \"Find\": \"\\u5bfb\\u627e\", \"Find (if searchreplace plugin activated)\": \"\\u67e5\\u627e(\\u5982\\u679c\\u67e5\\u627e\\u66ff\\u6362\\u63d2\\u4ef6\\u5df2\\u6fc0\\u6d3b)\", \"Find and Replace\": \"\\u67e5\\u627e\\u548c\\u66ff\\u6362\", \"Find and replace...\": \"\\u67e5\\u627e\\u5e76\\u66ff\\u6362...\", \"Find in selection\": \"\\u5728\\u9009\\u533a\\u4e2d\\u67e5\\u627e\", \"Find whole words only\": \"\\u5168\\u5b57\\u5339\\u914d\", \"Flags\": \"\\u65d7\\u5e1c\", \"Focus to contextual toolbar\": \"\\u79fb\\u52a8\\u7126\\u70b9\\u5230\\u4e0a\\u4e0b\\u6587\\u83dc\\u5355\", \"Focus to element path\": \"\\u79fb\\u52a8\\u7126\\u70b9\\u5230\\u5143\\u7d20\\u8def\\u5f84\", \"Focus to menubar\": \"\\u79fb\\u52a8\\u7126\\u70b9\\u5230\\u83dc\\u5355\\u680f\", \"Focus to toolbar\": \"\\u79fb\\u52a8\\u7126\\u70b9\\u5230\\u5de5\\u5177\\u680f\", \"Font\": \"\\u5b57\\u4f53\", \"Font size {0}\": \"\", \"Font sizes\": \"\\u5b57\\u4f53\\u5927\\u5c0f\", \"Font {0}\": \"\", \"Fonts\": \"\\u5b57\\u4f53\", \"Food and Drink\": \"\\u98df\\u7269\\u548c\\u996e\\u54c1\", \"Footer\": \"\\u8868\\u5c3e\", \"Format\": \"\\u683c\\u5f0f\", \"Format {0}\": \"\", \"Formats\": \"\\u683c\\u5f0f\", \"Fullscreen\": \"\\u5168\\u5c4f\", \"G\": \"G\", \"General\": \"\\u4e00\\u822c\", \"Gray\": \"\\u7070\\u8272\", \"Green\": \"\\u7eff\\u8272\", \"Green component\": \"\\u7eff\\u8272\\u90e8\\u5206\", \"Groove\": \"\\u51f9\\u69fd\", \"Handy Shortcuts\": \"\\u5feb\\u6377\\u952e\", \"Header\": \"\\u8868\\u5934\", \"Header cell\": \"\\u8868\\u5934\\u5355\\u5143\\u683c\", \"Heading 1\": \"\\u4e00\\u7ea7\\u6807\\u9898\", \"Heading 2\": \"\\u4e8c\\u7ea7\\u6807\\u9898\", \"Heading 3\": \"\\u4e09\\u7ea7\\u6807\\u9898\", \"Heading 4\": \"\\u56db\\u7ea7\\u6807\\u9898\", \"Heading 5\": \"\\u4e94\\u7ea7\\u6807\\u9898\", \"Heading 6\": \"\\u516d\\u7ea7\\u6807\\u9898\", \"Headings\": \"\\u6807\\u9898\", \"Height\": \"\\u9ad8\\u5ea6\", \"Help\": \"\\u5e2e\\u52a9\", \"Hex color code\": \"\\u5341\\u516d\\u8fdb\\u5236\\u989c\\u8272\\u4ee3\\u7801\", \"Hidden\": \"\\u9690\\u85cf\", \"Horizontal align\": \"\\u6c34\\u5e73\\u5bf9\\u9f50\", \"Horizontal line\": \"\\u6c34\\u5e73\\u5206\\u5272\\u7ebf\", \"Horizontal space\": \"\\u6c34\\u5e73\\u95f4\\u8ddd\", \"ID\": \"ID\", \"ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.\": \"ID\\u5e94\\u8be5\\u4ee5\\u82f1\\u6587\\u5b57\\u6bcd\\u5f00\\u5934\\uff0c\\u540e\\u9762\\u53ea\\u80fd\\u6709\\u82f1\\u6587\\u5b57\\u6bcd\\u3001\\u6570\\u5b57\\u3001\\u7834\\u6298\\u53f7\\u3001\\u70b9\\u3001\\u5192\\u53f7\\u6216\\u4e0b\\u5212\\u7ebf\\u3002\", \"Image is decorative\": \"\\u56fe\\u50cf\\u662f\\u88c5\\u9970\\u6027\\u7684\", \"Image list\": \"\\u56fe\\u7247\\u6e05\\u5355\", \"Image title\": \"\\u56fe\\u7247\\u6807\\u9898\", \"Image...\": \"\\u56fe\\u7247...\", \"ImageProxy HTTP error: Could not find Image Proxy\": \"\\u56fe\\u7247\\u4ee3\\u7406\\u8bf7\\u6c42\\u9519\\u8bef\\uff1a\\u65e0\\u6cd5\\u627e\\u5230\\u56fe\\u7247\\u4ee3\\u7406\", \"ImageProxy HTTP error: Incorrect Image Proxy URL\": \"\\u56fe\\u7247\\u4ee3\\u7406\\u8bf7\\u6c42\\u9519\\u8bef\\uff1a\\u56fe\\u7247\\u4ee3\\u7406\\u5730\\u5740\\u9519\\u8bef\", \"ImageProxy HTTP error: Rejected request\": \"\\u56fe\\u7247\\u4ee3\\u7406\\u8bf7\\u6c42\\u9519\\u8bef\\uff1a\\u8bf7\\u6c42\\u88ab\\u62d2\\u7edd\", \"ImageProxy HTTP error: Unknown ImageProxy error\": \"\\u56fe\\u7247\\u4ee3\\u7406\\u8bf7\\u6c42\\u9519\\u8bef\\uff1a\\u672a\\u77e5\\u7684\\u56fe\\u7247\\u4ee3\\u7406\\u9519\\u8bef\", \"Increase indent\": \"\\u589e\\u52a0\\u7f29\\u8fdb\", \"Inline\": \"\\u6587\\u672c\", \"Insert\": \"\\u63d2\\u5165\", \"Insert Template\": \"\\u63d2\\u5165\\u6a21\\u677f\", \"Insert accordion\": \"\", \"Insert column after\": \"\\u5728\\u53f3\\u4fa7\\u63d2\\u5165\\u5217\", \"Insert column before\": \"\\u5728\\u5de6\\u4fa7\\u63d2\\u5165\\u5217\", \"Insert date/time\": \"\\u63d2\\u5165\\u65e5\\u671f/\\u65f6\\u95f4\", \"Insert image\": \"\\u63d2\\u5165\\u56fe\\u7247\", \"Insert link (if link plugin activated)\": \"\\u63d2\\u5165\\u94fe\\u63a5 (\\u5982\\u679c\\u94fe\\u63a5\\u63d2\\u4ef6\\u5df2\\u6fc0\\u6d3b)\", \"Insert row after\": \"\\u5728\\u4e0b\\u65b9\\u63d2\\u5165\\u884c\", \"Insert row before\": \"\\u5728\\u4e0a\\u65b9\\u63d2\\u5165\\u884c\", \"Insert table\": \"\\u63d2\\u5165\\u8868\\u683c\", \"Insert template...\": \"\\u63d2\\u5165\\u6a21\\u677f...\", \"Insert video\": \"\\u63d2\\u5165\\u89c6\\u9891\", \"Insert/Edit code sample\": \"\\u63d2\\u5165/\\u7f16\\u8f91\\u4ee3\\u7801\\u793a\\u4f8b\", \"Insert/edit image\": \"\\u63d2\\u5165/\\u7f16\\u8f91\\u56fe\\u7247\", \"Insert/edit link\": \"\\u63d2\\u5165/\\u7f16\\u8f91\\u94fe\\u63a5\", \"Insert/edit media\": \"\\u63d2\\u5165/\\u7f16\\u8f91\\u5a92\\u4f53\", \"Insert/edit video\": \"\\u63d2\\u5165/\\u7f16\\u8f91\\u89c6\\u9891\", \"Inset\": \"\\u5d4c\\u5165\", \"Invalid hex color code: {0}\": \"\\u5341\\u516d\\u8fdb\\u5236\\u989c\\u8272\\u4ee3\\u7801\\u65e0\\u6548\\uff1a {0}\", \"Invalid input\": \"\\u65e0\\u6548\\u8f93\\u5165\", \"Italic\": \"\\u659c\\u4f53\", \"Justify\": \"\\u4e24\\u7aef\\u5bf9\\u9f50\", \"Keyboard Navigation\": \"\\u952e\\u76d8\\u6307\\u5f15\", \"Language\": \"\\u8bed\\u8a00\", \"Learn more...\": \"\\u4e86\\u89e3\\u66f4\\u591a...\", \"Left\": \"\\u5de6\", \"Left to right\": \"\\u7531\\u5de6\\u5230\\u53f3\", \"Light Blue\": \"\\u6d45\\u84dd\\u8272\", \"Light Gray\": \"\\u6d45\\u7070\\u8272\", \"Light Green\": \"\\u6d45\\u7eff\\u8272\", \"Light Purple\": \"\\u6d45\\u7d2b\\u8272\", \"Light Red\": \"\\u6d45\\u7ea2\\u8272\", \"Light Yellow\": \"\\u6d45\\u9ec4\\u8272\", \"Line height\": \"\\u884c\\u9ad8\", \"Link list\": \"\\u94fe\\u63a5\\u6e05\\u5355\", \"Link...\": \"\\u94fe\\u63a5...\", \"List Properties\": \"\\u5217\\u8868\\u5c5e\\u6027\", \"List properties...\": \"\\u6807\\u9898\\u5b57\\u4f53\\u5c5e\\u6027\", \"Loading emojis...\": \"\\u6b63\\u5728\\u52a0\\u8f7dEmojis...\", \"Loading...\": \"\\u52a0\\u8f7d\\u4e2d...\", \"Lower Alpha\": \"\\u5c0f\\u5199\\u82f1\\u6587\\u5b57\\u6bcd\", \"Lower Greek\": \"\\u5c0f\\u5199\\u5e0c\\u814a\\u5b57\\u6bcd\", \"Lower Roman\": \"\\u5c0f\\u5199\\u7f57\\u9a6c\\u6570\\u5b57\", \"Match case\": \"\\u5927\\u5c0f\\u5199\\u5339\\u914d\", \"Mathematical\": \"\\u6570\\u5b66\", \"Media poster (Image URL)\": \"\\u5c01\\u9762(\\u56fe\\u7247\\u5730\\u5740)\", \"Media...\": \"\\u591a\\u5a92\\u4f53...\", \"Medium Blue\": \"\\u4e2d\\u84dd\\u8272\", \"Medium Gray\": \"\\u4e2d\\u7070\\u8272\", \"Medium Purple\": \"\\u4e2d\\u7d2b\\u8272\", \"Merge cells\": \"\\u5408\\u5e76\\u5355\\u5143\\u683c\", \"Middle\": \"\\u5c45\\u4e2d\\u5bf9\\u9f50\", \"Midnight Blue\": \"\\u6df1\\u84dd\\u8272\", \"More...\": \"\\u66f4\\u591a...\", \"Name\": \"\\u540d\\u79f0\", \"Navy Blue\": \"\\u6d77\\u519b\\u84dd\", \"New document\": \"\\u65b0\\u5efa\\u6587\\u6863\", \"New window\": \"\\u65b0\\u7a97\\u53e3\", \"Next\": \"\\u4e0b\\u4e00\\u4e2a\", \"No\": \"\\u5426\", \"No alignment\": \"\\u672a\\u5bf9\\u9f50\", \"No color\": \"\\u65e0\", \"Nonbreaking space\": \"\\u4e0d\\u95f4\\u65ad\\u7a7a\\u683c\", \"None\": \"\\u65e0\", \"Numbered list\": \"\\u6709\\u5e8f\\u5217\\u8868\", \"OR\": \"\\u6216\", \"Objects\": \"\\u7269\\u4ef6\", \"Ok\": \"\\u786e\\u5b9a\", \"Open help dialog\": \"\\u6253\\u5f00\\u5e2e\\u52a9\\u5bf9\\u8bdd\\u6846\", \"Open link\": \"\\u6253\\u5f00\\u94fe\\u63a5\", \"Open link in...\": \"\\u94fe\\u63a5\\u6253\\u5f00\\u4f4d\\u7f6e...\", \"Open popup menu for split buttons\": \"\\u6253\\u5f00\\u5f39\\u51fa\\u5f0f\\u83dc\\u5355\\uff0c\\u7528\\u4e8e\\u62c6\\u5206\\u6309\\u94ae\", \"Orange\": \"\\u6a59\\u8272\", \"Outset\": \"\\u5916\\u7f6e\", \"Page break\": \"\\u5206\\u9875\\u7b26\", \"Paragraph\": \"\\u6bb5\\u843d\", \"Paste\": \"\\u7c98\\u8d34\", \"Paste as text\": \"\\u7c98\\u8d34\\u4e3a\\u6587\\u672c\", \"Paste column after\": \"\\u7c98\\u8d34\\u540e\\u9762\\u7684\\u5217\", \"Paste column before\": \"\\u7c98\\u8d34\\u6b64\\u5217\\u524d\", \"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.\": \"\\u5f53\\u524d\\u4e3a\\u7eaf\\u6587\\u672c\\u7c98\\u8d34\\u6a21\\u5f0f\\uff0c\\u518d\\u6b21\\u70b9\\u51fb\\u53ef\\u4ee5\\u56de\\u5230\\u666e\\u901a\\u7c98\\u8d34\\u6a21\\u5f0f\\u3002\", \"Paste or type a link\": \"\\u7c98\\u8d34\\u6216\\u8f93\\u5165\\u94fe\\u63a5\", \"Paste row after\": \"\\u7c98\\u8d34\\u884c\\u5230\\u4e0b\\u65b9\", \"Paste row before\": \"\\u7c98\\u8d34\\u884c\\u5230\\u4e0a\\u65b9\", \"Paste your embed code below:\": \"\\u5c06\\u5185\\u5d4c\\u4ee3\\u7801\\u7c98\\u8d34\\u5728\\u4e0b\\u9762:\", \"People\": \"\\u4eba\\u7c7b\", \"Plugins\": \"\\u63d2\\u4ef6\", \"Plugins installed ({0}):\": \"\\u5df2\\u5b89\\u88c5\\u63d2\\u4ef6 ({0}):\", \"Powered by {0}\": \"\\u7531{0}\\u9a71\\u52a8\", \"Pre\": \"\\u524d\\u8a00\", \"Preferences\": \"\\u9996\\u9009\\u9879\", \"Preformatted\": \"\\u9884\\u5148\\u683c\\u5f0f\\u5316\\u7684\", \"Premium plugins:\": \"\\u4f18\\u79c0\\u63d2\\u4ef6\\uff1a\", \"Press the Up and Down arrow keys to resize the editor.\": \"\", \"Press the arrow keys to resize the editor.\": \"\", \"Press {0} for help\": \"\", \"Preview\": \"\\u9884\\u89c8\", \"Previous\": \"\\u4e0a\\u4e00\\u4e2a\", \"Print\": \"\\u6253\\u5370\", \"Print...\": \"\\u6253\\u5370...\", \"Purple\": \"\\u7d2b\\u8272\", \"Quotations\": \"\\u5f15\\u7528\", \"R\": \"R\", \"Range 0 to 255\": \"\\u8303\\u56f40\\u81f3255\", \"Red\": \"\\u7ea2\\u8272\", \"Red component\": \"\\u7ea2\\u8272\\u90e8\\u5206\", \"Redo\": \"\\u91cd\\u505a\", \"Remove\": \"\\u79fb\\u9664\", \"Remove color\": \"\\u79fb\\u9664\\u989c\\u8272\", \"Remove link\": \"\\u79fb\\u9664\\u94fe\\u63a5\", \"Replace\": \"\\u66ff\\u6362\", \"Replace all\": \"\\u66ff\\u6362\\u5168\\u90e8\", \"Replace with\": \"\\u66ff\\u6362\\u4e3a\", \"Resize\": \"\\u8c03\\u6574\\u5927\\u5c0f\", \"Restore last draft\": \"\\u6062\\u590d\\u4e0a\\u6b21\\u7684\\u8349\\u7a3f\", \"Reveal or hide additional toolbar items\": \"\", \"Rich Text Area\": \"\\u5bcc\\u6587\\u672c\\u533a\\u57df\", \"Rich Text Area. Press ALT-0 for help.\": \"\\u7f16\\u8f91\\u533a\\u3002\\u6309Alt+0\\u952e\\u6253\\u5f00\\u5e2e\\u52a9\\u3002\", \"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help\": \"\\u7f16\\u8f91\\u533a\\u3002\\u6309ALT-F9\\u6253\\u5f00\\u83dc\\u5355\\uff0c\\u6309ALT-F10\\u6253\\u5f00\\u5de5\\u5177\\u680f\\uff0c\\u6309ALT-0\\u67e5\\u770b\\u5e2e\\u52a9\", \"Ridge\": \"\\u6d77\\u810a\\u5ea7\", \"Right\": \"\\u53f3\", \"Right to left\": \"\\u7531\\u53f3\\u5230\\u5de6\", \"Row\": \"\\u884c\", \"Row clipboard actions\": \"\\u884c\\u526a\\u8d34\\u677f\\u64cd\\u4f5c\", \"Row group\": \"\\u884c\\u7ec4\", \"Row header\": \"\\u884c\\u5934\", \"Row properties\": \"\\u884c\\u5c5e\\u6027\", \"Row type\": \"\\u884c\\u7c7b\\u578b\", \"Rows\": \"\\u884c\\u6570\", \"Save\": \"\\u4fdd\\u5b58\", \"Save (if save plugin activated)\": \"\\u4fdd\\u5b58(\\u5982\\u679c\\u4fdd\\u5b58\\u63d2\\u4ef6\\u5df2\\u6fc0\\u6d3b)\", \"Scope\": \"\\u8303\\u56f4\", \"Search\": \"\\u641c\\u7d22\", \"Select all\": \"\\u5168\\u9009\", \"Select...\": \"\\u9009\\u62e9...\", \"Selection\": \"\\u9009\\u62e9\", \"Shortcut\": \"\\u5feb\\u6377\\u65b9\\u5f0f\", \"Show blocks\": \"\\u663e\\u793a\\u533a\\u5757\\u8fb9\\u6846\", \"Show caption\": \"\\u663e\\u793a\\u6807\\u9898\", \"Show invisible characters\": \"\\u663e\\u793a\\u4e0d\\u53ef\\u89c1\\u5b57\\u7b26\", \"Size\": \"\\u5b57\\u53f7\", \"Solid\": \"\\u5b9e\\u7ebf\", \"Source\": \"\\u6e90\", \"Source code\": \"\\u6e90\\u4ee3\\u7801\", \"Special Character\": \"\\u7279\\u6b8a\\u5b57\\u7b26\", \"Special character...\": \"\\u7279\\u6b8a\\u5b57\\u7b26...\", \"Split cell\": \"\\u62c6\\u5206\\u5355\\u5143\\u683c\", \"Square\": \"\\u5b9e\\u5fc3\\u65b9\\u5757\", \"Start list at number\": \"\\u4ee5\\u6570\\u5b57\\u5f00\\u59cb\\u5217\\u8868\", \"Strikethrough\": \"\\u5220\\u9664\\u7ebf\", \"Style\": \"\\u6837\\u5f0f\", \"Subscript\": \"\\u4e0b\\u6807\", \"Superscript\": \"\\u4e0a\\u6807\", \"Switch to or from fullscreen mode\": \"\\u5207\\u6362\\u5168\\u5c4f\\u6a21\\u5f0f\", \"Symbols\": \"\\u7b26\\u53f7\", \"System Font\": \"\\u7cfb\\u7edf\\u5b57\\u4f53\", \"Table\": \"\\u8868\\u683c\", \"Table caption\": \"\\u8868\\u683c\\u6807\\u9898\", \"Table properties\": \"\\u8868\\u683c\\u5c5e\\u6027\", \"Table styles\": \"\\u8868\\u683c\\u6837\\u5f0f\", \"Template\": \"\\u6a21\\u677f\", \"Templates\": \"\\u6a21\\u677f\", \"Text\": \"\\u6587\\u5b57\", \"Text color\": \"\\u6587\\u672c\\u989c\\u8272\", \"Text color {0}\": \"\", \"Text to display\": \"\\u8981\\u663e\\u793a\\u7684\\u6587\\u672c\", \"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?\": \"\\u4f60\\u6240\\u586b\\u5199\\u7684URL\\u5730\\u5740\\u4e3a\\u90ae\\u4ef6\\u5730\\u5740\\uff0c\\u9700\\u8981\\u52a0\\u4e0amailto: \\u524d\\u7f00\\u5417\\uff1f\", \"The URL you entered seems to be an external link. Do you want to add the required http:// prefix?\": \"\\u4f60\\u6240\\u586b\\u5199\\u7684URL\\u5730\\u5740\\u5c5e\\u4e8e\\u5916\\u90e8\\u94fe\\u63a5\\uff0c\\u9700\\u8981\\u52a0\\u4e0ahttp:// \\u524d\\u7f00\\u5417\\uff1f\", \"The URL you entered seems to be an external link. Do you want to add the required https:// prefix?\": \"\\u60a8\\u8f93\\u5165\\u7684 URL \\u4f3c\\u4e4e\\u662f\\u4e00\\u4e2a\\u5916\\u90e8\\u94fe\\u63a5\\u3002\\u60a8\\u60f3\\u6dfb\\u52a0\\u6240\\u9700\\u7684 https:// \\u524d\\u7f00\\u5417\\uff1f\", \"Title\": \"\\u6807\\u9898\", \"To open the popup, press Shift+Enter\": \"\\u6309Shitf+Enter\\u952e\\u6253\\u5f00\\u5bf9\\u8bdd\\u6846\", \"Toggle accordion\": \"\", \"Tools\": \"\\u5de5\\u5177\", \"Top\": \"\\u4e0a\\u65b9\\u5bf9\\u9f50\", \"Travel and Places\": \"\\u65c5\\u6e38\\u548c\\u5730\\u70b9\", \"Turquoise\": \"\\u9752\\u7eff\\u8272\", \"Underline\": \"\\u4e0b\\u5212\\u7ebf\", \"Undo\": \"\\u64a4\\u9500\", \"Upload\": \"\\u4e0a\\u4f20\", \"Uploading image\": \"\\u4e0a\\u4f20\\u56fe\\u7247\", \"Upper Alpha\": \"\\u5927\\u5199\\u82f1\\u6587\\u5b57\\u6bcd\", \"Upper Roman\": \"\\u5927\\u5199\\u7f57\\u9a6c\\u6570\\u5b57\", \"Url\": \"\\u5730\\u5740\", \"User Defined\": \"\\u81ea\\u5b9a\\u4e49\", \"Valid\": \"\\u6709\\u6548\", \"Version\": \"\\u7248\\u672c\", \"Vertical align\": \"\\u5782\\u76f4\\u5bf9\\u9f50\", \"Vertical space\": \"\\u5782\\u76f4\\u95f4\\u8ddd\", \"View\": \"\\u67e5\\u770b\", \"Visual aids\": \"\\u7f51\\u683c\\u7ebf\", \"Warn\": \"\\u8b66\\u544a\", \"White\": \"\\u767d\\u8272\", \"Width\": \"\\u5bbd\\u5ea6\", \"Word count\": \"\\u5b57\\u6570\", \"Words\": \"\\u5355\\u8bcd\", \"Words: {0}\": \"\\u5b57\\u6570\\uff1a{0}\", \"Yellow\": \"\\u9ec4\\u8272\", \"Yes\": \"\\u662f\", \"You are using {0}\": \"\\u4f60\\u6b63\\u5728\\u4f7f\\u7528 {0}\", \"You have unsaved changes are you sure you want to navigate away?\": \"\\u4f60\\u8fd8\\u6709\\u6587\\u6863\\u5c1a\\u672a\\u4fdd\\u5b58\\uff0c\\u786e\\u5b9a\\u8981\\u79bb\\u5f00\\uff1f\", \"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.\": \"\\u4f60\\u7684\\u6d4f\\u89c8\\u5668\\u4e0d\\u652f\\u6301\\u6253\\u5f00\\u526a\\u8d34\\u677f\\uff0c\\u8bf7\\u4f7f\\u7528Ctrl+X/C/V\\u7b49\\u5feb\\u6377\\u952e\\u3002\", \"alignment\": \"\\u5bf9\\u9f50\", \"austral sign\": \"\\u6fb3\\u5143\\u7b26\\u53f7\", \"cedi sign\": \"\\u585e\\u5730\\u7b26\\u53f7\", \"colon sign\": \"\\u5192\\u53f7\", \"cruzeiro sign\": \"\\u514b\\u9c81\\u8d5b\\u7f57\\u5e01\\u7b26\\u53f7\", \"currency sign\": \"\\u8d27\\u5e01\\u7b26\\u53f7\", \"dollar sign\": \"\\u7f8e\\u5143\\u7b26\\u53f7\", \"dong sign\": \"\\u8d8a\\u5357\\u76fe\\u7b26\\u53f7\", \"drachma sign\": \"\\u5fb7\\u62c9\\u514b\\u9a6c\\u7b26\\u53f7\", \"euro-currency sign\": \"\\u6b27\\u5143\\u7b26\\u53f7\", \"example\": \"\\u793a\\u4f8b\", \"formatting\": \"\\u683c\\u5f0f\\u5316\", \"french franc sign\": \"\\u6cd5\\u90ce\\u7b26\\u53f7\", \"german penny symbol\": \"\\u5fb7\\u56fd\\u4fbf\\u58eb\\u7b26\\u53f7\", \"guarani sign\": \"\\u74dc\\u62c9\\u5c3c\\u7b26\\u53f7\", \"history\": \"\\u5386\\u53f2\", \"hryvnia sign\": \"\\u683c\\u91cc\\u592b\\u5c3c\\u4e9a\\u7b26\\u53f7\", \"indentation\": \"\\u7f29\\u8fdb\", \"indian rupee sign\": \"\\u5370\\u5ea6\\u5362\\u6bd4\", \"kip sign\": \"\\u8001\\u631d\\u57fa\\u666e\\u7b26\\u53f7\", \"lira sign\": \"\\u91cc\\u62c9\\u7b26\\u53f7\", \"livre tournois sign\": \"\\u91cc\\u5f17\\u5f17\\u5c14\\u7b26\\u53f7\", \"manat sign\": \"\\u9a6c\\u7eb3\\u7279\\u7b26\\u53f7\", \"mill sign\": \"\\u5bc6\\u5c14\\u7b26\\u53f7\", \"naira sign\": \"\\u5948\\u62c9\\u7b26\\u53f7\", \"new sheqel sign\": \"\\u65b0\\u8c22\\u514b\\u5c14\\u7b26\\u53f7\", \"nordic mark sign\": \"\\u5317\\u6b27\\u9a6c\\u514b\", \"peseta sign\": \"\\u6bd4\\u585e\\u5854\\u7b26\\u53f7\", \"peso sign\": \"\\u6bd4\\u7d22\\u7b26\\u53f7\", \"ruble sign\": \"\\u5362\\u5e03\\u7b26\\u53f7\", \"rupee sign\": \"\\u5362\\u6bd4\\u7b26\\u53f7\", \"spesmilo sign\": \"spesmilo\\u7b26\\u53f7\", \"styles\": \"\\u6837\\u5f0f\", \"tenge sign\": \"\\u575a\\u6208\\u7b26\\u53f7\", \"tugrik sign\": \"\\u56fe\\u683c\\u91cc\\u514b\\u7b26\\u53f7\", \"turkish lira sign\": \"\\u571f\\u8033\\u5176\\u91cc\\u62c9\", \"won sign\": \"\\u97e9\\u5143\\u7b26\\u53f7\", \"yen character\": \"\\u65e5\\u5143\\u5b57\\u6837\", \"yen/yuan character variant one\": \"\\u5143\\u5b57\\u6837\\uff08\\u5927\\u5199\\uff09\", \"yuan character\": \"\\u4eba\\u6c11\\u5e01\\u5143\\u5b57\\u6837\", \"yuan character, in hong kong and taiwan\": \"\\u5143\\u5b57\\u6837\\uff08\\u6e2f\\u53f0\\u5730\\u533a\\uff09\", \"{0} characters\": \"{0} \\u4e2a\\u5b57\\u7b26\", \"{0} columns, {1} rows\": \"\", \"{0} words\": \"{0} \\u5b57\" });\n"],"names":["tinymce"],"mappings":";AACAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const loadTinyMCE: () => Promise<void>;
|