@stack-spot/portal-network 0.184.0 → 0.185.0-beta.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/CHANGELOG.md +2444 -2412
- package/dist/api/account.js +1 -1
- package/dist/api/agent-tools.js +1 -1
- package/dist/api/agent.js +1 -1
- package/dist/api/ai.js +1 -1
- package/dist/api/apiManagement.js +1 -1
- package/dist/api/apiRuntime.js +1 -1
- package/dist/api/cloudAccount.js +1 -1
- package/dist/api/cloudPlatform.js +1 -1
- package/dist/api/cloudPlatformHorizon.js +1 -1
- package/dist/api/cloudRuntimes.js +1 -1
- package/dist/api/cloudServices.js +1 -1
- package/dist/api/codeShift.d.ts +63 -4
- package/dist/api/codeShift.d.ts.map +1 -1
- package/dist/api/codeShift.js +14 -1
- package/dist/api/codeShift.js.map +1 -1
- package/dist/api/content.js +1 -1
- package/dist/api/dataIntegration.js +1 -1
- package/dist/api/discover.js +1 -1
- package/dist/api/genAiInference.js +1 -1
- package/dist/api/insights.js +1 -1
- package/dist/api/notification.js +1 -1
- package/dist/api/secrets.js +1 -1
- package/dist/api/serviceCatalog.js +1 -1
- package/dist/api/workspace-ai.js +1 -1
- package/dist/api/workspace.js +1 -1
- package/dist/api/workspaceManager.js +1 -1
- package/dist/api/workspaceSearchEngine.js +1 -1
- package/dist/client/ai.d.ts.map +1 -1
- package/dist/client/ai.js +84 -14
- package/dist/client/ai.js.map +1 -1
- package/dist/client/code-shift.d.ts +30 -0
- package/dist/client/code-shift.d.ts.map +1 -1
- package/dist/client/code-shift.js +37 -1
- package/dist/client/code-shift.js.map +1 -1
- package/dist/client/types.d.ts +26 -6
- package/dist/client/types.d.ts.map +1 -1
- package/package.json +7 -7
- package/readme.md +1 -1
- package/scripts/generate-apis.ts +134 -134
- package/src/api/account.ts +8368 -8367
- package/src/api/agent-tools.ts +2172 -2169
- package/src/api/agent.ts +1085 -1083
- package/src/api/ai.ts +3388 -3388
- package/src/api/apiManagement.ts +570 -570
- package/src/api/apiRuntime.ts +2103 -2103
- package/src/api/cloudAccount.ts +1239 -1239
- package/src/api/cloudPlatform.ts +927 -927
- package/src/api/cloudPlatformHorizon.ts +2655 -2655
- package/src/api/cloudRuntimes.ts +2043 -2043
- package/src/api/cloudServices.ts +1445 -1445
- package/src/api/codeShift.ts +3567 -3481
- package/src/api/content.ts +9785 -9785
- package/src/api/dataIntegration.ts +1657 -1657
- package/src/api/discover.ts +435 -435
- package/src/api/eventBus.ts +171 -171
- package/src/api/genAiInference.ts +603 -603
- package/src/api/insights.ts +310 -310
- package/src/api/notification.ts +336 -334
- package/src/api/secrets.ts +342 -342
- package/src/api/serviceCatalog.ts +2908 -2908
- package/src/api/workflows.ts +1669 -1669
- package/src/api/workspace-ai.ts +677 -677
- package/src/api/workspace.ts +5889 -5889
- package/src/api/workspaceManager.ts +2951 -2951
- package/src/api/workspaceSearchEngine.ts +153 -153
- package/src/api-addresses.ts +120 -120
- package/src/apis-itau.json +225 -225
- package/src/apis.json +225 -225
- package/src/client/account.ts +902 -902
- package/src/client/agent-tools.ts +210 -210
- package/src/client/agent.ts +81 -81
- package/src/client/ai.ts +469 -395
- package/src/client/api-management.ts +40 -40
- package/src/client/cloud-account.ts +70 -70
- package/src/client/cloud-platform-horizon.ts +113 -113
- package/src/client/cloud-platform.ts +163 -163
- package/src/client/cloud-runtimes.ts +129 -129
- package/src/client/cloud-services.ts +94 -94
- package/src/client/code-shift.ts +371 -349
- package/src/client/content.ts +538 -538
- package/src/client/data-integration.ts +191 -191
- package/src/client/discover.ts +89 -89
- package/src/client/event-bus.ts +84 -84
- package/src/client/gen-ai-inference.ts +65 -65
- package/src/client/insights.ts +28 -28
- package/src/client/notification.ts +32 -32
- package/src/client/runtime-manager.ts +76 -76
- package/src/client/secrets.ts +60 -60
- package/src/client/types.ts +398 -377
- package/src/client/workflow.ts +83 -83
- package/src/client/workspace-ai.ts +191 -191
- package/src/client/workspace-manager.ts +564 -564
- package/src/client/workspace-search.ts +39 -39
- package/src/client/workspace.ts +480 -480
- package/src/error/DefaultAPIError.ts +151 -151
- package/src/error/FileUploadError.ts +18 -18
- package/src/error/IgnoredErrorCodes.ts +3 -3
- package/src/error/StackspotAPIError.ts +101 -101
- package/src/error/StreamCanceledError.ts +10 -10
- package/src/error/StreamError.ts +7 -7
- package/src/error/StreamJsonError.ts +10 -10
- package/src/error/dictionary/account.ts +58 -58
- package/src/error/dictionary/action-details.ts +20 -20
- package/src/error/dictionary/action.ts +211 -211
- package/src/error/dictionary/agent-tools.ts +75 -75
- package/src/error/dictionary/ai-inference.ts +28 -28
- package/src/error/dictionary/base.ts +22 -22
- package/src/error/dictionary/cloud-platform.ts +82 -82
- package/src/error/dictionary/cnt-fields.ts +14 -14
- package/src/error/dictionary/cnt.ts +103 -103
- package/src/error/dictionary/code-shift.ts +12 -12
- package/src/error/dictionary/rte.ts +24 -24
- package/src/error/dictionary/rtm.ts +10 -10
- package/src/error/dictionary/secrets.ts +14 -14
- package/src/error/dictionary/workspace-ai.ts +10 -10
- package/src/error/dictionary/workspace-details.ts +15 -15
- package/src/error/dictionary/workspace-fields.ts +10 -10
- package/src/error/dictionary/workspace.ts +209 -209
- package/src/error/types.ts +21 -21
- package/src/index.ts +43 -43
- package/src/network/AutoInfiniteQuery.ts +115 -115
- package/src/network/AutoMutation.ts +27 -27
- package/src/network/AutoOperation.ts +73 -73
- package/src/network/AutoQuery.ts +75 -75
- package/src/network/ManualInfiniteQuery.ts +95 -95
- package/src/network/ManualMutation.ts +40 -40
- package/src/network/ManualOperation.ts +52 -52
- package/src/network/ManualQuery.ts +82 -82
- package/src/network/NetworkClient.ts +167 -167
- package/src/network/ReactQueryNetworkClient.ts +312 -312
- package/src/network/react-query-client.ts +14 -14
- package/src/network/types.ts +294 -294
- package/src/types.ts +1 -1
- package/src/utils/StreamedArray.tsx +146 -146
- package/src/utils/StreamedJson.tsx +166 -166
- package/src/utils/remove-authorization-param.ts +6 -6
- package/src/utils/string.ts +19 -19
- package/src/utils/use-extended-list.ts +80 -80
- package/src/utils/use-streamed-array.ts +17 -17
- package/tsconfig.build.json +4 -4
- package/tsconfig.json +10 -10
|
@@ -1,103 +1,103 @@
|
|
|
1
|
-
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
-
|
|
3
|
-
export const cntDictionary = {
|
|
4
|
-
en: {
|
|
5
|
-
CNT_MALFORMED_FIELDS_IN_PAYLOAD: 'Some fields are incorrect or inconsistent. Please check the data entered.',
|
|
6
|
-
CNT_ACCOUNT_NOT_FOUND_ERROR: "We couldn't find the account. Please check and try again.",
|
|
7
|
-
CNT_STUDIO_NOT_FOUND_ERROR: "We couldn't find the Studio. Please check and try again.",
|
|
8
|
-
CNT_STUDIO_ALREADY_EXISTS_ERROR: 'The Studio already exists. Each Studio in StackSpot is unique.',
|
|
9
|
-
CNT_STACK_NOT_FOUND_ERROR: "We couldn't find the Stack. Please check and try again.",
|
|
10
|
-
CNT_STACK_PLUGIN_NOT_FOUND_ERROR: "We couldn't find the Plugin. Please check and try again.",
|
|
11
|
-
CNT_STACK_VERSION_NOT_FOUND_ERROR: "We couldn't find the Stack version. Please verify and try again.",
|
|
12
|
-
CNT_STACK_ALREADY_EXISTS_ERROR: 'This Stack version already exists.',
|
|
13
|
-
CNT_STACK_PUBLISH_FORBIDDEN_ERROR: 'To publish the Stack, please check the publishing requirements.',
|
|
14
|
-
CNT_STACK_PUBLISH_ANOTHER_UNPUBLISHED_VERSION_ERROR: 'This Stack already has an unpublished version.',
|
|
15
|
-
CNT_STACK_ACCOUNT_FORBIDDEN_ERROR: 'Please check your permissions to access this account.',
|
|
16
|
-
CNT_STACK_ADD_PLUGINS_INVALID_ERROR: 'Some Plugins are invalid. Please check and try again.',
|
|
17
|
-
CNT_STACK_VERSION_IS_PUBLISHED_ERROR: 'This version has already been published and cannot be modified.',
|
|
18
|
-
CNT_STACK_PUBLISH_CONNECTION_INTERFACE_ERROR: 'There are unfilled Connection Interface configurations. Please check the infra setup page and complete the configurations before publishing the Stack.',
|
|
19
|
-
CNT_STACK_STARTER_ALREADY_EXISTS_ERROR: 'A Starter with the provided name already exists in this Stack.',
|
|
20
|
-
CNT_SLUG_ALREADY_EXISTS: 'A Stack with the provided slug already exists in this Studio.',
|
|
21
|
-
CNT_STACK_LINK_IS_NOT_STACK_ERROR: 'StackSpot cannot delete the Plugin Link.',
|
|
22
|
-
CNT_STACK_LINK_NOT_FOUND: 'The link was not found in this Stack version.',
|
|
23
|
-
CNT_STUDIO_CONTENT_USED_BY_WORKSPACE_ERROR: 'Changes to Studio visibility cannot be made because one or more Workspaces currently use this content.',
|
|
24
|
-
CNT_STUDIO_VISIBILITY_CANT_BE_CHANGE_ERROR: 'Studio visibility cannot be changed.',
|
|
25
|
-
CNT_CONTENT_INTERSECTION_ERROR: 'This content is being used.',
|
|
26
|
-
CNT_STACK_VERSION_IS_IN_USE_ERROR: 'Workspaces are using this Stack version. The names of the Workspaces are: ',
|
|
27
|
-
CNT_ACTION_VERSION_IS_IN_USE_ERROR: 'This Action version is in use and cannot be deleted. The Stacks using it are: .',
|
|
28
|
-
CNT_PLUGIN_VERSION_IS_IN_USE_ERROR: 'This Plugin version is in use and cannot be deleted. The Stacks using it are: .',
|
|
29
|
-
CNT_STUDIO_DELETE_ERROR: 'This Studio cannot be deleted. You can delete Studios without content or with restricted visibility.',
|
|
30
|
-
CNT_STUDIO_PLUGIN_IS_IN_USE_IN_ANOTHER_STUDIO_ERROR: 'Visibility cannot be changed because Studio(s) uses one or more Plugins: ',
|
|
31
|
-
CNT_STUDIO_ACTION_IS_IN_USE_IN_ANOTHER_STUDIO_ERROR: 'Visibility cannot be changed because one or more Actions are used by Studio(s): .',
|
|
32
|
-
CNT_PLUGIN_VERSION_IS_IN_CONNECTION_INTERFACE_ERROR: 'The Plugin is used in the infra setup of a Stack and cannot be deleted. Stacks using it are: .',
|
|
33
|
-
CNT_STACK_VERSION_PUBLISH_CUSTOM_SEMVER_NOT_VALID_ERROR: 'A Stack version with the chosen semantic version already exists. Please select another version.',
|
|
34
|
-
CNT_STACK_SEMANTIC_VERSION_INVALID_ERROR: 'Please select a different range.',
|
|
35
|
-
CNT_PLUGIN_RANGE_VERSION_INVALID_ERROR: 'Invalid range. Please choose another one.',
|
|
36
|
-
CNT_RANGE_VERSION_INVALID_ERROR: 'Invalid range. Please choose another one.',
|
|
37
|
-
CNT_INVALID_CONTENT_HTML_NOT_ACCEPTABLE_ERROR: 'Html code is not acceptable in this documentation. Please use only markdown code.',
|
|
38
|
-
CNT_STACK_STARTER_PLUGIN_REQUIREMENTS_MISSING: 'The Starter is missing the Plugin requirements.',
|
|
39
|
-
CNT_STACK_STARTER_YAML_REQUIRED_CONTENT_OUT_OF_ORDER: "Some required contents in the starter's YAML are out of order.",
|
|
40
|
-
CNT_PLUGIN_REQUIREMENTS_CONTENT_MISSING_FROM_STACK: 'The mandatory Plugins/Actions are missing from the Stack.',
|
|
41
|
-
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_DEPENDENCIES_ERROR: 'There are workflows entered that depend on infra type plugins to be add to the stack',
|
|
42
|
-
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_CONFLICTS_DEPENDENCIES_ERROR: 'There are workflows entered that depend on infra type plugins that cannot be automatically added to the stack because already exists a different version of this plugin in stack',
|
|
43
|
-
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_CONFLICTS_DEPENDENCIES_BETWEEN_WORKFLOWS_ERROR: 'There are workflows entered that depend on same infra type plugins with different version that cannot be automatically added to the stack',
|
|
44
|
-
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_NOT_FOUND_DEPENDENCIES_ERROR: 'There are workflows entered that depend on infra type plugins that were not found to add to the stack',
|
|
45
|
-
CNT_CONTENT_NO_PERMISSION_TO_ARCHIVE: 'User has no permission to archive this type of content',
|
|
46
|
-
CNT_STUDIO_SLUG_RESERVED_PREFIX_ERROR: 'The prefix \'stackspot\' in the studio slug is reserved and cannot be used',
|
|
47
|
-
CNT_CUSTOMIZED_WORKFLOW_NO_PERMISSION_TO_DEPRECATE: 'You do not have permission to deprecate customized workflows. Please request access from your administrator to proceed.',
|
|
48
|
-
CNT_CUSTOMIZED_WORKFLOW_NO_PERMISSION_TO_UNPUBLISH: 'You do not have permission to unpublish customized workflows. Please request access from your administrator to proceed.',
|
|
49
|
-
CNT_WORKFLOW_NO_PERMISSION_TO_DEPRECATE: 'You do not have permission to deprecate base/normal workflows. Please request access from your administrator to proceed.',
|
|
50
|
-
CNT_WORKFLOW_NO_PERMISSION_TO_UNPUBLISH: 'You do not have permission to unpublish base/normal workflows. Please request access from your administrator to proceed.',
|
|
51
|
-
|
|
52
|
-
},
|
|
53
|
-
pt: {
|
|
54
|
-
CNT_MALFORMED_FIELDS_IN_PAYLOAD: 'Alguns campos estão incorretos. Verifique os dados.',
|
|
55
|
-
CNT_ACCOUNT_NOT_FOUND_ERROR: 'Conta não encontrada. Verifique e tente novamente.',
|
|
56
|
-
CNT_STUDIO_NOT_FOUND_ERROR: 'Estúdio não encontrado. Verifique e tente novamente.',
|
|
57
|
-
CNT_STUDIO_ALREADY_EXISTS_ERROR: 'Este Estúdio já existe. Estúdios na StackSpot são únicos.',
|
|
58
|
-
CNT_STACK_NOT_FOUND_ERROR: 'Não conseguimos encontrar a Stack. Por favor, verifique e tente novamente.',
|
|
59
|
-
CNT_STACK_PLUGIN_NOT_FOUND_ERROR: 'Não conseguimos encontrar o Plugin. Por favor, verifique e tente novamente.',
|
|
60
|
-
CNT_STACK_VERSION_NOT_FOUND_ERROR: 'Não conseguimos encontrar a versão da Stack. Por favor, verifique e tente novamente.',
|
|
61
|
-
CNT_STACK_ALREADY_EXISTS_ERROR: 'Para publicar a Stack, por favor, verifique os requisitos de publicação.',
|
|
62
|
-
CNT_STACK_PUBLISH_FORBIDDEN_ERROR: 'Complete as configurações de interface de conexão na página de infraestrutura antes de publicar a Stack.',
|
|
63
|
-
CNT_STACK_PUBLISH_ANOTHER_UNPUBLISHED_VERSION_ERROR: 'Esta stack já possui uma versão não publicada.',
|
|
64
|
-
CNT_STACK_ACCOUNT_FORBIDDEN_ERROR: 'Verifique suas permissões para acessar esta conta.',
|
|
65
|
-
CNT_STACK_ADD_PLUGINS_INVALID_ERROR: 'Alguns plugins são inválidos. Por favor, verifique e tente novamente.',
|
|
66
|
-
CNT_STACK_VERSION_IS_PUBLISHED_ERROR: 'Esta versão já foi publicada e não pode ser modificada.',
|
|
67
|
-
CNT_STACK_PUBLISH_CONNECTION_INTERFACE_ERROR: 'Complete as configurações de interface de conexão na página de infraestrutura antes de publicar a Stack.',
|
|
68
|
-
CNT_STACK_STARTER_ALREADY_EXISTS_ERROR: 'Já existe um Starter com esse nome na Stack.',
|
|
69
|
-
CNT_SLUG_ALREADY_EXISTS: 'Já existe uma Stack com esse slug no Estúdio.',
|
|
70
|
-
CNT_STACK_LINK_IS_NOT_STACK_ERROR: 'Não é possível excluir o Link de Plugin.',
|
|
71
|
-
CNT_STACK_LINK_NOT_FOUND: 'Link não encontrado nesta versão da Stack.',
|
|
72
|
-
CNT_STUDIO_CONTENT_USED_BY_WORKSPACE_ERROR: 'Não é possível alterar a visibilidade do Estúdio porque um ou mais Workspaces utilizam este conteúdo.',
|
|
73
|
-
CNT_STUDIO_VISIBILITY_CANT_BE_CHANGE_ERROR: 'Não é possível alterar a visibilidade do Estúdio.',
|
|
74
|
-
CNT_CONTENT_INTERSECTION_ERROR: 'Este conteúdo está sendo utilizado.',
|
|
75
|
-
CNT_STACK_VERSION_IS_IN_USE_ERROR: 'Esta versão da Stack está em uso nos Workspaces: ',
|
|
76
|
-
CNT_ACTION_VERSION_IS_IN_USE_ERROR: 'Esta versão da Action está em uso e não pode ser deletada. As Stacks que a utilizam são: ',
|
|
77
|
-
CNT_PLUGIN_VERSION_IS_IN_USE_ERROR: 'Esta versão do Plugin está em uso e não pode ser deletada. As Stacks que a utilizam são: ',
|
|
78
|
-
CNT_STUDIO_DELETE_ERROR: 'Você pode deletar apenas Estúdios sem conteúdo ou com visibilidade restrita.',
|
|
79
|
-
CNT_STUDIO_PLUGIN_IS_IN_USE_IN_ANOTHER_STUDIO_ERROR: 'A visibilidade não pode ser alterada porque um ou mais Plugins estão sendo usados pelo(s) Estúdio(s): ',
|
|
80
|
-
CNT_STUDIO_ACTION_IS_IN_USE_IN_ANOTHER_STUDIO_ERROR: 'A visibilidade não pode ser alterada porque um ou mais Actions estão sendo usados pelo(s) Estúdio(s): ',
|
|
81
|
-
CNT_PLUGIN_VERSION_IS_IN_CONNECTION_INTERFACE_ERROR: 'O Plugin está em uso na configuração de infra de uma Stack e não pode ser deletado. As Stacks que o utilizam são: ',
|
|
82
|
-
CNT_STACK_VERSION_PUBLISH_CUSTOM_SEMVER_NOT_VALID_ERROR: 'Uma versão da Stack com a versão semântica escolhida já existe. Por favor, escolha outra versão.',
|
|
83
|
-
CNT_STACK_SEMANTIC_VERSION_INVALID_ERROR: 'Por favor, selecione um Range diferente.',
|
|
84
|
-
CNT_PLUGIN_RANGE_VERSION_INVALID_ERROR: 'Range inválido. Por favor, escolha outro.',
|
|
85
|
-
CNT_RANGE_VERSION_INVALID_ERROR: 'Range inválido. Por favor, escolha outro.',
|
|
86
|
-
CNT_INVALID_CONTENT_HTML_NOT_ACCEPTABLE_ERROR: 'Código Html não pode ser utilizado nessa documentação. Por favor utilize apenas código markdown.',
|
|
87
|
-
CNT_STACK_STARTER_PLUGIN_REQUIREMENTS_MISSING: 'O Starter está sem os requisitos obrigatórios de Plugin.',
|
|
88
|
-
CNT_STACK_STARTER_YAML_REQUIRED_CONTENT_OUT_OF_ORDER: 'Alguns conteúdos obrigatórios estão fora de ordem no YAML do Starter.',
|
|
89
|
-
CNT_PLUGIN_REQUIREMENTS_CONTENT_MISSING_FROM_STACK: 'Estão faltando Plugins/Actions obrigatórios na Stack.',
|
|
90
|
-
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_DEPENDENCIES_ERROR: 'Existem workflows inseridos que dependem de plugins do tipo infra para serem adicionados à stack',
|
|
91
|
-
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_CONFLICTS_DEPENDENCIES_ERROR: 'Existem workflows inseridos que dependem de plugins do tipo infra que não podem ser adicionados automaticamente à stack porque já existe uma versão diferente deste plugin na stack',
|
|
92
|
-
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_CONFLICTS_DEPENDENCIES_BETWEEN_WORKFLOWS_ERROR: 'Existem workflows inseridos que dependem de plugins do tipo infra com versões diferentes que não podem ser adicionados automaticamente à stack',
|
|
93
|
-
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_NOT_FOUND_DEPENDENCIES_ERROR: 'Existem workflows inseridos que dependem de plugins do tipo infra que não foram encontrados para adicionar à stack',
|
|
94
|
-
CNT_CONTENT_NO_PERMISSION_TO_ARCHIVE: 'O usuário não tem permissão para arquivar esse tipo de conteúdo.',
|
|
95
|
-
CNT_STUDIO_SLUG_RESERVED_PREFIX_ERROR: 'O prefixo \'stackspot\' no slug do estúdio é reservado e não pode ser utilizado',
|
|
96
|
-
CNT_CUSTOMIZED_WORKFLOW_NO_PERMISSION_TO_DEPRECATE: 'Você não possui permissão para depreciar workflows do tipo customizado. Solicite ao administrador o acesso para continuar',
|
|
97
|
-
CNT_CUSTOMIZED_WORKFLOW_NO_PERMISSION_TO_UNPUBLISH: 'Você não possui permissão para despublicar workflows do tipo customizado. Solicite ao administrador o acesso para continuar',
|
|
98
|
-
CNT_WORKFLOW_NO_PERMISSION_TO_DEPRECATE: 'Você não possui permissão para depreciar workflows do tipo base/normal. Solicite ao administrador o acesso para continuar',
|
|
99
|
-
CNT_WORKFLOW_NO_PERMISSION_TO_UNPUBLISH: 'Você não possui permissão para despublicar workflows do tipo base/normal. Solicite ao administrador o acesso para continuar',
|
|
100
|
-
|
|
101
|
-
},
|
|
102
|
-
} satisfies Dictionary
|
|
103
|
-
|
|
1
|
+
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
+
|
|
3
|
+
export const cntDictionary = {
|
|
4
|
+
en: {
|
|
5
|
+
CNT_MALFORMED_FIELDS_IN_PAYLOAD: 'Some fields are incorrect or inconsistent. Please check the data entered.',
|
|
6
|
+
CNT_ACCOUNT_NOT_FOUND_ERROR: "We couldn't find the account. Please check and try again.",
|
|
7
|
+
CNT_STUDIO_NOT_FOUND_ERROR: "We couldn't find the Studio. Please check and try again.",
|
|
8
|
+
CNT_STUDIO_ALREADY_EXISTS_ERROR: 'The Studio already exists. Each Studio in StackSpot is unique.',
|
|
9
|
+
CNT_STACK_NOT_FOUND_ERROR: "We couldn't find the Stack. Please check and try again.",
|
|
10
|
+
CNT_STACK_PLUGIN_NOT_FOUND_ERROR: "We couldn't find the Plugin. Please check and try again.",
|
|
11
|
+
CNT_STACK_VERSION_NOT_FOUND_ERROR: "We couldn't find the Stack version. Please verify and try again.",
|
|
12
|
+
CNT_STACK_ALREADY_EXISTS_ERROR: 'This Stack version already exists.',
|
|
13
|
+
CNT_STACK_PUBLISH_FORBIDDEN_ERROR: 'To publish the Stack, please check the publishing requirements.',
|
|
14
|
+
CNT_STACK_PUBLISH_ANOTHER_UNPUBLISHED_VERSION_ERROR: 'This Stack already has an unpublished version.',
|
|
15
|
+
CNT_STACK_ACCOUNT_FORBIDDEN_ERROR: 'Please check your permissions to access this account.',
|
|
16
|
+
CNT_STACK_ADD_PLUGINS_INVALID_ERROR: 'Some Plugins are invalid. Please check and try again.',
|
|
17
|
+
CNT_STACK_VERSION_IS_PUBLISHED_ERROR: 'This version has already been published and cannot be modified.',
|
|
18
|
+
CNT_STACK_PUBLISH_CONNECTION_INTERFACE_ERROR: 'There are unfilled Connection Interface configurations. Please check the infra setup page and complete the configurations before publishing the Stack.',
|
|
19
|
+
CNT_STACK_STARTER_ALREADY_EXISTS_ERROR: 'A Starter with the provided name already exists in this Stack.',
|
|
20
|
+
CNT_SLUG_ALREADY_EXISTS: 'A Stack with the provided slug already exists in this Studio.',
|
|
21
|
+
CNT_STACK_LINK_IS_NOT_STACK_ERROR: 'StackSpot cannot delete the Plugin Link.',
|
|
22
|
+
CNT_STACK_LINK_NOT_FOUND: 'The link was not found in this Stack version.',
|
|
23
|
+
CNT_STUDIO_CONTENT_USED_BY_WORKSPACE_ERROR: 'Changes to Studio visibility cannot be made because one or more Workspaces currently use this content.',
|
|
24
|
+
CNT_STUDIO_VISIBILITY_CANT_BE_CHANGE_ERROR: 'Studio visibility cannot be changed.',
|
|
25
|
+
CNT_CONTENT_INTERSECTION_ERROR: 'This content is being used.',
|
|
26
|
+
CNT_STACK_VERSION_IS_IN_USE_ERROR: 'Workspaces are using this Stack version. The names of the Workspaces are: ',
|
|
27
|
+
CNT_ACTION_VERSION_IS_IN_USE_ERROR: 'This Action version is in use and cannot be deleted. The Stacks using it are: .',
|
|
28
|
+
CNT_PLUGIN_VERSION_IS_IN_USE_ERROR: 'This Plugin version is in use and cannot be deleted. The Stacks using it are: .',
|
|
29
|
+
CNT_STUDIO_DELETE_ERROR: 'This Studio cannot be deleted. You can delete Studios without content or with restricted visibility.',
|
|
30
|
+
CNT_STUDIO_PLUGIN_IS_IN_USE_IN_ANOTHER_STUDIO_ERROR: 'Visibility cannot be changed because Studio(s) uses one or more Plugins: ',
|
|
31
|
+
CNT_STUDIO_ACTION_IS_IN_USE_IN_ANOTHER_STUDIO_ERROR: 'Visibility cannot be changed because one or more Actions are used by Studio(s): .',
|
|
32
|
+
CNT_PLUGIN_VERSION_IS_IN_CONNECTION_INTERFACE_ERROR: 'The Plugin is used in the infra setup of a Stack and cannot be deleted. Stacks using it are: .',
|
|
33
|
+
CNT_STACK_VERSION_PUBLISH_CUSTOM_SEMVER_NOT_VALID_ERROR: 'A Stack version with the chosen semantic version already exists. Please select another version.',
|
|
34
|
+
CNT_STACK_SEMANTIC_VERSION_INVALID_ERROR: 'Please select a different range.',
|
|
35
|
+
CNT_PLUGIN_RANGE_VERSION_INVALID_ERROR: 'Invalid range. Please choose another one.',
|
|
36
|
+
CNT_RANGE_VERSION_INVALID_ERROR: 'Invalid range. Please choose another one.',
|
|
37
|
+
CNT_INVALID_CONTENT_HTML_NOT_ACCEPTABLE_ERROR: 'Html code is not acceptable in this documentation. Please use only markdown code.',
|
|
38
|
+
CNT_STACK_STARTER_PLUGIN_REQUIREMENTS_MISSING: 'The Starter is missing the Plugin requirements.',
|
|
39
|
+
CNT_STACK_STARTER_YAML_REQUIRED_CONTENT_OUT_OF_ORDER: "Some required contents in the starter's YAML are out of order.",
|
|
40
|
+
CNT_PLUGIN_REQUIREMENTS_CONTENT_MISSING_FROM_STACK: 'The mandatory Plugins/Actions are missing from the Stack.',
|
|
41
|
+
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_DEPENDENCIES_ERROR: 'There are workflows entered that depend on infra type plugins to be add to the stack',
|
|
42
|
+
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_CONFLICTS_DEPENDENCIES_ERROR: 'There are workflows entered that depend on infra type plugins that cannot be automatically added to the stack because already exists a different version of this plugin in stack',
|
|
43
|
+
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_CONFLICTS_DEPENDENCIES_BETWEEN_WORKFLOWS_ERROR: 'There are workflows entered that depend on same infra type plugins with different version that cannot be automatically added to the stack',
|
|
44
|
+
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_NOT_FOUND_DEPENDENCIES_ERROR: 'There are workflows entered that depend on infra type plugins that were not found to add to the stack',
|
|
45
|
+
CNT_CONTENT_NO_PERMISSION_TO_ARCHIVE: 'User has no permission to archive this type of content',
|
|
46
|
+
CNT_STUDIO_SLUG_RESERVED_PREFIX_ERROR: 'The prefix \'stackspot\' in the studio slug is reserved and cannot be used',
|
|
47
|
+
CNT_CUSTOMIZED_WORKFLOW_NO_PERMISSION_TO_DEPRECATE: 'You do not have permission to deprecate customized workflows. Please request access from your administrator to proceed.',
|
|
48
|
+
CNT_CUSTOMIZED_WORKFLOW_NO_PERMISSION_TO_UNPUBLISH: 'You do not have permission to unpublish customized workflows. Please request access from your administrator to proceed.',
|
|
49
|
+
CNT_WORKFLOW_NO_PERMISSION_TO_DEPRECATE: 'You do not have permission to deprecate base/normal workflows. Please request access from your administrator to proceed.',
|
|
50
|
+
CNT_WORKFLOW_NO_PERMISSION_TO_UNPUBLISH: 'You do not have permission to unpublish base/normal workflows. Please request access from your administrator to proceed.',
|
|
51
|
+
|
|
52
|
+
},
|
|
53
|
+
pt: {
|
|
54
|
+
CNT_MALFORMED_FIELDS_IN_PAYLOAD: 'Alguns campos estão incorretos. Verifique os dados.',
|
|
55
|
+
CNT_ACCOUNT_NOT_FOUND_ERROR: 'Conta não encontrada. Verifique e tente novamente.',
|
|
56
|
+
CNT_STUDIO_NOT_FOUND_ERROR: 'Estúdio não encontrado. Verifique e tente novamente.',
|
|
57
|
+
CNT_STUDIO_ALREADY_EXISTS_ERROR: 'Este Estúdio já existe. Estúdios na StackSpot são únicos.',
|
|
58
|
+
CNT_STACK_NOT_FOUND_ERROR: 'Não conseguimos encontrar a Stack. Por favor, verifique e tente novamente.',
|
|
59
|
+
CNT_STACK_PLUGIN_NOT_FOUND_ERROR: 'Não conseguimos encontrar o Plugin. Por favor, verifique e tente novamente.',
|
|
60
|
+
CNT_STACK_VERSION_NOT_FOUND_ERROR: 'Não conseguimos encontrar a versão da Stack. Por favor, verifique e tente novamente.',
|
|
61
|
+
CNT_STACK_ALREADY_EXISTS_ERROR: 'Para publicar a Stack, por favor, verifique os requisitos de publicação.',
|
|
62
|
+
CNT_STACK_PUBLISH_FORBIDDEN_ERROR: 'Complete as configurações de interface de conexão na página de infraestrutura antes de publicar a Stack.',
|
|
63
|
+
CNT_STACK_PUBLISH_ANOTHER_UNPUBLISHED_VERSION_ERROR: 'Esta stack já possui uma versão não publicada.',
|
|
64
|
+
CNT_STACK_ACCOUNT_FORBIDDEN_ERROR: 'Verifique suas permissões para acessar esta conta.',
|
|
65
|
+
CNT_STACK_ADD_PLUGINS_INVALID_ERROR: 'Alguns plugins são inválidos. Por favor, verifique e tente novamente.',
|
|
66
|
+
CNT_STACK_VERSION_IS_PUBLISHED_ERROR: 'Esta versão já foi publicada e não pode ser modificada.',
|
|
67
|
+
CNT_STACK_PUBLISH_CONNECTION_INTERFACE_ERROR: 'Complete as configurações de interface de conexão na página de infraestrutura antes de publicar a Stack.',
|
|
68
|
+
CNT_STACK_STARTER_ALREADY_EXISTS_ERROR: 'Já existe um Starter com esse nome na Stack.',
|
|
69
|
+
CNT_SLUG_ALREADY_EXISTS: 'Já existe uma Stack com esse slug no Estúdio.',
|
|
70
|
+
CNT_STACK_LINK_IS_NOT_STACK_ERROR: 'Não é possível excluir o Link de Plugin.',
|
|
71
|
+
CNT_STACK_LINK_NOT_FOUND: 'Link não encontrado nesta versão da Stack.',
|
|
72
|
+
CNT_STUDIO_CONTENT_USED_BY_WORKSPACE_ERROR: 'Não é possível alterar a visibilidade do Estúdio porque um ou mais Workspaces utilizam este conteúdo.',
|
|
73
|
+
CNT_STUDIO_VISIBILITY_CANT_BE_CHANGE_ERROR: 'Não é possível alterar a visibilidade do Estúdio.',
|
|
74
|
+
CNT_CONTENT_INTERSECTION_ERROR: 'Este conteúdo está sendo utilizado.',
|
|
75
|
+
CNT_STACK_VERSION_IS_IN_USE_ERROR: 'Esta versão da Stack está em uso nos Workspaces: ',
|
|
76
|
+
CNT_ACTION_VERSION_IS_IN_USE_ERROR: 'Esta versão da Action está em uso e não pode ser deletada. As Stacks que a utilizam são: ',
|
|
77
|
+
CNT_PLUGIN_VERSION_IS_IN_USE_ERROR: 'Esta versão do Plugin está em uso e não pode ser deletada. As Stacks que a utilizam são: ',
|
|
78
|
+
CNT_STUDIO_DELETE_ERROR: 'Você pode deletar apenas Estúdios sem conteúdo ou com visibilidade restrita.',
|
|
79
|
+
CNT_STUDIO_PLUGIN_IS_IN_USE_IN_ANOTHER_STUDIO_ERROR: 'A visibilidade não pode ser alterada porque um ou mais Plugins estão sendo usados pelo(s) Estúdio(s): ',
|
|
80
|
+
CNT_STUDIO_ACTION_IS_IN_USE_IN_ANOTHER_STUDIO_ERROR: 'A visibilidade não pode ser alterada porque um ou mais Actions estão sendo usados pelo(s) Estúdio(s): ',
|
|
81
|
+
CNT_PLUGIN_VERSION_IS_IN_CONNECTION_INTERFACE_ERROR: 'O Plugin está em uso na configuração de infra de uma Stack e não pode ser deletado. As Stacks que o utilizam são: ',
|
|
82
|
+
CNT_STACK_VERSION_PUBLISH_CUSTOM_SEMVER_NOT_VALID_ERROR: 'Uma versão da Stack com a versão semântica escolhida já existe. Por favor, escolha outra versão.',
|
|
83
|
+
CNT_STACK_SEMANTIC_VERSION_INVALID_ERROR: 'Por favor, selecione um Range diferente.',
|
|
84
|
+
CNT_PLUGIN_RANGE_VERSION_INVALID_ERROR: 'Range inválido. Por favor, escolha outro.',
|
|
85
|
+
CNT_RANGE_VERSION_INVALID_ERROR: 'Range inválido. Por favor, escolha outro.',
|
|
86
|
+
CNT_INVALID_CONTENT_HTML_NOT_ACCEPTABLE_ERROR: 'Código Html não pode ser utilizado nessa documentação. Por favor utilize apenas código markdown.',
|
|
87
|
+
CNT_STACK_STARTER_PLUGIN_REQUIREMENTS_MISSING: 'O Starter está sem os requisitos obrigatórios de Plugin.',
|
|
88
|
+
CNT_STACK_STARTER_YAML_REQUIRED_CONTENT_OUT_OF_ORDER: 'Alguns conteúdos obrigatórios estão fora de ordem no YAML do Starter.',
|
|
89
|
+
CNT_PLUGIN_REQUIREMENTS_CONTENT_MISSING_FROM_STACK: 'Estão faltando Plugins/Actions obrigatórios na Stack.',
|
|
90
|
+
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_DEPENDENCIES_ERROR: 'Existem workflows inseridos que dependem de plugins do tipo infra para serem adicionados à stack',
|
|
91
|
+
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_CONFLICTS_DEPENDENCIES_ERROR: 'Existem workflows inseridos que dependem de plugins do tipo infra que não podem ser adicionados automaticamente à stack porque já existe uma versão diferente deste plugin na stack',
|
|
92
|
+
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_CONFLICTS_DEPENDENCIES_BETWEEN_WORKFLOWS_ERROR: 'Existem workflows inseridos que dependem de plugins do tipo infra com versões diferentes que não podem ser adicionados automaticamente à stack',
|
|
93
|
+
CNT_STACK_ADD_WORKFLOWS_INCONSISTENCY_BY_INFRA_PLUGIN_NOT_FOUND_DEPENDENCIES_ERROR: 'Existem workflows inseridos que dependem de plugins do tipo infra que não foram encontrados para adicionar à stack',
|
|
94
|
+
CNT_CONTENT_NO_PERMISSION_TO_ARCHIVE: 'O usuário não tem permissão para arquivar esse tipo de conteúdo.',
|
|
95
|
+
CNT_STUDIO_SLUG_RESERVED_PREFIX_ERROR: 'O prefixo \'stackspot\' no slug do estúdio é reservado e não pode ser utilizado',
|
|
96
|
+
CNT_CUSTOMIZED_WORKFLOW_NO_PERMISSION_TO_DEPRECATE: 'Você não possui permissão para depreciar workflows do tipo customizado. Solicite ao administrador o acesso para continuar',
|
|
97
|
+
CNT_CUSTOMIZED_WORKFLOW_NO_PERMISSION_TO_UNPUBLISH: 'Você não possui permissão para despublicar workflows do tipo customizado. Solicite ao administrador o acesso para continuar',
|
|
98
|
+
CNT_WORKFLOW_NO_PERMISSION_TO_DEPRECATE: 'Você não possui permissão para depreciar workflows do tipo base/normal. Solicite ao administrador o acesso para continuar',
|
|
99
|
+
CNT_WORKFLOW_NO_PERMISSION_TO_UNPUBLISH: 'Você não possui permissão para despublicar workflows do tipo base/normal. Solicite ao administrador o acesso para continuar',
|
|
100
|
+
|
|
101
|
+
},
|
|
102
|
+
} satisfies Dictionary
|
|
103
|
+
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
-
|
|
3
|
-
export const codeShiftDictionary = {
|
|
4
|
-
en: {
|
|
5
|
-
CODE_SHIFT_API_0005_CONFLICT: 'A repository already imported is present in line {1}.',
|
|
6
|
-
CODE_SHIFT_API_0000_UNEXPECTED_ERROR: 'An error happened while processing your request.',
|
|
7
|
-
},
|
|
8
|
-
pt: {
|
|
9
|
-
CODE_SHIFT_API_0005_CONFLICT: 'Um repositório já importado foi encontrado na linha {1}.',
|
|
10
|
-
CODE_SHIFT_API_0000_UNEXPECTED_ERROR: 'Ocorreu um erro enquanto processavamos sua solicitação.',
|
|
11
|
-
},
|
|
12
|
-
} satisfies Dictionary
|
|
1
|
+
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
+
|
|
3
|
+
export const codeShiftDictionary = {
|
|
4
|
+
en: {
|
|
5
|
+
CODE_SHIFT_API_0005_CONFLICT: 'A repository already imported is present in line {1}.',
|
|
6
|
+
CODE_SHIFT_API_0000_UNEXPECTED_ERROR: 'An error happened while processing your request.',
|
|
7
|
+
},
|
|
8
|
+
pt: {
|
|
9
|
+
CODE_SHIFT_API_0005_CONFLICT: 'Um repositório já importado foi encontrado na linha {1}.',
|
|
10
|
+
CODE_SHIFT_API_0000_UNEXPECTED_ERROR: 'Ocorreu um erro enquanto processavamos sua solicitação.',
|
|
11
|
+
},
|
|
12
|
+
} satisfies Dictionary
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
-
|
|
3
|
-
export const rteDictionary = {
|
|
4
|
-
en: {
|
|
5
|
-
RTE_400_BAD_REQUEST: 'Some fields are incorrect. Please check and try again.',
|
|
6
|
-
RTE_400_WORKSPACE_ID_INVALID: 'Invalid Workspace. Please select another.',
|
|
7
|
-
RTE_400_ENVIRONMENT_ID_INVALID: 'Invalid Environment. Please select another.',
|
|
8
|
-
RTE_400_WORKSPACE_AND_ENVIRONMENT_NOT_INFORMED: 'To continue, enter the Environment and Workspace.',
|
|
9
|
-
RTE_422_ROLE_INVALID: 'Invalid ARN. Please check the ARN.',
|
|
10
|
-
RTE_422_CLOUD_ACCOUNT_ALREADY_EXIST: 'This cloud account is already connected. Please use another account.',
|
|
11
|
-
RTE_422_ASSUME_ROLE_INVALID: 'Unable to assume the role. Please check permissions and try again.',
|
|
12
|
-
RTE_404_APPLICATION_NOT_FOUND: 'To save, deploy the Application or Infrastructure first.',
|
|
13
|
-
},
|
|
14
|
-
pt: {
|
|
15
|
-
RTE_400_BAD_REQUEST: 'Alguns campos estão incorretos. Por favor, verifique e tente novamente.',
|
|
16
|
-
RTE_400_WORKSPACE_ID_INVALID: 'Workspace inválido. Por favor, selecione outro.',
|
|
17
|
-
RTE_400_ENVIRONMENT_ID_INVALID: 'Ambiente inválido. Por favor, selecione outro.',
|
|
18
|
-
RTE_400_WORKSPACE_AND_ENVIRONMENT_NOT_INFORMED: 'Para continuar, informe o Ambiente e o Workspace.',
|
|
19
|
-
RTE_422_ROLE_INVALID: 'ARN inválido. Por favor, verifique o ARN informado.',
|
|
20
|
-
RTE_422_CLOUD_ACCOUNT_ALREADY_EXIST: 'Essa conta de cloud já está conectada. Por favor, use outra conta.',
|
|
21
|
-
RTE_422_ASSUME_ROLE_INVALID: 'Não foi possível assumir a role. Por favor, verifique as permissões e tente novamente.',
|
|
22
|
-
RTE_404_APPLICATION_NOT_FOUND: 'Para salvar, primeiro faça deploy da Aplicação ou Infraestrutura.',
|
|
23
|
-
},
|
|
24
|
-
} satisfies Dictionary
|
|
1
|
+
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
+
|
|
3
|
+
export const rteDictionary = {
|
|
4
|
+
en: {
|
|
5
|
+
RTE_400_BAD_REQUEST: 'Some fields are incorrect. Please check and try again.',
|
|
6
|
+
RTE_400_WORKSPACE_ID_INVALID: 'Invalid Workspace. Please select another.',
|
|
7
|
+
RTE_400_ENVIRONMENT_ID_INVALID: 'Invalid Environment. Please select another.',
|
|
8
|
+
RTE_400_WORKSPACE_AND_ENVIRONMENT_NOT_INFORMED: 'To continue, enter the Environment and Workspace.',
|
|
9
|
+
RTE_422_ROLE_INVALID: 'Invalid ARN. Please check the ARN.',
|
|
10
|
+
RTE_422_CLOUD_ACCOUNT_ALREADY_EXIST: 'This cloud account is already connected. Please use another account.',
|
|
11
|
+
RTE_422_ASSUME_ROLE_INVALID: 'Unable to assume the role. Please check permissions and try again.',
|
|
12
|
+
RTE_404_APPLICATION_NOT_FOUND: 'To save, deploy the Application or Infrastructure first.',
|
|
13
|
+
},
|
|
14
|
+
pt: {
|
|
15
|
+
RTE_400_BAD_REQUEST: 'Alguns campos estão incorretos. Por favor, verifique e tente novamente.',
|
|
16
|
+
RTE_400_WORKSPACE_ID_INVALID: 'Workspace inválido. Por favor, selecione outro.',
|
|
17
|
+
RTE_400_ENVIRONMENT_ID_INVALID: 'Ambiente inválido. Por favor, selecione outro.',
|
|
18
|
+
RTE_400_WORKSPACE_AND_ENVIRONMENT_NOT_INFORMED: 'Para continuar, informe o Ambiente e o Workspace.',
|
|
19
|
+
RTE_422_ROLE_INVALID: 'ARN inválido. Por favor, verifique o ARN informado.',
|
|
20
|
+
RTE_422_CLOUD_ACCOUNT_ALREADY_EXIST: 'Essa conta de cloud já está conectada. Por favor, use outra conta.',
|
|
21
|
+
RTE_422_ASSUME_ROLE_INVALID: 'Não foi possível assumir a role. Por favor, verifique as permissões e tente novamente.',
|
|
22
|
+
RTE_404_APPLICATION_NOT_FOUND: 'Para salvar, primeiro faça deploy da Aplicação ou Infraestrutura.',
|
|
23
|
+
},
|
|
24
|
+
} satisfies Dictionary
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
-
|
|
3
|
-
export const rtmDictionary = {
|
|
4
|
-
en: {
|
|
5
|
-
RTM_DEPLOYMENT_TAG_NOT_FOUND: 'The tag was not found for the project in this Environment.',
|
|
6
|
-
},
|
|
7
|
-
pt: {
|
|
8
|
-
RTM_DEPLOYMENT_TAG_NOT_FOUND: 'Tag não encontrada para o projeto neste Ambiente.',
|
|
9
|
-
},
|
|
10
|
-
} satisfies Dictionary
|
|
1
|
+
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
+
|
|
3
|
+
export const rtmDictionary = {
|
|
4
|
+
en: {
|
|
5
|
+
RTM_DEPLOYMENT_TAG_NOT_FOUND: 'The tag was not found for the project in this Environment.',
|
|
6
|
+
},
|
|
7
|
+
pt: {
|
|
8
|
+
RTM_DEPLOYMENT_TAG_NOT_FOUND: 'Tag não encontrada para o projeto neste Ambiente.',
|
|
9
|
+
},
|
|
10
|
+
} satisfies Dictionary
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
-
|
|
3
|
-
export const secretsDictionary = {
|
|
4
|
-
en: {
|
|
5
|
-
WSA_SECRET_KEY_ALREADY_EXISTS: 'Secret Key already exists.',
|
|
6
|
-
WSA_SECRET_KEY_NOT_FOUND: 'Secret Key not found.',
|
|
7
|
-
WSA_SECRET_VALUE_NOT_FOUND: 'Secret Value not found.',
|
|
8
|
-
},
|
|
9
|
-
pt: {
|
|
10
|
-
WSA_SECRET_KEY_ALREADY_EXISTS: 'Secret Key já existe.',
|
|
11
|
-
WSA_SECRET_KEY_NOT_FOUND: 'Secret Key não encontrada.',
|
|
12
|
-
WSA_SECRET_VALUE_NOT_FOUND: 'Valor da Secret não encontrado.',
|
|
13
|
-
},
|
|
14
|
-
} satisfies Dictionary
|
|
1
|
+
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
+
|
|
3
|
+
export const secretsDictionary = {
|
|
4
|
+
en: {
|
|
5
|
+
WSA_SECRET_KEY_ALREADY_EXISTS: 'Secret Key already exists.',
|
|
6
|
+
WSA_SECRET_KEY_NOT_FOUND: 'Secret Key not found.',
|
|
7
|
+
WSA_SECRET_VALUE_NOT_FOUND: 'Secret Value not found.',
|
|
8
|
+
},
|
|
9
|
+
pt: {
|
|
10
|
+
WSA_SECRET_KEY_ALREADY_EXISTS: 'Secret Key já existe.',
|
|
11
|
+
WSA_SECRET_KEY_NOT_FOUND: 'Secret Key não encontrada.',
|
|
12
|
+
WSA_SECRET_VALUE_NOT_FOUND: 'Valor da Secret não encontrado.',
|
|
13
|
+
},
|
|
14
|
+
} satisfies Dictionary
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
-
|
|
3
|
-
export const wksAiDictionary = {
|
|
4
|
-
en: {
|
|
5
|
-
AGENT_1105_TOOLKIT_WITH_PERSONAL_SECRET: 'It is not possible to share the agent, as it has a tool with a personal secret. Remove the tool or replace it with an organization secret.',
|
|
6
|
-
},
|
|
7
|
-
pt: {
|
|
8
|
-
AGENT_1105_TOOLKIT_WITH_PERSONAL_SECRET: 'Não é possível compartilhar o agente, pois ele possui uma ferramenta com segredo pessoal. Remova a ferramenta ou substitua por um segredo da organização.',
|
|
9
|
-
},
|
|
10
|
-
} satisfies Dictionary
|
|
1
|
+
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
+
|
|
3
|
+
export const wksAiDictionary = {
|
|
4
|
+
en: {
|
|
5
|
+
AGENT_1105_TOOLKIT_WITH_PERSONAL_SECRET: 'It is not possible to share the agent, as it has a tool with a personal secret. Remove the tool or replace it with an organization secret.',
|
|
6
|
+
},
|
|
7
|
+
pt: {
|
|
8
|
+
AGENT_1105_TOOLKIT_WITH_PERSONAL_SECRET: 'Não é possível compartilhar o agente, pois ele possui uma ferramenta com segredo pessoal. Remova a ferramenta ou substitua por um segredo da organização.',
|
|
9
|
+
},
|
|
10
|
+
} satisfies Dictionary
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
export const workspaceDetails: Record<string, Record<string, object>> = {
|
|
3
|
-
en: {
|
|
4
|
-
WKS_API_WORKFLOW_UNAUTHORIZED: {
|
|
5
|
-
title: 'Workflow access is unauthorized.',
|
|
6
|
-
description: 'The token has expired, or the endpoint doesn’t exist.',
|
|
7
|
-
},
|
|
8
|
-
},
|
|
9
|
-
pt: {
|
|
10
|
-
WKS_API_WORKFLOW_UNAUTHORIZED: {
|
|
11
|
-
title: 'Acesso ao Workflow não autorizado.',
|
|
12
|
-
description: 'O token expirou ou o endpoint não existe.',
|
|
13
|
-
},
|
|
14
|
-
},
|
|
15
|
-
}
|
|
1
|
+
|
|
2
|
+
export const workspaceDetails: Record<string, Record<string, object>> = {
|
|
3
|
+
en: {
|
|
4
|
+
WKS_API_WORKFLOW_UNAUTHORIZED: {
|
|
5
|
+
title: 'Workflow access is unauthorized.',
|
|
6
|
+
description: 'The token has expired, or the endpoint doesn’t exist.',
|
|
7
|
+
},
|
|
8
|
+
},
|
|
9
|
+
pt: {
|
|
10
|
+
WKS_API_WORKFLOW_UNAUTHORIZED: {
|
|
11
|
+
title: 'Acesso ao Workflow não autorizado.',
|
|
12
|
+
description: 'O token expirou ou o endpoint não existe.',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
-
|
|
3
|
-
export const workspaceFields = {
|
|
4
|
-
en: {
|
|
5
|
-
name: 'name',
|
|
6
|
-
},
|
|
7
|
-
pt: {
|
|
8
|
-
name: 'nome',
|
|
9
|
-
},
|
|
10
|
-
} satisfies Dictionary
|
|
1
|
+
import { Dictionary } from '@stack-spot/portal-translate'
|
|
2
|
+
|
|
3
|
+
export const workspaceFields = {
|
|
4
|
+
en: {
|
|
5
|
+
name: 'name',
|
|
6
|
+
},
|
|
7
|
+
pt: {
|
|
8
|
+
name: 'nome',
|
|
9
|
+
},
|
|
10
|
+
} satisfies Dictionary
|