From 5f5125b3fa40cbccc7a80c32077694b829364c9c Mon Sep 17 00:00:00 2001 From: Alex Vizcaino Date: Tue, 16 Dec 2025 09:31:26 +0100 Subject: [PATCH] [Citation Reviewer] Error Management (#30356) GitOrigin-RevId: 9a34fab4f5447974e795a49c548b8af730857e88 --- services/web/frontend/js/i18n-resources/writefull.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/web/frontend/js/i18n-resources/writefull.ts b/services/web/frontend/js/i18n-resources/writefull.ts index 158f43cb35..262d738dad 100644 --- a/services/web/frontend/js/i18n-resources/writefull.ts +++ b/services/web/frontend/js/i18n-resources/writefull.ts @@ -427,6 +427,7 @@ const en = { 'citations-reviewer.chat.publications.description': 'The following papers may support the claim you’ve made. Always check papers yourself to ensure relevance.', 'citations-reviewer.chat.publications.subtitle': 'Select papers to cite:', + 'citations-reviewer.chat.publications.no-results': 'No sources found', 'citations-reviewer.chat.publications.alternatively': 'Alternatively,', 'citations-reviewer.chat.publications.custom-search': 'search for papers yourself.', @@ -463,6 +464,7 @@ const en = { 'citations-reviewer.chat.custom-search.form.keywords-placeholder': 'Enter keywords', 'citations-reviewer.chat.custom-search.form.search': 'Search', + 'citations-reviewer.chat.custom-search.form.searching': 'Searching...', }, } as const @@ -913,6 +915,8 @@ const es = { 'Los siguientes artículos pueden respaldar la afirmación que has hecho. Revisa siempre los artículos por tu cuenta para asegurar su relevancia.', 'citations-reviewer.chat.publications.subtitle': 'Selecciona artículos para citar:', + 'citations-reviewer.chat.publications.no-results': + 'No se encontraron fuentes', 'citations-reviewer.chat.publications.alternatively': 'Alternativamente,', 'citations-reviewer.chat.publications.custom-search': 'busca artículos por tu cuenta.', @@ -949,6 +953,7 @@ const es = { 'citations-reviewer.chat.custom-search.form.keywords-placeholder': 'Introduce palabras clave', 'citations-reviewer.chat.custom-search.form.search': 'Buscar', + 'citations-reviewer.chat.custom-search.form.searching': 'Buscando...', }, }