@trackunit/custom-field-components 1.0.66 → 1.0.70
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 +10 -10
- package/translation.cjs.js +9 -0
- package/translation.cjs10.js +9 -0
- package/translation.cjs11.js +9 -0
- package/translation.cjs12.js +9 -0
- package/translation.cjs13.js +9 -0
- package/translation.cjs14.js +9 -0
- package/translation.cjs15.js +9 -0
- package/translation.cjs16.js +9 -0
- package/translation.cjs17.js +9 -0
- package/translation.cjs2.js +9 -0
- package/translation.cjs3.js +9 -0
- package/translation.cjs4.js +9 -0
- package/translation.cjs5.js +9 -0
- package/translation.cjs6.js +9 -0
- package/translation.cjs7.js +9 -0
- package/translation.cjs8.js +9 -0
- package/translation.cjs9.js +9 -0
- package/translation.esm.js +9 -0
- package/translation.esm10.js +9 -0
- package/translation.esm11.js +9 -0
- package/translation.esm12.js +9 -0
- package/translation.esm13.js +9 -0
- package/translation.esm14.js +9 -0
- package/translation.esm15.js +9 -0
- package/translation.esm16.js +9 -0
- package/translation.esm17.js +9 -0
- package/translation.esm2.js +9 -0
- package/translation.esm3.js +9 -0
- package/translation.esm4.js +9 -0
- package/translation.esm5.js +9 -0
- package/translation.esm6.js +9 -0
- package/translation.esm7.js +9 -0
- package/translation.esm8.js +9 -0
- package/translation.esm9.js +9 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/custom-field-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.70",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"react-select": "^5.8.0",
|
|
13
13
|
"@testing-library/react": "15.0.6",
|
|
14
14
|
"jest-fetch-mock": "^3.0.3",
|
|
15
|
-
"@trackunit/react-form-components": "1.0.
|
|
16
|
-
"@trackunit/shared-utils": "1.2.
|
|
17
|
-
"@trackunit/custom-field-api": "1.0.
|
|
18
|
-
"@trackunit/iris-app-runtime-core": "1.0.
|
|
19
|
-
"@trackunit/react-components": "1.1.
|
|
20
|
-
"@trackunit/react-modal": "1.0.
|
|
21
|
-
"@trackunit/react-core-hooks": "1.0.
|
|
22
|
-
"@trackunit/i18n-library-translation": "1.0.
|
|
23
|
-
"@trackunit/iris-app-runtime-core-api": "1.0.
|
|
15
|
+
"@trackunit/react-form-components": "1.0.67",
|
|
16
|
+
"@trackunit/shared-utils": "1.2.38",
|
|
17
|
+
"@trackunit/custom-field-api": "1.0.53",
|
|
18
|
+
"@trackunit/iris-app-runtime-core": "1.0.46",
|
|
19
|
+
"@trackunit/react-components": "1.1.48",
|
|
20
|
+
"@trackunit/react-modal": "1.0.66",
|
|
21
|
+
"@trackunit/react-core-hooks": "1.0.46",
|
|
22
|
+
"@trackunit/i18n-library-translation": "1.0.51",
|
|
23
|
+
"@trackunit/iris-app-runtime-core-api": "1.0.46"
|
|
24
24
|
},
|
|
25
25
|
"module": "./index.esm.js",
|
|
26
26
|
"main": "./index.cjs.js",
|
package/translation.cjs.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "Acre",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs10.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "akr",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs11.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "acre",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs12.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "акр",
|
|
5
14
|
"customfield.unit.AMPERE": "А",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs13.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "acru",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs14.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "acre",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs15.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "acre",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs16.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "エーカー",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs17.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "เอเคอร์",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs2.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "hektar",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs3.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "akr",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs4.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "are",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs5.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "acre",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs6.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "eekkeri",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs7.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "hold",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs8.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "acri",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.cjs9.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"customfield.stringlistfield.add": "Add",
|
|
5
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
6
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
7
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
8
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
9
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
10
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
11
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
12
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
4
13
|
"customfield.unit.ACRE": "acre",
|
|
5
14
|
"customfield.unit.AMPERE": "A",
|
|
6
15
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "Acre",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm10.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "akr",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm11.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "acre",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm12.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "акр",
|
|
3
12
|
"customfield.unit.AMPERE": "А",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm13.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "acru",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm14.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "acre",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm15.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "acre",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm16.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "エーカー",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm17.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "เอเคอร์",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm2.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "hektar",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm3.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "akr",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm4.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "are",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm5.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "acre",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm6.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "eekkeri",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm7.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "hold",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm8.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "acri",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
package/translation.esm9.js
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"customfield.stringlistfield.add": "Add",
|
|
3
|
+
"customfield.stringlistfield.addField.Heading": "Add {{label}}",
|
|
4
|
+
"customfield.stringlistfield.addField.InputPlaceholder": "Enter {{label}}",
|
|
5
|
+
"customfield.stringlistfield.deleteField.Heading": "Delete {{label}}",
|
|
6
|
+
"customfield.stringlistfield.deleteField.Message": "Are you sure you want to delete this {{label}}?",
|
|
7
|
+
"customfield.stringlistfield.deleteField.PrimaryActionLabel": "Delete",
|
|
8
|
+
"customfield.stringlistfield.deleteField.SecondaryActionLabel": "Cancel",
|
|
9
|
+
"customfield.stringlistfield.discard": "Discard",
|
|
10
|
+
"customfield.stringlistfield.noValuesAddedYet": "No values added yet",
|
|
2
11
|
"customfield.unit.ACRE": "acre",
|
|
3
12
|
"customfield.unit.AMPERE": "A",
|
|
4
13
|
"customfield.unit.AMPERE_HOUR": "Ah",
|