@26lights/orcha 0.42.111 → 0.42.113
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/dist/locales/en/translation.json +6 -0
- package/dist/orcha.cjs.js +34 -34
- package/dist/orcha.css +1 -1
- package/dist/orcha.es.js +4359 -4280
- package/dist/orcha.umd.js +34 -34
- package/dist/src/components/AoActivityDetails.vue.d.ts +8 -2
- package/dist/src/views/AoFeed.vue.d.ts +12 -2
- package/dist/src/views/AoProjectOverviewActivityDetails.vue.d.ts +12 -2
- package/package.json +1 -1
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
+
"common.cancel": "Cancel",
|
|
3
|
+
"common.create": "Create",
|
|
2
4
|
"templates.title": "My Templates",
|
|
3
5
|
"templates.new": "Create template",
|
|
4
6
|
"template.rules.edit": "Edit warnings",
|
|
@@ -27,6 +29,10 @@
|
|
|
27
29
|
"activity.sprint.new": "New",
|
|
28
30
|
"activity.sprint.placeholder": "Select a sprint",
|
|
29
31
|
"activity.sprint.selectProjectFirst": "Select a project first",
|
|
32
|
+
"activity.sprint.nameLabel": "Name",
|
|
33
|
+
"activity.sprint.namePlaceholder": "Sprint name",
|
|
34
|
+
"activity.sprint.startDateLabel": "Start date",
|
|
35
|
+
"activity.sprint.endDateLabel": "End date",
|
|
30
36
|
"activity.dependingOn.label": "Depending On",
|
|
31
37
|
"activity.blocking.label": "Blocking",
|
|
32
38
|
"activity.dependingMilestone.label": "The validation of this activity opens",
|