@pipelab/shared 1.0.0-beta.12 → 1.0.0-beta.14

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.
@@ -2,7 +2,7 @@
2
2
  "settings": {
3
3
  "darkTheme": "Dark theme",
4
4
  "autosave": "Autosave",
5
- "autosaveDescription": "When enabled, your changes will be automatically saved as you edit your pipelines.",
5
+ "autosaveDescription": "Automatically save changes to your pipelines in real-time.",
6
6
  "language": "Language",
7
7
  "languageOptions": {
8
8
  "en-US": "English",
@@ -26,7 +26,7 @@
26
26
  "pipeline-cache-folder": "Pipeline Cache Folder:",
27
27
  "enter-or-browse-for-a-folder": "Enter or browse for a folder",
28
28
  "browse": "Browse",
29
- "manage-where-the-app-stores-temporary-and-cache-files": "Manage where the app stores temporary and cache files.",
29
+ "manage-where-the-app-stores-temporary-and-cache-files": "Configure local directories for temporary files and application cache.",
30
30
  "clear-cache": "Clear cache",
31
31
  "reset-to-default": "Reset to default",
32
32
  "manage-subscription": "Manage Subscription",
@@ -36,16 +36,9 @@
36
36
  "failed-to-clear-cache-error-message": "Failed to clear cache: {0}",
37
37
  "failed-to-reset-cache-folder-error-message": "Failed to reset cache folder: {0}",
38
38
  "select-cache-folder": "Select Cache Folder",
39
- "restart-dashboard-tour": "Restart Dashboard Tour",
40
- "restart-editor-tour": "Restart Editor Tour",
41
- "tour-reset-success": "Tour has been reset. It will start the next time you visit the page.",
42
- "retentionPolicy": "Retention Policy",
43
- "retentionPolicyDescription": "Manage how long your build logs and history are kept.",
44
- "retentionEnabled": "Enable Retention Policy",
45
- "retentionMaxEntries": "Maximum Entries",
46
- "retentionMaxEntriesDescription": "Keep up to this number of entries per pipeline.",
47
- "retentionMaxAge": "Maximum Age (days)",
48
- "retentionMaxAgeDescription": "Keep entries for up to this many days.",
39
+ "restart-dashboard-tour": "Reset Dashboard Guide",
40
+ "restart-editor-tour": "Reset Editor Guide",
41
+ "tour-reset-success": "Help guides have been reset. They will reappear on your next visit.",
49
42
  "storage-pipelab": "Pipelab",
50
43
  "storage-other": "Other Apps",
51
44
  "storage-free": "Free Space",
@@ -55,14 +48,11 @@
55
48
  },
56
49
  "headers": {
57
50
  "dashboard": "Dashboard",
58
- "scenarios": "Scenarios",
51
+ "pipelines": "Pipelines",
59
52
  "editor": "Editor",
60
- "billing": "Billing",
53
+ "billing": "@:settings.tabs.billing",
61
54
  "team": "Team"
62
55
  },
63
- "navigation": {
64
- "build-history": "Build History"
65
- },
66
56
  "base": {
67
57
  "close": "Close",
68
58
  "save": "Save",
@@ -73,51 +63,55 @@
73
63
  "logs": "Logs",
74
64
  "ok": "OK",
75
65
  "add": "Add",
76
- "search": "Search..."
66
+ "search": "Search...",
67
+ "success": "Success",
68
+ "error": "Error"
77
69
  },
78
70
  "editor": {
79
71
  "invalid-file-content": "Invalid file content",
80
72
  "welcome-back": "Welcome back!",
81
- "please-log-in-to-run-a-scenario": "Please log in to run a scenario",
82
- "execution-done": "Execution done",
83
- "your-project-has-been-executed-successfully": "Your project has been executed successfully",
84
- "execution-failed": "Execution failed",
85
- "project-has-encountered-an-error": "Project has encountered an error:",
86
- "project-saved": "Project saved",
87
- "your-project-has-be-saved-successfully": "Your project has be saved successfully",
73
+ "please-log-in-to-run-a-pipeline": "Please sign in to run this pipeline.",
74
+ "execution-done": "Run completed successfully",
75
+ "your-project-has-been-executed-successfully": "Your pipeline ran and completed successfully.",
76
+ "execution-failed": "Run failed",
77
+ "project-has-encountered-an-error": "The pipeline encountered an error:",
78
+ "project-saved": "Pipeline saved",
79
+ "your-project-has-be-saved-successfully": "Your pipeline has been saved successfully.",
88
80
  "view-history": "History",
89
81
  "add-plugin": "Add plugin",
90
82
  "display-advanced-nodes": "Display advanced nodes",
91
83
  "project-settings": "Pipeline Settings",
92
- "jit-loading-title": "Installing Required Plugins",
93
- "jit-loading-subtitle": "Please wait while Pipelab fetches and prepares the necessary nodes for this pipeline.",
94
- "jit-loading-status": "Downloading and building plugin packages",
84
+ "jit-loading-title": "Preparing Plugins",
85
+ "jit-loading-subtitle": "Please wait while Pipelab downloads and configures the required plugins for this pipeline.",
86
+ "jit-loading-status": "Downloading and setting up plugin packages...",
95
87
  "validation-failed": "Validation Failed",
96
- "validation-plugin-disabled-or-missing": "Plugin \"{pluginId}\" is disabled or not installed (required by \"{nodeName}\").",
97
- "validation-missing-param": "Block \"{nodeName}\": missing required parameter \"{paramName}\"."
88
+ "validation-plugin-disabled-or-missing": "The block \"{nodeName}\" requires the \"{pluginId}\" plugin, which is not currently installed or enabled.",
89
+ "validation-missing-param": "Please configure the required field \"{paramName}\" in the \"{nodeName}\" block."
98
90
  },
99
91
  "home": {
100
92
  "invalid-preset": "Invalid preset",
101
- "store-project-on-the-cloud": "Store project on the cloud",
93
+ "store-project-on-the-cloud": "Save project to Cloud",
102
94
  "cloud": "Cloud",
103
- "store-project-locally": "Store project locally",
95
+ "store-project-locally": "Save project locally",
104
96
  "local": "Local",
105
97
  "invalid-number-of-paths-selected": "Invalid number of paths selected",
106
98
  "pipelab-project": "Pipelab Project",
107
99
  "choose-a-new-path": "Choose a new path",
108
100
  "invalid-file-type": "Invalid file type",
109
- "create-project": "Create project",
110
- "duplicate-project": "Duplicate project",
101
+ "create-project": "Create Project",
102
+ "create-pipeline": "Create Pipeline",
103
+ "duplicate-project": "Duplicate Project",
104
+ "duplicate-pipeline": "Duplicate Pipeline",
111
105
  "project-name": "Project Name",
112
106
  "new-project": "New Project",
113
- "new-pipeline": "New pipeline",
107
+ "new-pipeline": "New Pipeline",
114
108
  "open": "Open",
115
109
  "import": "Import",
116
110
  "pipeline-name": "Pipeline Name",
117
111
  "your-projects": "Your projects",
118
112
  "no-projects-yet": "No projects yet",
119
113
  "no-pipelines-yet": "No pipelines yet",
120
- "delete-project": "Delete project",
114
+ "delete-project": "Delete Project",
121
115
  "confirm-delete-project": "Are you sure you want to delete this project? This action cannot be undone.",
122
116
  "cannot-delete-project": "Cannot delete project",
123
117
  "project-not-empty": "This project contains pipelines. Please delete them first.",
@@ -130,44 +124,44 @@
130
124
  "rename-project": "Rename Project",
131
125
  "new-project-name": "New Project Name",
132
126
  "premium-feature": "This is a premium feature",
133
- "migrate-warning": "This file type will soon be not supported anymore. Please migrate it using the option from the menu",
134
- "simple-pipeline": "Simple pipeline",
127
+ "migrate-warning": "This file format will soon be deprecated. Please migrate it to the new local workspace storage.",
128
+ "simple-pipeline": "Basic pipeline",
135
129
  "advanced-pipeline": "Advanced pipeline",
136
130
  "new-simple-project": "New simple project",
137
131
  "new-advanced-project": "New advanced project",
138
- "store-project-internally": "Store project internally",
132
+ "store-project-internally": "Save project locally",
139
133
  "internal": "Internal",
140
- "confirm-migration-message": "Are you sure you want to migrate this pipeline to internal storage? This will create a copy in the internal storage managed by Pipelab.",
134
+ "confirm-migration-message": "Are you sure you want to move this pipeline to local workspace storage? Pipelab will manage this pipeline internally.",
141
135
  "migrate-pipeline": "Migrate Pipeline",
142
136
  "migration-success": "Pipeline migrated successfully",
143
- "migrate-to-internal": "Migrate to Internal",
144
- "only-internal-supported-notice": "Pipelab now stores pipelines internally. External pipeline files are deprecated. You can still import external files as internal pipelines.",
137
+ "migrate-to-internal": "Move to Workspace",
138
+ "only-internal-supported-notice": "Pipelab now manages all pipelines within the application workspace. External files are deprecated, but can be imported into your workspace.",
145
139
  "import-pipeline": "Import Pipeline",
146
140
  "import-success": "Pipeline imported successfully",
147
141
  "failed-to-read-file": "Failed to read the selected file"
148
142
  },
149
- "scenarios": {
150
- "scenarios": "Scenarios"
143
+ "pipelines": {
144
+ "title": "@:headers.pipelines"
151
145
  },
152
146
  "tour": {
153
147
  "start-tour": "Start Tour",
154
148
  "projects-list-title": "Project Navigator",
155
- "projects-list-description": "This sidebar shows all your projects. Selecting a project will display its associated pipelines in the main area.",
149
+ "projects-list-description": "This sidebar lists your projects. Selecting a project will show its pipelines in the main area.",
156
150
  "add-project-title": "Create New Project",
157
- "add-project-description": "Projects help you organize your pipelines by topic or client. Click here to start a fresh project.",
158
- "new-pipeline-title": "Build a Pipeline",
159
- "new-pipeline-description": "Ready to automate? Create a new pipeline to start adding logic and blocks.",
151
+ "add-project-description": "Projects organize your pipelines by topic or client. Click here to start a new project.",
152
+ "new-pipeline-title": "Create a Pipeline",
153
+ "new-pipeline-description": "Ready to automate? Create a new pipeline to start adding actions and logic.",
160
154
  "project-actions-title": "Project Management",
161
155
  "project-actions-description": "Use these buttons to rename or delete the currently selected project.",
162
156
  "editor-canvas-title": "The Visual Canvas",
163
- "editor-canvas-description": "This is your workspace. Drag and drop blocks here to define your automation flow from top to bottom.",
157
+ "editor-canvas-description": "This is your canvas. Drag and drop action blocks here to build your automation flow.",
164
158
  "editor-save-title": "Save Progress",
165
- "editor-save-description": "Keep your changes safe. We recommend saving frequently, especially after complex logic changes.",
166
- "editor-run-title": "Test your Automation",
167
- "editor-run-description": "Click Run to start the execution. Pipelab will process each block and provide real-time feedback.",
168
- "editor-logs-title": "Execution Logs",
169
- "editor-logs-description": "The logs window shows exactly what's happening during execution. Great for debugging and monitoring progress.",
170
- "editor-close-title": "Exit Editor",
171
- "editor-close-description": "Done for now? Return to the dashboard to manage other projects or pipelines."
159
+ "editor-save-description": "Keep your changes safe. We recommend saving your pipeline frequently.",
160
+ "editor-run-title": "Test Pipeline",
161
+ "editor-run-description": "Click Run to test your pipeline. Pipelab will execute each block in real-time.",
162
+ "editor-logs-title": "Run Logs",
163
+ "editor-logs-description": "The log panel shows real-time execution steps, helping you monitor and debug.",
164
+ "editor-close-title": "Close Editor",
165
+ "editor-close-description": "Done for now? Return to the dashboard to manage other projects and pipelines."
172
166
  }
173
167
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "settings": {
3
- "darkTheme": "Dark theme",
4
- "language": "Language",
3
+ "darkTheme": "Tema oscuro",
4
+ "autosave": "Guardado automático",
5
+ "autosaveDescription": "Guarda automáticamente los cambios en tus pipelines en tiempo real.",
6
+ "language": "Idioma",
5
7
  "languageOptions": {
6
8
  "en-US": "English",
7
9
  "fr-FR": "French",
@@ -12,37 +14,44 @@
12
14
  },
13
15
  "tabs": {
14
16
  "general": "General",
15
- "storage": "Storage",
16
- "integrations": "Integrations",
17
- "advanced": "Advanced",
18
- "billing": "Billing",
19
- "plugins": "Plugins",
17
+ "storage": "Almacenamiento",
18
+ "integrations": "Integraciones",
19
+ "advanced": "Avanzado",
20
+ "billing": "Facturación",
21
+ "plugins": "Complementos",
20
22
  "core-plugins": "Complementos principales",
21
23
  "community-plugins": "Complementos de la comunidad",
22
24
  "versions": "Versiones"
23
25
  },
24
- "clearTempFolders": "Automatically clean up temporary files",
25
- "clearTempFoldersDescription": "Cuando está habilitado, todos los archivos temporales creados durante la ejecución del pipeline se eliminarán automáticamente después de que el pipeline se complete. Esto ayuda a ahorrar espacio en el disco, pero puede que necesite copiar los artefactos usted mismo para preservarlos.",
26
- "pipeline-cache-folder": "Pipeline Cache Folder:",
27
- "enter-or-browse-for-a-folder": "Enter or browse for a folder",
28
- "browse": "Browse",
29
- "manage-where-the-app-stores-temporary-and-cache-files": "Manage where the app stores temporary and cache files.",
30
- "clear-cache": "Clear cache",
31
- "reset-to-default": "Reset to default",
32
- "manage-subscription": "Manage Subscription",
33
- "renewal-date": "Renewal Date",
34
- "start-date": "Start Date:",
35
- "cache-cleared-successfully": "Cache cleared successfully",
36
- "failed-to-clear-cache-error-message": "Failed to clear cache: {0}",
37
- "failed-to-reset-cache-folder-error-message": "Failed to reset cache folder: {0}",
38
- "select-cache-folder": "Select Cache Folder"
26
+ "pipeline-cache-folder": "Carpeta de caché de pipelines:",
27
+ "enter-or-browse-for-a-folder": "Escribe o busca una carpeta",
28
+ "browse": "Buscar",
29
+ "manage-where-the-app-stores-temporary-and-cache-files": "Configura carpetas locales para archivos temporales y caché de la aplicación.",
30
+ "clear-cache": "Limpiar caché",
31
+ "reset-to-default": "Restablecer por defecto",
32
+ "manage-subscription": "Gestionar suscripción",
33
+ "renewal-date": "Fecha de renovación",
34
+ "start-date": "Fecha de inicio:",
35
+ "cache-cleared-successfully": "Caché limpia con éxito",
36
+ "failed-to-clear-cache-error-message": "Error al limpiar la caché: {0}",
37
+ "failed-to-reset-cache-folder-error-message": "Error al restablecer la carpeta de caché: {0}",
38
+ "select-cache-folder": "Seleccionar carpeta de caché",
39
+ "restart-dashboard-tour": "Restablecer guía de inicio",
40
+ "restart-editor-tour": "Restablecer guía del editor",
41
+ "tour-reset-success": "Las guías de ayuda se han restablecido. Volverán a aparecer en tu próxima visita.",
42
+ "storage-pipelab": "Pipelab",
43
+ "storage-other": "Otras aplicaciones",
44
+ "storage-free": "Espacio libre",
45
+ "disk-usage": "Uso del disco",
46
+ "free": "Libre",
47
+ "other": "Otro"
39
48
  },
40
49
  "headers": {
41
- "dashboard": "Dashboard",
42
- "scenarios": "Scenarios",
50
+ "dashboard": "Inicio",
51
+ "pipelines": "Pipelines",
43
52
  "editor": "Editor",
44
- "billing": "Billing",
45
- "team": "Team"
53
+ "billing": "@:settings.tabs.billing",
54
+ "team": "Equipo"
46
55
  },
47
56
  "base": {
48
57
  "close": "Cerrar",
@@ -53,38 +62,106 @@
53
62
  "delete": "Eliminar",
54
63
  "logs": "Registros",
55
64
  "ok": "Aceptar",
56
- "add": "Añadir"
65
+ "add": "Añadir",
66
+ "search": "Buscar...",
67
+ "success": "Éxito",
68
+ "error": "Error"
57
69
  },
58
70
  "editor": {
59
- "invalid-file-content": "Invalid file content",
60
- "welcome-back": "Welcome back!",
61
- "please-log-in-to-run-a-scenario": "Please log in to run a scenario",
62
- "execution-done": "Execution done",
63
- "your-project-has-been-executed-successfully": "Your project has been executed successfully",
64
- "execution-failed": "Execution failed",
65
- "project-has-encountered-an-error": "Project has encountered an error:",
66
- "project-saved": "Project saved",
67
- "your-project-has-be-saved-successfully": "Your project has be saved successfully"
71
+ "invalid-file-content": "Contenido de archivo no válido",
72
+ "welcome-back": "¡Bienvenido de nuevo!",
73
+ "please-log-in-to-run-a-pipeline": "Inicia sesión para ejecutar este pipeline.",
74
+ "execution-done": "Ejecución completada con éxito",
75
+ "your-project-has-been-executed-successfully": "Tu pipeline se ha ejecutado correctamente.",
76
+ "execution-failed": "Ejecución fallida",
77
+ "project-has-encountered-an-error": "El pipeline ha encontrado un error:",
78
+ "project-saved": "Pipeline guardado",
79
+ "your-project-has-be-saved-successfully": "Tu pipeline se ha guardado correctamente.",
80
+ "view-history": "Historial",
81
+ "add-plugin": "Añadir complemento",
82
+ "display-advanced-nodes": "Mostrar bloques avanzados",
83
+ "project-settings": "Ajustes del pipeline",
84
+ "jit-loading-title": "Preparando complementos",
85
+ "jit-loading-subtitle": "Espera mientras Pipelab descarga y configura los complementos necesarios para este pipeline.",
86
+ "jit-loading-status": "Descargando y configurando paquetes de complementos...",
87
+ "validation-failed": "Validación fallida",
88
+ "validation-plugin-disabled-or-missing": "El bloque \"{nodeName}\" requiere el complemento \"{pluginId}\", que no está instalado o activo.",
89
+ "validation-missing-param": "Configura el campo obligatorio \"{paramName}\" en el bloque \"{nodeName}\"."
68
90
  },
69
91
  "home": {
70
- "invalid-preset": "Invalid preset",
71
- "store-project-on-the-cloud": "Store project on the cloud",
72
- "cloud": "Cloud",
73
- "store-project-locally": "Store project locally",
92
+ "invalid-preset": "Plantilla no válida",
93
+ "store-project-on-the-cloud": "Guardar proyecto en la nube",
94
+ "cloud": "Nube",
95
+ "store-project-locally": "Guardar proyecto localmente",
74
96
  "local": "Local",
75
- "invalid-number-of-paths-selected": "Invalid number of paths selected",
76
- "pipelab-project": "Pipelab Project",
77
- "choose-a-new-path": "Choose a new path",
78
- "invalid-file-type": "Invalid file type",
79
- "create-project": "Create project",
80
- "duplicate-project": "Duplicate project",
81
- "project-name": "Project Name",
82
- "new-project": "New Project",
83
- "open": "Open",
84
- "your-projects": "Your projects",
85
- "no-projects-yet": "No projects yet"
97
+ "invalid-number-of-paths-selected": "Número de rutas seleccionado no válido",
98
+ "pipelab-project": "Proyecto Pipelab",
99
+ "choose-a-new-path": "Elige una nueva ruta",
100
+ "invalid-file-type": "Tipo de archivo no válido",
101
+ "create-project": "Crear Proyecto",
102
+ "create-pipeline": "Crear Pipeline",
103
+ "duplicate-project": "Duplicar Proyecto",
104
+ "duplicate-pipeline": "Duplicar Pipeline",
105
+ "project-name": "Nombre del proyecto",
106
+ "new-project": "Nuevo Proyecto",
107
+ "new-pipeline": "Nuevo Pipeline",
108
+ "open": "Abrir",
109
+ "import": "Importar",
110
+ "pipeline-name": "Nombre del pipeline",
111
+ "your-projects": "Tus proyectos",
112
+ "no-projects-yet": "Aún no hay proyectos",
113
+ "no-pipelines-yet": "Aún no hay pipelines",
114
+ "delete-project": "Eliminar Proyecto",
115
+ "confirm-delete-project": "¿Estás seguro de que quieres eliminar este proyecto? Esta acción no se puede deshacer.",
116
+ "cannot-delete-project": "No se puede eliminar el proyecto",
117
+ "project-not-empty": "Este proyecto contiene pipelines. Elíminalos primero.",
118
+ "transfer": "Transferir",
119
+ "transfer-successful": "Transferencia completada",
120
+ "pipeline-transferred": "Pipeline transferido con éxito",
121
+ "select-project": "Seleccionar Proyecto",
122
+ "build-history": "Historial de ejecuciones",
123
+ "duplicate": "Duplicar",
124
+ "rename-project": "Renombrar Proyecto",
125
+ "new-project-name": "Nuevo nombre del proyecto",
126
+ "premium-feature": "Esta es una función premium",
127
+ "migrate-warning": "Este formato de archivo pronto quedará obsoleto. Mígralo al nuevo almacenamiento local de la aplicación.",
128
+ "simple-pipeline": "Pipeline básico",
129
+ "advanced-pipeline": "Pipeline avanzado",
130
+ "new-simple-project": "Nuevo proyecto simple",
131
+ "new-advanced-project": "Nuevo proyecto avanzado",
132
+ "store-project-internally": "Guardar proyecto localmente",
133
+ "internal": "Interno",
134
+ "confirm-migration-message": "¿Estás seguro de que quieres mover este pipeline al almacenamiento local de la aplicación? Pipelab gérera este pipeline internamente.",
135
+ "migrate-pipeline": "Migrar Pipeline",
136
+ "migration-success": "Pipeline migrado con éxito",
137
+ "migrate-to-internal": "Mover al espacio de trabajo",
138
+ "only-internal-supported-notice": "Pipelab ahora gestiona todos los pipelines dentro del espacio de trabajo. Los archivos externos están obsoletos, pero pueden importarse.",
139
+ "import-pipeline": "Importar Pipeline",
140
+ "import-success": "Pipeline importado con éxito",
141
+ "failed-to-read-file": "Error al leer el archivo seleccionado"
86
142
  },
87
- "scenarios": {
88
- "scenarios": "Scenarios"
143
+ "pipelines": {
144
+ "title": "@:headers.pipelines"
145
+ },
146
+ "tour": {
147
+ "start-tour": "Iniciar guía",
148
+ "projects-list-title": "Navegador de proyectos",
149
+ "projects-list-description": "Esta barra lateral muestra tus proyectos. Al seleccionar uno se mostrarán sus pipelines en el área principal.",
150
+ "add-project-title": "Crear nuevo proyecto",
151
+ "add-project-description": "Los proyectos organizan tus pipelines por tema o cliente. Haz clic aquí para crear uno.",
152
+ "new-pipeline-title": "Crear un pipeline",
153
+ "new-pipeline-description": "¿Listo para automatizar? Crea un nuevo pipeline para empezar a añadir acciones y lógica.",
154
+ "project-actions-title": "Gestión de proyectos",
155
+ "project-actions-description": "Usa estos botones para renombrar o eliminar el proyecto seleccionado.",
156
+ "editor-canvas-title": "El lienzo visual",
157
+ "editor-canvas-description": "Este es tu lienzo. Arrastra y suelta bloques de acción aquí para construir tu flujo.",
158
+ "editor-save-title": "Guardar progreso",
159
+ "editor-save-description": "Mantén tus cambios seguros. Te recomendamos guardar tu pipeline con frecuencia.",
160
+ "editor-run-title": "Probar pipeline",
161
+ "editor-run-description": "Haz clic en Ejecutar para probar tu pipeline. Pipelab ejecutará cada bloque en tiempo real.",
162
+ "editor-logs-title": "Registros de ejecución",
163
+ "editor-logs-description": "El panel de registros muestra los pasos en tiempo real, ayudándote a supervisar y depurar.",
164
+ "editor-close-title": "Cerrar editor",
165
+ "editor-close-description": "¿Has terminado? Vuelve al panel de inicio para gestionar otros proyectos y pipelines."
89
166
  }
90
167
  }