The version of vichan running on lainchan.org
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.

69 lines
2.9KB

  1. /**
  2. * @author Chien
  3. * @license [MIT](http://www.opensource.org/licenses/mit-license.php)
  4. */
  5. (function ($) {
  6. 'use strict';
  7. $.sceditor.locale['vi'] = {
  8. 'Bold': 'Đậm',
  9. 'Italic': 'Nghiêng',
  10. 'Underline': 'Gạch chân',
  11. 'Strikethrough': 'Gạch giữa',
  12. 'Subscript': 'Hệ số',
  13. 'Superscript': 'Mũ',
  14. 'Align left': 'Căn trái',
  15. 'Center': 'Căn giữa',
  16. 'Align right': 'Căn phải',
  17. 'Justify': 'Căn đều',
  18. 'Font Name': 'Phông chữ',
  19. 'Font Size': 'Cỡ chữ',
  20. 'Font Color': 'Màu chữ',
  21. 'Remove Formatting': 'Xóa định dạng',
  22. 'Cut': 'Cắt',
  23. 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Trình duyệt không cho phép sử dụng lệnh Cut. Vui lòng sử dụng phím tắt Ctrl/Cmd-X',
  24. 'Copy': 'Sao chép',
  25. 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Trình duyệt không cho phép sử dụng lệnh Copy. Vui lòng sử dụng phím tắt Ctrl/Cmd-C',
  26. 'Paste': 'Chép vào',
  27. 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Trình duyệt không cho phép sử dụng lệnh Paste. Vui lòng sử dụng phím tắt Ctrl/Cmd-V',
  28. 'Paste your text inside the following box:': 'Chép nội dung text vào khung sau',
  29. 'Paste Text': 'Chép nội dung text',
  30. 'Bullet list': 'Danh sách kiểu nốt',
  31. 'Numbered list': 'Danh sách kiểu số',
  32. 'Undo': 'Hủy bỏ',
  33. 'Redo': 'Trở lại bước trước',
  34. 'Rows:': 'Số dòng',
  35. 'Cols:': 'Số cột',
  36. 'Insert a table': 'Thêm bảng',
  37. 'Insert a horizontal rule': 'Thêm thước ngang',
  38. 'Code': 'Mã code',
  39. 'Width (optional):': 'Dài (không bắt buộc)',
  40. 'Height (optional):': 'Rộng (không bắt buộc)',
  41. 'Insert an image': 'Chèn hình ảnh',
  42. 'E-mail:': 'E-mail',
  43. 'Insert an email': 'Chèn email',
  44. 'URL:': 'Liên kết',
  45. 'Insert a link': 'Chèn liên kết',
  46. 'Unlink': 'Bỏ liên kết',
  47. 'More': 'Xem thêm',
  48. 'Insert an emoticon': 'Chèn biểu tượng',
  49. 'Video URL:': 'Đường dẫn của Video',
  50. 'Insert': 'Thêm vào',
  51. 'Insert a YouTube video': 'Chèn Youtube',
  52. 'Insert current date': 'Chèn ngày hiện tại',
  53. 'Insert current time': 'Chèn thời gian hiện tại',
  54. 'Print': 'In ấn',
  55. 'View source': 'Xem mã nguồn',
  56. 'Description (optional):': 'Mô tả (không bắt buộc)',
  57. 'Enter the image URL:': 'Nhập vào đường dẫn của hình ảnh',
  58. 'Enter the e-mail address:': 'Nhập vào địa chỉ email',
  59. 'Enter the displayed text:': 'Nhập vào nội dung hiển thị',
  60. 'Enter URL:': 'Nhập vào liên kết',
  61. 'Enter the YouTube video URL or ID:': 'Nhập vào liên kết của video hoặc ID trên Youtube',
  62. 'Insert a Quote': 'Chèn trích dẫn',
  63. 'Invalid YouTube video': 'Video Youtube không chính xác',
  64. dateFormat: 'day/month/year'
  65. };
  66. })(jQuery);