@activepieces/piece-date-helper 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/i18n/de.json +24 -24
package/package.json
CHANGED
package/src/i18n/de.json
CHANGED
|
@@ -2,37 +2,37 @@
|
|
|
2
2
|
"Date Helper": "Datumshelfer",
|
|
3
3
|
"Manipulate, format, and extract time units for all your date and time needs.": "Zeiteinheiten für Datums- und Zeitangaben manipulieren, formatieren und extrahieren.",
|
|
4
4
|
"Get Current Date": "Aktuelles Datum erhalten",
|
|
5
|
-
"Format Date": "
|
|
5
|
+
"Format Date": "Formatiere das Datum",
|
|
6
6
|
"Extract Date Units": "Datum-Einheiten extrahieren",
|
|
7
7
|
"Date Difference": "Datumsdifferenz",
|
|
8
8
|
"Add/Subtract Time": "Zeit hinzufügen/abziehen",
|
|
9
|
-
"Next Day of Week": "
|
|
10
|
-
"Next Day of Year": "
|
|
11
|
-
"Get the current date": "
|
|
12
|
-
"Converts a date from one format to another": "
|
|
13
|
-
"Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date": "
|
|
14
|
-
"Get the difference between two dates": "
|
|
15
|
-
"Add or subtract time from a date": "
|
|
16
|
-
"Get the date and time of the next day of the week": "
|
|
17
|
-
"Get the date and time of the next day of the year": "
|
|
18
|
-
"To Time Format": "
|
|
9
|
+
"Next Day of Week": "Nächster Wochentag",
|
|
10
|
+
"Next Day of Year": "Nächster Tag des Jahres",
|
|
11
|
+
"Get the current date": "Aktuelles Datum erhalten",
|
|
12
|
+
"Converts a date from one format to another": "Konvertiert ein Datum von einem Format in ein anderes",
|
|
13
|
+
"Extract date units ( year , month , day , hour , minute , second , day of week , month name ) from a date": "Extrahiere Datumseinheiten (Jahr, Monat, Tag, Stunde, Minute, Sekunde, Wochentag, Monatsname) aus einem Datum",
|
|
14
|
+
"Get the difference between two dates": "Ermitteln Sie die Differenz zwischen zwei Daten",
|
|
15
|
+
"Add or subtract time from a date": "Zeit von Datum hinzufügen oder abziehen",
|
|
16
|
+
"Get the date and time of the next day of the week": "Erhalte das Datum und die Uhrzeit des nächsten Wochentages",
|
|
17
|
+
"Get the date and time of the next day of the year": "Erhalte das Datum und die Uhrzeit des nächsten Tages des Jahres",
|
|
18
|
+
"To Time Format": "Zum Zeitformat",
|
|
19
19
|
"Time Zone": "Zeitzone",
|
|
20
|
-
"Input Date": "
|
|
21
|
-
"From Time Format": "
|
|
22
|
-
"From Time Zone": "
|
|
23
|
-
"To Time Zone": "
|
|
24
|
-
"Unit to Extract": "
|
|
25
|
-
"Starting Date": "
|
|
26
|
-
"Starting date format": "
|
|
27
|
-
"Ending Date": "
|
|
28
|
-
"Ending date format": "
|
|
20
|
+
"Input Date": "Eingabedatum",
|
|
21
|
+
"From Time Format": "Aus Zeitformat",
|
|
22
|
+
"From Time Zone": "Aus Zeitzone",
|
|
23
|
+
"To Time Zone": "Zur Zeitzone",
|
|
24
|
+
"Unit to Extract": "Zu extrahierende Einheit",
|
|
25
|
+
"Starting Date": "Startdatum",
|
|
26
|
+
"Starting date format": "Startdatumsformat",
|
|
27
|
+
"Ending Date": "Enddatum",
|
|
28
|
+
"Ending date format": "Enddatumsformat",
|
|
29
29
|
"Unit": "Einheit",
|
|
30
30
|
"Expression": "Ausdruck",
|
|
31
31
|
"Weekday": "Wochentag",
|
|
32
|
-
"24h Time": "24h
|
|
33
|
-
"Use Current Time": "
|
|
34
|
-
"Month": "
|
|
35
|
-
"Day of Month": "
|
|
32
|
+
"24h Time": "24h Zeit",
|
|
33
|
+
"Use Current Time": "Aktuelle Zeit verwenden",
|
|
34
|
+
"Month": "Monat",
|
|
35
|
+
"Day of Month": "Tag des Monats",
|
|
36
36
|
"Here's what each part of the format (e.g., YYYY) represents:\n\nYYYY : Year (4 digits) - Example: 2023\n\nYY : Year (2 digits) - Example: 23\n\nMMMM : Month (full name) - Example: September\n\nMMM : Month (short name) - Example: Sep\n\nMM : Month (2 digits) - Example: 09\n\nDDDD : Day (full name) - Example: Sunday\n\nDDD : Day (short name) - Example: Sun\n\nDD : Day (2 digits) - Example: 17\n\nHH : Hour (2 digits) - Example: 11\n\nmm : Minute (2 digits) - Example: 23\n\nss : Second (2 digits) - Example: 58\n\nX : Time in Unix form": "Here's what each part of the format (e.g., YYYY) represents:\n\nYYYY : Year (4 digits) - Example: 2023\n\nYY : Year (2 digits) - Example: 23\n\nMMMM : Month (full name) - Example: September\n\nMMM : Month (short name) - Example: Sep\n\nMM : Month (2 digits) - Example: 09\n\nDDDD : Day (full name) - Example: Sunday\n\nDDD : Day (short name) - Example: Sun\n\nDD : Day (2 digits) - Example: 17\n\nHH : Hour (2 digits) - Example: 11\n\nmm : Minute (2 digits) - Example: 23\n\nss : Second (2 digits) - Example: 58\n\nX : Time in Unix format - Example: 1694949838",
|
|
37
37
|
"Enter the input date": "Enter the input date",
|
|
38
38
|
"Select the unit to extract from the date": "Select the unit to extract from the date",
|