@projectcaluma/ember-workflow 13.0.0 → 13.0.1
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 +3 -3
- package/translations/it.yaml +16 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@projectcaluma/ember-workflow",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.1",
|
|
4
4
|
"description": "Ember addon for Caluma workflow tools.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"ember-uikit": "^9.1.2",
|
|
24
24
|
"graphql": "^15.9.0",
|
|
25
25
|
"reactiveweb": "^1.3.0",
|
|
26
|
-
"@projectcaluma/ember-core": "^13.0.
|
|
26
|
+
"@projectcaluma/ember-core": "^13.0.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@ember/optional-features": "2.1.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"qunit-dom": "3.2.0",
|
|
52
52
|
"uikit": "3.21.9",
|
|
53
53
|
"webpack": "5.93.0",
|
|
54
|
-
"@projectcaluma/ember-testing": "13.0.
|
|
54
|
+
"@projectcaluma/ember-testing": "13.0.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"ember-source": ">= 4.0.0"
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
caluma:
|
|
2
|
+
mutate-work-item:
|
|
3
|
+
complete: "Concludi"
|
|
4
|
+
skip: "Tralascia"
|
|
5
|
+
cancel: "Annulla"
|
|
6
|
+
success:
|
|
7
|
+
complete: "Compito concluso con successo!"
|
|
8
|
+
skip: "Compito tralasciato con successo!"
|
|
9
|
+
cancel: "Compito annullato con successo!"
|
|
10
|
+
error:
|
|
11
|
+
complete: "Ops, nel tentativo di concludere il compito qualcosa è andato storto..."
|
|
12
|
+
skip: "Ops, nel tentativo di tralasciare il compito qualcosa è andato storto..."
|
|
13
|
+
cancel: "Ops, nel tentativo di annullare il compito qualcosa è andato storto..."
|
|
14
|
+
|
|
15
|
+
task-button:
|
|
16
|
+
error: "Errore nel tentativo di caricare il compito"
|