From ea06b24045ab6b0775ad37db00fe0252e3b7cdda Mon Sep 17 00:00:00 2001 From: CaminoConDios Date: Fri, 20 Jan 2023 22:48:14 +0000 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 17.1% (69 of 403 strings) Translation: SelfPrivacy/SelfPrivacy App Translate-URL: http://weblate.selfprivacy.org/projects/selfprivacy/selfprivacy-app/es/ --- assets/translations/es.json | 51 ++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/assets/translations/es.json b/assets/translations/es.json index a440f99c..1cf786a4 100644 --- a/assets/translations/es.json +++ b/assets/translations/es.json @@ -34,5 +34,54 @@ "connect_to_existing": "Conectarse a un servidor existente" }, "test": "es-test", - "locale": "es" + "locale": "es", + "application_settings": { + "reset_config_title": "Restablecer la configuración de la aplicación", + "dark_theme_description": "Cambia el tema de tu aplicación", + "reset_config_description": "Restablecer claves api y usuario root", + "delete_server_title": "Eliminar servidor", + "delete_server_description": "Esto elimina su servidor. Ya no será accesible.", + "title": "Ajustes de la aplicación", + "dark_theme_title": "Tema oscuro" + }, + "ssh": { + "delete_confirm_question": "¿Está seguro de que desea eliminar la clave SSH?", + "root_subtitle": "Los propietarios de estas claves tienen acceso total al servidor y pueden hacer cualquier cosa en él. Añade sólo tus propias claves al servidor.", + "title": "SSH Claves", + "create": "Crear clave SSH", + "delete": "Eliminar clave SSH", + "subtitle_with_keys": "{} claves", + "subtitle_without_keys": "Sin llaves", + "no_key_name": "Clave sin nombre", + "root_title": "Estas son las claves de superusuario", + "input_label": "Clave pública ED25519 o RSA" + }, + "about_application_page": { + "application_version_text": "Versión de la aplicación v.{}", + "title": "Sobre", + "api_version_text": "Versión API del servidor v.{}", + "privacy_policy": "Política de privacidad" + }, + "onboarding": { + "page2_text": "SelfPrivacy sólo trabaja con los proveedores que usted elija. Si no tiene cuentas obligatorias en ellos, le ayudaremos a crearlas.", + "page1_title": "La independencia digital, al alcance de todos", + "page1_text": "Correo, VPN, Messenger, red social y mucho más en tu servidor privado, bajo tu control.", + "page2_title": "SelfPrivacy no es una nube, es tu centro de datos personal" + }, + "more_page": { + "configuration_wizard": "Asistente de configuración", + "about_project": "Sobre nosotros", + "about_application": "Sobre", + "onboarding": "Incorporación", + "create_ssh_key": "Claves SSH de superusuario", + "console": "Consola", + "application_settings": "Ajustes de la aplicación" + }, + "console_page": { + "title": "Consola", + "waiting": "Esperando la inicialización…" + }, + "about_us_page": { + "title": "Sobre nosotros" + } }