vi.js 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. videojs.addLanguage('vi', {
  2. "Audio Player": "Trình phát Audio",
  3. "Video Player": "Trình phát Video",
  4. "Play": "Phát",
  5. "Pause": "Tạm dừng",
  6. "Replay": "Phát lại",
  7. "Current Time": "Thời gian hiện tại",
  8. "Duration": "Độ dài",
  9. "Remaining Time": "Thời gian còn lại",
  10. "Stream Type": "Kiểu Stream",
  11. "LIVE": "TRỰC TIẾP",
  12. "Loaded": "Đã tải",
  13. "Progress": "Tiến trình",
  14. "Progress Bar": "Thanh tiến trình",
  15. "progress bar timing: currentTime={1} duration={2}": "{1} của {2}",
  16. "Fullscreen": "Toàn màn hình",
  17. "Non-Fullscreen": "Thoát toàn màn hình",
  18. "Mute": "Tắt tiếng",
  19. "Unmute": "Bật âm thanh",
  20. "Playback Rate": "Tỉ lệ phát lại",
  21. "Subtitles": "Phụ đề",
  22. "subtitles off": "tắt phụ đề",
  23. "Captions": "Chú thích",
  24. "captions off": "tắt chú thích",
  25. "Chapters": "Chương",
  26. "Descriptions": "Mô tả",
  27. "descriptions off": "tắt mô tả",
  28. "Audio Track": "Track âm thanh",
  29. "Volume Level": "Mức âm lượng",
  30. "You aborted the media playback": "Bạn đã hủy việc phát lại media.",
  31. "A network error caused the media download to fail part-way.": "Một lỗi mạng dẫn đến việc tải media bị lỗi.",
  32. "The media could not be loaded, either because the server or network failed or because the format is not supported.": "Video không tải được, mạng hay server có lỗi hoặc định dạng không được hỗ trợ.",
  33. "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Phát media đã bị hủy do một sai lỗi hoặc media sử dụng những tính năng trình duyệt không hỗ trợ.",
  34. "No compatible source was found for this media.": "Không có nguồn tương thích cho media này.",
  35. "The media is encrypted and we do not have the keys to decrypt it.": "Media đã được mã hóa và chúng tôi không có để giải mã nó.",
  36. "Play Video": "Phát Video",
  37. "Close": "Đóng",
  38. "Close Modal Dialog": "Đóng cửa sổ",
  39. "Modal Window": "Cửa sổ",
  40. "This is a modal window": "Đây là một cửa sổ",
  41. "This modal can be closed by pressing the Escape key or activating the close button.": "Cửa sổ này có thể thoát bằng việc nhấn phím Esc hoặc kích hoạt nút đóng.",
  42. ", opens captions settings dialog": ", mở hộp thoại cài đặt chú thích",
  43. ", opens subtitles settings dialog": ", mở hộp thoại cài đặt phụ đề",
  44. ", opens descriptions settings dialog": ", mở hộp thoại cài đặt mô tả",
  45. ", selected": ", đã chọn",
  46. "captions settings": "cài đặt chú thích",
  47. "subtitles settings": "cài đặt phụ đề",
  48. "descriptions settings": "cài đặt mô tả",
  49. "Text": "Văn bản",
  50. "White": "Trắng",
  51. "Black": "Đen",
  52. "Red": "Đỏ",
  53. "Green": "Xanh lá cây",
  54. "Blue": "Xanh da trời",
  55. "Yellow": "Vàng",
  56. "Magenta": "Đỏ tươi",
  57. "Cyan": "Lam",
  58. "Background": "Nền",
  59. "Window": "Cửa sổ",
  60. "Transparent": "Trong suốt",
  61. "Semi-Transparent": "Bán trong suốt",
  62. "Opaque": "Mờ",
  63. "Font Size": "Kích cỡ phông chữ",
  64. "Text Edge Style": "Dạng viền văn bản",
  65. "None": "None",
  66. "Raised": "Raised",
  67. "Depressed": "Depressed",
  68. "Uniform": "Uniform",
  69. "Dropshadow": "Dropshadow",
  70. "Font Family": "Phông chữ",
  71. "Proportional Sans-Serif": "Proportional Sans-Serif",
  72. "Monospace Sans-Serif": "Monospace Sans-Serif",
  73. "Proportional Serif": "Proportional Serif",
  74. "Monospace Serif": "Monospace Serif",
  75. "Casual": "Casual",
  76. "Script": "Script",
  77. "Small Caps": "Small Caps",
  78. "Reset": "Đặt lại",
  79. "restore all settings to the default values": "khôi phục lại tất cả các cài đặt về giá trị mặc định",
  80. "Done": "Xong",
  81. "Caption Settings Dialog": "Hộp thoại cài đặt chú thích",
  82. "Beginning of dialog window. Escape will cancel and close the window.": "Bắt đầu cửa sổ hộp thoại. Esc sẽ thoát và đóng cửa sổ.",
  83. "End of dialog window.": "Kết thúc cửa sổ hộp thoại."
  84. });