@26lights/orcha 0.42.121 → 0.42.122
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 +7 -1
- package/dist/orcha.cjs.js +28 -28
- package/dist/orcha.css +1 -1
- package/dist/orcha.es.js +5884 -5770
- package/dist/orcha.umd.js +33 -33
- package/dist/src/components/AoSprintMetrics.vue.d.ts +49 -0
- package/dist/src/types/index.d.ts +7 -0
- package/dist/src/views/AoFeed.vue.d.ts +15 -0
- package/package.json +1 -1
|
@@ -108,5 +108,11 @@
|
|
|
108
108
|
"activity.attachment.preview.previous": "Previous file",
|
|
109
109
|
"activity.attachment.preview.next": "Next file",
|
|
110
110
|
"activity.attachment.preview.notAvailable": "Preview not available",
|
|
111
|
-
"activity.attachment.preview.loading": "Loading preview..."
|
|
111
|
+
"activity.attachment.preview.loading": "Loading preview...",
|
|
112
|
+
"sprintMetrics.manDaysPlanned": "Man Days Planned",
|
|
113
|
+
"sprintMetrics.estimatedPoints": "Estimated Points",
|
|
114
|
+
"sprintMetrics.targetVelocity": "Target Velocity",
|
|
115
|
+
"sprintMetrics.targetVelocityPlaceholder": "0.00",
|
|
116
|
+
"sprintMetrics.currentlyEstimated": "Currently estimated",
|
|
117
|
+
"sprintMetrics.planningProgress": "Planning Progress"
|
|
112
118
|
}
|