@trackunit/react-date-and-time-components 1.5.9 → 1.5.10

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-date-and-time-components",
3
- "version": "1.5.9",
3
+ "version": "1.5.10",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -3,14 +3,14 @@
3
3
  var translation = {
4
4
  "dateTime.instant.now": "Now",
5
5
  "input.combined": "{{direction}} {{count}} {{unit}}",
6
- "input.direction.last": "Last",
7
- "input.direction.next": "Înainte",
6
+ "input.direction.last": "Ultima(ele)",
7
+ "input.direction.next": "Următoarea(ele)",
8
8
  "input.icon.tooltip.calendar": "Calendar",
9
- "input.noOptions": "No options available",
10
- "input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
11
- "input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
9
+ "input.noOptions": "Nicio opțiune disponibilă",
10
+ "input.placeholder.customRange.last": "Introduceți un interval de date (de ex., „Ultimele 4 zile”)",
11
+ "input.placeholder.customRange.next": "Introduceți un interval de date (de ex., „Următoarele 4 zile”)",
12
12
  "input.today": "Astăzi",
13
- "input.unit.day": "day",
13
+ "input.unit.day": "zi",
14
14
  "input.unit.days": "zile",
15
15
  "input.unit.month": "lună",
16
16
  "input.unit.months": "luni",
@@ -31,8 +31,8 @@ var translation = {
31
31
  "shared.timePeriods.weeks": "{{count}} săptămână",
32
32
  "shared.timePeriods.weeks_plural": "{{count}} (de) săptămâni",
33
33
  "timeline.loadMore": "Click for more...",
34
- "trigger.customRange": "Custom date range",
35
- "trigger.selectDateRange": "Select date range"
34
+ "trigger.customRange": "Interval de date personalizat",
35
+ "trigger.selectDateRange": "Selectați intervalul de date"
36
36
  };
37
37
 
38
38
  exports.default = translation;
@@ -1,14 +1,14 @@
1
1
  var translation = {
2
2
  "dateTime.instant.now": "Now",
3
3
  "input.combined": "{{direction}} {{count}} {{unit}}",
4
- "input.direction.last": "Last",
5
- "input.direction.next": "Înainte",
4
+ "input.direction.last": "Ultima(ele)",
5
+ "input.direction.next": "Următoarea(ele)",
6
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”)",
7
+ "input.noOptions": "Nicio opțiune disponibilă",
8
+ "input.placeholder.customRange.last": "Introduceți un interval de date (de ex., „Ultimele 4 zile”)",
9
+ "input.placeholder.customRange.next": "Introduceți un interval de date (de ex., „Următoarele 4 zile”)",
10
10
  "input.today": "Astăzi",
11
- "input.unit.day": "day",
11
+ "input.unit.day": "zi",
12
12
  "input.unit.days": "zile",
13
13
  "input.unit.month": "lună",
14
14
  "input.unit.months": "luni",
@@ -29,8 +29,8 @@ var translation = {
29
29
  "shared.timePeriods.weeks": "{{count}} săptămână",
30
30
  "shared.timePeriods.weeks_plural": "{{count}} (de) săptămâni",
31
31
  "timeline.loadMore": "Click for more...",
32
- "trigger.customRange": "Custom date range",
33
- "trigger.selectDateRange": "Select date range"
32
+ "trigger.customRange": "Interval de date personalizat",
33
+ "trigger.selectDateRange": "Selectați intervalul de date"
34
34
  };
35
35
 
36
36
  export { translation as default };