shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

summernote-vi-VN.js (2872B)


      1 (function ($) {
      2   $.extend($.summernote.lang, {
      3     'vi-VN': {
      4       font: {
      5         bold: 'In Đậm',
      6         italic: 'In Nghiêng',
      7         underline: 'Gạch dưới',
      8         clear: 'Bỏ định dạng',
      9         height: 'Chiều cao dòng',
     10         name: 'Phông chữ',
     11         strikethrough: 'Gạch ngang',
     12         size: 'Cỡ chữ'
     13       },
     14       image: {
     15         image: 'Hình ảnh',
     16         insert: 'Chèn',
     17         resizeFull: '100%',
     18         resizeHalf: '50%',
     19         resizeQuarter: '25%',
     20         floatLeft: 'Trôi về trái',
     21         floatRight: 'Trôi về phải',
     22         floatNone: 'Không trôi',
     23         dragImageHere: 'Thả Ảnh ở vùng này',
     24         selectFromFiles: 'Chọn từ File',
     25         url: 'URL',
     26         remove: 'Xóa'
     27       },
     28       video: {
     29         video: 'Video',
     30         videoLink: 'Link đến Video',
     31         insert: 'Chèn Video',
     32         url: 'URL',
     33         providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion và Youku)'
     34       },
     35       link: {
     36         link: 'Link',
     37         insert: 'Chèn Link',
     38         unlink: 'Gỡ Link',
     39         edit: 'Sửa',
     40         textToDisplay: 'Văn bản hiển thị',
     41         url: 'URL',
     42         openInNewWindow: 'Mở ở Cửa sổ mới'
     43       },
     44       table: {
     45         table: 'Bảng'
     46       },
     47       hr: {
     48         insert: 'Chèn'
     49       },
     50       style: {
     51         style: 'Kiểu chữ',
     52         p: 'Chữ thường',
     53         blockquote: 'Đoạn trích',
     54         pre: 'Mã Code',
     55         h1: 'H1',
     56         h2: 'H2',
     57         h3: 'H3',
     58         h4: 'H4',
     59         h5: 'H5',
     60         h6: 'H6'
     61       },
     62       lists: {
     63         unordered: 'Liệt kê danh sách',
     64         ordered: 'Liệt kê theo thứ tự'
     65       },
     66       options: {
     67         help: 'Trợ giúp',
     68         fullscreen: 'Toàn Màn hình',
     69         codeview: 'Xem Code'
     70       },
     71       paragraph: {
     72         paragraph: 'Canh lề',
     73         outdent: 'Dịch sang trái',
     74         indent: 'Dịch sang phải',
     75         left: 'Canh trái',
     76         center: 'Canh giữa',
     77         right: 'Canh phải',
     78         justify: 'Canh đều'
     79       },
     80       color: {
     81         recent: 'Màu chữ',
     82         more: 'Mở rộng',
     83         background: 'Màu nền',
     84         foreground: 'Màu chữ',
     85         transparent: 'trong suốt',
     86         setTransparent: 'Nền trong suốt',
     87         reset: 'Thiết lập lại',
     88         resetToDefault: 'Trở lại ban đầu'
     89       },
     90       shortcut: {
     91         shortcuts: 'Phím tắt',
     92         close: 'Đóng',
     93         textFormatting: 'Định dạng Văn bản',
     94         action: 'Hành động',
     95         paragraphFormatting: 'Định dạng',
     96         documentStyle: 'Kiểu văn bản'
     97       },
     98       history: {
     99         undo: 'Lùi lại',
    100         redo: 'Làm lại'
    101       }
    102     }
    103   });
    104 })(jQuery);