We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2b4b33 + 9d5a051 commit 2b43c8aCopy full SHA for 2b43c8a
src/translations/de.ts
@@ -0,0 +1,20 @@
1
+import type { TranslationsType } from './utils'
2
+
3
+const de: TranslationsType = {
4
+ save: 'Speichern',
5
+ selectSingle: 'Wähle Datum',
6
+ selectMultiple: 'Wähle Daten',
7
+ selectRange: 'Wähle Zeitspanne',
8
+ notAccordingToDateFormat: (inputFormat: string) =>
9
+ `Das Format sollte ${inputFormat} sein`,
10
+ mustBeHigherThan: 'Muss später sein als',
11
+ mustBeLowerThan: 'Muss früher sein als',
12
+ mustBeBetween: 'Muss in dieser Zeitspanne liegen',
13
+ dateIsDisabled: 'Datum nicht wählbar',
14
+ previous: 'Vorheriges',
15
+ next: 'Nächstes',
16
+ typeInDate: 'Datum eingeben',
17
+ pickDateFromCalendar: 'Datum vom Kalender auswählen',
18
+ close: 'Schliessen',
19
+}
20
+export default nl
0 commit comments