@uipath/apollo-react 4.35.0 → 4.36.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/dist/canvas/components/BaseCanvas/index.cjs +25 -15
- package/dist/canvas/components/BaseCanvas/index.d.ts +1 -0
- package/dist/canvas/components/BaseCanvas/index.d.ts.map +1 -1
- package/dist/canvas/components/BaseCanvas/index.js +1 -0
- package/dist/canvas/components/BaseNode/BaseNode.cjs +3 -1
- package/dist/canvas/components/BaseNode/BaseNode.d.ts.map +1 -1
- package/dist/canvas/components/BaseNode/BaseNode.js +3 -1
- package/dist/canvas/components/BaseNode/BaseNodeConfigContext.d.ts +3 -1
- package/dist/canvas/components/BaseNode/BaseNodeConfigContext.d.ts.map +1 -1
- package/dist/canvas/components/ButtonHandle/ButtonHandle.cjs +30 -1
- package/dist/canvas/components/ButtonHandle/ButtonHandle.d.ts +11 -1
- package/dist/canvas/components/ButtonHandle/ButtonHandle.d.ts.map +1 -1
- package/dist/canvas/components/ButtonHandle/ButtonHandle.js +30 -1
- package/dist/canvas/components/ButtonHandle/HandleButton.cjs +3 -1
- package/dist/canvas/components/ButtonHandle/HandleButton.d.ts +3 -1
- package/dist/canvas/components/ButtonHandle/HandleButton.d.ts.map +1 -1
- package/dist/canvas/components/ButtonHandle/HandleButton.js +3 -1
- package/dist/canvas/components/ButtonHandle/useButtonHandles.cjs +6 -2
- package/dist/canvas/components/ButtonHandle/useButtonHandles.d.ts +4 -2
- package/dist/canvas/components/ButtonHandle/useButtonHandles.d.ts.map +1 -1
- package/dist/canvas/components/ButtonHandle/useButtonHandles.js +6 -2
- package/dist/canvas/components/CaseFlow/case-flow.manifest.cjs +12 -0
- package/dist/canvas/components/CaseFlow/case-flow.manifest.d.ts.map +1 -1
- package/dist/canvas/components/CaseFlow/case-flow.manifest.js +12 -0
- package/dist/canvas/components/CaseFlow/index.cjs +42 -0
- package/dist/canvas/components/CaseFlow/index.d.ts +2 -0
- package/dist/canvas/components/CaseFlow/index.d.ts.map +1 -0
- package/dist/canvas/components/CaseFlow/index.js +2 -0
- package/dist/canvas/components/LoopNode/LoopNode.cjs +3 -7
- package/dist/canvas/components/LoopNode/LoopNode.d.ts.map +1 -1
- package/dist/canvas/components/LoopNode/LoopNode.js +3 -7
- package/dist/canvas/components/LoopNode/LoopNode.types.d.ts +0 -8
- package/dist/canvas/components/LoopNode/LoopNode.types.d.ts.map +1 -1
- package/dist/canvas/components/index.cjs +43 -36
- package/dist/canvas/components/index.d.ts +1 -0
- package/dist/canvas/components/index.d.ts.map +1 -1
- package/dist/canvas/components/index.js +1 -0
- package/dist/canvas/icons/AgentIcon.cjs +2 -3
- package/dist/canvas/icons/AgentIcon.d.ts.map +1 -1
- package/dist/canvas/icons/AgentIcon.js +2 -3
- package/dist/canvas/icons/AutonomousAgentIcon.cjs +1 -1
- package/dist/canvas/icons/AutonomousAgentIcon.js +1 -1
- package/dist/canvas/icons/CodedAgentIcon.cjs +1 -1
- package/dist/canvas/icons/CodedAgentIcon.js +1 -1
- package/dist/canvas/icons/ConversationalAgentIcon.cjs +1 -1
- package/dist/canvas/icons/ConversationalAgentIcon.js +1 -1
- package/dist/canvas/icons/DataTransformIcon.cjs +5 -10
- package/dist/canvas/icons/DataTransformIcon.d.ts.map +1 -1
- package/dist/canvas/icons/DataTransformIcon.js +5 -10
- package/dist/canvas/icons/FlaskRunIcon.cjs +1 -1
- package/dist/canvas/icons/FlaskRunIcon.js +1 -1
- package/dist/canvas/icons/HealthScoreIcon.cjs +1 -1
- package/dist/canvas/icons/HealthScoreIcon.js +1 -1
- package/dist/canvas/icons/LoopIcon.cjs +1 -1
- package/dist/canvas/icons/LoopIcon.js +1 -1
- package/dist/canvas/icons/TimelinePauseIcon.cjs +1 -1
- package/dist/canvas/icons/TimelinePauseIcon.js +1 -1
- package/dist/canvas/icons/TimelineProgressIcon.cjs +1 -1
- package/dist/canvas/icons/TimelineProgressIcon.js +1 -1
- package/dist/canvas/locales/de.cjs +1 -1
- package/dist/canvas/locales/de.d.ts.map +1 -1
- package/dist/canvas/locales/de.js +1 -1
- package/dist/canvas/locales/en.cjs +1 -1
- package/dist/canvas/locales/en.d.ts.map +1 -1
- package/dist/canvas/locales/en.js +1 -1
- package/dist/canvas/locales/es-MX.cjs +1 -1
- package/dist/canvas/locales/es-MX.d.ts.map +1 -1
- package/dist/canvas/locales/es-MX.js +1 -1
- package/dist/canvas/locales/es.cjs +1 -1
- package/dist/canvas/locales/es.d.ts.map +1 -1
- package/dist/canvas/locales/es.js +1 -1
- package/dist/canvas/locales/fr.cjs +1 -1
- package/dist/canvas/locales/fr.d.ts.map +1 -1
- package/dist/canvas/locales/fr.js +1 -1
- package/dist/canvas/locales/ja.cjs +1 -1
- package/dist/canvas/locales/ja.d.ts.map +1 -1
- package/dist/canvas/locales/ja.js +1 -1
- package/dist/canvas/locales/ko.cjs +1 -1
- package/dist/canvas/locales/ko.d.ts.map +1 -1
- package/dist/canvas/locales/ko.js +1 -1
- package/dist/canvas/locales/pt-BR.cjs +1 -1
- package/dist/canvas/locales/pt-BR.d.ts.map +1 -1
- package/dist/canvas/locales/pt-BR.js +1 -1
- package/dist/canvas/locales/pt.cjs +1 -1
- package/dist/canvas/locales/pt.d.ts.map +1 -1
- package/dist/canvas/locales/pt.js +1 -1
- package/dist/canvas/locales/tr.cjs +1 -1
- package/dist/canvas/locales/tr.d.ts.map +1 -1
- package/dist/canvas/locales/tr.js +1 -1
- package/dist/canvas/locales/zh-CN.cjs +1 -1
- package/dist/canvas/locales/zh-CN.d.ts.map +1 -1
- package/dist/canvas/locales/zh-CN.js +1 -1
- package/dist/canvas/locales/zh-TW.cjs +1 -1
- package/dist/canvas/locales/zh-TW.d.ts.map +1 -1
- package/dist/canvas/locales/zh-TW.js +1 -1
- package/dist/canvas/styles/tailwind.canvas.css +1 -1
- package/dist/canvas/utils/CanvasEventBus.d.ts +13 -2
- package/dist/canvas/utils/CanvasEventBus.d.ts.map +1 -1
- package/dist/canvas/utils/manifest-resolver.d.ts +3 -1
- package/dist/canvas/utils/manifest-resolver.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/canvas/components/LoopNode/IterationNavigator.cjs +0 -159
- package/dist/canvas/components/LoopNode/IterationNavigator.d.ts +0 -7
- package/dist/canvas/components/LoopNode/IterationNavigator.d.ts.map +0 -1
- package/dist/canvas/components/LoopNode/IterationNavigator.js +0 -125
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/en.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/en.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAA+1F,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"loop-node.add-node\":[\"Add node to loop\"],\"loop-node.execution-count.click-to-jump\":[\"Click to jump to a specific iteration\"],\"loop-node.execution-count.click-to-return\":[\"Click to return to individual iteration view\"],\"loop-node.execution-count.jump-to-failed\":[\"Jump to first failed iteration\"],\"loop-node.execution-count.jump-to-iteration\":[\"Jump to iteration \",[\"iterationNumber\"],\" (failed)\"],\"loop-node.execution-count.next-iteration\":[\"Next iteration\"],\"loop-node.execution-count.previous-iteration\":[\"Previous iteration\"],\"loop-node.execution-count.return-to-individual\":[\"Return to individual iteration view\"],\"loop-node.execution-count.show-aggregate\":[\"Show aggregate across all iterations\"],\"loop-node.
|
|
1
|
+
const messages = JSON.parse("{\"loop-node.add-node\":[\"Add node to loop\"],\"loop-node.execution-count.click-to-jump\":[\"Click to jump to a specific iteration\"],\"loop-node.execution-count.click-to-return\":[\"Click to return to individual iteration view\"],\"loop-node.execution-count.jump-to-failed\":[\"Jump to first failed iteration\"],\"loop-node.execution-count.jump-to-iteration\":[\"Jump to iteration \",[\"iterationNumber\"],\" (failed)\"],\"loop-node.execution-count.next-iteration\":[\"Next iteration\"],\"loop-node.execution-count.previous-iteration\":[\"Previous iteration\"],\"loop-node.execution-count.return-to-individual\":[\"Return to individual iteration view\"],\"loop-node.execution-count.show-aggregate\":[\"Show aggregate across all iterations\"],\"loop-node.mode.parallel\":[\"Parallel\"],\"loop-node.mode.sequential\":[\"Sequential\"],\"loop-node.title\":[\"Loop\"],\"stage-node.add-first-task\":[\"Add first task\"],\"stage-node.add-task\":[\"Add task\"],\"stage-node.add-task-to-parallel-group-above\":[\"Add task to parallel group above\"],\"stage-node.add-task-to-parallel-group-below\":[\"Add task to parallel group below\"],\"stage-node.adhoc-tasks\":[\"Ad hoc tasks\"],\"stage-node.create-parallel-group-with-task-above\":[\"Create parallel group with task above\"],\"stage-node.create-parallel-group-with-task-below\":[\"Create parallel group with task below\"],\"stage-node.delete-task\":[\"Delete task\"],\"stage-node.event-driven-tasks\":[\"Event-driven tasks\"],\"stage-node.move-down\":[\"Move down\"],\"stage-node.move-up\":[\"Move up\"],\"stage-node.no-tasks\":[\"No tasks\"],\"stage-node.parallel\":[\"Parallel\"],\"stage-node.remove-from-parallel-group\":[\"Remove from parallel group\"],\"stage-node.remove-group-from-stage\":[\"Remove group from stage\"],\"stage-node.replace-task\":[\"Replace task\"],\"stage-node.status.cancelled\":[\"Cancelled\"],\"stage-node.status.completed\":[\"Completed\"],\"stage-node.status.failed\":[\"Failed\"],\"stage-node.status.in-progress\":[\"In progress\"],\"stage-node.status.not-executed\":[\"Not started\"],\"stage-node.status.paused\":[\"Paused\"],\"stage-node.status.terminated\":[\"Terminated\"],\"stage-node.status.warning\":[\"Warning\"],\"stage-node.ungroup-parallel-tasks\":[\"Ungroup parallel tasks\"],\"stage-node.untitled-stage\":[\"Untitled stage\"],\"sticky-note.formatting.bold\":[\"Bold (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Bullet list\"],\"sticky-note.formatting.italic\":[\"Italic (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Numbered list\"],\"sticky-note.formatting.strikethrough\":[\"Strikethrough (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Text formatting\"],\"sticky-note.toolbar.color\":[\"Color\"],\"sticky-note.toolbar.delete\":[\"Delete\"],\"sticky-note.toolbar.edit\":[\"Edit\"],\"toolbox.search\":[\"Search\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Agregar primera tarea\"],\"stage-node.add-task\":[\"Agregar tarea\"],\"stage-node.add-task-to-parallel-group-above\":[\"Agregar tarea al grupo paralelo anterior\"],\"stage-node.add-task-to-parallel-group-below\":[\"Agregar tarea al grupo paralelo siguiente\"],\"stage-node.adhoc-tasks\":[\"Tareas ad hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Crear grupo paralelo con la tarea anterior\"],\"stage-node.create-parallel-group-with-task-below\":[\"Crear grupo paralelo con la tarea siguiente\"],\"stage-node.delete-task\":[\"Eliminar tarea\"],\"stage-node.event-driven-tasks\":[\"Tareas basadas en eventos\"],\"stage-node.move-down\":[\"Mover hacia abajo\"],\"stage-node.move-up\":[\"Mover hacia arriba\"],\"stage-node.no-tasks\":[\"Sin tareas\"],\"stage-node.parallel\":[\"Paralelo\"],\"stage-node.remove-from-parallel-group\":[\"Eliminar del grupo paralelo\"],\"stage-node.remove-group-from-stage\":[\"Eliminar grupo de la etapa\"],\"stage-node.replace-task\":[\"Reemplazar tarea\"],\"stage-node.ungroup-parallel-tasks\":[\"Desagrupar tareas paralelas\"],\"stage-node.untitled-stage\":[\"Etapa sin título\"],\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"],\"toolbox.search\":[\"Buscar\"]}");
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es-MX.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/es-MX.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"es-MX.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/es-MX.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAmmD,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Agregar primera tarea\"],\"stage-node.add-task\":[\"Agregar tarea\"],\"stage-node.add-task-to-parallel-group-above\":[\"Agregar tarea al grupo paralelo anterior\"],\"stage-node.add-task-to-parallel-group-below\":[\"Agregar tarea al grupo paralelo siguiente\"],\"stage-node.adhoc-tasks\":[\"Tareas ad hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Crear grupo paralelo con la tarea anterior\"],\"stage-node.create-parallel-group-with-task-below\":[\"Crear grupo paralelo con la tarea siguiente\"],\"stage-node.delete-task\":[\"Eliminar tarea\"],\"stage-node.event-driven-tasks\":[\"Tareas basadas en eventos\"],\"stage-node.move-down\":[\"Mover hacia abajo\"],\"stage-node.move-up\":[\"Mover hacia arriba\"],\"stage-node.no-tasks\":[\"Sin tareas\"],\"stage-node.parallel\":[\"Paralelo\"],\"stage-node.remove-from-parallel-group\":[\"Eliminar del grupo paralelo\"],\"stage-node.remove-group-from-stage\":[\"Eliminar grupo de la etapa\"],\"stage-node.replace-task\":[\"Reemplazar tarea\"],\"stage-node.ungroup-parallel-tasks\":[\"Desagrupar tareas paralelas\"],\"stage-node.untitled-stage\":[\"Etapa sin título\"],\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"],\"toolbox.search\":[\"Buscar\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Añadir primera tarea\"],\"stage-node.add-task\":[\"añadir tarea\"],\"stage-node.add-task-to-parallel-group-above\":[\"Añadir tarea al grupo paralelo anterior\"],\"stage-node.add-task-to-parallel-group-below\":[\"Añadir tarea al grupo paralelo siguiente\"],\"stage-node.adhoc-tasks\":[\"Tareas ad hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Crear grupo paralelo con la tarea anterior\"],\"stage-node.create-parallel-group-with-task-below\":[\"Crear grupo paralelo con la siguiente tarea\"],\"stage-node.delete-task\":[\"Eliminar tarea\"],\"stage-node.event-driven-tasks\":[\"Tareas impulsadas por eventos\"],\"stage-node.move-down\":[\"Mover hacia abajo\"],\"stage-node.move-up\":[\"Mover hacia arriba\"],\"stage-node.no-tasks\":[\"No hay tareas\"],\"stage-node.parallel\":[\"Paralelo\"],\"stage-node.remove-from-parallel-group\":[\"Eliminar del grupo paralelo\"],\"stage-node.remove-group-from-stage\":[\"Eliminar grupo de la etapa\"],\"stage-node.replace-task\":[\"Reemplazar tarea\"],\"stage-node.ungroup-parallel-tasks\":[\"Desagrupar tareas paralelas\"],\"stage-node.untitled-stage\":[\"Etapa sin título\"],\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"],\"toolbox.search\":[\"Buscar\"]}");
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/es.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/es.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAsmD,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Añadir primera tarea\"],\"stage-node.add-task\":[\"añadir tarea\"],\"stage-node.add-task-to-parallel-group-above\":[\"Añadir tarea al grupo paralelo anterior\"],\"stage-node.add-task-to-parallel-group-below\":[\"Añadir tarea al grupo paralelo siguiente\"],\"stage-node.adhoc-tasks\":[\"Tareas ad hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Crear grupo paralelo con la tarea anterior\"],\"stage-node.create-parallel-group-with-task-below\":[\"Crear grupo paralelo con la siguiente tarea\"],\"stage-node.delete-task\":[\"Eliminar tarea\"],\"stage-node.event-driven-tasks\":[\"Tareas impulsadas por eventos\"],\"stage-node.move-down\":[\"Mover hacia abajo\"],\"stage-node.move-up\":[\"Mover hacia arriba\"],\"stage-node.no-tasks\":[\"No hay tareas\"],\"stage-node.parallel\":[\"Paralelo\"],\"stage-node.remove-from-parallel-group\":[\"Eliminar del grupo paralelo\"],\"stage-node.remove-group-from-stage\":[\"Eliminar grupo de la etapa\"],\"stage-node.replace-task\":[\"Reemplazar tarea\"],\"stage-node.ungroup-parallel-tasks\":[\"Desagrupar tareas paralelas\"],\"stage-node.untitled-stage\":[\"Etapa sin título\"],\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"],\"toolbox.search\":[\"Buscar\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Gras (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Liste à puces\"],\"sticky-note.formatting.italic\":[\"Italique (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Liste numérotée\"],\"sticky-note.formatting.strikethrough\":[\"Barré (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Mise en forme du texte\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Ajouter la première tâche\"],\"stage-node.add-task\":[\"Ajouter une tâche\"],\"stage-node.add-task-to-parallel-group-above\":[\"Ajouter une tâche au groupe parallèle ci-dessus\"],\"stage-node.add-task-to-parallel-group-below\":[\"Ajouter une tâche au groupe parallèle ci-dessous\"],\"stage-node.adhoc-tasks\":[\"Tâches ad\xA0hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Créer un groupe parallèle avec la tâche ci-dessus\"],\"stage-node.create-parallel-group-with-task-below\":[\"Créer un groupe parallèle avec la tâche ci-dessous\"],\"stage-node.delete-task\":[\"Supprimer la tâche\"],\"stage-node.event-driven-tasks\":[\"Tâches axées sur les événements\"],\"stage-node.move-down\":[\"Déplacer vers le haut\"],\"stage-node.move-up\":[\"Monter\"],\"stage-node.no-tasks\":[\"Aucune tâche\"],\"stage-node.parallel\":[\"Parallèle\"],\"stage-node.remove-from-parallel-group\":[\"Supprimer du groupe parallèle\"],\"stage-node.remove-group-from-stage\":[\"Supprimer le groupe de l’étape\"],\"stage-node.replace-task\":[\"Remplacer la tâche\"],\"stage-node.ungroup-parallel-tasks\":[\"Dissocier les tâches parallèles\"],\"stage-node.untitled-stage\":[\"Étape sans titre\"],\"sticky-note.formatting.bold\":[\"Gras (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Liste à puces\"],\"sticky-note.formatting.italic\":[\"Italique (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Liste numérotée\"],\"sticky-note.formatting.strikethrough\":[\"Barré (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Mise en forme du texte\"],\"toolbox.search\":[\"Rechercher\"]}");
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/fr.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/fr.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAA8pD,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Gras (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Liste à puces\"],\"sticky-note.formatting.italic\":[\"Italique (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Liste numérotée\"],\"sticky-note.formatting.strikethrough\":[\"Barré (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Mise en forme du texte\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Ajouter la première tâche\"],\"stage-node.add-task\":[\"Ajouter une tâche\"],\"stage-node.add-task-to-parallel-group-above\":[\"Ajouter une tâche au groupe parallèle ci-dessus\"],\"stage-node.add-task-to-parallel-group-below\":[\"Ajouter une tâche au groupe parallèle ci-dessous\"],\"stage-node.adhoc-tasks\":[\"Tâches ad\xA0hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Créer un groupe parallèle avec la tâche ci-dessus\"],\"stage-node.create-parallel-group-with-task-below\":[\"Créer un groupe parallèle avec la tâche ci-dessous\"],\"stage-node.delete-task\":[\"Supprimer la tâche\"],\"stage-node.event-driven-tasks\":[\"Tâches axées sur les événements\"],\"stage-node.move-down\":[\"Déplacer vers le haut\"],\"stage-node.move-up\":[\"Monter\"],\"stage-node.no-tasks\":[\"Aucune tâche\"],\"stage-node.parallel\":[\"Parallèle\"],\"stage-node.remove-from-parallel-group\":[\"Supprimer du groupe parallèle\"],\"stage-node.remove-group-from-stage\":[\"Supprimer le groupe de l’étape\"],\"stage-node.replace-task\":[\"Remplacer la tâche\"],\"stage-node.ungroup-parallel-tasks\":[\"Dissocier les tâches parallèles\"],\"stage-node.untitled-stage\":[\"Étape sans titre\"],\"sticky-note.formatting.bold\":[\"Gras (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Liste à puces\"],\"sticky-note.formatting.italic\":[\"Italique (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Liste numérotée\"],\"sticky-note.formatting.strikethrough\":[\"Barré (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Mise en forme du texte\"],\"toolbox.search\":[\"Rechercher\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"太字 (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"箇条書き\"],\"sticky-note.formatting.italic\":[\"斜体 (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"番号付きリスト\"],\"sticky-note.formatting.strikethrough\":[\"取り消し線 (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"テキストの書式設定\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"最初のタスクを追加\"],\"stage-node.add-task\":[\"タスクを追加\"],\"stage-node.add-task-to-parallel-group-above\":[\"上記の並列グループにタスクを追加\"],\"stage-node.add-task-to-parallel-group-below\":[\"下記の並列グループにタスクを追加\"],\"stage-node.adhoc-tasks\":[\"アドホック タスク\"],\"stage-node.create-parallel-group-with-task-above\":[\"上記のタスクを含む並列グループを作成\"],\"stage-node.create-parallel-group-with-task-below\":[\"下記のタスクを含む並列グループを作成\"],\"stage-node.delete-task\":[\"タスクを削除\"],\"stage-node.event-driven-tasks\":[\"イベント ドリブン タスク\"],\"stage-node.move-down\":[\"下に移動\"],\"stage-node.move-up\":[\"上に移動\"],\"stage-node.no-tasks\":[\"タスクがありません。\"],\"stage-node.parallel\":[\"並列\"],\"stage-node.remove-from-parallel-group\":[\"並列グループから削除\"],\"stage-node.remove-group-from-stage\":[\"ステージからグループを削除\"],\"stage-node.replace-task\":[\"タスクを置換\"],\"stage-node.ungroup-parallel-tasks\":[\"並列タスクのグループ化を解除する\"],\"stage-node.untitled-stage\":[\"無題のステージ\"],\"sticky-note.formatting.bold\":[\"太字 (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"箇条書き\"],\"sticky-note.formatting.italic\":[\"斜体 (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"番号付きリスト\"],\"sticky-note.formatting.strikethrough\":[\"取り消し線 (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"テキストの書式設定\"],\"toolbox.search\":[\"検索\"]}");
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/ja.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/ja.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAA80C,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"太字 (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"箇条書き\"],\"sticky-note.formatting.italic\":[\"斜体 (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"番号付きリスト\"],\"sticky-note.formatting.strikethrough\":[\"取り消し線 (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"テキストの書式設定\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"最初のタスクを追加\"],\"stage-node.add-task\":[\"タスクを追加\"],\"stage-node.add-task-to-parallel-group-above\":[\"上記の並列グループにタスクを追加\"],\"stage-node.add-task-to-parallel-group-below\":[\"下記の並列グループにタスクを追加\"],\"stage-node.adhoc-tasks\":[\"アドホック タスク\"],\"stage-node.create-parallel-group-with-task-above\":[\"上記のタスクを含む並列グループを作成\"],\"stage-node.create-parallel-group-with-task-below\":[\"下記のタスクを含む並列グループを作成\"],\"stage-node.delete-task\":[\"タスクを削除\"],\"stage-node.event-driven-tasks\":[\"イベント ドリブン タスク\"],\"stage-node.move-down\":[\"下に移動\"],\"stage-node.move-up\":[\"上に移動\"],\"stage-node.no-tasks\":[\"タスクがありません。\"],\"stage-node.parallel\":[\"並列\"],\"stage-node.remove-from-parallel-group\":[\"並列グループから削除\"],\"stage-node.remove-group-from-stage\":[\"ステージからグループを削除\"],\"stage-node.replace-task\":[\"タスクを置換\"],\"stage-node.ungroup-parallel-tasks\":[\"並列タスクのグループ化を解除する\"],\"stage-node.untitled-stage\":[\"無題のステージ\"],\"sticky-note.formatting.bold\":[\"太字 (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"箇条書き\"],\"sticky-note.formatting.italic\":[\"斜体 (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"番号付きリスト\"],\"sticky-note.formatting.strikethrough\":[\"取り消し線 (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"テキストの書式設定\"],\"toolbox.search\":[\"検索\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"굵게(\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"글머리 기호 목록\"],\"sticky-note.formatting.italic\":[\"기울임꼴(\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"번호 매기기 목록\"],\"sticky-note.formatting.strikethrough\":[\"취소선(\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"텍스트 서식 지정\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"첫 번째 태스크 추가\"],\"stage-node.add-task\":[\"태스크 추가\"],\"stage-node.add-task-to-parallel-group-above\":[\"위의 병렬 그룹에 태스크 추가\"],\"stage-node.add-task-to-parallel-group-below\":[\"아래의 병렬 그룹에 태스크 추가\"],\"stage-node.adhoc-tasks\":[\"임시 태스크\"],\"stage-node.create-parallel-group-with-task-above\":[\"위 태스크와 병렬 그룹 생성\"],\"stage-node.create-parallel-group-with-task-below\":[\"아래 태스크와 병렬 그룹 생성\"],\"stage-node.delete-task\":[\"태스크 삭제\"],\"stage-node.event-driven-tasks\":[\"이벤트 기반 태스크\"],\"stage-node.move-down\":[\"아래로 이동\"],\"stage-node.move-up\":[\"위로 이동\"],\"stage-node.no-tasks\":[\"태스크 없음\"],\"stage-node.parallel\":[\"병렬\"],\"stage-node.remove-from-parallel-group\":[\"병렬 그룹에서 제거\"],\"stage-node.remove-group-from-stage\":[\"단계에서 그룹 제거\"],\"stage-node.replace-task\":[\"태스크 바꾸기\"],\"stage-node.ungroup-parallel-tasks\":[\"병렬 태스크 그룹 해제\"],\"stage-node.untitled-stage\":[\"제목 없는 단계\"],\"sticky-note.formatting.bold\":[\"굵게(\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"글머리 기호 목록\"],\"sticky-note.formatting.italic\":[\"기울임꼴(\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"번호 매기기 목록\"],\"sticky-note.formatting.strikethrough\":[\"취소선(\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"텍스트 서식 지정\"],\"toolbox.search\":[\"검색\"]}");
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ko.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/ko.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"ko.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/ko.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAo0C,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"굵게(\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"글머리 기호 목록\"],\"sticky-note.formatting.italic\":[\"기울임꼴(\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"번호 매기기 목록\"],\"sticky-note.formatting.strikethrough\":[\"취소선(\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"텍스트 서식 지정\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"첫 번째 태스크 추가\"],\"stage-node.add-task\":[\"태스크 추가\"],\"stage-node.add-task-to-parallel-group-above\":[\"위의 병렬 그룹에 태스크 추가\"],\"stage-node.add-task-to-parallel-group-below\":[\"아래의 병렬 그룹에 태스크 추가\"],\"stage-node.adhoc-tasks\":[\"임시 태스크\"],\"stage-node.create-parallel-group-with-task-above\":[\"위 태스크와 병렬 그룹 생성\"],\"stage-node.create-parallel-group-with-task-below\":[\"아래 태스크와 병렬 그룹 생성\"],\"stage-node.delete-task\":[\"태스크 삭제\"],\"stage-node.event-driven-tasks\":[\"이벤트 기반 태스크\"],\"stage-node.move-down\":[\"아래로 이동\"],\"stage-node.move-up\":[\"위로 이동\"],\"stage-node.no-tasks\":[\"태스크 없음\"],\"stage-node.parallel\":[\"병렬\"],\"stage-node.remove-from-parallel-group\":[\"병렬 그룹에서 제거\"],\"stage-node.remove-group-from-stage\":[\"단계에서 그룹 제거\"],\"stage-node.replace-task\":[\"태스크 바꾸기\"],\"stage-node.ungroup-parallel-tasks\":[\"병렬 태스크 그룹 해제\"],\"stage-node.untitled-stage\":[\"제목 없는 단계\"],\"sticky-note.formatting.bold\":[\"굵게(\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"글머리 기호 목록\"],\"sticky-note.formatting.italic\":[\"기울임꼴(\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"번호 매기기 목록\"],\"sticky-note.formatting.strikethrough\":[\"취소선(\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"텍스트 서식 지정\"],\"toolbox.search\":[\"검색\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Negrito (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista com marcadores\"],\"sticky-note.formatting.italic\":[\"Itálico (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formatação de texto\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Adicionar primeira tarefa\"],\"stage-node.add-task\":[\"Tarefa Adicionar\"],\"stage-node.add-task-to-parallel-group-above\":[\"Adicionar tarefa ao grupo paralelo acima\"],\"stage-node.add-task-to-parallel-group-below\":[\"Adicionar tarefa ao grupo paralelo abaixo\"],\"stage-node.adhoc-tasks\":[\"Tarefas ad hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Criar grupo paralelo com a tarefa acima\"],\"stage-node.create-parallel-group-with-task-below\":[\"Criar grupo paralelo com a tarefa abaixo\"],\"stage-node.delete-task\":[\"Excluir tarefa\"],\"stage-node.event-driven-tasks\":[\"Tarefas orientadas a eventos\"],\"stage-node.move-down\":[\"Mover para Baixo\"],\"stage-node.move-up\":[\"Mover para Cima\"],\"stage-node.no-tasks\":[\"Nenhuma tarefa\"],\"stage-node.parallel\":[\"Paralelo\"],\"stage-node.remove-from-parallel-group\":[\"Remover do grupo paralelo\"],\"stage-node.remove-group-from-stage\":[\"Remover grupo do estágio\"],\"stage-node.replace-task\":[\"Substituir tarefa\"],\"stage-node.ungroup-parallel-tasks\":[\"Desagrupar tarefas paralelas\"],\"stage-node.untitled-stage\":[\"Estágio sem título\"],\"sticky-note.formatting.bold\":[\"Negrito (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista com marcadores\"],\"sticky-note.formatting.italic\":[\"Itálico (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formatação de texto\"],\"toolbox.search\":[\"Pesquisar\"]}");
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt-BR.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/pt-BR.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"pt-BR.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/pt-BR.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAinD,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Negrito (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista com marcadores\"],\"sticky-note.formatting.italic\":[\"Itálico (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formatação de texto\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Adicionar primeira tarefa\"],\"stage-node.add-task\":[\"Tarefa Adicionar\"],\"stage-node.add-task-to-parallel-group-above\":[\"Adicionar tarefa ao grupo paralelo acima\"],\"stage-node.add-task-to-parallel-group-below\":[\"Adicionar tarefa ao grupo paralelo abaixo\"],\"stage-node.adhoc-tasks\":[\"Tarefas ad hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Criar grupo paralelo com a tarefa acima\"],\"stage-node.create-parallel-group-with-task-below\":[\"Criar grupo paralelo com a tarefa abaixo\"],\"stage-node.delete-task\":[\"Excluir tarefa\"],\"stage-node.event-driven-tasks\":[\"Tarefas orientadas a eventos\"],\"stage-node.move-down\":[\"Mover para Baixo\"],\"stage-node.move-up\":[\"Mover para Cima\"],\"stage-node.no-tasks\":[\"Nenhuma tarefa\"],\"stage-node.parallel\":[\"Paralelo\"],\"stage-node.remove-from-parallel-group\":[\"Remover do grupo paralelo\"],\"stage-node.remove-group-from-stage\":[\"Remover grupo do estágio\"],\"stage-node.replace-task\":[\"Substituir tarefa\"],\"stage-node.ungroup-parallel-tasks\":[\"Desagrupar tarefas paralelas\"],\"stage-node.untitled-stage\":[\"Estágio sem título\"],\"sticky-note.formatting.bold\":[\"Negrito (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista com marcadores\"],\"sticky-note.formatting.italic\":[\"Itálico (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formatação de texto\"],\"toolbox.search\":[\"Pesquisar\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Negrito (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista com marcas\"],\"sticky-note.formatting.italic\":[\"Itálico (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista Numerada\"],\"sticky-note.formatting.strikethrough\":[\"Rasurado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formatação de texto\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Adicionar primeira tarefa\"],\"stage-node.add-task\":[\"Adicionar tarefa\"],\"stage-node.add-task-to-parallel-group-above\":[\"Adicionar tarefa ao grupo paralelo acima\"],\"stage-node.add-task-to-parallel-group-below\":[\"Adicionar tarefa ao grupo paralelo abaixo\"],\"stage-node.adhoc-tasks\":[\"Tarefas ad hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Criar grupo paralelo com a tarefa acima\"],\"stage-node.create-parallel-group-with-task-below\":[\"Criar grupo paralelo com a tarefa abaixo\"],\"stage-node.delete-task\":[\"Eliminar tarefa\"],\"stage-node.event-driven-tasks\":[\"Tarefas orientadas por eventos\"],\"stage-node.move-down\":[\"Mover para baixo\"],\"stage-node.move-up\":[\"Mover para cima\"],\"stage-node.no-tasks\":[\"Sem tarefas\"],\"stage-node.parallel\":[\"Paralelo\"],\"stage-node.remove-from-parallel-group\":[\"Remover do grupo paralelo\"],\"stage-node.remove-group-from-stage\":[\"Remover grupo da fase\"],\"stage-node.replace-task\":[\"Substituir tarefa\"],\"stage-node.ungroup-parallel-tasks\":[\"Desagrupar tarefas paralelas\"],\"stage-node.untitled-stage\":[\"Fase sem título\"],\"sticky-note.formatting.bold\":[\"Negrito (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista com marcas\"],\"sticky-note.formatting.italic\":[\"Itálico (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista Numerada\"],\"sticky-note.formatting.strikethrough\":[\"Rasurado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formatação de texto\"],\"toolbox.search\":[\"Pesquisar\"]}");
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/pt.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/pt.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAwmD,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Negrito (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista com marcas\"],\"sticky-note.formatting.italic\":[\"Itálico (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista Numerada\"],\"sticky-note.formatting.strikethrough\":[\"Rasurado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formatação de texto\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Adicionar primeira tarefa\"],\"stage-node.add-task\":[\"Adicionar tarefa\"],\"stage-node.add-task-to-parallel-group-above\":[\"Adicionar tarefa ao grupo paralelo acima\"],\"stage-node.add-task-to-parallel-group-below\":[\"Adicionar tarefa ao grupo paralelo abaixo\"],\"stage-node.adhoc-tasks\":[\"Tarefas ad hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Criar grupo paralelo com a tarefa acima\"],\"stage-node.create-parallel-group-with-task-below\":[\"Criar grupo paralelo com a tarefa abaixo\"],\"stage-node.delete-task\":[\"Eliminar tarefa\"],\"stage-node.event-driven-tasks\":[\"Tarefas orientadas por eventos\"],\"stage-node.move-down\":[\"Mover para baixo\"],\"stage-node.move-up\":[\"Mover para cima\"],\"stage-node.no-tasks\":[\"Sem tarefas\"],\"stage-node.parallel\":[\"Paralelo\"],\"stage-node.remove-from-parallel-group\":[\"Remover do grupo paralelo\"],\"stage-node.remove-group-from-stage\":[\"Remover grupo da fase\"],\"stage-node.replace-task\":[\"Substituir tarefa\"],\"stage-node.ungroup-parallel-tasks\":[\"Desagrupar tarefas paralelas\"],\"stage-node.untitled-stage\":[\"Fase sem título\"],\"sticky-note.formatting.bold\":[\"Negrito (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista com marcas\"],\"sticky-note.formatting.italic\":[\"Itálico (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista Numerada\"],\"sticky-note.formatting.strikethrough\":[\"Rasurado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formatação de texto\"],\"toolbox.search\":[\"Pesquisar\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Kalın (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Madde işaretli liste\"],\"sticky-note.formatting.italic\":[\"İtalik (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Numaralı Liste\"],\"sticky-note.formatting.strikethrough\":[\"Üstü Çizili (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Metin biçimlendirmesi\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"İlk görevi ekle\"],\"stage-node.add-task\":[\"Görev ekle\"],\"stage-node.add-task-to-parallel-group-above\":[\"Yukarıdaki paralel gruba görev ekle\"],\"stage-node.add-task-to-parallel-group-below\":[\"Aşağıdaki paralel gruba görev ekle\"],\"stage-node.adhoc-tasks\":[\"Geçici görevler\"],\"stage-node.create-parallel-group-with-task-above\":[\"Yukarıdaki görevle paralel grup oluştur\"],\"stage-node.create-parallel-group-with-task-below\":[\"Aşağıdaki görevle paralel grup oluştur\"],\"stage-node.delete-task\":[\"Görevi sil\"],\"stage-node.event-driven-tasks\":[\"Olay odaklı görevler\"],\"stage-node.move-down\":[\"Aşağı Taşı\"],\"stage-node.move-up\":[\"Yukarı Taşı\"],\"stage-node.no-tasks\":[\"Görev yok\"],\"stage-node.parallel\":[\"Parallel\"],\"stage-node.remove-from-parallel-group\":[\"Paralel gruptan kaldır\"],\"stage-node.remove-group-from-stage\":[\"Grubu aşamadan kaldır\"],\"stage-node.replace-task\":[\"Görevi değiştir\"],\"stage-node.ungroup-parallel-tasks\":[\"Paralel görevlerin grubunu çöz\"],\"stage-node.untitled-stage\":[\"Adsız adım\"],\"sticky-note.formatting.bold\":[\"Kalın (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Madde işaretli liste\"],\"sticky-note.formatting.italic\":[\"İtalik (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Numaralı Liste\"],\"sticky-note.formatting.strikethrough\":[\"Üstü Çizili (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Metin biçimlendirmesi\"],\"toolbox.search\":[\"Ara\"]}");
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tr.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/tr.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"tr.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/tr.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAwiD,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Kalın (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Madde işaretli liste\"],\"sticky-note.formatting.italic\":[\"İtalik (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Numaralı Liste\"],\"sticky-note.formatting.strikethrough\":[\"Üstü Çizili (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Metin biçimlendirmesi\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"İlk görevi ekle\"],\"stage-node.add-task\":[\"Görev ekle\"],\"stage-node.add-task-to-parallel-group-above\":[\"Yukarıdaki paralel gruba görev ekle\"],\"stage-node.add-task-to-parallel-group-below\":[\"Aşağıdaki paralel gruba görev ekle\"],\"stage-node.adhoc-tasks\":[\"Geçici görevler\"],\"stage-node.create-parallel-group-with-task-above\":[\"Yukarıdaki görevle paralel grup oluştur\"],\"stage-node.create-parallel-group-with-task-below\":[\"Aşağıdaki görevle paralel grup oluştur\"],\"stage-node.delete-task\":[\"Görevi sil\"],\"stage-node.event-driven-tasks\":[\"Olay odaklı görevler\"],\"stage-node.move-down\":[\"Aşağı Taşı\"],\"stage-node.move-up\":[\"Yukarı Taşı\"],\"stage-node.no-tasks\":[\"Görev yok\"],\"stage-node.parallel\":[\"Parallel\"],\"stage-node.remove-from-parallel-group\":[\"Paralel gruptan kaldır\"],\"stage-node.remove-group-from-stage\":[\"Grubu aşamadan kaldır\"],\"stage-node.replace-task\":[\"Görevi değiştir\"],\"stage-node.ungroup-parallel-tasks\":[\"Paralel görevlerin grubunu çöz\"],\"stage-node.untitled-stage\":[\"Adsız adım\"],\"sticky-note.formatting.bold\":[\"Kalın (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Madde işaretli liste\"],\"sticky-note.formatting.italic\":[\"İtalik (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Numaralı Liste\"],\"sticky-note.formatting.strikethrough\":[\"Üstü Çizili (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Metin biçimlendirmesi\"],\"toolbox.search\":[\"Ara\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"粗体 (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"项目符号列表\"],\"sticky-note.formatting.italic\":[\"斜体 (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"编号列表\"],\"sticky-note.formatting.strikethrough\":[\"删除线 (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"文本格式设置\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"添加第一个任务\"],\"stage-node.add-task\":[\"添加任务\"],\"stage-node.add-task-to-parallel-group-above\":[\"将任务添加到上面的并行组\"],\"stage-node.add-task-to-parallel-group-below\":[\"将任务添加到下面的并行组\"],\"stage-node.adhoc-tasks\":[\"临时任务\"],\"stage-node.create-parallel-group-with-task-above\":[\"与上方的任务创建并行组\"],\"stage-node.create-parallel-group-with-task-below\":[\"与下方的任务创建并行组\"],\"stage-node.delete-task\":[\"删除任务\"],\"stage-node.event-driven-tasks\":[\"事件驱动型任务\"],\"stage-node.move-down\":[\"下移\"],\"stage-node.move-up\":[\"上移\"],\"stage-node.no-tasks\":[\"无任务\"],\"stage-node.parallel\":[\"并行\"],\"stage-node.remove-from-parallel-group\":[\"从并行组中移除\"],\"stage-node.remove-group-from-stage\":[\"从阶段中移除组\"],\"stage-node.replace-task\":[\"替换任务\"],\"stage-node.ungroup-parallel-tasks\":[\"取消并行任务分组\"],\"stage-node.untitled-stage\":[\"无标题阶段\"],\"sticky-note.formatting.bold\":[\"粗体 (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"项目符号列表\"],\"sticky-note.formatting.italic\":[\"斜体 (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"编号列表\"],\"sticky-note.formatting.strikethrough\":[\"删除线 (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"文本格式设置\"],\"toolbox.search\":[\"搜索\"]}");
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/zh-CN.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/zh-CN.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAiwC,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"粗体 (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"项目符号列表\"],\"sticky-note.formatting.italic\":[\"斜体 (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"编号列表\"],\"sticky-note.formatting.strikethrough\":[\"删除线 (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"文本格式设置\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"添加第一个任务\"],\"stage-node.add-task\":[\"添加任务\"],\"stage-node.add-task-to-parallel-group-above\":[\"将任务添加到上面的并行组\"],\"stage-node.add-task-to-parallel-group-below\":[\"将任务添加到下面的并行组\"],\"stage-node.adhoc-tasks\":[\"临时任务\"],\"stage-node.create-parallel-group-with-task-above\":[\"与上方的任务创建并行组\"],\"stage-node.create-parallel-group-with-task-below\":[\"与下方的任务创建并行组\"],\"stage-node.delete-task\":[\"删除任务\"],\"stage-node.event-driven-tasks\":[\"事件驱动型任务\"],\"stage-node.move-down\":[\"下移\"],\"stage-node.move-up\":[\"上移\"],\"stage-node.no-tasks\":[\"无任务\"],\"stage-node.parallel\":[\"并行\"],\"stage-node.remove-from-parallel-group\":[\"从并行组中移除\"],\"stage-node.remove-group-from-stage\":[\"从阶段中移除组\"],\"stage-node.replace-task\":[\"替换任务\"],\"stage-node.ungroup-parallel-tasks\":[\"取消并行任务分组\"],\"stage-node.untitled-stage\":[\"无标题阶段\"],\"sticky-note.formatting.bold\":[\"粗体 (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"项目符号列表\"],\"sticky-note.formatting.italic\":[\"斜体 (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"编号列表\"],\"sticky-note.formatting.strikethrough\":[\"删除线 (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"文本格式设置\"],\"toolbox.search\":[\"搜索\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"粗體 (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"項目符號清單\"],\"sticky-note.formatting.italic\":[\"斜體 (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"編號清單\"],\"sticky-note.formatting.strikethrough\":[\"刪除線 (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"文字格式\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"新增第一個任務\"],\"stage-node.add-task\":[\"新增任務\"],\"stage-node.add-task-to-parallel-group-above\":[\"將任務新增到上方的平行群組\"],\"stage-node.add-task-to-parallel-group-below\":[\"將任務新增到下方的平行群組\"],\"stage-node.adhoc-tasks\":[\"臨時任務\"],\"stage-node.create-parallel-group-with-task-above\":[\"使用以上任務建立平行群組\"],\"stage-node.create-parallel-group-with-task-below\":[\"使用以下任務建立平行群組\"],\"stage-node.delete-task\":[\"刪除任務\"],\"stage-node.event-driven-tasks\":[\"事件驅動的任務\"],\"stage-node.move-down\":[\"下移\"],\"stage-node.move-up\":[\"上移\"],\"stage-node.no-tasks\":[\"無任務\"],\"stage-node.parallel\":[\"並行\"],\"stage-node.remove-from-parallel-group\":[\"從平行群組中移除\"],\"stage-node.remove-group-from-stage\":[\"從階段中移除群組\"],\"stage-node.replace-task\":[\"取代任務\"],\"stage-node.ungroup-parallel-tasks\":[\"將平行任務取消分組\"],\"stage-node.untitled-stage\":[\"未命名階段\"],\"sticky-note.formatting.bold\":[\"粗體 (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"項目符號清單\"],\"sticky-note.formatting.italic\":[\"斜體 (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"編號清單\"],\"sticky-note.formatting.strikethrough\":[\"刪除線 (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"文字格式\"],\"toolbox.search\":[\"搜尋\"]}");
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-TW.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/zh-TW.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"zh-TW.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/zh-TW.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAswC,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"粗體 (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"項目符號清單\"],\"sticky-note.formatting.italic\":[\"斜體 (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"編號清單\"],\"sticky-note.formatting.strikethrough\":[\"刪除線 (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"文字格式\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"新增第一個任務\"],\"stage-node.add-task\":[\"新增任務\"],\"stage-node.add-task-to-parallel-group-above\":[\"將任務新增到上方的平行群組\"],\"stage-node.add-task-to-parallel-group-below\":[\"將任務新增到下方的平行群組\"],\"stage-node.adhoc-tasks\":[\"臨時任務\"],\"stage-node.create-parallel-group-with-task-above\":[\"使用以上任務建立平行群組\"],\"stage-node.create-parallel-group-with-task-below\":[\"使用以下任務建立平行群組\"],\"stage-node.delete-task\":[\"刪除任務\"],\"stage-node.event-driven-tasks\":[\"事件驅動的任務\"],\"stage-node.move-down\":[\"下移\"],\"stage-node.move-up\":[\"上移\"],\"stage-node.no-tasks\":[\"無任務\"],\"stage-node.parallel\":[\"並行\"],\"stage-node.remove-from-parallel-group\":[\"從平行群組中移除\"],\"stage-node.remove-group-from-stage\":[\"從階段中移除群組\"],\"stage-node.replace-task\":[\"取代任務\"],\"stage-node.ungroup-parallel-tasks\":[\"將平行任務取消分組\"],\"stage-node.untitled-stage\":[\"未命名階段\"],\"sticky-note.formatting.bold\":[\"粗體 (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"項目符號清單\"],\"sticky-note.formatting.italic\":[\"斜體 (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"編號清單\"],\"sticky-note.formatting.strikethrough\":[\"刪除線 (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"文字格式\"],\"toolbox.search\":[\"搜尋\"]}");
|
|
2
2
|
export { messages };
|