diff --git a/web/i18n/es-ES/app.ts b/web/i18n/es-ES/app.ts index c1147720e..41c90090b 100644 --- a/web/i18n/es-ES/app.ts +++ b/web/i18n/es-ES/app.ts @@ -207,6 +207,7 @@ const translation = { modelNotSupportedTip: 'El modelo actual no admite esta función y se degrada automáticamente a inyección de comandos.', structuredTip: 'Las Salidas Estructuradas son una función que garantiza que el modelo siempre generará respuestas que se ajusten a su esquema JSON proporcionado.', modelNotSupported: 'Modelo no soportado', + structured: 'sistemático', }, accessItemsDescription: { anyone: 'Cualquiera puede acceder a la aplicación web.', diff --git a/web/i18n/es-ES/dataset.ts b/web/i18n/es-ES/dataset.ts index b759f26ec..69c395287 100644 --- a/web/i18n/es-ES/dataset.ts +++ b/web/i18n/es-ES/dataset.ts @@ -202,6 +202,7 @@ const translation = { builtInDescription: 'Los metadatos integrados se extraen y generan automáticamente. Deben estar habilitados antes de su uso y no se pueden editar.', name: 'Nombre', description: 'Puedes gestionar todos los metadatos en este conocimiento aquí. Las modificaciones se sincronizarán en todos los documentos.', + disabled: 'desactivar', }, documentMetadata: { technicalParameters: 'Parámetros técnicos', diff --git a/web/i18n/ko-KR/workflow.ts b/web/i18n/ko-KR/workflow.ts index 3701d50fe..e797b7d5e 100644 --- a/web/i18n/ko-KR/workflow.ts +++ b/web/i18n/ko-KR/workflow.ts @@ -188,6 +188,7 @@ const translation = { nodeResize: '노드 크기 조정됨', nodeDragStop: '노드가 이동했습니다.', edgeDelete: '노드가 연결이 끊어졌습니다.', + nodeTitleChange: '노드 제목이 변경됨', }, errorMsg: { fieldRequired: '{{field}}가 필요합니다', diff --git a/web/i18n/ro-RO/workflow.ts b/web/i18n/ro-RO/workflow.ts index ae025a110..5b6aba876 100644 --- a/web/i18n/ro-RO/workflow.ts +++ b/web/i18n/ro-RO/workflow.ts @@ -188,6 +188,7 @@ const translation = { nodeDescriptionChange: 'Descrierea nodului a fost modificată', edgeDelete: 'Nod deconectat', nodeAdd: 'Nod adăugat', + nodeDragStop: 'Nod mutat', }, errorMsg: { fieldRequired: '{{field}} este obligatoriu', diff --git a/web/i18n/sl-SI/workflow.ts b/web/i18n/sl-SI/workflow.ts index d050d42f4..b24435fd6 100644 --- a/web/i18n/sl-SI/workflow.ts +++ b/web/i18n/sl-SI/workflow.ts @@ -112,6 +112,7 @@ const translation = { pointerMode: 'Način s kazalcem', autoSaved: 'Samodejno shranjeno', configure: 'Konfiguriraj', + inRunMode: 'V načinu izvajanja', }, env: { modal: { @@ -185,6 +186,7 @@ const translation = { clearHistory: 'Počisti zgodovino', hintText: 'Vaša dejanja urejanja so sledena v zgodovini sprememb, ki se hrani na vaši napravi za čas trajanja te seje. Ta zgodovina bo izbrisana, ko zapustite urejevalnik.', placeholder: 'Še niste spremenili ničesar.', + stepForward_one: '{{count}} korak naprej', }, errorMsg: { fields: { @@ -836,6 +838,7 @@ const translation = { upload_file_id: 'Naložite ID datoteke', title: 'datoteke, ki jih je ustvaril agent', url: 'URL slike', + transfer_method: 'Metoda prenosa. Vrednost je remote_url ali local_file.', }, json: 'agent generiran json', text: 'vsebina, ki jo je ustvaril agent',