sr-RS.js 2.6 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: "Ime i prezime",
  25. tel: "Broj telefona",
  26. save: "Sa\u010Duvaj",
  27. clear: "Prazno",
  28. cancel: "Otka\u017Ei",
  29. confirm: "Potvrdi",
  30. delete: "Brisanje",
  31. loading: "U\u010Ditavanje...",
  32. noCoupon: "Jo\u0161 nema kupona",
  33. nameEmpty: "Molimo unesite ime",
  34. addContact: "Dodaj kontakte",
  35. telInvalid: "Molimo unesite broj telefona",
  36. vanCalendar: {
  37. end: "Zavr\u0161etak",
  38. start: "Po\u010Detak",
  39. title: "Izaberite Datum",
  40. weekdays: [
  41. "Nedelja",
  42. "Ponedeljak",
  43. "Utorak",
  44. "Sreda",
  45. "\u010Cetvrtak",
  46. "Petak",
  47. "Subota"
  48. ],
  49. monthTitle: (year, month) => `${year}/${month}`,
  50. rangePrompt: (maxRange) => `Izaberite do ${maxRange} dana`
  51. },
  52. vanCascader: {
  53. select: "Molimo izaberite "
  54. },
  55. vanPagination: {
  56. prev: "Prethodna strana",
  57. next: "Sledec\u0301a strana"
  58. },
  59. vanPullRefresh: {
  60. pulling: "Prevucite nadole da osve\u017Eite...",
  61. loosing: "Otpustite da osve\u017Eite..."
  62. },
  63. vanSubmitBar: {
  64. label: "Ukupno:"
  65. },
  66. vanCoupon: {
  67. unlimited: "No threshold",
  68. discount: (discount) => `${discount} puta`,
  69. condition: (condition) => `Dostupno za preko ${condition} juana`
  70. },
  71. vanCouponCell: {
  72. title: "Kupon",
  73. count: (count) => `Dostupan ${count}`
  74. },
  75. vanCouponList: {
  76. exchange: "Razmeni",
  77. close: "Ne koristi",
  78. enable: "Iskoristi",
  79. disabled: "Nedostupno",
  80. placeholder: "Unesite promo kod"
  81. },
  82. vanAddressEdit: {
  83. area: "Region",
  84. areaEmpty: "Molimo odaberite region",
  85. addressEmpty: "Molimo upi\u0161ite adresu",
  86. addressDetail: "Adresa",
  87. defaultAddress: "Postavi kao podrazumevanu adresu za isporuku"
  88. },
  89. vanAddressList: {
  90. add: "Dodaj adresu"
  91. }
  92. };