diff --git a/lib/content-services/src/lib/i18n/de.json b/lib/content-services/src/lib/i18n/de.json index 3f6d3c24d8..5093f2dd8d 100644 --- a/lib/content-services/src/lib/i18n/de.json +++ b/lib/content-services/src/lib/i18n/de.json @@ -708,5 +708,13 @@ "FOLDER_SELECTED": "Ordner sind nicht kompatibel mit KI Agents." } } + }, + "NODE_FAVORITE_DIRECTIVE": { + "MESSAGES": { + "NODE_ADDED": "{{ name }} zu Favoriten hinzugefügt", + "NODES_ADDED": "{{ number }} Elemente zu Favoriten hinzugefügt", + "NODE_REMOVED": "{{ name }} aus Favoriten entfernt", + "NODES_REMOVED": "{{ number }} Elemente aus Favoriten entfernt" + } } } diff --git a/lib/content-services/src/lib/i18n/es.json b/lib/content-services/src/lib/i18n/es.json index 6d2c1f1412..f217363254 100644 --- a/lib/content-services/src/lib/i18n/es.json +++ b/lib/content-services/src/lib/i18n/es.json @@ -708,5 +708,13 @@ "FOLDER_SELECTED": "Las carpetas no son compatibles con los Agentes IA." } } + }, + "NODE_FAVORITE_DIRECTIVE": { + "MESSAGES": { + "NODE_ADDED": "Added {{ name }} to favorites", + "NODES_ADDED": "Added {{ number }} items to favorites", + "NODE_REMOVED": "Removed {{ name }} from favorites", + "NODES_REMOVED": "Removed {{ number }} items from favorites" + } } } diff --git a/lib/content-services/src/lib/i18n/fr.json b/lib/content-services/src/lib/i18n/fr.json index 6b9b67c9ec..fe492b13ba 100644 --- a/lib/content-services/src/lib/i18n/fr.json +++ b/lib/content-services/src/lib/i18n/fr.json @@ -708,5 +708,13 @@ "FOLDER_SELECTED": "Les dossiers ne sont pas compatibles avec les agents IA." } } + }, + "NODE_FAVORITE_DIRECTIVE": { + "MESSAGES": { + "NODE_ADDED": "Added {{ name }} to favorites", + "NODES_ADDED": "Added {{ number }} items to favorites", + "NODE_REMOVED": "Removed {{ name }} from favorites", + "NODES_REMOVED": "Removed {{ number }} items from favorites" + } } } diff --git a/lib/content-services/src/lib/i18n/it.json b/lib/content-services/src/lib/i18n/it.json index b8b7dc0355..7ccc233930 100644 --- a/lib/content-services/src/lib/i18n/it.json +++ b/lib/content-services/src/lib/i18n/it.json @@ -708,5 +708,13 @@ "FOLDER_SELECTED": "Le cartelle non sono compatibili con gli agenti IA." } } + }, + "NODE_FAVORITE_DIRECTIVE": { + "MESSAGES": { + "NODE_ADDED": "Added {{ name }} to favorites", + "NODES_ADDED": "Added {{ number }} items to favorites", + "NODE_REMOVED": "Removed {{ name }} from favorites", + "NODES_REMOVED": "Removed {{ number }} items from favorites" + } } } diff --git a/lib/content-services/src/lib/i18n/pl.json b/lib/content-services/src/lib/i18n/pl.json index ef1c32305f..239a4515dd 100644 --- a/lib/content-services/src/lib/i18n/pl.json +++ b/lib/content-services/src/lib/i18n/pl.json @@ -708,5 +708,13 @@ "FOLDER_SELECTED": "Foldery nie są kompatybilne z agentami AI." } } + }, + "NODE_FAVORITE_DIRECTIVE": { + "MESSAGES": { + "NODE_ADDED": "Added {{ name }} to favorites", + "NODES_ADDED": "Added {{ number }} items to favorites", + "NODE_REMOVED": "Removed {{ name }} from favorites", + "NODES_REMOVED": "Removed {{ number }} items from favorites" + } } } diff --git a/lib/content-services/src/lib/i18n/pt.json b/lib/content-services/src/lib/i18n/pt.json index d78f2894ef..874fe89313 100644 --- a/lib/content-services/src/lib/i18n/pt.json +++ b/lib/content-services/src/lib/i18n/pt.json @@ -708,5 +708,13 @@ "FOLDER_SELECTED": "As pastas não são compatíveis com os Agentes de IA." } } + }, + "NODE_FAVORITE_DIRECTIVE": { + "MESSAGES": { + "NODE_ADDED": "Added {{ name }} to favorites", + "NODES_ADDED": "Added {{ number }} items to favorites", + "NODE_REMOVED": "Removed {{ name }} from favorites", + "NODES_REMOVED": "Removed {{ number }} items from favorites" + } } }