[Citation Reviewer] Error Management (#30356)

GitOrigin-RevId: 9a34fab4f5447974e795a49c548b8af730857e88
This commit is contained in:
Alex Vizcaino
2025-12-16 09:31:26 +01:00
committed by Copybot
parent bba00b3589
commit 5f5125b3fa

View File

@@ -427,6 +427,7 @@ const en = {
'citations-reviewer.chat.publications.description':
'The following papers may support the claim youve 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...',
},
}