@pipelab/shared 1.0.0-beta.15 → 1.0.0-beta.18
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/CHANGELOG.md +27 -0
- package/dist/index.d.mts +16 -4
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
- package/src/apis.ts +14 -4
- package/src/i18n/de_DE.json +1 -0
- package/src/i18n/en_US.json +1 -0
- package/src/i18n/es_ES.json +1 -0
- package/src/i18n/fr_FR.json +1 -0
- package/src/i18n/pt_BR.json +1 -0
- package/src/i18n/zh_CN.json +1 -0
package/dist/index.mjs
CHANGED
|
@@ -917,6 +917,7 @@ var en_US_default = {
|
|
|
917
917
|
"only-internal-supported-notice": "Pipelab now manages all pipelines within the application workspace. External files are deprecated, but can be imported into your workspace.",
|
|
918
918
|
"import-pipeline": "Import Pipeline",
|
|
919
919
|
"import-from-stable": "Import from Stable...",
|
|
920
|
+
"import-from-beta": "Import from Beta...",
|
|
920
921
|
"import-pipeline-file": "Import pipeline file (.pipelab)...",
|
|
921
922
|
"import-success": "Pipeline imported successfully",
|
|
922
923
|
"failed-to-read-file": "Failed to read the selected file",
|
|
@@ -1089,6 +1090,7 @@ var fr_FR_default = {
|
|
|
1089
1090
|
"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.",
|
|
1090
1091
|
"import-pipeline": "Importer le Pipeline",
|
|
1091
1092
|
"import-from-stable": "Importer depuis Stable...",
|
|
1093
|
+
"import-from-beta": "Importer depuis Beta...",
|
|
1092
1094
|
"import-pipeline-file": "Importer un fichier de pipeline (.pipelab)...",
|
|
1093
1095
|
"import-success": "Pipeline importé avec succès",
|
|
1094
1096
|
"failed-to-read-file": "Échec de la lecture du fichier sélectionné",
|
|
@@ -1261,6 +1263,7 @@ var pt_BR_default = {
|
|
|
1261
1263
|
"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.",
|
|
1262
1264
|
"import-pipeline": "Importar Pipeline",
|
|
1263
1265
|
"import-from-stable": "Importar do Stable...",
|
|
1266
|
+
"import-from-beta": "Importar do Beta...",
|
|
1264
1267
|
"import-pipeline-file": "Importar arquivo de pipeline (.pipelab)...",
|
|
1265
1268
|
"import-success": "Pipeline importada com sucesso",
|
|
1266
1269
|
"failed-to-read-file": "Falha ao ler o arquivo selecionado",
|
|
@@ -1433,6 +1436,7 @@ var zh_CN_default = {
|
|
|
1433
1436
|
"only-internal-supported-notice": "Pipelab 现在管理应用工作区内的所有流水线。外部文件已被弃用,但仍可以导入。",
|
|
1434
1437
|
"import-pipeline": "导入流水线",
|
|
1435
1438
|
"import-from-stable": "从 Stable 导入...",
|
|
1439
|
+
"import-from-beta": "从 Beta 导入...",
|
|
1436
1440
|
"import-pipeline-file": "导入管道文件 (.pipelab)...",
|
|
1437
1441
|
"import-success": "流水线已成功导入",
|
|
1438
1442
|
"failed-to-read-file": "读取所选文件失败",
|
|
@@ -1605,6 +1609,7 @@ var es_ES_default = {
|
|
|
1605
1609
|
"only-internal-supported-notice": "Pipelab ahora gestiona todos los pipelines dentro del espacio de trabajo. Los archivos externos están obsoletos, pero pueden importarse.",
|
|
1606
1610
|
"import-pipeline": "Importar Pipeline",
|
|
1607
1611
|
"import-from-stable": "Importar desde Stable...",
|
|
1612
|
+
"import-from-beta": "Importar desde Beta...",
|
|
1608
1613
|
"import-pipeline-file": "Importar archivo de pipeline (.pipelab)...",
|
|
1609
1614
|
"import-success": "Pipeline importado con éxito",
|
|
1610
1615
|
"failed-to-read-file": "Error al leer el archivo seleccionado",
|
|
@@ -1777,6 +1782,7 @@ var de_DE_default = {
|
|
|
1777
1782
|
"only-internal-supported-notice": "Pipelab verwaltet jetzt alle Pipelines im Arbeitsbereich der Anwendung. Externe Dateien sind veraltet, können aber weiterhin importiert werden.",
|
|
1778
1783
|
"import-pipeline": "Pipeline importieren",
|
|
1779
1784
|
"import-from-stable": "Aus Stable importieren...",
|
|
1785
|
+
"import-from-beta": "Aus Beta importieren...",
|
|
1780
1786
|
"import-pipeline-file": "Pipeline-Datei importieren (.pipelab)...",
|
|
1781
1787
|
"import-success": "Pipeline erfolgreich importiert",
|
|
1782
1788
|
"failed-to-read-file": "Ausgewählte Datei konnte nicht gelesen werden",
|