@pipelab/shared 1.0.0-beta.2 → 1.0.0-beta.22
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/.oxfmtrc.json +1 -1
- package/CHANGELOG.md +170 -0
- package/dist/index.d.mts +1296 -529
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1083 -436
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -4
- package/src/apis.ts +125 -31
- package/src/build-history.ts +3 -23
- package/src/config/connections-definition.ts +3 -0
- package/src/config/migrators.ts +176 -25
- package/src/config/projects-definition.ts +8 -1
- package/src/config/projects-types.ts +1 -25
- package/src/config.schema.ts +29 -5
- package/src/evaluator.ts +0 -1
- package/src/graph.ts +2 -70
- package/src/i18n/de_DE.json +138 -51
- package/src/i18n/en_US.json +67 -52
- package/src/i18n/es_ES.json +139 -52
- package/src/i18n/fr_FR.json +128 -44
- package/src/i18n/pt_BR.json +136 -49
- package/src/i18n/zh_CN.json +142 -55
- package/src/index.ts +20 -1
- package/src/ipc.types.ts +2 -0
- package/src/model.test.ts +306 -1
- package/src/model.ts +54 -43
- package/src/plugins/definitions.ts +26 -55
- package/src/plugins.ts +10 -1
- package/src/utils.ts +26 -0
- package/tsconfig.json +1 -3
package/src/i18n/pt_BR.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"settings": {
|
|
3
3
|
"darkTheme": "Tema escuro",
|
|
4
|
+
"autosave": "Salvar automaticamente",
|
|
5
|
+
"autosaveDescription": "Salvar alterações em suas pipelines automaticamente em tempo real.",
|
|
4
6
|
"language": "Idioma",
|
|
5
7
|
"languageOptions": {
|
|
6
8
|
"en-US": "English",
|
|
@@ -12,33 +14,44 @@
|
|
|
12
14
|
},
|
|
13
15
|
"tabs": {
|
|
14
16
|
"general": "Geral",
|
|
15
|
-
"storage": "
|
|
17
|
+
"storage": "Armazenamento",
|
|
16
18
|
"integrations": "Integrações",
|
|
17
19
|
"advanced": "Avançado",
|
|
18
|
-
"billing": "
|
|
20
|
+
"billing": "Faturamento",
|
|
21
|
+
"plugins": "Extensões",
|
|
22
|
+
"core-plugins": "Extensões nativas",
|
|
23
|
+
"community-plugins": "Extensões da comunidade",
|
|
24
|
+
"versions": "Versões"
|
|
19
25
|
},
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"cache-
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
26
|
+
"pipeline-cache-folder": "Pasta de cache de pipelines:",
|
|
27
|
+
"enter-or-browse-for-a-folder": "Digite ou procure uma pasta",
|
|
28
|
+
"browse": "Procurar",
|
|
29
|
+
"manage-where-the-app-stores-temporary-and-cache-files": "Configurar pastas locais para arquivos temporários e cache do aplicativo.",
|
|
30
|
+
"clear-cache": "Limpar cache",
|
|
31
|
+
"reset-to-default": "Redefinir para o padrão",
|
|
32
|
+
"manage-subscription": "Gerenciar assinatura",
|
|
33
|
+
"renewal-date": "Data de renovação",
|
|
34
|
+
"start-date": "Data de início:",
|
|
35
|
+
"cache-cleared-successfully": "Cache limpo com sucesso",
|
|
36
|
+
"failed-to-clear-cache-error-message": "Falha ao limpar cache: {0}",
|
|
37
|
+
"failed-to-reset-cache-folder-error-message": "Falha ao redefinir pasta de cache: {0}",
|
|
38
|
+
"select-cache-folder": "Selecionar pasta de cache",
|
|
39
|
+
"restart-dashboard-tour": "Redefinir guia de início",
|
|
40
|
+
"restart-editor-tour": "Redefinir guia do editor",
|
|
41
|
+
"tour-reset-success": "Os guias de ajuda foram redefinidos. Eles reaparecerão em sua próxima visita.",
|
|
42
|
+
"storage-pipelab": "Pipelab",
|
|
43
|
+
"storage-other": "Outros aplicativos",
|
|
44
|
+
"storage-free": "Espaço livre",
|
|
45
|
+
"disk-usage": "Uso do disco",
|
|
46
|
+
"free": "Livre",
|
|
47
|
+
"other": "Outro"
|
|
35
48
|
},
|
|
36
49
|
"headers": {
|
|
37
|
-
"dashboard": "
|
|
38
|
-
"
|
|
50
|
+
"dashboard": "Início",
|
|
51
|
+
"pipelines": "Pipelines",
|
|
39
52
|
"editor": "Editor",
|
|
40
|
-
"billing": "
|
|
41
|
-
"team": "
|
|
53
|
+
"billing": "@:settings.tabs.billing",
|
|
54
|
+
"team": "Equipe"
|
|
42
55
|
},
|
|
43
56
|
"base": {
|
|
44
57
|
"close": "Fechar",
|
|
@@ -47,40 +60,114 @@
|
|
|
47
60
|
"cancel": "Cancelar",
|
|
48
61
|
"end": "Fim",
|
|
49
62
|
"delete": "Excluir",
|
|
50
|
-
"logs": "
|
|
63
|
+
"logs": "Registros",
|
|
51
64
|
"ok": "OK",
|
|
52
|
-
"add": "Adicionar"
|
|
65
|
+
"add": "Adicionar",
|
|
66
|
+
"search": "Buscar...",
|
|
67
|
+
"success": "Sucesso",
|
|
68
|
+
"error": "Erro"
|
|
53
69
|
},
|
|
54
70
|
"editor": {
|
|
55
|
-
"invalid-file-content": "
|
|
56
|
-
"welcome-back": "
|
|
57
|
-
"please-log-in-to-run-a-
|
|
58
|
-
"execution-done": "
|
|
59
|
-
"your-project-has-been-executed-successfully": "
|
|
60
|
-
"execution-failed": "
|
|
61
|
-
"project-has-encountered-an-error": "
|
|
62
|
-
"project-saved": "
|
|
63
|
-
"your-project-has-be-saved-successfully": "
|
|
71
|
+
"invalid-file-content": "Conteúdo do arquivo inválido",
|
|
72
|
+
"welcome-back": "Bem-vindo de volta!",
|
|
73
|
+
"please-log-in-to-run-a-pipeline": "Por favor, faça login para executar esta pipeline.",
|
|
74
|
+
"execution-done": "Execução concluída com sucesso",
|
|
75
|
+
"your-project-has-been-executed-successfully": "Sua pipeline foi executada e concluída com sucesso.",
|
|
76
|
+
"execution-failed": "Falha na execução",
|
|
77
|
+
"project-has-encountered-an-error": "A pipeline encontrou um erro:",
|
|
78
|
+
"project-saved": "Pipeline salva",
|
|
79
|
+
"your-project-has-be-saved-successfully": "Sua pipeline foi salva com sucesso.",
|
|
80
|
+
"view-history": "Histórico",
|
|
81
|
+
"add-plugin": "Adicionar extensão",
|
|
82
|
+
"display-advanced-nodes": "Exibir blocos avançados",
|
|
83
|
+
"project-settings": "Ajustes da pipeline",
|
|
84
|
+
"jit-loading-title": "Preparando extensões",
|
|
85
|
+
"jit-loading-subtitle": "Aguarde enquanto o Pipelab baixa e configura as extensões necessárias para esta pipeline.",
|
|
86
|
+
"jit-loading-status": "Baixando e configurando pacotes de extensões...",
|
|
87
|
+
"validation-failed": "Falha na validação",
|
|
88
|
+
"validation-plugin-disabled-or-missing": "O bloco \"{nodeName}\" requer a extensão \"{pluginId}\", que não está instalada ou ativada.",
|
|
89
|
+
"validation-missing-param": "Por favor, configure o campo obrigatório \"{paramName}\" no bloco \"{nodeName}\"."
|
|
64
90
|
},
|
|
65
91
|
"home": {
|
|
66
|
-
"invalid-preset": "
|
|
67
|
-
"store-project-on-the-cloud": "
|
|
68
|
-
"cloud": "
|
|
69
|
-
"store-project-locally": "
|
|
92
|
+
"invalid-preset": "Modelo inválido",
|
|
93
|
+
"store-project-on-the-cloud": "Salvar projeto na nuvem",
|
|
94
|
+
"cloud": "Nuvem",
|
|
95
|
+
"store-project-locally": "Salvar projeto localmente",
|
|
70
96
|
"local": "Local",
|
|
71
|
-
"invalid-number-of-paths-selected": "
|
|
72
|
-
"pipelab-project": "Pipelab
|
|
73
|
-
"choose-a-new-path": "
|
|
74
|
-
"invalid-file-type": "
|
|
75
|
-
"create-project": "
|
|
76
|
-
"
|
|
77
|
-
"project
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
97
|
+
"invalid-number-of-paths-selected": "Número de caminhos selecionado inválido",
|
|
98
|
+
"pipelab-project": "Projeto Pipelab",
|
|
99
|
+
"choose-a-new-path": "Escolha um novo caminho",
|
|
100
|
+
"invalid-file-type": "Tipo de arquivo inválido",
|
|
101
|
+
"create-project": "Criar Projeto",
|
|
102
|
+
"create-pipeline": "Criar Pipeline",
|
|
103
|
+
"duplicate-project": "Duplicar Projeto",
|
|
104
|
+
"duplicate-pipeline": "Duplicar Pipeline",
|
|
105
|
+
"project-name": "Nome do projeto",
|
|
106
|
+
"new-project": "Novo Projeto",
|
|
107
|
+
"new-pipeline": "Nova Pipeline",
|
|
108
|
+
"open": "Abrir",
|
|
109
|
+
"import": "Importar",
|
|
110
|
+
"pipeline-name": "Nome da pipeline",
|
|
111
|
+
"your-projects": "Seus projetos",
|
|
112
|
+
"no-projects-yet": "Nenhum projeto ainda",
|
|
113
|
+
"no-pipelines-yet": "Nenhuma pipeline ainda",
|
|
114
|
+
"delete-project": "Excluir Projeto",
|
|
115
|
+
"confirm-delete-project": "Tem certeza de que deseja excluir este projeto? Esta ação não pode ser desfeita.",
|
|
116
|
+
"cannot-delete-project": "Não é possível excluir o projeto",
|
|
117
|
+
"project-not-empty": "Este projeto contém pipelines. Por favor, exclua-os primeiro.",
|
|
118
|
+
"transfer": "Transferir",
|
|
119
|
+
"transfer-successful": "Transferência bem-sucedida",
|
|
120
|
+
"pipeline-transferred": "Pipeline transferida com sucesso",
|
|
121
|
+
"select-project": "Selecionar Projeto",
|
|
122
|
+
"build-history": "Histórico de execuções",
|
|
123
|
+
"duplicate": "Duplicar",
|
|
124
|
+
"rename-project": "Renomear Projeto",
|
|
125
|
+
"new-project-name": "Novo nome do projeto",
|
|
126
|
+
"premium-feature": "Este é um recurso premium",
|
|
127
|
+
"migrate-warning": "Este formato de arquivo em prazo curto será descontinuado. Por favor, migre-o para o novo armazenamento local do aplicativo.",
|
|
128
|
+
"simple-pipeline": "Pipeline básica",
|
|
129
|
+
"advanced-pipeline": "Pipeline avançada",
|
|
130
|
+
"new-simple-project": "Novo projeto simples",
|
|
131
|
+
"new-advanced-project": "Novo projeto avançado",
|
|
132
|
+
"store-project-internally": "Salvar projeto localmente",
|
|
133
|
+
"internal": "Interno",
|
|
134
|
+
"confirm-migration-message": "Tem certeza de que deseja mover esta pipeline para o armazenamento local do aplicativo? O Pipelab gerenciará esta pipeline internamente.",
|
|
135
|
+
"migrate-pipeline": "Migrar Pipeline",
|
|
136
|
+
"migration-success": "Pipeline migrada com sucesso",
|
|
137
|
+
"migrate-to-internal": "Mover para o espaço de trabalho",
|
|
138
|
+
"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.",
|
|
139
|
+
"import-pipeline": "Importar Pipeline",
|
|
140
|
+
"import-from-stable": "Importar do Stable...",
|
|
141
|
+
"import-from-beta": "Importar do Beta...",
|
|
142
|
+
"import-pipeline-file": "Importar arquivo de pipeline (.pipelab)...",
|
|
143
|
+
"import-success": "Pipeline importada com sucesso",
|
|
144
|
+
"failed-to-read-file": "Falha ao ler o arquivo selecionado",
|
|
145
|
+
"export-pipeline": "Exportar pipeline...",
|
|
146
|
+
"export-success": "Pipeline exportado com sucesso",
|
|
147
|
+
"export-failed": "Falha ao exportar pipeline"
|
|
82
148
|
},
|
|
83
|
-
"
|
|
84
|
-
"
|
|
149
|
+
"pipelines": {
|
|
150
|
+
"title": "@:headers.pipelines"
|
|
151
|
+
},
|
|
152
|
+
"tour": {
|
|
153
|
+
"start-tour": "Iniciar guia",
|
|
154
|
+
"projects-list-title": "Navegador de projetos",
|
|
155
|
+
"projects-list-description": "Esta barra lateral mostra seus projetos. Ao selecionar um, suas pipelines serão exibidas na área principal.",
|
|
156
|
+
"add-project-title": "Criar novo projeto",
|
|
157
|
+
"add-project-description": "Os projetos organizam suas pipelines por tópico ou cliente. Clique aqui para criar um novo projeto.",
|
|
158
|
+
"new-pipeline-title": "Criar uma pipeline",
|
|
159
|
+
"new-pipeline-description": "Pronto para automatizar? Crie uma nova pipeline para começar a adicionar ações e lógica.",
|
|
160
|
+
"project-actions-title": "Gerenciamento de projetos",
|
|
161
|
+
"project-actions-description": "Use estes botões para renomear ou excluir o projeto selecionado.",
|
|
162
|
+
"editor-canvas-title": "O painel visual",
|
|
163
|
+
"editor-canvas-description": "Este é o seu painel. Arraste e solte blocos de ação aqui para construir seu fluxo.",
|
|
164
|
+
"editor-save-title": "Salvar progresso",
|
|
165
|
+
"editor-save-description": "Mantenha suas alterações seguras. Recomendamos salvar sua pipeline frequentemente.",
|
|
166
|
+
"editor-run-title": "Testar pipeline",
|
|
167
|
+
"editor-run-description": "Clique em Executar para testar sua pipeline. O Pipelab executará cada bloco em tempo real.",
|
|
168
|
+
"editor-logs-title": "Registros de execução",
|
|
169
|
+
"editor-logs-description": "O painel de registros exibe as etapas de execução em tempo real, ajudando você a monitorar e depurar.",
|
|
170
|
+
"editor-close-title": "Fechar editor",
|
|
171
|
+
"editor-close-description": "Terminou por agora? Volte para o painel principal para gerenciar outros projetos e pipelines."
|
|
85
172
|
}
|
|
86
173
|
}
|
package/src/i18n/zh_CN.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"settings": {
|
|
3
|
-
"darkTheme": "
|
|
4
|
-
"
|
|
3
|
+
"darkTheme": "深色主题",
|
|
4
|
+
"autosave": "自动保存",
|
|
5
|
+
"autosaveDescription": "自动保存流水线修改,省心省力。",
|
|
6
|
+
"language": "语言",
|
|
5
7
|
"languageOptions": {
|
|
6
8
|
"en-US": "English",
|
|
7
9
|
"fr-FR": "French",
|
|
@@ -11,34 +13,45 @@
|
|
|
11
13
|
"de-DE": "German"
|
|
12
14
|
},
|
|
13
15
|
"tabs": {
|
|
14
|
-
"general": "
|
|
15
|
-
"storage": "
|
|
16
|
-
"integrations": "
|
|
17
|
-
"advanced": "
|
|
18
|
-
"billing": "
|
|
16
|
+
"general": "常规",
|
|
17
|
+
"storage": "存储",
|
|
18
|
+
"integrations": "集成",
|
|
19
|
+
"advanced": "高级",
|
|
20
|
+
"billing": "计费",
|
|
21
|
+
"plugins": "插件",
|
|
22
|
+
"core-plugins": "核心插件",
|
|
23
|
+
"community-plugins": "社区插件",
|
|
24
|
+
"versions": "版本"
|
|
19
25
|
},
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"cache-
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
26
|
+
"pipeline-cache-folder": "流水线缓存文件夹:",
|
|
27
|
+
"enter-or-browse-for-a-folder": "输入或浏览选择文件夹",
|
|
28
|
+
"browse": "浏览",
|
|
29
|
+
"manage-where-the-app-stores-temporary-and-cache-files": "配置用于存储临时文件和应用程序缓存的本地目录。",
|
|
30
|
+
"clear-cache": "清除缓存",
|
|
31
|
+
"reset-to-default": "恢复默认",
|
|
32
|
+
"manage-subscription": "管理订阅",
|
|
33
|
+
"renewal-date": "续订日期",
|
|
34
|
+
"start-date": "开始日期:",
|
|
35
|
+
"cache-cleared-successfully": "缓存清除成功",
|
|
36
|
+
"failed-to-clear-cache-error-message": "清除缓存失败: {0}",
|
|
37
|
+
"failed-to-reset-cache-folder-error-message": "重置缓存文件夹失败: {0}",
|
|
38
|
+
"select-cache-folder": "选择缓存文件夹",
|
|
39
|
+
"restart-dashboard-tour": "重置仪表盘指南",
|
|
40
|
+
"restart-editor-tour": "重置编辑器指南",
|
|
41
|
+
"tour-reset-success": "帮助指南已重置。将在您下次访问时重新显示。",
|
|
42
|
+
"storage-pipelab": "Pipelab",
|
|
43
|
+
"storage-other": "其他应用",
|
|
44
|
+
"storage-free": "空闲空间",
|
|
45
|
+
"disk-usage": "磁盘使用情况",
|
|
46
|
+
"free": "空闲",
|
|
47
|
+
"other": "其他"
|
|
35
48
|
},
|
|
36
49
|
"headers": {
|
|
37
|
-
"dashboard": "
|
|
38
|
-
"
|
|
39
|
-
"editor": "
|
|
40
|
-
"billing": "
|
|
41
|
-
"team": "
|
|
50
|
+
"dashboard": "仪表盘",
|
|
51
|
+
"pipelines": "流水线",
|
|
52
|
+
"editor": "编辑器",
|
|
53
|
+
"billing": "@:settings.tabs.billing",
|
|
54
|
+
"team": "团队"
|
|
42
55
|
},
|
|
43
56
|
"base": {
|
|
44
57
|
"close": "关闭",
|
|
@@ -49,38 +62,112 @@
|
|
|
49
62
|
"delete": "删除",
|
|
50
63
|
"logs": "日志",
|
|
51
64
|
"ok": "确定",
|
|
52
|
-
"add": "添加"
|
|
65
|
+
"add": "添加",
|
|
66
|
+
"search": "搜索...",
|
|
67
|
+
"success": "成功",
|
|
68
|
+
"error": "错误"
|
|
53
69
|
},
|
|
54
70
|
"editor": {
|
|
55
|
-
"invalid-file-content": "
|
|
56
|
-
"welcome-back": "
|
|
57
|
-
"please-log-in-to-run-a-
|
|
58
|
-
"execution-done": "
|
|
59
|
-
"your-project-has-been-executed-successfully": "
|
|
60
|
-
"execution-failed": "
|
|
61
|
-
"project-has-encountered-an-error": "
|
|
62
|
-
"project-saved": "
|
|
63
|
-
"your-project-has-be-saved-successfully": "
|
|
71
|
+
"invalid-file-content": "无效的文件内容",
|
|
72
|
+
"welcome-back": "欢迎回来!",
|
|
73
|
+
"please-log-in-to-run-a-pipeline": "请登录后运行此流水线。",
|
|
74
|
+
"execution-done": "运行成功完成",
|
|
75
|
+
"your-project-has-been-executed-successfully": "您的流水线已成功运行完成。",
|
|
76
|
+
"execution-failed": "运行失败",
|
|
77
|
+
"project-has-encountered-an-error": "流水线遇到错误:",
|
|
78
|
+
"project-saved": "流水线已保存",
|
|
79
|
+
"your-project-has-be-saved-successfully": "您的流水线已成功保存。",
|
|
80
|
+
"view-history": "历史记录",
|
|
81
|
+
"add-plugin": "添加插件",
|
|
82
|
+
"display-advanced-nodes": "显示高级节点",
|
|
83
|
+
"project-settings": "流水线设置",
|
|
84
|
+
"jit-loading-title": "正在准备插件",
|
|
85
|
+
"jit-loading-subtitle": "请稍候,Pipelab 正在下载并配置此流水线所需的插件。",
|
|
86
|
+
"jit-loading-status": "正在下载并安装插件包...",
|
|
87
|
+
"validation-failed": "验证失败",
|
|
88
|
+
"validation-plugin-disabled-or-missing": "节点 \"{nodeName}\" 需要插件 \"{pluginId}\",该插件目前未安装或未启用。",
|
|
89
|
+
"validation-missing-param": "请配置节点 \"{nodeName}\" 中的必填字段 \"{paramName}\"。"
|
|
64
90
|
},
|
|
65
91
|
"home": {
|
|
66
|
-
"invalid-preset": "
|
|
67
|
-
"store-project-on-the-cloud": "
|
|
68
|
-
"cloud": "
|
|
69
|
-
"store-project-locally": "
|
|
70
|
-
"local": "
|
|
71
|
-
"invalid-number-of-paths-selected": "
|
|
72
|
-
"pipelab-project": "Pipelab
|
|
73
|
-
"choose-a-new-path": "
|
|
74
|
-
"invalid-file-type": "
|
|
75
|
-
"create-project": "
|
|
76
|
-
"
|
|
77
|
-
"project
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
92
|
+
"invalid-preset": "无效的预设",
|
|
93
|
+
"store-project-on-the-cloud": "保存项目到云端",
|
|
94
|
+
"cloud": "云端",
|
|
95
|
+
"store-project-locally": "本地保存项目",
|
|
96
|
+
"local": "本地",
|
|
97
|
+
"invalid-number-of-paths-selected": "选择的路径数量无效",
|
|
98
|
+
"pipelab-project": "Pipelab 项目",
|
|
99
|
+
"choose-a-new-path": "选择新路径",
|
|
100
|
+
"invalid-file-type": "无效的文件类型",
|
|
101
|
+
"create-project": "创建项目",
|
|
102
|
+
"create-pipeline": "创建流水线",
|
|
103
|
+
"duplicate-project": "复制项目",
|
|
104
|
+
"duplicate-pipeline": "复制流水线",
|
|
105
|
+
"project-name": "项目名称",
|
|
106
|
+
"new-project": "新建项目",
|
|
107
|
+
"new-pipeline": "新建流水线",
|
|
108
|
+
"open": "打开",
|
|
109
|
+
"import": "导入",
|
|
110
|
+
"pipeline-name": "流水线名称",
|
|
111
|
+
"your-projects": "您的项目",
|
|
112
|
+
"no-projects-yet": "暂无项目",
|
|
113
|
+
"no-pipelines-yet": "暂无流水线",
|
|
114
|
+
"delete-project": "删除项目",
|
|
115
|
+
"confirm-delete-project": "您确定要删除此项目吗?此操作无法撤销。",
|
|
116
|
+
"cannot-delete-project": "无法删除项目",
|
|
117
|
+
"project-not-empty": "此项目包含流水线。请先删除它们。",
|
|
118
|
+
"transfer": "转移",
|
|
119
|
+
"transfer-successful": "转移成功",
|
|
120
|
+
"pipeline-transferred": "流水线已成功转移",
|
|
121
|
+
"select-project": "选择项目",
|
|
122
|
+
"build-history": "运行历史",
|
|
123
|
+
"duplicate": "复制",
|
|
124
|
+
"rename-project": "重命名项目",
|
|
125
|
+
"new-project-name": "新项目名称",
|
|
126
|
+
"premium-feature": "这是高级会员功能",
|
|
127
|
+
"migrate-warning": "此文件格式即将被弃用。请将其迁移到新的本地工作区存储。",
|
|
128
|
+
"simple-pipeline": "基础流水线",
|
|
129
|
+
"advanced-pipeline": "高级流水线",
|
|
130
|
+
"new-simple-project": "新建简单项目",
|
|
131
|
+
"new-advanced-project": "新建高级项目",
|
|
132
|
+
"store-project-internally": "本地保存项目",
|
|
133
|
+
"internal": "内部",
|
|
134
|
+
"confirm-migration-message": "您确定要将此流水线移动到本地工作区存储吗?Pipelab 将在内部管理此流水线。",
|
|
135
|
+
"migrate-pipeline": "迁移流水线",
|
|
136
|
+
"migration-success": "流水线已成功迁移",
|
|
137
|
+
"migrate-to-internal": "移动到工作区",
|
|
138
|
+
"only-internal-supported-notice": "Pipelab 现在管理应用工作区内的所有流水线。外部文件已被弃用,但仍可以导入。",
|
|
139
|
+
"import-pipeline": "导入流水线",
|
|
140
|
+
"import-from-stable": "从 Stable 导入...",
|
|
141
|
+
"import-from-beta": "从 Beta 导入...",
|
|
142
|
+
"import-pipeline-file": "导入管道文件 (.pipelab)...",
|
|
143
|
+
"import-success": "流水线已成功导入",
|
|
144
|
+
"failed-to-read-file": "读取所选文件失败",
|
|
145
|
+
"export-pipeline": "导出流水线...",
|
|
146
|
+
"export-success": "流水线导出成功",
|
|
147
|
+
"export-failed": "导出流水线失败"
|
|
82
148
|
},
|
|
83
|
-
"
|
|
84
|
-
"
|
|
149
|
+
"pipelines": {
|
|
150
|
+
"title": "@:headers.pipelines"
|
|
151
|
+
},
|
|
152
|
+
"tour": {
|
|
153
|
+
"start-tour": "开始向导",
|
|
154
|
+
"projects-list-title": "项目导航器",
|
|
155
|
+
"projects-list-description": "此侧边栏列出您的项目。选择一个项目将在主区域显示其包含的流水线。",
|
|
156
|
+
"add-project-title": "创建新项目",
|
|
157
|
+
"add-project-description": "项目可以按主题或客户组织您的流水线。点击这里开始一个新项目。",
|
|
158
|
+
"new-pipeline-title": "创建流水线",
|
|
159
|
+
"new-pipeline-description": "准备好自动化了吗?创建一个新流水线开始添加操作和逻辑。",
|
|
160
|
+
"project-actions-title": "项目管理",
|
|
161
|
+
"project-actions-description": "使用这些按钮重命名或删除当前选择的项目。",
|
|
162
|
+
"editor-canvas-title": "可视化画布",
|
|
163
|
+
"editor-canvas-description": "这是您的画布。拖放操作块到这里以构建您的自动化流程。",
|
|
164
|
+
"editor-save-title": "保存进度",
|
|
165
|
+
"editor-save-description": "确保您的更改已安全保存。我们建议您经常保存流水线。",
|
|
166
|
+
"editor-run-title": "测试流水线",
|
|
167
|
+
"editor-run-description": "点击“运行”测试流水线。Pipelab 将实时执行每个步骤。",
|
|
168
|
+
"editor-logs-title": "运行日志",
|
|
169
|
+
"editor-logs-description": "日志面板实时显示执行步骤,帮助您监控和调试。",
|
|
170
|
+
"editor-close-title": "关闭编辑器",
|
|
171
|
+
"editor-close-description": "今天的工作完成了吗?返回仪表盘以管理其他项目和流水线。"
|
|
85
172
|
}
|
|
86
173
|
}
|
package/src/index.ts
CHANGED
|
@@ -6,6 +6,9 @@ import {
|
|
|
6
6
|
defaultFileRepo as _defaultFileRepo,
|
|
7
7
|
savedFileMigrator as _savedFileMigrator,
|
|
8
8
|
configRegistry as _configRegistry,
|
|
9
|
+
normalizePipelineConfig as _normalizePipelineConfig,
|
|
10
|
+
connectionsMigrator as _connectionsMigrator,
|
|
11
|
+
defaultConnections as _defaultConnections,
|
|
9
12
|
} from "./config/migrators";
|
|
10
13
|
|
|
11
14
|
export const appSettingsMigrator = _appSettingsMigrator;
|
|
@@ -14,9 +17,25 @@ export const fileRepoMigrations = _fileRepoMigrations;
|
|
|
14
17
|
export const defaultFileRepo = _defaultFileRepo;
|
|
15
18
|
export const savedFileMigrator = _savedFileMigrator;
|
|
16
19
|
export const configRegistry = _configRegistry;
|
|
20
|
+
export const normalizePipelineConfig = _normalizePipelineConfig;
|
|
21
|
+
export const connectionsMigrator = _connectionsMigrator;
|
|
22
|
+
export const defaultConnections = _defaultConnections;
|
|
17
23
|
|
|
18
24
|
// 2. Types
|
|
19
25
|
export type { Migrator } from "./config/migrators";
|
|
26
|
+
export type { IpcDefinition } from "./apis";
|
|
27
|
+
export type { IpcDefinition as RendererIpcDefinition } from "./ipc.types";
|
|
28
|
+
export type { RequestId } from "./apis";
|
|
29
|
+
export type { RequestId as RendererRequestId } from "./ipc.types";
|
|
30
|
+
export type { NodeId } from "./model";
|
|
31
|
+
export type { FileRepo, FileRepoV1, FileRepoV2, FileRepoV3 } from "./config/projects-definition";
|
|
32
|
+
export {
|
|
33
|
+
FileRepoValidator,
|
|
34
|
+
FileRepoValidatorV1,
|
|
35
|
+
FileRepoValidatorV2,
|
|
36
|
+
FileRepoValidatorV3,
|
|
37
|
+
FileRepoProjectValidatorV2,
|
|
38
|
+
} from "./config/projects-definition";
|
|
20
39
|
|
|
21
40
|
// 3. Core Library exports (Systematic restoration)
|
|
22
41
|
export * from "./apis";
|
|
@@ -45,7 +64,7 @@ export * from "./websocket.types";
|
|
|
45
64
|
// 4. Configuration Sub-packages
|
|
46
65
|
export * from "./config/projects-definition"; // <-- RE-ADDED
|
|
47
66
|
export * from "./config/settings-definition"; // <-- RE-ADDED
|
|
48
|
-
export * from "./config/
|
|
67
|
+
export * from "./config/connections-definition";
|
|
49
68
|
|
|
50
69
|
// NOTE: We avoid "export * from './config'" to prevent nested re-export circles.
|
|
51
70
|
// All necessary members from the config subfolder are explicitly exported above.
|