You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
2.7 KiB
104 lines
2.7 KiB
(function ($) { |
|
$.extend($.summernote.lang, { |
|
'vi-VN': { |
|
font: { |
|
bold: 'In Đậm', |
|
italic: 'In Nghiên', |
|
underline: 'Gạch Dưới', |
|
strikethrough: 'Gạch Ngang', |
|
clear: 'Bỏ Định Dạng', |
|
height: 'Khoảng Cách Hàng', |
|
size: 'Cỡ Chữ', |
|
name: 'Phông Chữ', |
|
}, |
|
image: { |
|
image: 'Hình Ảnh', |
|
insert: 'Chèn', |
|
resizeFull: '100%', |
|
resizeHalf: '50%', |
|
resizeQuarter: '25%', |
|
floatLeft: 'Canh Trái', |
|
floatRight: 'Canh Phải', |
|
floatNone: 'Canh Đều', |
|
dragImageHere: 'Thả Ảnh Ở Đây', |
|
selectFromFiles: 'Chọn Từ Files', |
|
url: 'URL', |
|
remove: 'Ghỡ Bỏ' |
|
}, |
|
link: { |
|
link: 'Đường Dẫn', |
|
insert: 'Chèn Đường Dẫn', |
|
unlink: 'Ghỡ Đường Dẫn', |
|
edit: 'Sửa', |
|
textToDisplay: 'Text Hiển Thị', |
|
url: 'URL', |
|
openInNewWindow: 'Mở ở Cửa Sổ Mới' |
|
}, |
|
video: { |
|
video: 'Video', |
|
videoLink: 'Đường Dẫn đến Video', |
|
insert: 'Chèn Video', |
|
url: 'URL', |
|
providers: '(YouTube, Vimeo, Vine, Instagram và DailyMotion)' |
|
}, |
|
table: { |
|
table: 'Bảng' |
|
}, |
|
hr: { |
|
insert: 'Chèn Vào' |
|
}, |
|
style: { |
|
style: 'Kiểu Chữ', |
|
normal: 'Chữ Thường', |
|
blockquote: 'Đoạn Trích', |
|
pre: 'Mã Code', |
|
h1: 'H1', |
|
h2: 'H2', |
|
h3: 'H3', |
|
h4: 'H4', |
|
h5: 'H5', |
|
h6: 'H6' |
|
}, |
|
lists: { |
|
unordered: 'Liệt Kê Danh Sách', |
|
ordered: 'Liệt Kê Theo Số' |
|
}, |
|
options: { |
|
help: 'Trợ Giúp', |
|
fullscreen: 'Đầy Màn Hình', |
|
codeview: 'Xem Dạng Code' |
|
}, |
|
paragraph: { |
|
paragraph: 'Canh Lề', |
|
outdent: 'Dịch Sang Trái', |
|
indent: 'Dịch Sang Phải', |
|
left: 'Canh Trái', |
|
center: 'Canh Giữa', |
|
right: 'Canh Phải', |
|
justify: 'Canh Đều' |
|
}, |
|
color: { |
|
recent: 'Màu Chữ', |
|
more: 'Mở Rộng', |
|
background: 'Màu Nền', |
|
foreground: 'Màu Chữ', |
|
transparent: 'Trong Suốt', |
|
setTransparent: 'Nền Trong Suốt', |
|
reset: 'Thiệt Lập Lại', |
|
resetToDefault: 'Trở Lại Ban Đầu' |
|
}, |
|
shortcut: { |
|
shortcuts: 'Phím Tắt', |
|
close: 'Đóng', |
|
textFormatting: 'Định Dạng Văn Bản', |
|
action: 'Hành Động', |
|
paragraphFormatting: 'Định Dạng', |
|
documentStyle: 'Kiểu Văn Bản' |
|
}, |
|
history: { |
|
undo: 'Lùi Lại', |
|
redo: 'Làm Lại' |
|
} |
|
} |
|
}); |
|
})(jQuery);
|
|
|