vi-VN.js 363 B

1234567891011121314151617181920
  1. const t = {
  2. "script-panel": {
  3. title: "Uniscript",
  4. tooltip: {
  5. "menu-button": "Mở/Thu gọn bảng điều khiển Uniscript"
  6. },
  7. panel: {
  8. execute: "Thực thi Uniscript"
  9. }
  10. },
  11. uniscript: {
  12. message: {
  13. success: "Thực thi thành công",
  14. failed: "Thực thi thất bại"
  15. }
  16. }
  17. };
  18. export {
  19. t as default
  20. };