alpaca
Version:
Alpaca provides the easiest and fastest way to generate interactive forms for the web and mobile devices. It runs simply as HTML5 or more elaborately using Bootstrap, jQuery Mobile or jQuery UI. Alpaca uses Handlebars to process JSON schema and provide
105 lines (104 loc) • 2.81 kB
JavaScript
(function ($) {
$.extend($.summernote.lang, {
'vi-VN': {
font: {
bold: 'In Đậm',
italic: 'In Nghiên',
underline: 'Gạch Dưới',
clear: 'Bỏ Định Dạng',
height: 'Khoảng Cách Hàng',
name: 'Phông Chữ',
strikethrough: 'Gạch Ngang',
size: 'Cỡ 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ỏ'
},
video: {
video: 'Video',
videoLink: 'Đường Dẫn đến Video',
insert: 'Chèn Video',
url: 'URL',
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion và Youku)'
},
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'
},
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);