tr-TR.js 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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: "\u0130sim",
  25. tel: "Telefon",
  26. save: "Kaydet",
  27. clear: "Temizlemek",
  28. cancel: "\u0130ptal",
  29. confirm: "Onayla",
  30. delete: "Sil",
  31. loading: "Y\xFCkleniyor...",
  32. noCoupon: "Kupon yok",
  33. nameEmpty: "L\xFCtfen isim giriniz",
  34. addContact: "Yeni ki\u015Fi ekle",
  35. telInvalid: "Ge\xE7ersiz tel. numaras\u0131",
  36. vanCalendar: {
  37. end: "Son",
  38. start: "Ba\u015Flat",
  39. title: "Takvim",
  40. weekdays: ["Paz", "Pzt", "Sal", "\xC7ar", "Per", "Cum", "Cmt"],
  41. monthTitle: (year, month) => `${year}/${month}`,
  42. rangePrompt: (maxRange) => `En fazla ${maxRange} g\xFCn se\xE7in`
  43. },
  44. vanCascader: {
  45. select: "Se\xE7iniz"
  46. },
  47. vanPagination: {
  48. prev: "\xD6nceki",
  49. next: "Sonraki"
  50. },
  51. vanPullRefresh: {
  52. pulling: "Yenilemek i\xE7in \xE7ekin...",
  53. loosing: "Yenilemek i\xE7in b\u0131rak\u0131n..."
  54. },
  55. vanSubmitBar: {
  56. label: "Toplam:"
  57. },
  58. vanCoupon: {
  59. unlimited: "S\u0131n\u0131rs\u0131z",
  60. discount: (discount) => `%${discount * 10} indirim`,
  61. condition: (condition) => `En az ${condition}`
  62. },
  63. vanCouponCell: {
  64. title: "Kupon",
  65. count: (count) => `${count} adet teklif var`
  66. },
  67. vanCouponList: {
  68. exchange: "Takas",
  69. close: "Kapat",
  70. enable: "Mevcut",
  71. disabled: "Mevcut de\u011Fil",
  72. placeholder: "Kupon kodu"
  73. },
  74. vanAddressEdit: {
  75. area: "Alan",
  76. areaEmpty: "L\xFCtfen al\u0131c\u0131 alan\u0131n\u0131 se\xE7in",
  77. addressEmpty: "Adres bo\u015F olamaz!",
  78. addressDetail: "Adres",
  79. defaultAddress: "Varsay\u0131lan adres olarak ayarla"
  80. },
  81. vanAddressList: {
  82. add: "Yeni adres ekle"
  83. }
  84. };