@trackunit/react-date-and-time-components 1.4.1 → 1.4.3

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.
@@ -1,9 +1,24 @@
1
1
  var translation = {
2
2
  "dateTime.instant.now": "Now",
3
- "dayRangePickerPopover.icon.tooltip.calendar": "Kalender",
3
+ "input.combined": "{{direction}} {{count}} {{unit}}",
4
+ "input.direction.last": "Last",
5
+ "input.direction.next": "Next",
6
+ "input.icon.tooltip.calendar": "Calendar",
7
+ "input.noOptions": "No options available",
8
+ "input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
9
+ "input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
10
+ "input.today": "Today",
11
+ "input.unit.day": "day",
12
+ "input.unit.days": "days",
13
+ "input.unit.month": "month",
14
+ "input.unit.months": "months",
15
+ "input.unit.week": "week",
16
+ "input.unit.weeks": "weeks",
4
17
  "layout.actions.apply": "Bruk",
18
+ "layout.actions.back": "Back",
5
19
  "layout.actions.cancel": "Avbryt",
6
20
  "layout.actions.clear": "Tøm",
21
+ "layout.actions.reset": "Reset",
7
22
  "shared.timePeriods.days": "{{count}} dag",
8
23
  "shared.timePeriods.days_plural": "{{count}} dager",
9
24
  "shared.timePeriods.hours": "{{count}} time",
@@ -13,7 +28,9 @@ var translation = {
13
28
  "shared.timePeriods.today": "I dag",
14
29
  "shared.timePeriods.weeks": "{{count}} uke",
15
30
  "shared.timePeriods.weeks_plural": "{{count}} uker",
16
- "timeline.loadMore": "Click for more..."
31
+ "timeline.loadMore": "Click for more...",
32
+ "trigger.customRange": "Custom date range",
33
+ "trigger.selectDateRange": "Select date range"
17
34
  };
18
35
 
19
36
  export { translation as default };