@nocobase/plugin-workflow-date-calculation 2.0.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.
Files changed (47) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +99 -0
  3. package/client.d.ts +2 -0
  4. package/client.js +1 -0
  5. package/dist/client/DateCalculationInstruction.d.ts +162 -0
  6. package/dist/client/constants.d.ts +5 -0
  7. package/dist/client/dateFunctions.d.ts +386 -0
  8. package/dist/client/e189cd1809d7de1b.js +10 -0
  9. package/dist/client/f46a3514e6461e53.js +10 -0
  10. package/dist/client/index.d.ts +7 -0
  11. package/dist/client/index.js +10 -0
  12. package/dist/externalVersion.js +24 -0
  13. package/dist/index.d.ts +11 -0
  14. package/dist/index.js +50 -0
  15. package/dist/locale/de-DE.json +52 -0
  16. package/dist/locale/en-US.json +52 -0
  17. package/dist/locale/es-ES.json +52 -0
  18. package/dist/locale/fr-FR.json +52 -0
  19. package/dist/locale/hu-HU.json +52 -0
  20. package/dist/locale/id-ID.json +52 -0
  21. package/dist/locale/index.d.ts +12 -0
  22. package/dist/locale/index.js +54 -0
  23. package/dist/locale/it-IT.json +52 -0
  24. package/dist/locale/ja-JP.json +52 -0
  25. package/dist/locale/ko-KR.json +52 -0
  26. package/dist/locale/ko_KR.json +47 -0
  27. package/dist/locale/nl-NL.json +52 -0
  28. package/dist/locale/pt-BR.json +52 -0
  29. package/dist/locale/ru-RU.json +52 -0
  30. package/dist/locale/tr-TR.json +52 -0
  31. package/dist/locale/uk-UA.json +52 -0
  32. package/dist/locale/vi-VN.json +52 -0
  33. package/dist/locale/zh-CN.json +52 -0
  34. package/dist/locale/zh-TW.json +52 -0
  35. package/dist/server/DateCalculationInstruction.d.ts +43 -0
  36. package/dist/server/DateCalculationInstruction.js +93 -0
  37. package/dist/server/dateFunction.d.ts +15 -0
  38. package/dist/server/dateFunction.js +205 -0
  39. package/dist/server/index.d.ts +9 -0
  40. package/dist/server/index.js +42 -0
  41. package/dist/server/plugin.d.ts +11 -0
  42. package/dist/server/plugin.js +68 -0
  43. package/dist/utils/index.d.ts +1 -0
  44. package/dist/utils/index.js +39 -0
  45. package/package.json +30 -0
  46. package/server.d.ts +2 -0
  47. package/server.js +1 -0
@@ -0,0 +1,52 @@
1
+ {
2
+ "Absolute value": "Absolute value",
3
+ "Add a range": "Add a range",
4
+ "Add step": "Add step",
5
+ "Boolean": "Boolean",
6
+ "Calculation steps": "Calculation steps",
7
+ "Change timezone": "Change timezone",
8
+ "Convert unit": "Convert unit",
9
+ "Date": "Date",
10
+ "Date calculation": "Date calculation",
11
+ "Date calculation result": "Date calculation result",
12
+ "Date type": "Date type",
13
+ "Day": "Day",
14
+ "Format": "Format",
15
+ "Format to string": "Format to string",
16
+ "From": "From",
17
+ "From date to timestamp": "From date to timestamp",
18
+ "From timestamp to date": "From timestamp to date",
19
+ "Get difference with another date value": "Get difference with another date value",
20
+ "Get value": "Get value",
21
+ "Get value on specific unit of input date": "Get value on specific unit of input date",
22
+ "Hour": "Hour",
23
+ "Input": "Input",
24
+ "Input type as": "Input type as",
25
+ "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.": "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.",
26
+ "Is leap year": "Is leap year",
27
+ "Keep decimals": "Keep decimals",
28
+ "Millisecond": "Millisecond",
29
+ "Minute": "Minute",
30
+ "Month": "Month",
31
+ "Number": "Number",
32
+ "Number type": "Number type",
33
+ "Only calculation functions with numeric input value are supported.": "Only calculation functions with numeric input value are supported.",
34
+ "Pattern": "Pattern",
35
+ "Quarter": "Quarter",
36
+ "Round": "Round",
37
+ "Round down": "Round down",
38
+ "Round up": "Round up",
39
+ "Second": "Second",
40
+ "Set to time of unit end": "Set to time of unit end",
41
+ "Set to time of unit start": "Set to time of unit start",
42
+ "String": "String",
43
+ "Subtract a range": "Subtract a range",
44
+ "Target timezone": "Target timezone",
45
+ "To": "To",
46
+ "To another date": "To another date",
47
+ "Unit": "Unit",
48
+ "Used for doing a series of date related calculation on an input value.": "Used for doing a series of date related calculation on an input value.",
49
+ "Value conversion": "Value conversion",
50
+ "Week": "Week",
51
+ "Year": "Year"
52
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "Absolute value": "絶対値",
3
+ "Add a range": "期間追加",
4
+ "Add step": "演算ステップ追加",
5
+ "Boolean": "ブール値",
6
+ "Calculation steps": "計算ステップ",
7
+ "Change timezone": "Change timezone",
8
+ "Convert unit": "単位変換",
9
+ "Date": "日付",
10
+ "Date calculation": "日付計算",
11
+ "Date calculation result": "日付計算ノード結果",
12
+ "Date type": "日時タイプ",
13
+ "Day": "日",
14
+ "Format": "フォーマット",
15
+ "Format to string": "文字列フォーマット",
16
+ "From": "開始元",
17
+ "From date to timestamp": "日付からタイムスタンプへ変換",
18
+ "From timestamp to date": "タイムスタンプから日付へ変換",
19
+ "Get difference with another date value": "他日時値との差分計算",
20
+ "Get value": "値取得",
21
+ "Get value on specific unit of input date": "入力日時の特定単位値取得",
22
+ "Hour": "時間",
23
+ "Input": "入力値",
24
+ "Input type as": "入力値の型として",
25
+ "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.": "入力値は、Day.jsコンストラクタによる計算処理のため、元の型から日付型に変換されます。",
26
+ "Is leap year": "閏年判定",
27
+ "Keep decimals": "小数点以下の保持",
28
+ "Millisecond": "ミリ秒",
29
+ "Minute": "分",
30
+ "Month": "月",
31
+ "Number": "数値",
32
+ "Number type": "数値型",
33
+ "Only calculation functions with numeric input value are supported.": "数値型の入力値を持つ計算関数のみ対応しています。",
34
+ "Pattern": "フォーマット",
35
+ "Quarter": "四半期",
36
+ "Round": "四捨五入",
37
+ "Round down": "切り捨て",
38
+ "Round up": "切り上げ",
39
+ "Second": "秒",
40
+ "Set to time of unit end": "単位終了時刻に設定",
41
+ "Set to time of unit start": "単位開始時刻に設定",
42
+ "String": "文字列",
43
+ "Subtract a range": "期間の減算",
44
+ "Target timezone": "Target timezone",
45
+ "To": "終了",
46
+ "To another date": "別の日付への変換",
47
+ "Unit": "単位",
48
+ "Used for doing a series of date related calculation on an input value.": "入力値に対する日付関連の計算処理を実行するために使用します。",
49
+ "Value conversion": "値の変換",
50
+ "Week": "週",
51
+ "Year": "年"
52
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "Absolute value": "절대값",
3
+ "Add a range": "범위 추가",
4
+ "Add step": "단계 추가",
5
+ "Boolean": "불리언",
6
+ "Calculation steps": "계산 단계",
7
+ "Change timezone": "Change timezone",
8
+ "Convert unit": "단위 변환",
9
+ "Date": "날짜",
10
+ "Date calculation": "날짜 계산",
11
+ "Date calculation result": "날짜 계산 결과",
12
+ "Date type": "날짜 유형",
13
+ "Day": "일",
14
+ "Format": "형식",
15
+ "Format to string": "문자열로 변환",
16
+ "From": "시작",
17
+ "From date to timestamp": "날짜를 타임스탬프로 변환",
18
+ "From timestamp to date": "타임스탬프를 날짜로 변환",
19
+ "Get difference with another date value": "다른 날짜 값과의 차이 구하기",
20
+ "Get value": "값 가져오기",
21
+ "Get value on specific unit of input date": "입력 날짜의 특정 단위 값 가져오기",
22
+ "Hour": "시간",
23
+ "Input": "입력값",
24
+ "Input type as": "입력 타입",
25
+ "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.": "입력값은 Day.js 생성자를 통해 추가 계산을 위해 원래 타입에서 날짜 타입으로 변환됩니다.",
26
+ "Is leap year": "윤년 여부",
27
+ "Keep decimals": "소수점 유지",
28
+ "Millisecond": "밀리초",
29
+ "Minute": "분",
30
+ "Month": "월",
31
+ "Number": "숫자",
32
+ "Number type": "숫자 유형",
33
+ "Only calculation functions with numeric input value are supported.": "숫자 입력값이 있는 계산 함수만 지원됩니다.",
34
+ "Pattern": "패턴",
35
+ "Quarter": "분기",
36
+ "Round": "반올림",
37
+ "Round down": "내림",
38
+ "Round up": "올림",
39
+ "Second": "초",
40
+ "Set to time of unit end": "단위 종료 시점으로 설정",
41
+ "Set to time of unit start": "단위 시작 시점으로 설정",
42
+ "String": "문자열",
43
+ "Subtract a range": "범위 빼기",
44
+ "Target timezone": "Target timezone",
45
+ "To": "종료",
46
+ "To another date": "다른 날짜로 변환",
47
+ "Unit": "단위",
48
+ "Used for doing a series of date related calculation on an input value.": "입력값에 대해 일련의 날짜 관련 계산을 수행하는 데 사용됩니다.",
49
+ "Value conversion": "값 변환",
50
+ "Week": "주",
51
+ "Year": "년"
52
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "Date calculation": "날짜 계산",
3
+ "Used for doing a series of date related calculation on an input value.": "입력 값에 대해 일련의 날짜 관련 계산을 수행하는 데 사용됩니다.",
4
+ "Input": "입력값",
5
+ "Input type as": "입력 유형",
6
+ "Date type": "날짜 유형",
7
+ "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.": "입력 값은 Day.js 생성자를 통해 추가 계산을 수행하기 위해 원래 유형에서 날짜 유형으로 변환됩니다.",
8
+ "Number type": "숫자 유형",
9
+ "Only calculation functions with numeric input value are supported.": "숫자 입력값이 있는 계산 기능만 지원됩니다.",
10
+ "Calculation steps": "계산 단계",
11
+ "Add a range": "범위 추가",
12
+ "Subtract a range": "범위 빼기",
13
+ "Get difference with another date value": "다른 날짜 값과의 차이 얻기",
14
+ "Get value on specific unit of input date": "입력 날짜의 특정 단위에 대한 값 가져오기",
15
+ "Set to time of unit start": "장치 시작 시간으로 설정",
16
+ "Set to time of unit end": "유닛 종료 시간으로 설정",
17
+ "Is leap year": "윤년 결정",
18
+ "Format to string": "문자열로 형식 지정",
19
+ "Convert unit": "단위 변환",
20
+ "From": "에서",
21
+ "To": "에게",
22
+ "Add step": "작업 단계 추가",
23
+ "To another date": "다른 날짜로 계산됨",
24
+ "Get value": "값",
25
+ "Format": "체재",
26
+ "Unit": "단위",
27
+ "Pattern": "무늬",
28
+ "Absolute value": "절대값",
29
+ "Keep decimals": "소수점 유지",
30
+ "Round": "둥근",
31
+ "Round up": "반올림",
32
+ "Round down": "반올림",
33
+ "Year": "년도",
34
+ "Quarter": "4분의 1",
35
+ "Month": "월",
36
+ "Week": "주",
37
+ "Day": "낮",
38
+ "Hour": "시간",
39
+ "Minute": "분",
40
+ "Second": "두번째",
41
+ "Millisecond": "밀리초",
42
+ "Date": "날짜",
43
+ "Number": "숫자",
44
+ "String": "끈",
45
+ "Boolean": "부울",
46
+ "Date calculation result": "날짜 계산 결과"
47
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "Absolute value": "Absolute value",
3
+ "Add a range": "Add a range",
4
+ "Add step": "Add step",
5
+ "Boolean": "Boolean",
6
+ "Calculation steps": "Calculation steps",
7
+ "Change timezone": "Change timezone",
8
+ "Convert unit": "Convert unit",
9
+ "Date": "Date",
10
+ "Date calculation": "Date calculation",
11
+ "Date calculation result": "Date calculation result",
12
+ "Date type": "Date type",
13
+ "Day": "Day",
14
+ "Format": "Format",
15
+ "Format to string": "Format to string",
16
+ "From": "From",
17
+ "From date to timestamp": "From date to timestamp",
18
+ "From timestamp to date": "From timestamp to date",
19
+ "Get difference with another date value": "Get difference with another date value",
20
+ "Get value": "Get value",
21
+ "Get value on specific unit of input date": "Get value on specific unit of input date",
22
+ "Hour": "Hour",
23
+ "Input": "Input",
24
+ "Input type as": "Input type as",
25
+ "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.": "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.",
26
+ "Is leap year": "Is leap year",
27
+ "Keep decimals": "Keep decimals",
28
+ "Millisecond": "Millisecond",
29
+ "Minute": "Minute",
30
+ "Month": "Month",
31
+ "Number": "Number",
32
+ "Number type": "Number type",
33
+ "Only calculation functions with numeric input value are supported.": "Only calculation functions with numeric input value are supported.",
34
+ "Pattern": "Pattern",
35
+ "Quarter": "Quarter",
36
+ "Round": "Round",
37
+ "Round down": "Round down",
38
+ "Round up": "Round up",
39
+ "Second": "Second",
40
+ "Set to time of unit end": "Set to time of unit end",
41
+ "Set to time of unit start": "Set to time of unit start",
42
+ "String": "String",
43
+ "Subtract a range": "Subtract a range",
44
+ "Target timezone": "Target timezone",
45
+ "To": "To",
46
+ "To another date": "To another date",
47
+ "Unit": "Unit",
48
+ "Used for doing a series of date related calculation on an input value.": "Used for doing a series of date related calculation on an input value.",
49
+ "Value conversion": "Value conversion",
50
+ "Week": "Week",
51
+ "Year": "Year"
52
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "Absolute value": "Absolute value",
3
+ "Add a range": "Add a range",
4
+ "Add step": "Add step",
5
+ "Boolean": "Boolean",
6
+ "Calculation steps": "Calculation steps",
7
+ "Change timezone": "Change timezone",
8
+ "Convert unit": "Convert unit",
9
+ "Date": "Date",
10
+ "Date calculation": "Date calculation",
11
+ "Date calculation result": "Date calculation result",
12
+ "Date type": "Date type",
13
+ "Day": "Day",
14
+ "Format": "Format",
15
+ "Format to string": "Format to string",
16
+ "From": "From",
17
+ "From date to timestamp": "From date to timestamp",
18
+ "From timestamp to date": "From timestamp to date",
19
+ "Get difference with another date value": "Get difference with another date value",
20
+ "Get value": "Get value",
21
+ "Get value on specific unit of input date": "Get value on specific unit of input date",
22
+ "Hour": "Hour",
23
+ "Input": "Input",
24
+ "Input type as": "Input type as",
25
+ "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.": "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.",
26
+ "Is leap year": "Is leap year",
27
+ "Keep decimals": "Keep decimals",
28
+ "Millisecond": "Millisecond",
29
+ "Minute": "Minute",
30
+ "Month": "Month",
31
+ "Number": "Number",
32
+ "Number type": "Number type",
33
+ "Only calculation functions with numeric input value are supported.": "Only calculation functions with numeric input value are supported.",
34
+ "Pattern": "Pattern",
35
+ "Quarter": "Quarter",
36
+ "Round": "Round",
37
+ "Round down": "Round down",
38
+ "Round up": "Round up",
39
+ "Second": "Second",
40
+ "Set to time of unit end": "Set to time of unit end",
41
+ "Set to time of unit start": "Set to time of unit start",
42
+ "String": "String",
43
+ "Subtract a range": "Subtract a range",
44
+ "Target timezone": "Target timezone",
45
+ "To": "To",
46
+ "To another date": "To another date",
47
+ "Unit": "Unit",
48
+ "Used for doing a series of date related calculation on an input value.": "Used for doing a series of date related calculation on an input value.",
49
+ "Value conversion": "Value conversion",
50
+ "Week": "Week",
51
+ "Year": "Year"
52
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "Absolute value": "Абсолютное значение",
3
+ "Add a range": "Добавить диапазон",
4
+ "Add step": "Добавить шаг",
5
+ "Boolean": "Логический тип",
6
+ "Calculation steps": "Шаги вычисления",
7
+ "Change timezone": "Change timezone",
8
+ "Convert unit": "Конвертировать единицу",
9
+ "Date": "Дата",
10
+ "Date calculation": "Вычисление даты",
11
+ "Date calculation result": "Результат вычисления даты",
12
+ "Date type": "Тип даты",
13
+ "Day": "День",
14
+ "Format": "Формат",
15
+ "Format to string": "Преобразовать в строку",
16
+ "From": "От",
17
+ "From date to timestamp": "Из даты в метку времени",
18
+ "From timestamp to date": "Из метки времени в дату",
19
+ "Get difference with another date value": "Получить разницу с другим значением даты",
20
+ "Get value": "Получить значение",
21
+ "Get value on specific unit of input date": "Получить значение для конкретной единицы входной даты",
22
+ "Hour": "Час",
23
+ "Input": "Входное значение",
24
+ "Input type as": "Тип входного значения как",
25
+ "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.": "Входное значение будет преобразовано из исходного типа в тип даты для дальнейших вычислений с помощью конструктора Day.js.",
26
+ "Is leap year": "Високосный год",
27
+ "Keep decimals": "Сохранить десятичные знаки",
28
+ "Millisecond": "Миллисекунда",
29
+ "Minute": "Минута",
30
+ "Month": "Месяц",
31
+ "Number": "Число",
32
+ "Number type": "Числовой тип",
33
+ "Only calculation functions with numeric input value are supported.": "Поддерживаются только функции вычисления с числовыми входными значениями.",
34
+ "Pattern": "Шаблон",
35
+ "Quarter": "Квартал",
36
+ "Round": "Округлить",
37
+ "Round down": "Округлить вниз",
38
+ "Round up": "Округлить вверх",
39
+ "Second": "Секунда",
40
+ "Set to time of unit end": "Установить на конец единицы времени",
41
+ "Set to time of unit start": "Установить на начало единицы времени",
42
+ "String": "Строка",
43
+ "Subtract a range": "Вычесть диапазон",
44
+ "Target timezone": "Target timezone",
45
+ "To": "До",
46
+ "To another date": "До другой даты",
47
+ "Unit": "Единица",
48
+ "Used for doing a series of date related calculation on an input value.": "Используется для выполнения ряда вычислений, связанных с датами, на основе входного значения.",
49
+ "Value conversion": "Преобразование значения",
50
+ "Week": "Неделя",
51
+ "Year": "Год"
52
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "Absolute value": "Absolute value",
3
+ "Add a range": "Add a range",
4
+ "Add step": "Add step",
5
+ "Boolean": "Boolean",
6
+ "Calculation steps": "Calculation steps",
7
+ "Change timezone": "Change timezone",
8
+ "Convert unit": "Convert unit",
9
+ "Date": "Date",
10
+ "Date calculation": "Date calculation",
11
+ "Date calculation result": "Date calculation result",
12
+ "Date type": "Date type",
13
+ "Day": "Day",
14
+ "Format": "Format",
15
+ "Format to string": "Format to string",
16
+ "From": "From",
17
+ "From date to timestamp": "From date to timestamp",
18
+ "From timestamp to date": "From timestamp to date",
19
+ "Get difference with another date value": "Get difference with another date value",
20
+ "Get value": "Get value",
21
+ "Get value on specific unit of input date": "Get value on specific unit of input date",
22
+ "Hour": "Hour",
23
+ "Input": "Input",
24
+ "Input type as": "Input type as",
25
+ "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.": "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.",
26
+ "Is leap year": "Is leap year",
27
+ "Keep decimals": "Keep decimals",
28
+ "Millisecond": "Millisecond",
29
+ "Minute": "Minute",
30
+ "Month": "Month",
31
+ "Number": "Number",
32
+ "Number type": "Number type",
33
+ "Only calculation functions with numeric input value are supported.": "Only calculation functions with numeric input value are supported.",
34
+ "Pattern": "Pattern",
35
+ "Quarter": "Quarter",
36
+ "Round": "Round",
37
+ "Round down": "Round down",
38
+ "Round up": "Round up",
39
+ "Second": "Second",
40
+ "Set to time of unit end": "Set to time of unit end",
41
+ "Set to time of unit start": "Set to time of unit start",
42
+ "String": "String",
43
+ "Subtract a range": "Subtract a range",
44
+ "Target timezone": "Target timezone",
45
+ "To": "To",
46
+ "To another date": "To another date",
47
+ "Unit": "Unit",
48
+ "Used for doing a series of date related calculation on an input value.": "Used for doing a series of date related calculation on an input value.",
49
+ "Value conversion": "Value conversion",
50
+ "Week": "Week",
51
+ "Year": "Year"
52
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "Absolute value": "Absolute value",
3
+ "Add a range": "Add a range",
4
+ "Add step": "Add step",
5
+ "Boolean": "Boolean",
6
+ "Calculation steps": "Calculation steps",
7
+ "Change timezone": "Change timezone",
8
+ "Convert unit": "Convert unit",
9
+ "Date": "Date",
10
+ "Date calculation": "Date calculation",
11
+ "Date calculation result": "Date calculation result",
12
+ "Date type": "Date type",
13
+ "Day": "Day",
14
+ "Format": "Format",
15
+ "Format to string": "Format to string",
16
+ "From": "From",
17
+ "From date to timestamp": "From date to timestamp",
18
+ "From timestamp to date": "From timestamp to date",
19
+ "Get difference with another date value": "Get difference with another date value",
20
+ "Get value": "Get value",
21
+ "Get value on specific unit of input date": "Get value on specific unit of input date",
22
+ "Hour": "Hour",
23
+ "Input": "Input",
24
+ "Input type as": "Input type as",
25
+ "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.": "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.",
26
+ "Is leap year": "Is leap year",
27
+ "Keep decimals": "Keep decimals",
28
+ "Millisecond": "Millisecond",
29
+ "Minute": "Minute",
30
+ "Month": "Month",
31
+ "Number": "Number",
32
+ "Number type": "Number type",
33
+ "Only calculation functions with numeric input value are supported.": "Only calculation functions with numeric input value are supported.",
34
+ "Pattern": "Pattern",
35
+ "Quarter": "Quarter",
36
+ "Round": "Round",
37
+ "Round down": "Round down",
38
+ "Round up": "Round up",
39
+ "Second": "Second",
40
+ "Set to time of unit end": "Set to time of unit end",
41
+ "Set to time of unit start": "Set to time of unit start",
42
+ "String": "String",
43
+ "Subtract a range": "Subtract a range",
44
+ "Target timezone": "Target timezone",
45
+ "To": "To",
46
+ "To another date": "To another date",
47
+ "Unit": "Unit",
48
+ "Used for doing a series of date related calculation on an input value.": "Used for doing a series of date related calculation on an input value.",
49
+ "Value conversion": "Value conversion",
50
+ "Week": "Week",
51
+ "Year": "Year"
52
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "Absolute value": "Absolute value",
3
+ "Add a range": "Add a range",
4
+ "Add step": "Add step",
5
+ "Boolean": "Boolean",
6
+ "Calculation steps": "Calculation steps",
7
+ "Change timezone": "Change timezone",
8
+ "Convert unit": "Convert unit",
9
+ "Date": "Date",
10
+ "Date calculation": "Date calculation",
11
+ "Date calculation result": "Date calculation result",
12
+ "Date type": "Date type",
13
+ "Day": "Day",
14
+ "Format": "Format",
15
+ "Format to string": "Format to string",
16
+ "From": "From",
17
+ "From date to timestamp": "From date to timestamp",
18
+ "From timestamp to date": "From timestamp to date",
19
+ "Get difference with another date value": "Get difference with another date value",
20
+ "Get value": "Get value",
21
+ "Get value on specific unit of input date": "Get value on specific unit of input date",
22
+ "Hour": "Giờ",
23
+ "Input": "Input",
24
+ "Input type as": "Input type as",
25
+ "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.": "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.",
26
+ "Is leap year": "Is leap year",
27
+ "Keep decimals": "Keep decimals",
28
+ "Millisecond": "Millisecond",
29
+ "Minute": "Phút",
30
+ "Month": "Tháng",
31
+ "Number": "Số",
32
+ "Number type": "Number type",
33
+ "Only calculation functions with numeric input value are supported.": "Only calculation functions with numeric input value are supported.",
34
+ "Pattern": "Pattern",
35
+ "Quarter": "Quarter",
36
+ "Round": "Round",
37
+ "Round down": "Round down",
38
+ "Round up": "Round up",
39
+ "Second": "Giây",
40
+ "Set to time of unit end": "Set to time of unit end",
41
+ "Set to time of unit start": "Set to time of unit start",
42
+ "String": "String",
43
+ "Subtract a range": "Subtract a range",
44
+ "Target timezone": "Target timezone",
45
+ "To": "To",
46
+ "To another date": "To another date",
47
+ "Unit": "Unit",
48
+ "Used for doing a series of date related calculation on an input value.": "Used for doing a series of date related calculation on an input value.",
49
+ "Value conversion": "Value conversion",
50
+ "Week": "Tuần",
51
+ "Year": "Năm"
52
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "Absolute value": "绝对值",
3
+ "Add a range": "增加一段时间",
4
+ "Add step": "增加运算步骤",
5
+ "Boolean": "布尔值",
6
+ "Calculation steps": "运算步骤",
7
+ "Change timezone": "转换时区",
8
+ "Convert unit": "转换单位",
9
+ "Date": "日期",
10
+ "Date calculation": "日期计算",
11
+ "Date calculation result": "日期计算节点结果",
12
+ "Date type": "时间类型",
13
+ "Day": "日",
14
+ "Format": "格式化",
15
+ "Format to string": "格式化为字符串",
16
+ "From": "从",
17
+ "From date to timestamp": "从日期转换为时间戳",
18
+ "From timestamp to date": "从时间戳转换为日期",
19
+ "Get difference with another date value": "计算与另一个时间的差值",
20
+ "Get value": "取值",
21
+ "Get value on specific unit of input date": "取时间在特定单位上的数值",
22
+ "Hour": "时",
23
+ "Input": "输入值",
24
+ "Input type as": "输入值类型",
25
+ "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.": "输入值将会被 Day.js 构造函数从原来的类型转换为时间类型,用于相关计算。",
26
+ "Is leap year": "判断闰年",
27
+ "Keep decimals": "保留小数",
28
+ "Millisecond": "毫秒",
29
+ "Minute": "分",
30
+ "Month": "月",
31
+ "Number": "数值",
32
+ "Number type": "数值类型",
33
+ "Only calculation functions with numeric input value are supported.": "仅支持通过以数值类型为输入值的函数进行计算。",
34
+ "Pattern": "格式",
35
+ "Quarter": "季度",
36
+ "Round": "四舍五入",
37
+ "Round down": "向下取整",
38
+ "Round up": "向上取整",
39
+ "Second": "秒",
40
+ "Set to time of unit end": "将日期设置为特定单位的结束时间",
41
+ "Set to time of unit start": "将日期设置为特定单位的开始时间",
42
+ "String": "字符串",
43
+ "Subtract a range": "减少一段时间",
44
+ "Target timezone": "目标时区",
45
+ "To": "到",
46
+ "To another date": "计算为另一个日期",
47
+ "Unit": "单位",
48
+ "Used for doing a series of date related calculation on an input value.": "用于对输入值进行一系列日期相关的计算。",
49
+ "Value conversion": "值转换",
50
+ "Week": "周",
51
+ "Year": "年"
52
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "Absolute value": "Absolute value",
3
+ "Add a range": "Add a range",
4
+ "Add step": "Add step",
5
+ "Boolean": "Boolean",
6
+ "Calculation steps": "Calculation steps",
7
+ "Change timezone": "Change timezone",
8
+ "Convert unit": "Convert unit",
9
+ "Date": "Date",
10
+ "Date calculation": "Date calculation",
11
+ "Date calculation result": "Date calculation result",
12
+ "Date type": "Date type",
13
+ "Day": "Day",
14
+ "Format": "Format",
15
+ "Format to string": "Format to string",
16
+ "From": "From",
17
+ "From date to timestamp": "From date to timestamp",
18
+ "From timestamp to date": "From timestamp to date",
19
+ "Get difference with another date value": "Get difference with another date value",
20
+ "Get value": "Get value",
21
+ "Get value on specific unit of input date": "Get value on specific unit of input date",
22
+ "Hour": "Hour",
23
+ "Input": "Input",
24
+ "Input type as": "Input type as",
25
+ "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.": "Input value will be converted from its original type to date type to do futher calculation by Day.js constructor.",
26
+ "Is leap year": "Is leap year",
27
+ "Keep decimals": "Keep decimals",
28
+ "Millisecond": "Millisecond",
29
+ "Minute": "Minute",
30
+ "Month": "Month",
31
+ "Number": "Number",
32
+ "Number type": "Number type",
33
+ "Only calculation functions with numeric input value are supported.": "Only calculation functions with numeric input value are supported.",
34
+ "Pattern": "Pattern",
35
+ "Quarter": "Quarter",
36
+ "Round": "Round",
37
+ "Round down": "Round down",
38
+ "Round up": "Round up",
39
+ "Second": "Second",
40
+ "Set to time of unit end": "Set to time of unit end",
41
+ "Set to time of unit start": "Set to time of unit start",
42
+ "String": "String",
43
+ "Subtract a range": "Subtract a range",
44
+ "Target timezone": "Target timezone",
45
+ "To": "To",
46
+ "To another date": "To another date",
47
+ "Unit": "Unit",
48
+ "Used for doing a series of date related calculation on an input value.": "Used for doing a series of date related calculation on an input value.",
49
+ "Value conversion": "Value conversion",
50
+ "Week": "Week",
51
+ "Year": "Year"
52
+ }