@trackunit/react-date-and-time-components 1.5.4 → 1.5.6
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/translation.cjs12.js +9 -9
- package/translation.cjs16.js +11 -11
- package/translation.cjs17.js +8 -8
- package/translation.cjs3.js +8 -8
- package/translation.cjs9.js +6 -6
- package/translation.esm12.js +9 -9
- package/translation.esm16.js +11 -11
- package/translation.esm17.js +8 -8
- package/translation.esm3.js +8 -8
- package/translation.esm9.js +6 -6
package/package.json
CHANGED
package/translation.cjs12.js
CHANGED
|
@@ -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": "
|
|
7
|
-
"input.direction.next": "
|
|
6
|
+
"input.direction.last": "Последн.",
|
|
7
|
+
"input.direction.next": "Следующ.",
|
|
8
8
|
"input.icon.tooltip.calendar": "Календарь",
|
|
9
|
-
"input.noOptions": "
|
|
10
|
-
"input.placeholder.customRange.last": "
|
|
11
|
-
"input.placeholder.customRange.next": "
|
|
9
|
+
"input.noOptions": "Доступные варианты отсутствуют",
|
|
10
|
+
"input.placeholder.customRange.last": "Введите диапазон дат (например, «Последние 4 дня»)",
|
|
11
|
+
"input.placeholder.customRange.next": "Введите диапазон дат (например, «Следующие 4 дня»)",
|
|
12
12
|
"input.today": "Сегодня",
|
|
13
|
-
"input.unit.day": "
|
|
14
|
-
"input.unit.days": "
|
|
13
|
+
"input.unit.day": "день",
|
|
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": "
|
|
35
|
-
"trigger.selectDateRange": "
|
|
34
|
+
"trigger.customRange": "Пользовательский диапазон дат",
|
|
35
|
+
"trigger.selectDateRange": "Выбрать диапазон дат"
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
exports.default = translation;
|
package/translation.cjs16.js
CHANGED
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
|
-
"input.combined": "{{direction}}
|
|
6
|
-
"input.direction.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": "
|
|
10
|
-
"input.placeholder.customRange.last": "
|
|
11
|
-
"input.placeholder.customRange.next": "
|
|
9
|
+
"input.noOptions": "利用可能なオプションがありません",
|
|
10
|
+
"input.placeholder.customRange.last": "日付範囲を入力 (例:過去4日間)",
|
|
11
|
+
"input.placeholder.customRange.next": "日付範囲を入力 (例:次の4日間)",
|
|
12
12
|
"input.today": "今日",
|
|
13
|
-
"input.unit.day": "
|
|
14
|
-
"input.unit.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": "
|
|
35
|
-
"trigger.selectDateRange": "
|
|
34
|
+
"trigger.customRange": "カスタム日付範囲",
|
|
35
|
+
"trigger.selectDateRange": "日付範囲を選択"
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
exports.default = translation;
|
package/translation.cjs17.js
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
|
-
"input.combined": "{{
|
|
6
|
-
"input.direction.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": "
|
|
10
|
-
"input.placeholder.customRange.last": "
|
|
11
|
-
"input.placeholder.customRange.next": "
|
|
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": "
|
|
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": "
|
|
35
|
-
"trigger.selectDateRange": "
|
|
34
|
+
"trigger.customRange": "ช่วงวันที่แบบกำหนดเอง",
|
|
35
|
+
"trigger.selectDateRange": "เลือกช่วงวันที่"
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
exports.default = translation;
|
package/translation.cjs3.js
CHANGED
|
@@ -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": "
|
|
6
|
+
"input.direction.last": "Poslední",
|
|
7
7
|
"input.direction.next": "Další",
|
|
8
8
|
"input.icon.tooltip.calendar": "Kalendář",
|
|
9
|
-
"input.noOptions": "
|
|
10
|
-
"input.placeholder.customRange.last": "
|
|
11
|
-
"input.placeholder.customRange.next": "
|
|
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": "
|
|
14
|
-
"input.unit.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": "
|
|
35
|
-
"trigger.selectDateRange": "
|
|
34
|
+
"trigger.customRange": "Vlastní rozsah dat",
|
|
35
|
+
"trigger.selectDateRange": "Vybrat rozsah dat"
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
exports.default = translation;
|
package/translation.cjs9.js
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
var translation = {
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
|
-
"input.direction.last": "
|
|
6
|
+
"input.direction.last": "Siste",
|
|
7
7
|
"input.direction.next": "Neste",
|
|
8
8
|
"input.icon.tooltip.calendar": "Kalender",
|
|
9
|
-
"input.noOptions": "
|
|
10
|
-
"input.placeholder.customRange.last": "
|
|
11
|
-
"input.placeholder.customRange.next": "
|
|
9
|
+
"input.noOptions": "Ingen alternativer tilgjengelig",
|
|
10
|
+
"input.placeholder.customRange.last": "Skriv inn et datointervall (f.eks. \"Siste 4 dager\")",
|
|
11
|
+
"input.placeholder.customRange.next": "Skriv inn et datointervall (f.eks. \"Neste 4 dager”)",
|
|
12
12
|
"input.today": "I dag",
|
|
13
13
|
"input.unit.day": "dag",
|
|
14
14
|
"input.unit.days": "dager",
|
|
@@ -31,8 +31,8 @@ var translation = {
|
|
|
31
31
|
"shared.timePeriods.weeks": "{{count}} uke",
|
|
32
32
|
"shared.timePeriods.weeks_plural": "{{count}} uker",
|
|
33
33
|
"timeline.loadMore": "Click for more...",
|
|
34
|
-
"trigger.customRange": "
|
|
35
|
-
"trigger.selectDateRange": "
|
|
34
|
+
"trigger.customRange": "Egendefinert datointervall",
|
|
35
|
+
"trigger.selectDateRange": "Velg datointervall"
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
exports.default = translation;
|
package/translation.esm12.js
CHANGED
|
@@ -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": "
|
|
5
|
-
"input.direction.next": "
|
|
4
|
+
"input.direction.last": "Последн.",
|
|
5
|
+
"input.direction.next": "Следующ.",
|
|
6
6
|
"input.icon.tooltip.calendar": "Календарь",
|
|
7
|
-
"input.noOptions": "
|
|
8
|
-
"input.placeholder.customRange.last": "
|
|
9
|
-
"input.placeholder.customRange.next": "
|
|
7
|
+
"input.noOptions": "Доступные варианты отсутствуют",
|
|
8
|
+
"input.placeholder.customRange.last": "Введите диапазон дат (например, «Последние 4 дня»)",
|
|
9
|
+
"input.placeholder.customRange.next": "Введите диапазон дат (например, «Следующие 4 дня»)",
|
|
10
10
|
"input.today": "Сегодня",
|
|
11
|
-
"input.unit.day": "
|
|
12
|
-
"input.unit.days": "
|
|
11
|
+
"input.unit.day": "день",
|
|
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": "
|
|
33
|
-
"trigger.selectDateRange": "
|
|
32
|
+
"trigger.customRange": "Пользовательский диапазон дат",
|
|
33
|
+
"trigger.selectDateRange": "Выбрать диапазон дат"
|
|
34
34
|
};
|
|
35
35
|
|
|
36
36
|
export { translation as default };
|
package/translation.esm16.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
-
"input.combined": "{{direction}}
|
|
4
|
-
"input.direction.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": "
|
|
8
|
-
"input.placeholder.customRange.last": "
|
|
9
|
-
"input.placeholder.customRange.next": "
|
|
7
|
+
"input.noOptions": "利用可能なオプションがありません",
|
|
8
|
+
"input.placeholder.customRange.last": "日付範囲を入力 (例:過去4日間)",
|
|
9
|
+
"input.placeholder.customRange.next": "日付範囲を入力 (例:次の4日間)",
|
|
10
10
|
"input.today": "今日",
|
|
11
|
-
"input.unit.day": "
|
|
12
|
-
"input.unit.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": "
|
|
33
|
-
"trigger.selectDateRange": "
|
|
32
|
+
"trigger.customRange": "カスタム日付範囲",
|
|
33
|
+
"trigger.selectDateRange": "日付範囲を選択"
|
|
34
34
|
};
|
|
35
35
|
|
|
36
36
|
export { translation as default };
|
package/translation.esm17.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
-
"input.combined": "{{
|
|
4
|
-
"input.direction.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": "
|
|
8
|
-
"input.placeholder.customRange.last": "
|
|
9
|
-
"input.placeholder.customRange.next": "
|
|
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": "
|
|
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": "
|
|
33
|
-
"trigger.selectDateRange": "
|
|
32
|
+
"trigger.customRange": "ช่วงวันที่แบบกำหนดเอง",
|
|
33
|
+
"trigger.selectDateRange": "เลือกช่วงวันที่"
|
|
34
34
|
};
|
|
35
35
|
|
|
36
36
|
export { translation as default };
|
package/translation.esm3.js
CHANGED
|
@@ -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": "
|
|
4
|
+
"input.direction.last": "Poslední",
|
|
5
5
|
"input.direction.next": "Další",
|
|
6
6
|
"input.icon.tooltip.calendar": "Kalendář",
|
|
7
|
-
"input.noOptions": "
|
|
8
|
-
"input.placeholder.customRange.last": "
|
|
9
|
-
"input.placeholder.customRange.next": "
|
|
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": "
|
|
12
|
-
"input.unit.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": "
|
|
33
|
-
"trigger.selectDateRange": "
|
|
32
|
+
"trigger.customRange": "Vlastní rozsah dat",
|
|
33
|
+
"trigger.selectDateRange": "Vybrat rozsah dat"
|
|
34
34
|
};
|
|
35
35
|
|
|
36
36
|
export { translation as default };
|
package/translation.esm9.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
3
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
-
"input.direction.last": "
|
|
4
|
+
"input.direction.last": "Siste",
|
|
5
5
|
"input.direction.next": "Neste",
|
|
6
6
|
"input.icon.tooltip.calendar": "Kalender",
|
|
7
|
-
"input.noOptions": "
|
|
8
|
-
"input.placeholder.customRange.last": "
|
|
9
|
-
"input.placeholder.customRange.next": "
|
|
7
|
+
"input.noOptions": "Ingen alternativer tilgjengelig",
|
|
8
|
+
"input.placeholder.customRange.last": "Skriv inn et datointervall (f.eks. \"Siste 4 dager\")",
|
|
9
|
+
"input.placeholder.customRange.next": "Skriv inn et datointervall (f.eks. \"Neste 4 dager”)",
|
|
10
10
|
"input.today": "I dag",
|
|
11
11
|
"input.unit.day": "dag",
|
|
12
12
|
"input.unit.days": "dager",
|
|
@@ -29,8 +29,8 @@ var translation = {
|
|
|
29
29
|
"shared.timePeriods.weeks": "{{count}} uke",
|
|
30
30
|
"shared.timePeriods.weeks_plural": "{{count}} uker",
|
|
31
31
|
"timeline.loadMore": "Click for more...",
|
|
32
|
-
"trigger.customRange": "
|
|
33
|
-
"trigger.selectDateRange": "
|
|
32
|
+
"trigger.customRange": "Egendefinert datointervall",
|
|
33
|
+
"trigger.selectDateRange": "Velg datointervall"
|
|
34
34
|
};
|
|
35
35
|
|
|
36
36
|
export { translation as default };
|