@lotte-innovate/ui-component-test 0.2.59 → 0.2.61
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +12 -8
- package/dist/globals.css +1 -1
- package/dist/lib/_virtual/_commonjs-dynamic-modules.mjs +2 -0
- package/dist/lib/_virtual/_commonjs-dynamic-modules.mjs.map +1 -0
- package/dist/lib/_virtual/_commonjsHelpers.mjs +2 -0
- package/dist/lib/_virtual/_commonjsHelpers.mjs.map +1 -0
- package/dist/lib/_virtual/_interop_require_default.mjs +2 -0
- package/dist/lib/_virtual/_interop_require_default.mjs.map +1 -0
- package/dist/lib/_virtual/dynamic.mjs +2 -0
- package/dist/lib/_virtual/dynamic.mjs.map +1 -0
- package/dist/lib/_virtual/dynamic2.mjs +2 -0
- package/dist/lib/_virtual/dynamic2.mjs.map +1 -0
- package/dist/lib/_virtual/loadable-context.shared-runtime.mjs +2 -0
- package/dist/lib/_virtual/loadable-context.shared-runtime.mjs.map +1 -0
- package/dist/lib/_virtual/loadable.shared-runtime.mjs +2 -0
- package/dist/lib/_virtual/loadable.shared-runtime.mjs.map +1 -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.js +4 -2
- package/dist/lib/components/Calendar/index.mjs +1 -1
- package/dist/lib/components/Container/index.d.ts +9 -0
- package/dist/lib/components/Container/index.js +47 -0
- package/dist/lib/components/Datepicker/index.js +1 -1
- package/dist/lib/components/Datepicker/index.mjs +1 -1
- package/dist/lib/components/Dialog/DialogAction.mjs +1 -1
- package/dist/lib/components/Dialog/DialogCancel.mjs +1 -1
- package/dist/lib/components/Editor/index.d.ts +3 -0
- package/dist/lib/components/Editor/index.js +74 -35
- package/dist/lib/components/Editor/index.mjs +1 -1
- package/dist/lib/components/Flex/index.d.ts +5 -1
- package/dist/lib/components/Flex/index.js +16 -2
- package/dist/lib/components/Flex/index.mjs +2 -0
- package/dist/lib/components/Flex/index.mjs.map +1 -0
- package/dist/lib/components/Grid/NumberingPagination.js +38 -10
- package/dist/lib/components/Grid/NumberingPagination.mjs +1 -1
- package/dist/lib/components/Grid/NumberingPagination.mjs.map +1 -1
- package/dist/lib/components/Grid/useGrid.js +1 -0
- package/dist/lib/components/Grid/useGrid.mjs +1 -1
- package/dist/lib/components/GridLayout/index.d.ts +9 -0
- package/dist/lib/components/GridLayout/index.js +47 -0
- package/dist/lib/components/GridLayout/index.mjs +2 -0
- package/dist/lib/components/GridLayout/index.mjs.map +1 -0
- package/dist/lib/components/Modal/ModalAction.mjs +1 -1
- package/dist/lib/components/Modal/ModalCancel.mjs +1 -1
- package/dist/lib/components/Modal/ModalTitle.mjs +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/TextField/index.d.ts +4 -0
- package/dist/lib/components/TextField/index.js +42 -7
- package/dist/lib/components/TextField/index.mjs +1 -1
- package/dist/lib/components/index.d.ts +4 -0
- package/dist/lib/components/index.js +4 -0
- package/dist/lib/constants.js +1 -1
- package/dist/lib/constants.mjs.map +1 -1
- package/dist/lib/index.mjs +1 -1
- package/dist/lib/node_modules/@swc/helpers/cjs/_interop_require_default.mjs +2 -0
- package/dist/lib/node_modules/@swc/helpers/cjs/_interop_require_default.mjs.map +1 -0
- package/dist/lib/node_modules/next/dist/shared/lib/dynamic.mjs +2 -0
- package/dist/lib/node_modules/next/dist/shared/lib/dynamic.mjs.map +1 -0
- package/dist/lib/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.mjs +2 -0
- package/dist/lib/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.mjs.map +1 -0
- package/dist/lib/node_modules/next/dist/shared/lib/loadable.shared-runtime.mjs +2 -0
- package/dist/lib/node_modules/next/dist/shared/lib/loadable.shared-runtime.mjs.map +1 -0
- package/dist/lib/node_modules/next/dynamic.mjs +2 -0
- package/dist/lib/node_modules/next/dynamic.mjs.map +1 -0
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- 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.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 +37 -1
- package/dist/lib/utils/useLoadTinyMCE.js +36 -142
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/lib/utils/ko_KR.mjs.map +0 -1
- package/dist/lib/utils/useLoadTinyMCE.mjs +0 -2
- package/dist/lib/utils/useLoadTinyMCE.mjs.map +0 -1
- /package/dist/lib/utils/{ko_KR.d.ts → langs/it.d.ts} +0 -0
- /package/dist/lib/utils/{ko_KR.js → langs/ko_KR.js} +0 -0
- /package/dist/lib/utils/{ko_KR.mjs → langs/ko_KR.mjs} +0 -0
@@ -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"}
|
@@ -1 +1,37 @@
|
|
1
|
-
|
1
|
+
/// <reference path="../../../../declarations.d.ts" />
|
2
|
+
import 'tinymce/tinymce.js';
|
3
|
+
import 'tinymce/themes/silver/theme.js';
|
4
|
+
import 'tinymce/models/dom/model.js';
|
5
|
+
import 'tinymce/icons/default/icons.js';
|
6
|
+
import 'tinymce/plugins/advlist/plugin.js';
|
7
|
+
import 'tinymce/plugins/code/plugin.js';
|
8
|
+
import 'tinymce/plugins/codesample/plugin.js';
|
9
|
+
import 'tinymce/plugins/link/plugin.js';
|
10
|
+
import 'tinymce/plugins/lists/plugin.js';
|
11
|
+
import 'tinymce/plugins/table/plugin.js';
|
12
|
+
import 'tinymce/plugins/image/plugin.js';
|
13
|
+
import 'tinymce/plugins/preview/plugin.js';
|
14
|
+
import 'tinymce/plugins/importcss/plugin.js';
|
15
|
+
import 'tinymce/plugins/searchreplace/plugin.js';
|
16
|
+
import 'tinymce/plugins/autolink/plugin.js';
|
17
|
+
import 'tinymce/plugins/autosave/plugin.js';
|
18
|
+
import 'tinymce/plugins/save/plugin.js';
|
19
|
+
import 'tinymce/plugins/directionality/plugin.js';
|
20
|
+
import 'tinymce/plugins/visualblocks/plugin.js';
|
21
|
+
import 'tinymce/plugins/visualchars/plugin.js';
|
22
|
+
import 'tinymce/plugins/fullscreen/plugin.js';
|
23
|
+
import 'tinymce/plugins/media/plugin.js';
|
24
|
+
import 'tinymce/plugins/charmap/plugin.js';
|
25
|
+
import 'tinymce/plugins/pagebreak/plugin.js';
|
26
|
+
import 'tinymce/plugins/nonbreaking/plugin.js';
|
27
|
+
import 'tinymce/plugins/anchor/plugin.js';
|
28
|
+
import 'tinymce/plugins/insertdatetime/plugin.js';
|
29
|
+
import 'tinymce/plugins/wordcount/plugin.js';
|
30
|
+
import 'tinymce/plugins/quickbars/plugin.js';
|
31
|
+
import 'tinymce/plugins/emoticons/plugin.js';
|
32
|
+
import 'tinymce/plugins/accordion/plugin.js';
|
33
|
+
import '../../lib/utils/langs/ko_KR.js';
|
34
|
+
import '../../lib/utils/langs/it.js';
|
35
|
+
import '../../lib/utils/langs/ja.js';
|
36
|
+
import '../../lib/utils/langs/vi.js';
|
37
|
+
import '../../lib/utils/langs/zh_CN.js';
|
@@ -1,142 +1,36 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
export var loadTinyMCE = function () { return __awaiter(void 0, void 0, void 0, function () {
|
38
|
-
return __generator(this, function (_a) {
|
39
|
-
switch (_a.label) {
|
40
|
-
case 0: return [4 /*yield*/, import('tinymce/tinymce.js')];
|
41
|
-
case 1:
|
42
|
-
_a.sent();
|
43
|
-
return [4 /*yield*/, import('tinymce/themes/silver/theme.js')];
|
44
|
-
case 2:
|
45
|
-
_a.sent();
|
46
|
-
return [4 /*yield*/, import('tinymce/models/dom/model.js')];
|
47
|
-
case 3:
|
48
|
-
_a.sent();
|
49
|
-
return [4 /*yield*/, import('tinymce/icons/default/icons.js')];
|
50
|
-
case 4:
|
51
|
-
_a.sent();
|
52
|
-
return [4 /*yield*/, import('tinymce/plugins/advlist/plugin.js')];
|
53
|
-
case 5:
|
54
|
-
_a.sent();
|
55
|
-
return [4 /*yield*/, import('tinymce/plugins/code/plugin.js')];
|
56
|
-
case 6:
|
57
|
-
_a.sent();
|
58
|
-
return [4 /*yield*/, import('tinymce/plugins/codesample/plugin.js')];
|
59
|
-
case 7:
|
60
|
-
_a.sent();
|
61
|
-
return [4 /*yield*/, import('tinymce/plugins/link/plugin.js')];
|
62
|
-
case 8:
|
63
|
-
_a.sent();
|
64
|
-
return [4 /*yield*/, import('tinymce/plugins/lists/plugin.js')];
|
65
|
-
case 9:
|
66
|
-
_a.sent();
|
67
|
-
return [4 /*yield*/, import('tinymce/plugins/table/plugin.js')];
|
68
|
-
case 10:
|
69
|
-
_a.sent();
|
70
|
-
return [4 /*yield*/, import('tinymce/plugins/image/plugin.js')];
|
71
|
-
case 11:
|
72
|
-
_a.sent();
|
73
|
-
return [4 /*yield*/, import('tinymce/plugins/preview/plugin.js')];
|
74
|
-
case 12:
|
75
|
-
_a.sent();
|
76
|
-
return [4 /*yield*/, import('tinymce/plugins/importcss/plugin.js')];
|
77
|
-
case 13:
|
78
|
-
_a.sent();
|
79
|
-
return [4 /*yield*/, import('tinymce/plugins/searchreplace/plugin.js')];
|
80
|
-
case 14:
|
81
|
-
_a.sent();
|
82
|
-
return [4 /*yield*/, import('tinymce/plugins/autolink/plugin.js')];
|
83
|
-
case 15:
|
84
|
-
_a.sent();
|
85
|
-
return [4 /*yield*/, import('tinymce/plugins/autosave/plugin.js')];
|
86
|
-
case 16:
|
87
|
-
_a.sent();
|
88
|
-
return [4 /*yield*/, import('tinymce/plugins/save/plugin.js')];
|
89
|
-
case 17:
|
90
|
-
_a.sent();
|
91
|
-
return [4 /*yield*/, import('tinymce/plugins/directionality/plugin.js')];
|
92
|
-
case 18:
|
93
|
-
_a.sent();
|
94
|
-
return [4 /*yield*/, import('tinymce/plugins/visualblocks/plugin.js')];
|
95
|
-
case 19:
|
96
|
-
_a.sent();
|
97
|
-
return [4 /*yield*/, import('tinymce/plugins/visualchars/plugin.js')];
|
98
|
-
case 20:
|
99
|
-
_a.sent();
|
100
|
-
return [4 /*yield*/, import('tinymce/plugins/fullscreen/plugin.js')];
|
101
|
-
case 21:
|
102
|
-
_a.sent();
|
103
|
-
return [4 /*yield*/, import('tinymce/plugins/media/plugin.js')];
|
104
|
-
case 22:
|
105
|
-
_a.sent();
|
106
|
-
return [4 /*yield*/, import('tinymce/plugins/template/plugin.js')];
|
107
|
-
case 23:
|
108
|
-
_a.sent();
|
109
|
-
return [4 /*yield*/, import('tinymce/plugins/charmap/plugin.js')];
|
110
|
-
case 24:
|
111
|
-
_a.sent();
|
112
|
-
return [4 /*yield*/, import('tinymce/plugins/pagebreak/plugin.js')];
|
113
|
-
case 25:
|
114
|
-
_a.sent();
|
115
|
-
return [4 /*yield*/, import('tinymce/plugins/nonbreaking/plugin.js')];
|
116
|
-
case 26:
|
117
|
-
_a.sent();
|
118
|
-
return [4 /*yield*/, import('tinymce/plugins/anchor/plugin.js')];
|
119
|
-
case 27:
|
120
|
-
_a.sent();
|
121
|
-
return [4 /*yield*/, import('tinymce/plugins/insertdatetime/plugin.js')];
|
122
|
-
case 28:
|
123
|
-
_a.sent();
|
124
|
-
return [4 /*yield*/, import('tinymce/plugins/wordcount/plugin.js')];
|
125
|
-
case 29:
|
126
|
-
_a.sent();
|
127
|
-
return [4 /*yield*/, import('tinymce/plugins/quickbars/plugin.js')];
|
128
|
-
case 30:
|
129
|
-
_a.sent();
|
130
|
-
return [4 /*yield*/, import('tinymce/plugins/emoticons/plugin.js')];
|
131
|
-
case 31:
|
132
|
-
_a.sent();
|
133
|
-
return [4 /*yield*/, import('tinymce/plugins/accordion/plugin.js')];
|
134
|
-
case 32:
|
135
|
-
_a.sent();
|
136
|
-
return [4 /*yield*/, import('../../lib/utils/ko_KR.js')];
|
137
|
-
case 33:
|
138
|
-
_a.sent();
|
139
|
-
return [2 /*return*/];
|
140
|
-
}
|
141
|
-
});
|
142
|
-
}); };
|
1
|
+
import 'tinymce/tinymce.js';
|
2
|
+
import 'tinymce/themes/silver/theme.js';
|
3
|
+
import 'tinymce/models/dom/model.js';
|
4
|
+
import 'tinymce/icons/default/icons.js';
|
5
|
+
import 'tinymce/plugins/advlist/plugin.js';
|
6
|
+
import 'tinymce/plugins/code/plugin.js';
|
7
|
+
import 'tinymce/plugins/codesample/plugin.js';
|
8
|
+
import 'tinymce/plugins/link/plugin.js';
|
9
|
+
import 'tinymce/plugins/lists/plugin.js';
|
10
|
+
import 'tinymce/plugins/table/plugin.js';
|
11
|
+
import 'tinymce/plugins/image/plugin.js';
|
12
|
+
import 'tinymce/plugins/preview/plugin.js';
|
13
|
+
import 'tinymce/plugins/importcss/plugin.js';
|
14
|
+
import 'tinymce/plugins/searchreplace/plugin.js';
|
15
|
+
import 'tinymce/plugins/autolink/plugin.js';
|
16
|
+
import 'tinymce/plugins/autosave/plugin.js';
|
17
|
+
import 'tinymce/plugins/save/plugin.js';
|
18
|
+
import 'tinymce/plugins/directionality/plugin.js';
|
19
|
+
import 'tinymce/plugins/visualblocks/plugin.js';
|
20
|
+
import 'tinymce/plugins/visualchars/plugin.js';
|
21
|
+
import 'tinymce/plugins/fullscreen/plugin.js';
|
22
|
+
import 'tinymce/plugins/media/plugin.js';
|
23
|
+
import 'tinymce/plugins/charmap/plugin.js';
|
24
|
+
import 'tinymce/plugins/pagebreak/plugin.js';
|
25
|
+
import 'tinymce/plugins/nonbreaking/plugin.js';
|
26
|
+
import 'tinymce/plugins/anchor/plugin.js';
|
27
|
+
import 'tinymce/plugins/insertdatetime/plugin.js';
|
28
|
+
import 'tinymce/plugins/wordcount/plugin.js';
|
29
|
+
import 'tinymce/plugins/quickbars/plugin.js';
|
30
|
+
import 'tinymce/plugins/emoticons/plugin.js';
|
31
|
+
import 'tinymce/plugins/accordion/plugin.js';
|
32
|
+
import '../../lib/utils/langs/ko_KR.js';
|
33
|
+
import '../../lib/utils/langs/it.js';
|
34
|
+
import '../../lib/utils/langs/ja.js';
|
35
|
+
import '../../lib/utils/langs/vi.js';
|
36
|
+
import '../../lib/utils/langs/zh_CN.js';
|