You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/chrome/src/ui/locales/es.js
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,45 @@ export default {
228
228
'sp.permissions.disabled_html': '⚠️ <strong>Las solicitudes de permiso están DESACTIVADAS.</strong> WebBrain hará clic, escribirá, navegará, ejecutará JavaScript, subirá, descargará, grabará y programará trabajos futuros sin preguntar primero. Reactiva esto desde Ajustes → Permisos → Preguntar antes de acciones importantes.',
229
229
230
230
'tool.read_page': 'Leyendo página',
231
+
'tool.gmail_count_results': 'Contando resultados de Gmail',
232
+
'tool.get_accessibility_tree': "Comprendiendo el HTML de la página",
233
+
'tool.wait_for_stable': "Esperando a que la página se estabilice",
234
+
'tool.fetch_url': "Obteniendo página",
235
+
'tool.fetch_url.url': "Obteniendo {url}",
236
+
'tool.research_url.url': 'Investigando {url}',
237
+
'tool.research_url': "Investigando página",
238
+
'tool.read_pdf': "Leyendo PDF",
239
+
'tool.read_youtube_transcript': "Leyendo transcripción de video",
240
+
'tool.set_checked': "Actualizando casilla de verificación",
0 commit comments