@26lights/orcha 0.41.108 → 0.41.110
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 +2 -1
- package/dist/orcha.cjs.js +2 -2
- package/dist/orcha.css +1 -1
- package/dist/orcha.es.js +3846 -3764
- package/dist/orcha.umd.js +3 -3
- package/dist/src/components/AoActivityDetails.vue.d.ts +21 -0
- package/package.json +1 -1
|
@@ -86,5 +86,6 @@
|
|
|
86
86
|
"project.template.apply.title": "Apply a new template",
|
|
87
87
|
"project.template.apply.label": "Apply template",
|
|
88
88
|
"project.template.apply.notice": "Applying the template will add its phases and their content (milestones, activity, tasks) to your current project without modifying the one already present.",
|
|
89
|
-
"activity.attachment.placeholder.active": "Drop files here"
|
|
89
|
+
"activity.attachment.placeholder.active": "Drop files here",
|
|
90
|
+
"activity.timer.start": "Start timer"
|
|
90
91
|
}
|