jquery-yohours
Version:
Jquery and bootstrap based input widget to create opening_hours data
73 lines • 4.66 kB
JavaScript
var YoHours = YoHours || {locale: {}};
YoHours.locale.de = {
'messages': {
'': {'domain': 'messages'},
'yohours\u0004(not set)': ['(n. gesetzt)'],
'yohours\u0004Add new date range': ['Neue Zeitspanne'],
'yohours\u0004All year': ['Standard'],
'yohours\u0004Always': ['Immer'],
'yohours\u0004April': ['April'],
'yohours\u0004August': ['August'],
'yohours\u0004Calendar defining': ['Dieser Kalender definiert'],
'yohours\u0004Close': ['Schliessen'],
'yohours\u0004Day': ['Tag'],
'yohours\u0004December': ['Dezember'],
'yohours\u0004Easter': ['Ostern'],
'yohours\u0004End': ['Ende'],
'yohours\u0004February': ['Februar'],
'yohours\u0004Holiday': ['Ferien'],
'yohours\u0004January': ['Januar'],
'yohours\u0004July': ['Juli'],
'yohours\u0004June': ['Juni'],
'yohours\u0004March': ['März'],
'yohours\u0004May': ['Mai'],
'yohours\u0004Month': ['Monat'],
'yohours\u0004November': ['November'],
'yohours\u0004OK': ['OK'],
'yohours\u0004October': ['Oktober'],
'yohours\u0004Public holidays': ['Feiertage'],
'yohours\u0004School holidays': ['Schulferien'],
'yohours\u0004Select date range': ['Zeitspanne wählen'],
'yohours\u0004September': ['September'],
'yohours\u0004Start': ['Start'],
'yohours\u0004The end day is optional': ['Das Feld \'Ende\' ist optional'],
'yohours\u0004The end month is optional': ['Das Feld \'Ende\' ist optional'],
'yohours\u0004The end week is optional': ['Das Feld \'Ende\' ist optional'],
'yohours\u0004This calendar will define all weeks of the year': ['Dieser Kalender definiert alle Wochen im Jahr'],
'yohours\u0004Toggle navigation': ['Navigation aus-/einklappen'],
'yohours\u0004Week': ['Woche'],
'yohours/notifications\u0004Invalid date selector': ['Ungültiger Datumsselektor'],
'yohours/notifications\u0004Invalid holiday type': ['Ungültiger Ferientyp'],
'yohours/notifications\u0004Invalid holiday type: %s': ['Ungültiger Ferientyp: %s'],
'yohours/notifications\u0004Invalid holiday, must be PH, SH or easter': ['Ungültige Ferienselektion: Muss \'PH\', \'SH\' oder \'easter\' sein'],
'yohours/notifications\u0004Invalid interval': ['Ungültiges Intervall'],
'yohours/notifications\u0004Invalid month: %s': ['Ungültiger Monat: %s'],
'yohours/notifications\u0004Invalid parameter': ['Ungültiger Parameter'],
'yohours/notifications\u0004Invalid start day': ['Ungültiger Starttag'],
'yohours/notifications\u0004Invalid start month': ['Ungültiger Startmonat'],
'yohours/notifications\u0004Invalid start week': ['Ungültige Startwoche'],
'yohours/notifications\u0004Invalid weekday interval: %s': ['Ungültiges Wochentagsintervall: %s'],
'yohours/notifications\u0004Missing end day': ['Fehlender Endtag'],
'yohours/notifications\u0004Missing parameter': ['Fehlender Parameter'],
'yohours/notifications\u0004Start day and month can\'t be null': ['Startdatum und -monat sind Pflichtfelder'],
'yohours/notifications\u0004Start month can\'t be null': ['Startmonat ist ein Pflichtfeld'],
'yohours/notifications\u0004Start week can\'t be null': ['Startwoche ist ein Pflichtfeld'],
'yohours/notifications\u0004This date can\'t be added to this rule': ['Dieses Datum kann der Regel nicht hinzugefügt werden'],
'yohours/notifications\u0004This time can\'t be added to this rule': ['Diese Zeitspanne kann der Regel nicht hinzugefügt werden'],
'yohours/notifications\u0004This time range is identical to another one': ['Diese Zeitspanne existiert schon'],
'yohours/notifications\u0004Unreadable string': ['Unlesbare Zeichenkette'],
'yohours/notifications\u0004Unsupported month selector: %s': ['Nicht unterstützter Monatsselektor: %s'],
'yohours/notifications\u0004Unsupported simultaneous month and week selector': ['Dieser gleichzeitige Monats- und Wochenselektor wird nicht unterstützt'],
'yohours/timespan\u0004day %s %u': ['den %2$u. %1$s'],
'yohours/timespan\u0004each easter day': ['jeder Ostertag'],
'yohours/timespan\u0004every public holidays': ['während der Feiertage'],
'yohours/timespan\u0004every week during school holidays': ['jede Woche während den Schulferien'],
'yohours/timespan\u0004every week from %s %u to %s %u': ['jede Woche vom %2$u. %1$s bis %4$u. %3$s'],
'yohours/timespan\u0004every week from %s to %s': ['jede Woche von %s bis %s'],
'yohours/timespan\u0004every week from week %u to %u': ['jede Woche von Woche %u bis %u'],
'yohours/timespan\u0004every week in %s': ['jede Woche im %s'],
'yohours/timespan\u0004every week of year': ['jede Woche im Jahr'],
'yohours/timespan\u0004invalid time': ['ungültige Zeitspanne'],
'yohours/timespan\u0004week %u': ['Woche %u']
}
};