@pipelab/plugin-core 1.0.0-beta.20 → 1.0.0-beta.23

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/index.cjs CHANGED
@@ -4423,6 +4423,7 @@ var en_US_default = {
4423
4423
  "only-internal-supported-notice": "Pipelab now manages all pipelines within the application workspace. External files are deprecated, but can be imported into your workspace.",
4424
4424
  "import-pipeline": "Import Pipeline",
4425
4425
  "import-from-stable": "Import from Stable...",
4426
+ "import-from-beta": "Import from Beta...",
4426
4427
  "import-pipeline-file": "Import pipeline file (.pipelab)...",
4427
4428
  "import-success": "Pipeline imported successfully",
4428
4429
  "failed-to-read-file": "Failed to read the selected file",
@@ -4595,6 +4596,7 @@ var fr_FR_default = {
4595
4596
  "only-internal-supported-notice": "Pipelab gère désormais tous les pipelines au sein de l'espace de travail de l'application. Les fichiers externes sont obsolètes, mais peuvent toujours être importés.",
4596
4597
  "import-pipeline": "Importer le Pipeline",
4597
4598
  "import-from-stable": "Importer depuis Stable...",
4599
+ "import-from-beta": "Importer depuis Beta...",
4598
4600
  "import-pipeline-file": "Importer un fichier de pipeline (.pipelab)...",
4599
4601
  "import-success": "Pipeline importé avec succès",
4600
4602
  "failed-to-read-file": "Échec de la lecture du fichier sélectionné",
@@ -4767,6 +4769,7 @@ var pt_BR_default = {
4767
4769
  "only-internal-supported-notice": "O Pipelab agora gerencia todas as pipelines dentro do espaço de trabalho do aplicativo. Arquivos externos foram descontinuados, mas podem ser importados.",
4768
4770
  "import-pipeline": "Importar Pipeline",
4769
4771
  "import-from-stable": "Importar do Stable...",
4772
+ "import-from-beta": "Importar do Beta...",
4770
4773
  "import-pipeline-file": "Importar arquivo de pipeline (.pipelab)...",
4771
4774
  "import-success": "Pipeline importada com sucesso",
4772
4775
  "failed-to-read-file": "Falha ao ler o arquivo selecionado",
@@ -4939,6 +4942,7 @@ var zh_CN_default = {
4939
4942
  "only-internal-supported-notice": "Pipelab 现在管理应用工作区内的所有流水线。外部文件已被弃用,但仍可以导入。",
4940
4943
  "import-pipeline": "导入流水线",
4941
4944
  "import-from-stable": "从 Stable 导入...",
4945
+ "import-from-beta": "从 Beta 导入...",
4942
4946
  "import-pipeline-file": "导入管道文件 (.pipelab)...",
4943
4947
  "import-success": "流水线已成功导入",
4944
4948
  "failed-to-read-file": "读取所选文件失败",
@@ -5111,6 +5115,7 @@ var es_ES_default = {
5111
5115
  "only-internal-supported-notice": "Pipelab ahora gestiona todos los pipelines dentro del espacio de trabajo. Los archivos externos están obsoletos, pero pueden importarse.",
5112
5116
  "import-pipeline": "Importar Pipeline",
5113
5117
  "import-from-stable": "Importar desde Stable...",
5118
+ "import-from-beta": "Importar desde Beta...",
5114
5119
  "import-pipeline-file": "Importar archivo de pipeline (.pipelab)...",
5115
5120
  "import-success": "Pipeline importado con éxito",
5116
5121
  "failed-to-read-file": "Error al leer el archivo seleccionado",
@@ -5283,6 +5288,7 @@ var de_DE_default = {
5283
5288
  "only-internal-supported-notice": "Pipelab verwaltet jetzt alle Pipelines im Arbeitsbereich der Anwendung. Externe Dateien sind veraltet, können aber weiterhin importiert werden.",
5284
5289
  "import-pipeline": "Pipeline importieren",
5285
5290
  "import-from-stable": "Aus Stable importieren...",
5291
+ "import-from-beta": "Aus Beta importieren...",
5286
5292
  "import-pipeline-file": "Pipeline-Datei importieren (.pipelab)...",
5287
5293
  "import-success": "Pipeline erfolgreich importiert",
5288
5294
  "failed-to-read-file": "Ausgewählte Datei konnte nicht gelesen werden",
package/dist/index.mjs CHANGED
@@ -4419,6 +4419,7 @@ var en_US_default = {
4419
4419
  "only-internal-supported-notice": "Pipelab now manages all pipelines within the application workspace. External files are deprecated, but can be imported into your workspace.",
4420
4420
  "import-pipeline": "Import Pipeline",
4421
4421
  "import-from-stable": "Import from Stable...",
4422
+ "import-from-beta": "Import from Beta...",
4422
4423
  "import-pipeline-file": "Import pipeline file (.pipelab)...",
4423
4424
  "import-success": "Pipeline imported successfully",
4424
4425
  "failed-to-read-file": "Failed to read the selected file",
@@ -4591,6 +4592,7 @@ var fr_FR_default = {
4591
4592
  "only-internal-supported-notice": "Pipelab gère désormais tous les pipelines au sein de l'espace de travail de l'application. Les fichiers externes sont obsolètes, mais peuvent toujours être importés.",
4592
4593
  "import-pipeline": "Importer le Pipeline",
4593
4594
  "import-from-stable": "Importer depuis Stable...",
4595
+ "import-from-beta": "Importer depuis Beta...",
4594
4596
  "import-pipeline-file": "Importer un fichier de pipeline (.pipelab)...",
4595
4597
  "import-success": "Pipeline importé avec succès",
4596
4598
  "failed-to-read-file": "Échec de la lecture du fichier sélectionné",
@@ -4763,6 +4765,7 @@ var pt_BR_default = {
4763
4765
  "only-internal-supported-notice": "O Pipelab agora gerencia todas as pipelines dentro do espaço de trabalho do aplicativo. Arquivos externos foram descontinuados, mas podem ser importados.",
4764
4766
  "import-pipeline": "Importar Pipeline",
4765
4767
  "import-from-stable": "Importar do Stable...",
4768
+ "import-from-beta": "Importar do Beta...",
4766
4769
  "import-pipeline-file": "Importar arquivo de pipeline (.pipelab)...",
4767
4770
  "import-success": "Pipeline importada com sucesso",
4768
4771
  "failed-to-read-file": "Falha ao ler o arquivo selecionado",
@@ -4935,6 +4938,7 @@ var zh_CN_default = {
4935
4938
  "only-internal-supported-notice": "Pipelab 现在管理应用工作区内的所有流水线。外部文件已被弃用,但仍可以导入。",
4936
4939
  "import-pipeline": "导入流水线",
4937
4940
  "import-from-stable": "从 Stable 导入...",
4941
+ "import-from-beta": "从 Beta 导入...",
4938
4942
  "import-pipeline-file": "导入管道文件 (.pipelab)...",
4939
4943
  "import-success": "流水线已成功导入",
4940
4944
  "failed-to-read-file": "读取所选文件失败",
@@ -5107,6 +5111,7 @@ var es_ES_default = {
5107
5111
  "only-internal-supported-notice": "Pipelab ahora gestiona todos los pipelines dentro del espacio de trabajo. Los archivos externos están obsoletos, pero pueden importarse.",
5108
5112
  "import-pipeline": "Importar Pipeline",
5109
5113
  "import-from-stable": "Importar desde Stable...",
5114
+ "import-from-beta": "Importar desde Beta...",
5110
5115
  "import-pipeline-file": "Importar archivo de pipeline (.pipelab)...",
5111
5116
  "import-success": "Pipeline importado con éxito",
5112
5117
  "failed-to-read-file": "Error al leer el archivo seleccionado",
@@ -5279,6 +5284,7 @@ var de_DE_default = {
5279
5284
  "only-internal-supported-notice": "Pipelab verwaltet jetzt alle Pipelines im Arbeitsbereich der Anwendung. Externe Dateien sind veraltet, können aber weiterhin importiert werden.",
5280
5285
  "import-pipeline": "Pipeline importieren",
5281
5286
  "import-from-stable": "Aus Stable importieren...",
5287
+ "import-from-beta": "Aus Beta importieren...",
5282
5288
  "import-pipeline-file": "Pipeline-Datei importieren (.pipelab)...",
5283
5289
  "import-success": "Pipeline erfolgreich importiert",
5284
5290
  "failed-to-read-file": "Ausgewählte Datei konnte nicht gelesen werden",