mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
WIP authentication with flask-login, restructuring of static files
This commit is contained in:
104
static/lib/summernote/lang/summernote-vi-VN.js
Normal file
104
static/lib/summernote/lang/summernote-vi-VN.js
Normal file
@@ -0,0 +1,104 @@
|
||||
(function ($) {
|
||||
$.extend($.summernote.lang, {
|
||||
'vi-VN': {
|
||||
font: {
|
||||
bold: 'In Đậm',
|
||||
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ữ'
|
||||
},
|
||||
image: {
|
||||
image: 'Hình ảnh',
|
||||
insert: 'Chèn',
|
||||
resizeFull: '100%',
|
||||
resizeHalf: '50%',
|
||||
resizeQuarter: '25%',
|
||||
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',
|
||||
url: 'URL',
|
||||
remove: 'Xóa'
|
||||
},
|
||||
video: {
|
||||
video: 'Video',
|
||||
videoLink: 'Link đến Video',
|
||||
insert: 'Chèn Video',
|
||||
url: 'URL',
|
||||
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion và Youku)'
|
||||
},
|
||||
link: {
|
||||
link: 'Link',
|
||||
insert: 'Chèn Link',
|
||||
unlink: 'Gỡ Link',
|
||||
edit: 'Sửa',
|
||||
textToDisplay: 'Văn bản hiển thị',
|
||||
url: 'URL',
|
||||
openInNewWindow: 'Mở ở Cửa sổ mới'
|
||||
},
|
||||
table: {
|
||||
table: 'Bảng'
|
||||
},
|
||||
hr: {
|
||||
insert: 'Chèn'
|
||||
},
|
||||
style: {
|
||||
style: 'Kiểu chữ',
|
||||
p: '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 thứ tự'
|
||||
},
|
||||
options: {
|
||||
help: 'Trợ giúp',
|
||||
fullscreen: 'Toàn Màn hình',
|
||||
codeview: 'Xem 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);
|
||||
Reference in New Issue
Block a user