da.js 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var da = {
  4. name: "da",
  5. el: {
  6. colorpicker: {
  7. confirm: "OK",
  8. clear: "Ryd"
  9. },
  10. datepicker: {
  11. now: "Nu",
  12. today: "I dag",
  13. cancel: "Annuller",
  14. clear: "Ryd",
  15. confirm: "OK",
  16. selectDate: "V\xE6lg dato",
  17. selectTime: "V\xE6lg tidspunkt",
  18. startDate: "Startdato",
  19. startTime: "Starttidspunkt",
  20. endDate: "Slutdato",
  21. endTime: "Sluttidspunkt",
  22. prevYear: "Forrige \xE5r",
  23. nextYear: "N\xE6ste \xE5r",
  24. prevMonth: "Forrige m\xE5ned",
  25. nextMonth: "N\xE6ste m\xE5ned",
  26. year: "",
  27. month1: "Januar",
  28. month2: "Februar",
  29. month3: "Marts",
  30. month4: "April",
  31. month5: "Maj",
  32. month6: "Juni",
  33. month7: "Juli",
  34. month8: "August",
  35. month9: "September",
  36. month10: "Oktober",
  37. month11: "November",
  38. month12: "December",
  39. week: "uge",
  40. weeks: {
  41. sun: "S\xF8n",
  42. mon: "Man",
  43. tue: "Tir",
  44. wed: "Ons",
  45. thu: "Tor",
  46. fri: "Fre",
  47. sat: "L\xF8r"
  48. },
  49. months: {
  50. jan: "Jan",
  51. feb: "Feb",
  52. mar: "Mar",
  53. apr: "Apr",
  54. may: "Maj",
  55. jun: "Jun",
  56. jul: "Jul",
  57. aug: "Aug",
  58. sep: "Sep",
  59. oct: "Okt",
  60. nov: "Nov",
  61. dec: "Dec"
  62. }
  63. },
  64. select: {
  65. loading: "Henter",
  66. noMatch: "Ingen matchende data",
  67. noData: "Ingen data",
  68. placeholder: "V\xE6lg"
  69. },
  70. cascader: {
  71. noMatch: "Ingen matchende data",
  72. loading: "Henter",
  73. placeholder: "V\xE6lg",
  74. noData: "Ingen data"
  75. },
  76. pagination: {
  77. goto: "G\xE5 til",
  78. pagesize: "/side",
  79. total: "Total {total}",
  80. pageClassifier: ""
  81. },
  82. messagebox: {
  83. confirm: "OK",
  84. cancel: "Annuller",
  85. error: "Ugyldig input"
  86. },
  87. upload: {
  88. deleteTip: "tryk slet for at fjerne",
  89. delete: "Slet",
  90. preview: "Forh\xE5ndsvisning",
  91. continue: "Forts\xE6t"
  92. },
  93. table: {
  94. emptyText: "Ingen data",
  95. confirmFilter: "Bekr\xE6ft",
  96. resetFilter: "Nulstil",
  97. clearFilter: "Alle",
  98. sumText: "Sum"
  99. },
  100. tree: {
  101. emptyText: "Ingen data"
  102. },
  103. transfer: {
  104. noMatch: "Ingen matchende data",
  105. noData: "Ingen data",
  106. titles: ["Liste 1", "Liste 2"],
  107. filterPlaceholder: "Indtast s\xF8geord",
  108. noCheckedFormat: "{total} emner",
  109. hasCheckedFormat: "{checked}/{total} valgt"
  110. },
  111. image: {
  112. error: "FAILED"
  113. },
  114. pageHeader: {
  115. title: "Back"
  116. },
  117. popconfirm: {
  118. confirmButtonText: "Yes",
  119. cancelButtonText: "No"
  120. }
  121. }
  122. };
  123. exports["default"] = da;
  124. //# sourceMappingURL=da.js.map