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