ro-RO.js 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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: "Nume",
  25. tel: "Telefon",
  26. save: "Salveaz\u0103",
  27. confirm: "Confirm\u0103",
  28. cancel: "Anuleaz\u0103",
  29. delete: "\u0218terge",
  30. loading: "\xCEnc\u0103rcare...",
  31. noCoupon: "F\u0103r\u0103 cupoane",
  32. nameEmpty: "Te rug\u0103m s\u0103 completezi numele",
  33. addContact: "Adaug\u0103 contact nou",
  34. telInvalid: "Num\u0103r de telefon invalid",
  35. vanCalendar: {
  36. end: "Sf\xE2r\u0219it",
  37. start: "\xCEnceput",
  38. title: "Calendar",
  39. weekdays: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "S\xE2m"],
  40. monthTitle: (year, month) => `${year}/${month}`,
  41. rangePrompt: (maxRange) => `Alege maxim ${maxRange} zile`
  42. },
  43. vanCascader: {
  44. select: "Selecta\u021Bi"
  45. },
  46. vanPagination: {
  47. prev: "Precedenta",
  48. next: "Urmatoarea"
  49. },
  50. vanPullRefresh: {
  51. pulling: "Trage pentru a da \xEEmprosp\u0103ta...",
  52. loosing: "Elibereaz\u0103 pentru a \xEEmprosp\u0103ta..."
  53. },
  54. vanSubmitBar: {
  55. label: "Total:"
  56. },
  57. vanCoupon: {
  58. unlimited: "Nelimitat",
  59. discount: (discount) => `${discount * 10}% discount`,
  60. condition: (condition) => `Cel pu\u021Bin ${condition}`
  61. },
  62. vanCouponCell: {
  63. title: "Cupon",
  64. count: (count) => `Ai ${count} cupoane`
  65. },
  66. vanCouponList: {
  67. exchange: "Schimb\u0103",
  68. close: "\xCEnchide",
  69. enable: "Disponibil",
  70. disabled: "Indisponibil",
  71. placeholder: "Cod cupon"
  72. },
  73. vanAddressEdit: {
  74. area: "Zon\u0103",
  75. postal: "Cod postal",
  76. areaEmpty: "Te rug\u0103m sa selectezi o zona de primire",
  77. addressEmpty: "Adresa nu poate fi goal\u0103",
  78. postalEmpty: "Cod postal invalid",
  79. addressDetail: "Adres\u0103",
  80. defaultAddress: "Seteaz\u0103 ca adres\u0103 de pornire"
  81. },
  82. vanAddressList: {
  83. add: "Adaug\u0103 adres\u0103 nou\u0103"
  84. }
  85. };