diff --git a/lib/content-services/src/lib/i18n/de.json b/lib/content-services/src/lib/i18n/de.json index 52e142b967..723aa249ff 100644 --- a/lib/content-services/src/lib/i18n/de.json +++ b/lib/content-services/src/lib/i18n/de.json @@ -729,14 +729,6 @@ "JOIN_REQUESTED": "Anfrage zum Bibliotheksbeitritt abgeschickt" } }, - "KNOWLEDGE_RETRIEVAL": { - "SEARCH": { - "WARNINGS": { - "TOO_MANY_FILES_SELECTED": "Bitte wählen Sie nicht mehr als {{ maxFiles }} Dateien.", - "FOLDER_SELECTED": "Ordner sind nicht kompatibel mit KI Agents." - } - } - }, "NODE_FAVORITE_DIRECTIVE": { "MESSAGES": { "NODE_ADDED": "{{ name }} zu Favoriten hinzugefügt", diff --git a/lib/content-services/src/lib/i18n/en-AU.json b/lib/content-services/src/lib/i18n/en-AU.json index 0704b05039..ab8316eb51 100644 --- a/lib/content-services/src/lib/i18n/en-AU.json +++ b/lib/content-services/src/lib/i18n/en-AU.json @@ -729,14 +729,6 @@ "JOIN_REQUESTED": "Request sent to join this library" } }, - "KNOWLEDGE_RETRIEVAL": { - "SEARCH": { - "WARNINGS": { - "TOO_MANY_FILES_SELECTED": "Please select no more than {{ maxFiles }} files.", - "FOLDER_SELECTED": "Folders are not compatible with AI Agents." - } - } - }, "NODE_FAVORITE_DIRECTIVE": { "MESSAGES": { "NODE_ADDED": "Added {{ name }} to favorites", diff --git a/lib/content-services/src/lib/i18n/es.json b/lib/content-services/src/lib/i18n/es.json index 54dae8b177..d2ce8036b8 100644 --- a/lib/content-services/src/lib/i18n/es.json +++ b/lib/content-services/src/lib/i18n/es.json @@ -729,14 +729,6 @@ "JOIN_REQUESTED": "Se ha enviado una solicitud para unirse a esta biblioteca" } }, - "KNOWLEDGE_RETRIEVAL": { - "SEARCH": { - "WARNINGS": { - "TOO_MANY_FILES_SELECTED": "No seleccione más de {{ maxFiles }} ficheros.", - "FOLDER_SELECTED": "Las carpetas no son compatibles con los Agentes IA." - } - } - }, "NODE_FAVORITE_DIRECTIVE": { "MESSAGES": { "NODE_ADDED": "Añadido {{ name }} a favoritos", diff --git a/lib/content-services/src/lib/i18n/fr.json b/lib/content-services/src/lib/i18n/fr.json index ee7e8e3362..79115d80e2 100644 --- a/lib/content-services/src/lib/i18n/fr.json +++ b/lib/content-services/src/lib/i18n/fr.json @@ -729,14 +729,6 @@ "JOIN_REQUESTED": "Demande envoyée pour rejoindre cette bibliothèque" } }, - "KNOWLEDGE_RETRIEVAL": { - "SEARCH": { - "WARNINGS": { - "TOO_MANY_FILES_SELECTED": "Veuillez ne pas sélectionner plus de {{ maxFiles }} fichiers.", - "FOLDER_SELECTED": "Les dossiers ne sont pas compatibles avec les agents IA." - } - } - }, "NODE_FAVORITE_DIRECTIVE": { "MESSAGES": { "NODE_ADDED": "Ajout de {{ name }} aux favoris", diff --git a/lib/content-services/src/lib/i18n/it.json b/lib/content-services/src/lib/i18n/it.json index aff097605f..5d4b316fa6 100644 --- a/lib/content-services/src/lib/i18n/it.json +++ b/lib/content-services/src/lib/i18n/it.json @@ -729,14 +729,6 @@ "JOIN_REQUESTED": "Richiesta di partecipazione alla libreria inviata" } }, - "KNOWLEDGE_RETRIEVAL": { - "SEARCH": { - "WARNINGS": { - "TOO_MANY_FILES_SELECTED": "Selezionare più di {{ maxFiles }} file.", - "FOLDER_SELECTED": "Le cartelle non sono compatibili con gli agenti IA." - } - } - }, "NODE_FAVORITE_DIRECTIVE": { "MESSAGES": { "NODE_ADDED": "Aggiunto {{ name }} ai preferiti", diff --git a/lib/content-services/src/lib/i18n/pl.json b/lib/content-services/src/lib/i18n/pl.json index f2c175d0be..00e7880574 100644 --- a/lib/content-services/src/lib/i18n/pl.json +++ b/lib/content-services/src/lib/i18n/pl.json @@ -729,14 +729,6 @@ "JOIN_REQUESTED": "Żądanie dołączenia do tej biblioteki zostało wysłane" } }, - "KNOWLEDGE_RETRIEVAL": { - "SEARCH": { - "WARNINGS": { - "TOO_MANY_FILES_SELECTED": "Proszę wybrać nie więcej niż {{ maxFiles }} plików.", - "FOLDER_SELECTED": "Foldery nie są kompatybilne z agentami AI." - } - } - }, "NODE_FAVORITE_DIRECTIVE": { "MESSAGES": { "NODE_ADDED": "Dodano {{ name }} do ulubionych", diff --git a/lib/content-services/src/lib/i18n/pt.json b/lib/content-services/src/lib/i18n/pt.json index a6360e7c17..d46853eb04 100644 --- a/lib/content-services/src/lib/i18n/pt.json +++ b/lib/content-services/src/lib/i18n/pt.json @@ -729,14 +729,6 @@ "JOIN_REQUESTED": "Solicitação enviada para aderir a esta biblioteca" } }, - "KNOWLEDGE_RETRIEVAL": { - "SEARCH": { - "WARNINGS": { - "TOO_MANY_FILES_SELECTED": "Selecione no máximo {{ maxFiles }} ficheiros.", - "FOLDER_SELECTED": "As pastas não são compatíveis com os Agentes de IA." - } - } - }, "NODE_FAVORITE_DIRECTIVE": { "MESSAGES": { "NODE_ADDED": "Adicionado {{ name }} aos favoritos", diff --git a/lib/core/src/lib/i18n/de.json b/lib/core/src/lib/i18n/de.json index d62d98e999..5d23f746c0 100644 --- a/lib/core/src/lib/i18n/de.json +++ b/lib/core/src/lib/i18n/de.json @@ -669,9 +669,9 @@ "NO_LABEL": "Nein" }, "SESSION_TIMEOUT": { - "TITLE": "Are you still working?", - "MESSAGE": "Your session will end in {{seconds}} seconds because there has been no activity.", - "LOG_OUT": "Log out", - "CONTINUE_WORKING": "Continue working" + "TITLE": "Arbeiten Sie noch?", + "MESSAGE": "Ihre Sitzung endet in {{seconds}} Sekunden, da keine Aktivität erkannt wurde.", + "LOG_OUT": "Abmelden", + "CONTINUE_WORKING": "Weiterarbeiten" } } diff --git a/lib/core/src/lib/i18n/es.json b/lib/core/src/lib/i18n/es.json index e64730b24f..8296a4ccc5 100644 --- a/lib/core/src/lib/i18n/es.json +++ b/lib/core/src/lib/i18n/es.json @@ -669,9 +669,9 @@ "NO_LABEL": "No" }, "SESSION_TIMEOUT": { - "TITLE": "Are you still working?", - "MESSAGE": "Your session will end in {{seconds}} seconds because there has been no activity.", - "LOG_OUT": "Log out", - "CONTINUE_WORKING": "Continue working" + "TITLE": "¿Sigue trabajando?", + "MESSAGE": "Su sesión finalizará en {{seconds}} segundos debido a la inactividad.", + "LOG_OUT": "Cerrar sesión", + "CONTINUE_WORKING": "Continuar trabajando" } } diff --git a/lib/core/src/lib/i18n/fr.json b/lib/core/src/lib/i18n/fr.json index 18e38b3ffa..e3ed1fa499 100644 --- a/lib/core/src/lib/i18n/fr.json +++ b/lib/core/src/lib/i18n/fr.json @@ -669,9 +669,9 @@ "NO_LABEL": "Non" }, "SESSION_TIMEOUT": { - "TITLE": "Are you still working?", - "MESSAGE": "Your session will end in {{seconds}} seconds because there has been no activity.", - "LOG_OUT": "Log out", - "CONTINUE_WORKING": "Continue working" + "TITLE": "Travaillez-vous toujours ?", + "MESSAGE": "Votre session se terminera dans {{seconds}} secondes en raison d’une période d’inactivité.", + "LOG_OUT": "Déconnexion", + "CONTINUE_WORKING": "Continuer à travailler" } } diff --git a/lib/core/src/lib/i18n/it.json b/lib/core/src/lib/i18n/it.json index ed3d1a2d61..c684e4b82b 100644 --- a/lib/core/src/lib/i18n/it.json +++ b/lib/core/src/lib/i18n/it.json @@ -669,9 +669,9 @@ "NO_LABEL": "No" }, "SESSION_TIMEOUT": { - "TITLE": "Are you still working?", - "MESSAGE": "Your session will end in {{seconds}} seconds because there has been no activity.", - "LOG_OUT": "Log out", - "CONTINUE_WORKING": "Continue working" + "TITLE": "Stai ancora lavorando?", + "MESSAGE": "La sessione terminerà tra {{seconds}} secondi a causa dell'inattività.", + "LOG_OUT": "Disconnetti", + "CONTINUE_WORKING": "Continua a lavorare" } } diff --git a/lib/core/src/lib/i18n/pl.json b/lib/core/src/lib/i18n/pl.json index 350f97d369..d6f3634652 100644 --- a/lib/core/src/lib/i18n/pl.json +++ b/lib/core/src/lib/i18n/pl.json @@ -669,9 +669,9 @@ "NO_LABEL": "Nie" }, "SESSION_TIMEOUT": { - "TITLE": "Are you still working?", - "MESSAGE": "Your session will end in {{seconds}} seconds because there has been no activity.", - "LOG_OUT": "Log out", - "CONTINUE_WORKING": "Continue working" + "TITLE": "Czy nadal pracujesz?", + "MESSAGE": "Twoja sesja zakończy się za {{seconds}} sekund z powodu braku aktywności.", + "LOG_OUT": "Wyloguj się", + "CONTINUE_WORKING": "Kontynuuj pracę" } } diff --git a/lib/core/src/lib/i18n/pt.json b/lib/core/src/lib/i18n/pt.json index 6f40d496e1..1260fc4940 100644 --- a/lib/core/src/lib/i18n/pt.json +++ b/lib/core/src/lib/i18n/pt.json @@ -669,9 +669,9 @@ "NO_LABEL": "Não" }, "SESSION_TIMEOUT": { - "TITLE": "Are you still working?", - "MESSAGE": "Your session will end in {{seconds}} seconds because there has been no activity.", - "LOG_OUT": "Log out", - "CONTINUE_WORKING": "Continue working" + "TITLE": "Ainda está a trabalhar?", + "MESSAGE": "A sua sessão terminará dentro de {{seconds}} segundos devido à inatividade.", + "LOG_OUT": "Terminar sessão", + "CONTINUE_WORKING": "Continuar a trabalhar" } }