vi-VN.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. confirm: "X\xE1c nh\u1EADn",
  28. cancel: "H\u1EE7y b\u1ECF",
  29. delete: "X\xF3a",
  30. loading: "\u0110ang t\u1EA3i ...",
  31. noCoupon: "Kh\xF4ng c\xF3 phi\u1EBFu gi\u1EA3m gi\xE1",
  32. nameEmpty: "Vui l\xF2ng \u0111i\u1EC1n v\xE0o t\xEAn",
  33. addContact: "Th\xEAm li\xEAn h\u1EC7",
  34. telInvalid: "S\u1ED1 \u0111i\u1EC7n tho\u1EA1i kh\xF4ng \u0111\xFAng \u0111\u1ECBnh d\u1EA1ng",
  35. vanCalendar: {
  36. end: "K\u1EBFt th\xFAc",
  37. start: "B\u1EAFt \u200B\u200B\u0111\u1EA7u",
  38. title: "L\u1ECBch",
  39. weekdays: [
  40. "ch\u1EE7 nh\u1EADt",
  41. "th\u1EE9 hai",
  42. "th\u1EE9 ba",
  43. "Th\u1EE9 T\u01B0",
  44. "Th\u1EE9 n\u0103m",
  45. "Th\u1EE9 s\xE1u",
  46. "th\u1EE9 b\u1EA3y"
  47. ],
  48. monthTitle: (year, month) => `${year}/${month}`,
  49. rangePrompt: (maxRange) => `Ch\u1ECDn kh\xF4ng qu\xE1 ${maxRange} ng\xE0y`
  50. },
  51. vanCascader: {
  52. select: "Ch\u1ECDn"
  53. },
  54. vanPagination: {
  55. prev: "Tr\u01B0\u1EDBc \u0111\xF3",
  56. next: "Ti\u1EBFp theo"
  57. },
  58. vanPullRefresh: {
  59. pulling: "K\xE9o \u0111\u1EC3 l\xE0m m\u1EDBi ...",
  60. loosing: "Loose \u0111\u1EC3 l\xE0m m\u1EDBi ..."
  61. },
  62. vanSubmitBar: {
  63. label: "T\u1ED5ng:"
  64. },
  65. vanCoupon: {
  66. unlimited: "Kh\xF4ng gi\u1EDBi h\u1EA1n",
  67. discount: (discount) => `Chi\u1EBFt kh\u1EA5u ${discount * 10}%`,
  68. condition: (condition) => `\xCDt nh\u1EA5t ${condition}`
  69. },
  70. vanCouponCell: {
  71. title: "Phi\u1EBFu gi\u1EA3m gi\xE1",
  72. count: (count) => `B\u1EA1n c\xF3 ${count} phi\u1EBFu gi\u1EA3m gi\xE1`
  73. },
  74. vanCouponList: {
  75. exchange: "Trao \u0111\u1ED5i",
  76. close: "\u0110\xF3ng",
  77. enable: "C\xF3 s\u1EB5n",
  78. disabled: "Kh\xF4ng kh\u1EA3 d\u1EE5ng",
  79. placeholder: "M\xE3 phi\u1EBFu th\u01B0\u1EDFng"
  80. },
  81. vanAddressEdit: {
  82. area: "Khu v\u1EF1c",
  83. postal: "B\u01B0u \u0111i\u1EC7n",
  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. postalEmpty: "M\xE3 b\u01B0u ch\xEDnh sai",
  87. addressDetail: "\u0110\u1ECBa ch\u1EC9",
  88. defaultAddress: "\u0110\u1EB7t l\xE0m \u0111\u1ECBa ch\u1EC9 m\u1EB7c \u0111\u1ECBnh"
  89. },
  90. vanAddressList: {
  91. add: "Th\xEAm \u0111\u1ECBa ch\u1EC9 m\u1EDBi"
  92. }
  93. };