vi-VN.js 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. var __defProp = Object.defineProperty;
  2. var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
  3. var __getOwnPropNames = Object.getOwnPropertyNames;
  4. var __hasOwnProp = Object.prototype.hasOwnProperty;
  5. var __export = (target, all) => {
  6. for (var name in all)
  7. __defProp(target, name, { get: all[name], enumerable: true });
  8. };
  9. var __copyProps = (to, from, except, desc) => {
  10. if (from && typeof from === "object" || typeof from === "function") {
  11. for (let key of __getOwnPropNames(from))
  12. if (!__hasOwnProp.call(to, key) && key !== except)
  13. __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
  14. }
  15. return to;
  16. };
  17. var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
  18. var stdin_exports = {};
  19. __export(stdin_exports, {
  20. default: () => stdin_default
  21. });
  22. module.exports = __toCommonJS(stdin_exports);
  23. var stdin_default = {
  24. name: "t\xEAn",
  25. tel: "\u0110i\u1EC7n tho\u1EA1i",
  26. save: "C\u1EE9u",
  27. clear: "Th\xF4ng tho\xE1ng",
  28. cancel: "H\u1EE7y b\u1ECF",
  29. confirm: "X\xE1c nh\u1EADn",
  30. delete: "X\xF3a",
  31. loading: "\u0110ang t\u1EA3i ...",
  32. noCoupon: "Kh\xF4ng c\xF3 phi\u1EBFu gi\u1EA3m gi\xE1",
  33. nameEmpty: "Vui l\xF2ng \u0111i\u1EC1n v\xE0o t\xEAn",
  34. addContact: "Th\xEAm li\xEAn h\u1EC7",
  35. telInvalid: "S\u1ED1 \u0111i\u1EC7n tho\u1EA1i kh\xF4ng \u0111\xFAng \u0111\u1ECBnh d\u1EA1ng",
  36. vanCalendar: {
  37. end: "K\u1EBFt th\xFAc",
  38. start: "B\u1EAFt \u200B\u200B\u0111\u1EA7u",
  39. title: "L\u1ECBch",
  40. weekdays: [
  41. "ch\u1EE7 nh\u1EADt",
  42. "th\u1EE9 hai",
  43. "th\u1EE9 ba",
  44. "Th\u1EE9 T\u01B0",
  45. "Th\u1EE9 n\u0103m",
  46. "Th\u1EE9 s\xE1u",
  47. "th\u1EE9 b\u1EA3y"
  48. ],
  49. monthTitle: (year, month) => `${year}/${month}`,
  50. rangePrompt: (maxRange) => `Ch\u1ECDn kh\xF4ng qu\xE1 ${maxRange} ng\xE0y`
  51. },
  52. vanCascader: {
  53. select: "Ch\u1ECDn"
  54. },
  55. vanPagination: {
  56. prev: "Tr\u01B0\u1EDBc \u0111\xF3",
  57. next: "Ti\u1EBFp theo"
  58. },
  59. vanPullRefresh: {
  60. pulling: "K\xE9o \u0111\u1EC3 l\xE0m m\u1EDBi ...",
  61. loosing: "Loose \u0111\u1EC3 l\xE0m m\u1EDBi ..."
  62. },
  63. vanSubmitBar: {
  64. label: "T\u1ED5ng:"
  65. },
  66. vanCoupon: {
  67. unlimited: "Kh\xF4ng gi\u1EDBi h\u1EA1n",
  68. discount: (discount) => `Chi\u1EBFt kh\u1EA5u ${discount * 10}%`,
  69. condition: (condition) => `\xCDt nh\u1EA5t ${condition}`
  70. },
  71. vanCouponCell: {
  72. title: "Phi\u1EBFu gi\u1EA3m gi\xE1",
  73. count: (count) => `B\u1EA1n c\xF3 ${count} phi\u1EBFu gi\u1EA3m gi\xE1`
  74. },
  75. vanCouponList: {
  76. exchange: "Trao \u0111\u1ED5i",
  77. close: "\u0110\xF3ng",
  78. enable: "C\xF3 s\u1EB5n",
  79. disabled: "Kh\xF4ng kh\u1EA3 d\u1EE5ng",
  80. placeholder: "M\xE3 phi\u1EBFu th\u01B0\u1EDFng"
  81. },
  82. vanAddressEdit: {
  83. area: "Khu v\u1EF1c",
  84. areaEmpty: "Vui l\xF2ng ch\u1ECDn khu v\u1EF1c nh\u1EADn h\xE0ng",
  85. addressEmpty: "\u0110\u1ECBa ch\u1EC9 kh\xF4ng \u0111\u01B0\u1EE3c \u0111\u1EC3 tr\u1ED1ng",
  86. addressDetail: "\u0110\u1ECBa ch\u1EC9",
  87. defaultAddress: "\u0110\u1EB7t l\xE0m \u0111\u1ECBa ch\u1EC9 m\u1EB7c \u0111\u1ECBnh"
  88. },
  89. vanAddressList: {
  90. add: "Th\xEAm \u0111\u1ECBa ch\u1EC9 m\u1EDBi"
  91. }
  92. };