@26lights/orcha 0.42.141 → 0.42.143
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 +12 -1
- package/dist/orcha.cjs.js +30 -30
- package/dist/orcha.css +1 -1
- package/dist/orcha.es.js +4933 -4710
- package/dist/orcha.umd.js +32 -32
- package/dist/src/components/AoSprintList.vue.d.ts +54 -0
- package/dist/src/main.d.ts +1 -0
- package/dist/src/types/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -115,5 +115,16 @@
|
|
|
115
115
|
"sprintMetrics.targetVelocity": "Target Velocity",
|
|
116
116
|
"sprintMetrics.targetVelocityPlaceholder": "0.00",
|
|
117
117
|
"sprintMetrics.currentlyEstimated": "Currently estimated",
|
|
118
|
-
"sprintMetrics.planningProgress": "Planning Progress"
|
|
118
|
+
"sprintMetrics.planningProgress": "Planning Progress",
|
|
119
|
+
"sprint.planning": "Sprints",
|
|
120
|
+
"sprint.add": "Add sprint",
|
|
121
|
+
"sprint.name": "Name",
|
|
122
|
+
"sprint.color": "Color",
|
|
123
|
+
"sprint.archive": "Archive",
|
|
124
|
+
"sprint.archived": "Archived",
|
|
125
|
+
"sprint.confirmArchive": "Are you sure you want to archive this sprint?",
|
|
126
|
+
"sprint.showArchived": "Show archived",
|
|
127
|
+
"sprint.noSprints": "No sprints yet",
|
|
128
|
+
"common.save": "Save",
|
|
129
|
+
"common.edit": "Edit"
|
|
119
130
|
}
|