@trackunit/react-date-and-time-components 1.5.3 → 1.5.5

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.3",
3
+ "version": "1.5.5",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,16 +8,16 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
- "@trackunit/react-components": "1.5.2",
12
- "@trackunit/react-date-and-time-hooks": "1.4.1",
11
+ "@trackunit/react-components": "1.5.3",
12
+ "@trackunit/react-date-and-time-hooks": "1.4.2",
13
13
  "@trackunit/date-and-time-utils": "1.4.1",
14
14
  "@trackunit/css-class-variance-utilities": "1.4.1",
15
15
  "@trackunit/ui-icons": "1.4.1",
16
16
  "@trackunit/ui-design-tokens": "1.4.2",
17
17
  "@trackunit/shared-utils": "1.6.1",
18
- "@trackunit/i18n-library-translation": "1.4.1",
18
+ "@trackunit/i18n-library-translation": "1.4.2",
19
19
  "@trackunit/react-test-setup": "1.1.1",
20
- "@trackunit/react-form-components": "1.4.2",
20
+ "@trackunit/react-form-components": "1.4.3",
21
21
  "string-ts": "^2.0.0",
22
22
  "tailwind-merge": "^2.0.0",
23
23
  "react-calendar": "^6.0.0"
@@ -2,19 +2,19 @@
2
2
 
3
3
  var translation = {
4
4
  "dateTime.instant.now": "Now",
5
- "input.combined": "{{direction}} {{count}} {{unit}}",
6
- "input.direction.last": "Last",
5
+ "input.combined": "{{direction}}{{count}}{{unit}}",
6
+ "input.direction.last": "過去",
7
7
  "input.direction.next": "次へ",
8
8
  "input.icon.tooltip.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": "利用可能なオプションがありません",
10
+ "input.placeholder.customRange.last": "日付範囲を入力 (例:過去4日間)",
11
+ "input.placeholder.customRange.next": "日付範囲を入力 (例:次の4日間)",
12
12
  "input.today": "今日",
13
- "input.unit.day": "day",
14
- "input.unit.days": "days",
15
- "input.unit.month": "",
13
+ "input.unit.day": "",
14
+ "input.unit.days": "",
15
+ "input.unit.month": "ヶ月",
16
16
  "input.unit.months": "ヶ月",
17
- "input.unit.week": "",
17
+ "input.unit.week": "週間",
18
18
  "input.unit.weeks": "週間",
19
19
  "layout.actions.apply": "適用",
20
20
  "layout.actions.back": "戻る",
@@ -31,8 +31,8 @@ var translation = {
31
31
  "shared.timePeriods.weeks": "{{count}}週間",
32
32
  "shared.timePeriods.weeks_plural": "{{count}}週間",
33
33
  "timeline.loadMore": "Click for more...",
34
- "trigger.customRange": "Custom date range",
35
- "trigger.selectDateRange": "Select date range"
34
+ "trigger.customRange": "カスタム日付範囲",
35
+ "trigger.selectDateRange": "日付範囲を選択"
36
36
  };
37
37
 
38
38
  exports.default = translation;
@@ -2,16 +2,16 @@
2
2
 
3
3
  var translation = {
4
4
  "dateTime.instant.now": "Now",
5
- "input.combined": "{{direction}} {{count}} {{unit}}",
6
- "input.direction.last": "Last",
5
+ "input.combined": "{{count}} {{unit}} {{direction}}",
6
+ "input.direction.last": "ที่แล้ว",
7
7
  "input.direction.next": "ถัดไป",
8
8
  "input.icon.tooltip.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": "ไม่มีตัวเลือก",
10
+ "input.placeholder.customRange.last": "พิมพ์ช่วงวันที่ (เช่น \"4 วันที่แล้ว\")",
11
+ "input.placeholder.customRange.next": "พิมพ์ช่วงวันที่ (เช่น \"4 วันถัดไป\")",
12
12
  "input.today": "วันนี้",
13
13
  "input.unit.day": "วัน",
14
- "input.unit.days": "days",
14
+ "input.unit.days": "วัน",
15
15
  "input.unit.month": "เดือน",
16
16
  "input.unit.months": "เดือน",
17
17
  "input.unit.week": "สัปดาห์",
@@ -31,8 +31,8 @@ var translation = {
31
31
  "shared.timePeriods.weeks": "{{count}} สัปดาห์",
32
32
  "shared.timePeriods.weeks_plural": "{{count}} สัปดาห์",
33
33
  "timeline.loadMore": "Click for more...",
34
- "trigger.customRange": "Custom date range",
35
- "trigger.selectDateRange": "Select date range"
34
+ "trigger.customRange": "ช่วงวันที่แบบกำหนดเอง",
35
+ "trigger.selectDateRange": "เลือกช่วงวันที่"
36
36
  };
37
37
 
38
38
  exports.default = translation;
@@ -3,15 +3,15 @@
3
3
  var translation = {
4
4
  "dateTime.instant.now": "Now",
5
5
  "input.combined": "{{direction}} {{count}} {{unit}}",
6
- "input.direction.last": "Last",
6
+ "input.direction.last": "Poslední",
7
7
  "input.direction.next": "Další",
8
8
  "input.icon.tooltip.calendar": "Kalendář",
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": "Nejsou k dispozici žádné možnosti",
10
+ "input.placeholder.customRange.last": "Napište rozsah dat (např. ,Poslední 4 dny”)",
11
+ "input.placeholder.customRange.next": "Napište rozsah dat (např. ,Následující 4 dny”)",
12
12
  "input.today": "Dnes",
13
- "input.unit.day": "day",
14
- "input.unit.days": "days",
13
+ "input.unit.day": "den",
14
+ "input.unit.days": "dny/dní",
15
15
  "input.unit.month": "měsíc",
16
16
  "input.unit.months": "měsíce",
17
17
  "input.unit.week": "týden",
@@ -31,8 +31,8 @@ var translation = {
31
31
  "shared.timePeriods.weeks": "{{count}} týden",
32
32
  "shared.timePeriods.weeks_plural": "{{count}} týdny/týdnů",
33
33
  "timeline.loadMore": "Click for more...",
34
- "trigger.customRange": "Custom date range",
35
- "trigger.selectDateRange": "Select date range"
34
+ "trigger.customRange": "Vlastní rozsah dat",
35
+ "trigger.selectDateRange": "Vybrat rozsah dat"
36
36
  };
37
37
 
38
38
  exports.default = translation;
@@ -1,18 +1,18 @@
1
1
  var translation = {
2
2
  "dateTime.instant.now": "Now",
3
- "input.combined": "{{direction}} {{count}} {{unit}}",
4
- "input.direction.last": "Last",
3
+ "input.combined": "{{direction}}{{count}}{{unit}}",
4
+ "input.direction.last": "過去",
5
5
  "input.direction.next": "次へ",
6
6
  "input.icon.tooltip.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": "利用可能なオプションがありません",
8
+ "input.placeholder.customRange.last": "日付範囲を入力 (例:過去4日間)",
9
+ "input.placeholder.customRange.next": "日付範囲を入力 (例:次の4日間)",
10
10
  "input.today": "今日",
11
- "input.unit.day": "day",
12
- "input.unit.days": "days",
13
- "input.unit.month": "",
11
+ "input.unit.day": "",
12
+ "input.unit.days": "",
13
+ "input.unit.month": "ヶ月",
14
14
  "input.unit.months": "ヶ月",
15
- "input.unit.week": "",
15
+ "input.unit.week": "週間",
16
16
  "input.unit.weeks": "週間",
17
17
  "layout.actions.apply": "適用",
18
18
  "layout.actions.back": "戻る",
@@ -29,8 +29,8 @@ var translation = {
29
29
  "shared.timePeriods.weeks": "{{count}}週間",
30
30
  "shared.timePeriods.weeks_plural": "{{count}}週間",
31
31
  "timeline.loadMore": "Click for more...",
32
- "trigger.customRange": "Custom date range",
33
- "trigger.selectDateRange": "Select date range"
32
+ "trigger.customRange": "カスタム日付範囲",
33
+ "trigger.selectDateRange": "日付範囲を選択"
34
34
  };
35
35
 
36
36
  export { translation as default };
@@ -1,15 +1,15 @@
1
1
  var translation = {
2
2
  "dateTime.instant.now": "Now",
3
- "input.combined": "{{direction}} {{count}} {{unit}}",
4
- "input.direction.last": "Last",
3
+ "input.combined": "{{count}} {{unit}} {{direction}}",
4
+ "input.direction.last": "ที่แล้ว",
5
5
  "input.direction.next": "ถัดไป",
6
6
  "input.icon.tooltip.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": "ไม่มีตัวเลือก",
8
+ "input.placeholder.customRange.last": "พิมพ์ช่วงวันที่ (เช่น \"4 วันที่แล้ว\")",
9
+ "input.placeholder.customRange.next": "พิมพ์ช่วงวันที่ (เช่น \"4 วันถัดไป\")",
10
10
  "input.today": "วันนี้",
11
11
  "input.unit.day": "วัน",
12
- "input.unit.days": "days",
12
+ "input.unit.days": "วัน",
13
13
  "input.unit.month": "เดือน",
14
14
  "input.unit.months": "เดือน",
15
15
  "input.unit.week": "สัปดาห์",
@@ -29,8 +29,8 @@ var translation = {
29
29
  "shared.timePeriods.weeks": "{{count}} สัปดาห์",
30
30
  "shared.timePeriods.weeks_plural": "{{count}} สัปดาห์",
31
31
  "timeline.loadMore": "Click for more...",
32
- "trigger.customRange": "Custom date range",
33
- "trigger.selectDateRange": "Select date range"
32
+ "trigger.customRange": "ช่วงวันที่แบบกำหนดเอง",
33
+ "trigger.selectDateRange": "เลือกช่วงวันที่"
34
34
  };
35
35
 
36
36
  export { translation as default };
@@ -1,15 +1,15 @@
1
1
  var translation = {
2
2
  "dateTime.instant.now": "Now",
3
3
  "input.combined": "{{direction}} {{count}} {{unit}}",
4
- "input.direction.last": "Last",
4
+ "input.direction.last": "Poslední",
5
5
  "input.direction.next": "Další",
6
6
  "input.icon.tooltip.calendar": "Kalendář",
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": "Nejsou k dispozici žádné možnosti",
8
+ "input.placeholder.customRange.last": "Napište rozsah dat (např. ,Poslední 4 dny”)",
9
+ "input.placeholder.customRange.next": "Napište rozsah dat (např. ,Následující 4 dny”)",
10
10
  "input.today": "Dnes",
11
- "input.unit.day": "day",
12
- "input.unit.days": "days",
11
+ "input.unit.day": "den",
12
+ "input.unit.days": "dny/dní",
13
13
  "input.unit.month": "měsíc",
14
14
  "input.unit.months": "měsíce",
15
15
  "input.unit.week": "týden",
@@ -29,8 +29,8 @@ var translation = {
29
29
  "shared.timePeriods.weeks": "{{count}} týden",
30
30
  "shared.timePeriods.weeks_plural": "{{count}} týdny/týdnů",
31
31
  "timeline.loadMore": "Click for more...",
32
- "trigger.customRange": "Custom date range",
33
- "trigger.selectDateRange": "Select date range"
32
+ "trigger.customRange": "Vlastní rozsah dat",
33
+ "trigger.selectDateRange": "Vybrat rozsah dat"
34
34
  };
35
35
 
36
36
  export { translation as default };