Просмотр исходного кода

[Citation Reviewer] Error Management (#30356)

GitOrigin-RevId: 9a34fab4f5447974e795a49c548b8af730857e88
Alex Vizcaino 8 месяцев назад
Родитель
Сommit
5f5125b3fa
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      services/web/frontend/js/i18n-resources/writefull.ts

+ 5 - 0
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...',
   },
 }