forked from primefaces/primelocale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathde.json
23 lines (23 loc) · 929 Bytes
/
de.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"de": {
"accept": "Ja",
"reject": "Nein",
"choose": "Wähle",
"upload": "Hochladen",
"cancel": "Abbrechen",
"dayNames": ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"],
"dayNamesShort": ["Son", "Mon", "Die", "Mit", "Don", "Fre", "Sam"],
"dayNamesMin": ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"],
"monthNames": ["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],
"monthNamesShort": ["Jan", "Feb", "Mrz", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"],
"today": "Heute",
"clear": "Leeren",
"weekHeader": "Wo",
"firstDayOfWeek": 1,
"dateFormat": "dd.mm.yy",
"weak": "Schwach",
"medium": "Mittel",
"strong": "Stark",
"passwordPrompt": "Gebe ein Passwort ein"
}
}