Forking what is left of ZeroNet and hopefully adding an AT Proto Frontend/Proxy
at main 51 lines 4.5 kB view raw
1{ 2 "Congratulations, your port <b>{0}</b> is opened.<br>You are a full member of the ZeroNet network!": "¡Felicidades! tu puerto <b>{0}</b> está abierto.<br>¡Eres un miembro completo de la red Zeronet!", 3 "Tor mode active, every connection using Onion route.": "Modo Tor activado, cada conexión usa una ruta Onion.", 4 "Successfully started Tor onion hidden services.": "Tor ha iniciado satisfactoriamente la ocultación de los servicios onion.", 5 "Unable to start hidden services, please check your config.": "No se puedo iniciar los servicios ocultos, por favor comprueba tu configuración.", 6 "For faster connections open <b>{0}</b> port on your router.": "Para conexiones más rápidas abre el puerto <b>{0}</b> en tu router.", 7 "Your connection is restricted. Please, open <b>{0}</b> port on your router": "Tu conexión está limitada. Por favor, abre el puerto <b>{0}</b> en tu router", 8 "or configure Tor to become a full member of the ZeroNet network.": "o configura Tor para convertirte en un miembro completo de la red ZeroNet.", 9 10 "Select account you want to use in this site:": "Selecciona la cuenta que quieres utilizar en este sitio:", 11 "currently selected": "actualmente seleccionada", 12 "Unique to site": "Única para el sitio", 13 14 "Content signing failed": "Firma del contenido fallida", 15 "Content publish queued for {0:.0f} seconds.": "Publicación de contenido en cola durante {0:.0f} segundos.", 16 "Content published to {0} peers.": "Contenido publicado para {0} pares.", 17 "No peers found, but your content is ready to access.": "No se ha encontrado pares, pero tu contenido está listo para ser accedido.", 18 "Your network connection is restricted. Please, open <b>{0}</b> port": "Tu conexión de red está restringida. Por favor, abre el puerto<b>{0}</b>", 19 "on your router to make your site accessible for everyone.": "en tu router para hacer tu sitio accesible a todo el mundo.", 20 "Content publish failed.": "Publicación de contenido fallida.", 21 "This file still in sync, if you write it now, then the previous content may be lost.": "Este archivo está aún sincronizado, si le escribes ahora el contenido previo podría perderse.", 22 "Write content anyway": "Escribir el contenido de todas formas", 23 "New certificate added:": "Nuevo certificado añadido:", 24 "You current certificate:": "Tu certificado actual:", 25 "Change it to {auth_type}/{auth_user_name}@{domain}": "Cambia esto a {auth_type}/{auth_user_name}@{domain}", 26 "Certificate changed to: <b>{auth_type}/{auth_user_name}@{domain}</b>.": "Certificado cambiado a: <b>{auth_type}/{auth_user_name}@{domain}</b>.", 27 "Site cloned": "Sitio clonado", 28 29 "You have successfully changed the web interface's language!": "¡Has cambiado con éxito el idioma de la interfaz web!", 30 "Due to the browser's caching, the full transformation could take some minute.": "Debido a la caché del navegador, la transformación completa podría llevar unos minutos.", 31 32 "Connection with <b>UiServer Websocket</b> was lost. Reconnecting...": "Se perdió la conexión con <b>UiServer Websocket</b>. Reconectando...", 33 "Connection with <b>UiServer Websocket</b> recovered.": "Conexión con <b>UiServer Websocket</b> recuperada.", 34 "UiServer Websocket error, please reload the page.": "Error de UiServer Websocket, por favor recarga la página.", 35 "&nbsp;&nbsp;&nbsp;Connecting...": "&nbsp;&nbsp;&nbsp;Conectando...", 36 "Site size: <b>": "Tamaño del sitio: <b>", 37 "MB</b> is larger than default allowed ": "MB</b> es más grande de lo permitido por defecto", 38 "Open site and set size limit to \" + site_info.next_size_limit + \"MB": "Abre tu sitio and establece el límite de tamaño a \" + site_info.next_size_limit + \"MBs", 39 " files needs to be downloaded": " Los archivos necesitan ser descargados", 40 " downloaded": " descargados", 41 " download failed": " descarga fallida", 42 "Peers found: ": "Pares encontrados: ", 43 "No peers found": "No se han encontrado pares", 44 "Running out of size limit (": "Superando el tamaño límite (", 45 "Set limit to \" + site_info.next_size_limit + \"MB": "Establece ellímite a \" + site_info.next_size_limit + \"MB ändern", 46 "Site size limit changed to {0}MB": "Límite de tamaño del sitio cambiado a {0}MBs", 47 " New version of this page has just released.<br>Reload to see the modified content.": " Se ha publicado una nueva versión de esta página .<br>Recarga para ver el contenido modificado.", 48 "This site requests permission:": "Este sitio solicita permiso:", 49 "_(Accept)": "Conceder" 50 51}