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/i18n/locales/ca/common.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,13 @@
62
62
"condensed_recently": "El context s'ha condensat recentment; s'omet aquest intent",
63
63
"condense_handler_invalid": "El gestor de l'API per condensar el context no és vàlid",
64
64
"condense_context_grew": "La mida del context ha augmentat durant la condensació; s'omet aquest intent",
65
+
"url_timeout": "El lloc web ha trigat massa a carregar (timeout). Això pot ser degut a una connexió lenta, un lloc web pesat o temporalment no disponible. Pots tornar-ho a provar més tard o comprovar si la URL és correcta.",
66
+
"url_not_found": "No s'ha pogut trobar l'adreça del lloc web. Comprova si la URL és correcta i torna-ho a provar.",
67
+
"no_internet": "No hi ha connexió a internet. Comprova la teva connexió de xarxa i torna-ho a provar.",
68
+
"url_forbidden": "L'accés a aquest lloc web està prohibit. El lloc pot bloquejar l'accés automatitzat o requerir autenticació.",
69
+
"url_page_not_found": "No s'ha trobat la pàgina. Comprova si la URL és correcta.",
70
+
"url_fetch_failed": "Error en obtenir el contingut de la URL: {{error}}",
71
+
"url_fetch_error_with_url": "Error en obtenir contingut per {{url}}: {{error}}",
65
72
"share_task_failed": "Ha fallat compartir la tasca. Si us plau, torna-ho a provar.",
66
73
"share_no_active_task": "No hi ha cap tasca activa per compartir",
67
74
"share_auth_required": "Es requereix autenticació. Si us plau, inicia sessió per compartir tasques.",
Copy file name to clipboardExpand all lines: src/i18n/locales/de/common.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,13 @@
58
58
"condensed_recently": "Kontext wurde kürzlich verdichtet; dieser Versuch wird übersprungen",
59
59
"condense_handler_invalid": "API-Handler zum Verdichten des Kontexts ist ungültig",
60
60
"condense_context_grew": "Kontextgröße ist während der Verdichtung gewachsen; dieser Versuch wird übersprungen",
61
+
"url_timeout": "Die Website hat zu lange zum Laden gebraucht (Timeout). Das könnte an einer langsamen Verbindung, einer schweren Website oder vorübergehender Nichtverfügbarkeit liegen. Du kannst es später nochmal versuchen oder prüfen, ob die URL korrekt ist.",
62
+
"url_not_found": "Die Website-Adresse konnte nicht gefunden werden. Bitte prüfe, ob die URL korrekt ist und versuche es erneut.",
63
+
"no_internet": "Keine Internetverbindung. Bitte prüfe deine Netzwerkverbindung und versuche es erneut.",
64
+
"url_forbidden": "Zugriff auf diese Website ist verboten. Die Seite könnte automatisierten Zugriff blockieren oder eine Authentifizierung erfordern.",
65
+
"url_page_not_found": "Die Seite wurde nicht gefunden. Bitte prüfe, ob die URL korrekt ist.",
66
+
"url_fetch_failed": "Fehler beim Abrufen des URL-Inhalts: {{error}}",
67
+
"url_fetch_error_with_url": "Fehler beim Abrufen des Inhalts für {{url}}: {{error}}",
61
68
"share_task_failed": "Teilen der Aufgabe fehlgeschlagen. Bitte versuche es erneut.",
62
69
"share_no_active_task": "Keine aktive Aufgabe zum Teilen",
63
70
"share_auth_required": "Authentifizierung erforderlich. Bitte melde dich an, um Aufgaben zu teilen.",
Copy file name to clipboardExpand all lines: src/i18n/locales/en/common.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,13 @@
58
58
"condensed_recently": "Context was condensed recently; skipping this attempt",
59
59
"condense_handler_invalid": "API handler for condensing context is invalid",
60
60
"condense_context_grew": "Context size increased during condensing; skipping this attempt",
61
+
"url_timeout": "The website took too long to load (timeout). This could be due to a slow connection, heavy website, or the site being temporarily unavailable. You can try again later or check if the URL is correct.",
62
+
"url_not_found": "The website address could not be found. Please check if the URL is correct and try again.",
63
+
"no_internet": "No internet connection. Please check your network connection and try again.",
64
+
"url_forbidden": "Access to this website is forbidden. The site may block automated access or require authentication.",
65
+
"url_page_not_found": "The page was not found. Please check if the URL is correct.",
66
+
"url_fetch_failed": "Failed to fetch URL content: {{error}}",
67
+
"url_fetch_error_with_url": "Error fetching content for {{url}}: {{error}}",
61
68
"share_task_failed": "Failed to share task. Please try again.",
62
69
"share_no_active_task": "No active task to share",
63
70
"share_auth_required": "Authentication required. Please sign in to share tasks.",
Copy file name to clipboardExpand all lines: src/i18n/locales/es/common.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,13 @@
58
58
"condensed_recently": "El contexto se condensó recientemente; se omite este intento",
59
59
"condense_handler_invalid": "El manejador de API para condensar el contexto no es válido",
60
60
"condense_context_grew": "El tamaño del contexto aumentó durante la condensación; se omite este intento",
61
+
"url_timeout": "El sitio web tardó demasiado en cargar (timeout). Esto podría deberse a una conexión lenta, un sitio web pesado o que esté temporalmente no disponible. Puedes intentarlo más tarde o verificar si la URL es correcta.",
62
+
"url_not_found": "No se pudo encontrar la dirección del sitio web. Por favor verifica si la URL es correcta e inténtalo de nuevo.",
63
+
"no_internet": "Sin conexión a internet. Por favor verifica tu conexión de red e inténtalo de nuevo.",
64
+
"url_forbidden": "El acceso a este sitio web está prohibido. El sitio puede bloquear el acceso automatizado o requerir autenticación.",
65
+
"url_page_not_found": "La página no fue encontrada. Por favor verifica si la URL es correcta.",
66
+
"url_fetch_failed": "Error al obtener el contenido de la URL: {{error}}",
67
+
"url_fetch_error_with_url": "Error al obtener contenido para {{url}}: {{error}}",
61
68
"share_task_failed": "Error al compartir la tarea. Por favor, inténtalo de nuevo.",
62
69
"share_no_active_task": "No hay tarea activa para compartir",
63
70
"share_auth_required": "Se requiere autenticación. Por favor, inicia sesión para compartir tareas.",
Copy file name to clipboardExpand all lines: src/i18n/locales/fr/common.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,13 @@
58
58
"condensed_recently": "Le contexte a été condensé récemment ; cette tentative est ignorée",
59
59
"condense_handler_invalid": "Le gestionnaire d'API pour condenser le contexte est invalide",
60
60
"condense_context_grew": "La taille du contexte a augmenté pendant la condensation ; cette tentative est ignorée",
61
+
"url_timeout": "Le site web a pris trop de temps à charger (timeout). Cela pourrait être dû à une connexion lente, un site web lourd ou temporairement indisponible. Tu peux réessayer plus tard ou vérifier si l'URL est correcte.",
62
+
"url_not_found": "L'adresse du site web n'a pas pu être trouvée. Vérifie si l'URL est correcte et réessaie.",
63
+
"no_internet": "Pas de connexion internet. Vérifie ta connexion réseau et réessaie.",
64
+
"url_forbidden": "L'accès à ce site web est interdit. Le site peut bloquer l'accès automatisé ou nécessiter une authentification.",
65
+
"url_page_not_found": "La page n'a pas été trouvée. Vérifie si l'URL est correcte.",
66
+
"url_fetch_failed": "Échec de récupération du contenu de l'URL : {{error}}",
67
+
"url_fetch_error_with_url": "Erreur lors de la récupération du contenu pour {{url}} : {{error}}",
61
68
"share_task_failed": "Échec du partage de la tâche. Veuillez réessayer.",
62
69
"share_no_active_task": "Aucune tâche active à partager",
63
70
"share_auth_required": "Authentification requise. Veuillez vous connecter pour partager des tâches.",
Copy file name to clipboardExpand all lines: src/i18n/locales/hi/common.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,13 @@
58
58
"condensed_recently": "संदर्भ हाल ही में संक्षिप्त किया गया था; इस प्रयास को छोड़ा जा रहा है",
59
59
"condense_handler_invalid": "संदर्भ को संक्षिप्त करने के लिए API हैंडलर अमान्य है",
60
60
"condense_context_grew": "संक्षिप्तीकरण के दौरान संदर्भ का आकार बढ़ गया; इस प्रयास को छोड़ा जा रहा है",
61
+
"url_timeout": "वेबसाइट लोड होने में बहुत समय लगा (टाइमआउट)। यह धीमे कनेक्शन, भारी वेबसाइट या अस्थायी रूप से अनुपलब्ध होने के कारण हो सकता है। आप बाद में फिर से कोशिश कर सकते हैं या जांच सकते हैं कि URL सही है या नहीं।",
62
+
"url_not_found": "वेबसाइट का पता नहीं मिल सका। कृपया जांचें कि URL सही है और फिर से कोशिश करें।",
63
+
"no_internet": "इंटरनेट कनेक्शन नहीं है। कृपया अपना नेटवर्क कनेक्शन जांचें और फिर से कोशिश करें।",
64
+
"url_forbidden": "इस वेबसाइट तक पहुंच प्रतिबंधित है। साइट स्वचालित पहुंच को ब्लॉक कर सकती है या प्रमाणीकरण की आवश्यकता हो सकती है।",
65
+
"url_page_not_found": "पेज नहीं मिला। कृपया जांचें कि URL सही है।",
66
+
"url_fetch_failed": "URL सामग्री प्राप्त करने में त्रुटि: {{error}}",
67
+
"url_fetch_error_with_url": "{{url}} के लिए सामग्री प्राप्त करने में त्रुटि: {{error}}",
61
68
"share_task_failed": "कार्य साझा करने में विफल। कृपया पुनः प्रयास करें।",
62
69
"share_no_active_task": "साझा करने के लिए कोई सक्रिय कार्य नहीं",
63
70
"share_auth_required": "प्रमाणीकरण आवश्यक है। कार्य साझा करने के लिए कृपया साइन इन करें।",
Copy file name to clipboardExpand all lines: src/i18n/locales/id/common.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,13 @@
58
58
"condensed_recently": "Konteks baru saja dikompres; melewati percobaan ini",
59
59
"condense_handler_invalid": "Handler API untuk mengompres konteks tidak valid",
60
60
"condense_context_grew": "Ukuran konteks bertambah saat mengompres; melewati percobaan ini",
61
+
"url_timeout": "Situs web membutuhkan waktu terlalu lama untuk dimuat (timeout). Ini bisa disebabkan oleh koneksi lambat, situs web berat, atau sementara tidak tersedia. Kamu bisa mencoba lagi nanti atau memeriksa apakah URL sudah benar.",
62
+
"url_not_found": "Alamat situs web tidak dapat ditemukan. Silakan periksa apakah URL sudah benar dan coba lagi.",
63
+
"no_internet": "Tidak ada koneksi internet. Silakan periksa koneksi jaringan kamu dan coba lagi.",
64
+
"url_forbidden": "Akses ke situs web ini dilarang. Situs mungkin memblokir akses otomatis atau memerlukan autentikasi.",
65
+
"url_page_not_found": "Halaman tidak ditemukan. Silakan periksa apakah URL sudah benar.",
66
+
"url_fetch_failed": "Gagal mengambil konten URL: {{error}}",
67
+
"url_fetch_error_with_url": "Error mengambil konten untuk {{url}}: {{error}}",
Copy file name to clipboardExpand all lines: src/i18n/locales/it/common.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,13 @@
58
58
"condensed_recently": "Il contesto è stato condensato di recente; questo tentativo viene saltato",
59
59
"condense_handler_invalid": "Il gestore API per condensare il contesto non è valido",
60
60
"condense_context_grew": "La dimensione del contesto è aumentata durante la condensazione; questo tentativo viene saltato",
61
+
"url_timeout": "Il sito web ha impiegato troppo tempo a caricarsi (timeout). Questo potrebbe essere dovuto a una connessione lenta, un sito web pesante o temporaneamente non disponibile. Puoi riprovare più tardi o verificare se l'URL è corretto.",
62
+
"url_not_found": "L'indirizzo del sito web non è stato trovato. Verifica se l'URL è corretto e riprova.",
63
+
"no_internet": "Nessuna connessione internet. Verifica la tua connessione di rete e riprova.",
64
+
"url_forbidden": "L'accesso a questo sito web è vietato. Il sito potrebbe bloccare l'accesso automatizzato o richiedere autenticazione.",
65
+
"url_page_not_found": "La pagina non è stata trovata. Verifica se l'URL è corretto.",
66
+
"url_fetch_failed": "Errore nel recupero del contenuto URL: {{error}}",
67
+
"url_fetch_error_with_url": "Errore nel recupero del contenuto per {{url}}: {{error}}",
0 commit comments