grid.locale-de.js 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. ;(function($){
  2. /**
  3. * jqGrid German Translation
  4. * Version 1.0.0 (developed for jQuery Grid 3.3.1)
  5. * Olaf Klöppel opensource@blue-hit.de
  6. * http://blue-hit.de/
  7. *
  8. * Updated for jqGrid 3.8
  9. * Andreas Flack
  10. * http://www.contentcontrol-berlin.de
  11. *
  12. * Updated for jQuery 4.4
  13. * Oleg Kiriljuk oleg.kiriljuk@ok-soft-gmbh.com
  14. * the format corresponds now the format from
  15. * https://github.com/jquery/globalize/blob/master/lib/cultures/globalize.culture.de.js
  16. *
  17. * Dual licensed under the MIT and GPL licenses:
  18. * http://www.opensource.org/licenses/mit-license.php
  19. * http://www.gnu.org/licenses/gpl.html
  20. **/
  21. $.jgrid = $.jgrid || {};
  22. $.extend($.jgrid,{
  23. defaults : {
  24. recordtext: "Zeige {0} - {1} von {2}",
  25. emptyrecords: "Keine Datensätze vorhanden",
  26. loadtext: "Lädt...",
  27. pgtext : "Seite {0} von {1}"
  28. },
  29. search : {
  30. caption: "Suche...",
  31. Find: "Suchen",
  32. Reset: "Zurücksetzen",
  33. odata : ['gleich', 'ungleich', 'kleiner', 'kleiner gleich','größer','größer gleich', 'beginnt mit','beginnt nicht mit','ist in','ist nicht in','endet mit','endet nicht mit','enthält','enthält nicht'],
  34. groupOps: [ { op: "AND", text: "alle" }, { op: "OR", text: "mindestens eine" } ],
  35. matchText: " erfülle",
  36. rulesText: " Bedingung(en)"
  37. },
  38. edit : {
  39. addCaption: "Datensatz hinzufügen",
  40. editCaption: "Datensatz bearbeiten",
  41. bSubmit: "Speichern",
  42. bCancel: "Abbrechen",
  43. bClose: "Schließen",
  44. saveData: "Daten wurden geändert! Änderungen speichern?",
  45. bYes : "ja",
  46. bNo : "nein",
  47. bExit : "abbrechen",
  48. msg: {
  49. required:"Feld ist erforderlich",
  50. number: "Bitte geben Sie eine Zahl ein",
  51. minValue:"Wert muss größer oder gleich sein, als ",
  52. maxValue:"Wert muss kleiner oder gleich sein, als ",
  53. email: "ist keine gültige E-Mail-Adresse",
  54. integer: "Bitte geben Sie eine Ganzzahl ein",
  55. date: "Bitte geben Sie ein gültiges Datum ein",
  56. url: "ist keine gültige URL. Präfix muss eingegeben werden ('http://' oder 'https://')",
  57. nodefined : " ist nicht definiert!",
  58. novalue : " Rückgabewert ist erforderlich!",
  59. customarray : "Benutzerdefinierte Funktion sollte ein Array zurückgeben!",
  60. customfcheck : "Benutzerdefinierte Funktion sollte im Falle der benutzerdefinierten Überprüfung vorhanden sein!"
  61. }
  62. },
  63. view : {
  64. caption: "Datensatz anzeigen",
  65. bClose: "Schließen"
  66. },
  67. del : {
  68. caption: "Löschen",
  69. msg: "Ausgewählte Datensätze löschen?",
  70. bSubmit: "Löschen",
  71. bCancel: "Abbrechen"
  72. },
  73. nav : {
  74. edittext: " ",
  75. edittitle: "Ausgewählte Zeile editieren",
  76. addtext:" ",
  77. addtitle: "Neue Zeile einfügen",
  78. deltext: " ",
  79. deltitle: "Ausgewählte Zeile löschen",
  80. searchtext: " ",
  81. searchtitle: "Datensatz suchen",
  82. refreshtext: "",
  83. refreshtitle: "Tabelle neu laden",
  84. alertcap: "Warnung",
  85. alerttext: "Bitte Zeile auswählen",
  86. viewtext: "",
  87. viewtitle: "Ausgewählte Zeile anzeigen"
  88. },
  89. col : {
  90. caption: "Spalten auswählen",
  91. bSubmit: "Speichern",
  92. bCancel: "Abbrechen"
  93. },
  94. errors : {
  95. errcap : "Fehler",
  96. nourl : "Keine URL angegeben",
  97. norecords: "Keine Datensätze zu bearbeiten",
  98. model : "colNames und colModel sind unterschiedlich lang!"
  99. },
  100. formatter : {
  101. integer : {thousandsSeparator: ".", defaultValue: '0'},
  102. number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
  103. currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:" €", defaultValue: '0,00'},
  104. date : {
  105. dayNames: [
  106. "So", "Mo", "Di", "Mi", "Do", "Fr", "Sa",
  107. "Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"
  108. ],
  109. monthNames: [
  110. "Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez",
  111. "Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"
  112. ],
  113. AmPm : ["","","",""],
  114. S: function (j) {return '.';}, // one can also use 'er' instead of '.' but one have to use additional word like 'der' or 'den' before
  115. srcformat: 'Y-m-d',
  116. newformat: 'd.m.Y',
  117. masks : {
  118. // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
  119. // and see http://docs.jquery.com/UI/Datepicker/formatDate
  120. // and https://github.com/jquery/globalize#dates for alternative formats used frequently
  121. ISO8601Long: "Y-m-d H:i:s",
  122. ISO8601Short: "Y-m-d",
  123. // short date:
  124. // d - Day of the month, 2 digits with leading zeros
  125. // m - Numeric representation of a month, with leading zeros
  126. // Y - A full numeric representation of a year, 4 digits
  127. ShortDate: "d.m.Y", // in jQuery UI Datepicker: "dd.MM.yyyy"
  128. // long date:
  129. // l - A full textual representation of the day of the week
  130. // j - Day of the month without leading zeros
  131. // F - A full textual representation of a month
  132. // Y - A full numeric representation of a year, 4 digits
  133. LongDate: "l, j. F Y", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy"
  134. // long date with long time:
  135. // l - A full textual representation of the day of the week
  136. // j - Day of the month without leading zeros
  137. // F - A full textual representation of a month
  138. // Y - A full numeric representation of a year, 4 digits
  139. // H - 24-hour format of an hour with leading zeros
  140. // i - Minutes with leading zeros
  141. // s - Seconds, with leading zeros
  142. FullDateTime: "l, j. F Y H:i:s", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy HH:mm:ss"
  143. // month day:
  144. // d - Day of the month, 2 digits with leading zeros
  145. // F - A full textual representation of a month
  146. MonthDay: "d F", // in jQuery UI Datepicker: "dd MMMM"
  147. // short time (without seconds)
  148. // H - 24-hour format of an hour with leading zeros
  149. // i - Minutes with leading zeros
  150. ShortTime: "H:i", // in jQuery UI Datepicker: "HH:mm"
  151. // long time (with seconds)
  152. // H - 24-hour format of an hour with leading zeros
  153. // i - Minutes with leading zeros
  154. // s - Seconds, with leading zeros
  155. LongTime: "H:i:s", // in jQuery UI Datepicker: "HH:mm:ss"
  156. SortableDateTime: "Y-m-d\\TH:i:s",
  157. UniversalSortableDateTime: "Y-m-d H:i:sO",
  158. // month with year
  159. // F - A full textual representation of a month
  160. // Y - A full numeric representation of a year, 4 digits
  161. YearMonth: "F Y" // in jQuery UI Datepicker: "MMMM yyyy"
  162. },
  163. reformatAfterEdit : false
  164. },
  165. baseLinkUrl: '',
  166. showAction: '',
  167. target: '',
  168. checkbox : {disabled:true},
  169. idName : 'id'
  170. }
  171. });
  172. })(jQuery);