1
0
Fork 0
tupali_fork/librerias/summernote/lang/summernote-vi-VN.js

105 lines
2.7 KiB
JavaScript
Raw Normal View History

2016-10-29 15:07:15 +00:00
(function ($) {
$.extend($.summernote.lang, {
'vi-VN': {
font: {
bold: 'In Đậm',
2017-04-26 21:05:26 +00:00
italic: 'In Nghiêng',
underline: 'Gạch dưới',
clear: 'Bỏ định dạng',
height: 'Chiều cao dòng',
name: 'Phông chữ',
strikethrough: 'Gạch ngang',
size: 'Cỡ chữ'
2016-10-29 15:07:15 +00:00
},
image: {
2017-04-26 21:05:26 +00:00
image: 'Hình ảnh',
2016-10-29 15:07:15 +00:00
insert: 'Chèn',
resizeFull: '100%',
resizeHalf: '50%',
resizeQuarter: '25%',
2017-04-26 21:05:26 +00:00
floatLeft: 'Trôi về trái',
floatRight: 'Trôi về phải',
floatNone: 'Không trôi',
dragImageHere: 'Thả Ảnh ở vùng này',
selectFromFiles: 'Chọn từ File',
2016-10-29 15:07:15 +00:00
url: 'URL',
2017-04-26 21:05:26 +00:00
remove: 'Xóa'
2016-10-29 15:07:15 +00:00
},
video: {
video: 'Video',
2017-04-26 21:05:26 +00:00
videoLink: 'Link đến Video',
2016-10-29 15:07:15 +00:00
insert: 'Chèn Video',
url: 'URL',
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion và Youku)'
},
link: {
2017-04-26 21:05:26 +00:00
link: 'Link',
insert: 'Chèn Link',
unlink: 'Gỡ Link',
2016-10-29 15:07:15 +00:00
edit: 'Sửa',
2017-04-26 21:05:26 +00:00
textToDisplay: 'Văn bản hiển thị',
2016-10-29 15:07:15 +00:00
url: 'URL',
2017-04-26 21:05:26 +00:00
openInNewWindow: 'Mở ở Cửa sổ mới'
2016-10-29 15:07:15 +00:00
},
table: {
table: 'Bảng'
},
hr: {
2017-04-26 21:05:26 +00:00
insert: 'Chèn'
2016-10-29 15:07:15 +00:00
},
style: {
2017-04-26 21:05:26 +00:00
style: 'Kiểu chữ',
p: 'Chữ thường',
blockquote: 'Đoạn trích',
2016-10-29 15:07:15 +00:00
pre: 'Mã Code',
h1: 'H1',
h2: 'H2',
h3: 'H3',
h4: 'H4',
h5: 'H5',
h6: 'H6'
},
lists: {
2017-04-26 21:05:26 +00:00
unordered: 'Liệt kê danh sách',
ordered: 'Liệt kê theo thứ tự'
2016-10-29 15:07:15 +00:00
},
options: {
2017-04-26 21:05:26 +00:00
help: 'Trợ giúp',
fullscreen: 'Toàn Màn hình',
codeview: 'Xem Code'
2016-10-29 15:07:15 +00:00
},
paragraph: {
2017-04-26 21:05:26 +00:00
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'
2016-10-29 15:07:15 +00:00
},
color: {
2017-04-26 21:05:26 +00:00
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'
2016-10-29 15:07:15 +00:00
},
shortcut: {
2017-04-26 21:05:26 +00:00
shortcuts: 'Phím tắt',
2016-10-29 15:07:15 +00:00
close: 'Đóng',
2017-04-26 21:05:26 +00:00
textFormatting: 'Định dạng Văn bản',
action: 'Hành động',
paragraphFormatting: 'Định dạng',
documentStyle: 'Kiểu văn bản'
2016-10-29 15:07:15 +00:00
},
history: {
2017-04-26 21:05:26 +00:00
undo: 'Lùi lại',
redo: 'Làm lại'
2016-10-29 15:07:15 +00:00
}
}
});
})(jQuery);