|
| 1 | +const es_ES = () => { |
| 2 | + return { |
| 3 | + appName: "DeadHash", |
| 4 | + about: "Sobre", |
| 5 | + settings: "Configuraciones", |
| 6 | + settingsSubtitle: "Tus preferencias", |
| 7 | + help: "Ayuda", |
| 8 | + language: "Idioma", |
| 9 | + aboutSubtitle: "Obtenga más información sobre DeadHash", |
| 10 | + aboutMessage: "DeadHash fue creado por DeadLine.\n\nAlgunas imágenes fueron proporcionadas por icons8: https://icons8.com\nLicencia: GPLv3\nVersión: {x}\n\nCopyright © 2020 CodeDead", |
| 11 | + codedead: "CodeDead", |
| 12 | + theme: "Tema", |
| 13 | + general: "General", |
| 14 | + autoUpdate: "Buscar actualizaciones automáticamente", |
| 15 | + select: "Seleccione", |
| 16 | + default: "Defecto", |
| 17 | + defaultThemeDescription: "El tema por defecto.", |
| 18 | + lightBlue: "Azul claro", |
| 19 | + lightBlueDescription: "Ligero al tacto.", |
| 20 | + red: "Rojo", |
| 21 | + redDescription: "Manteniéndolo nervioso.", |
| 22 | + green: "Verde", |
| 23 | + greenDescription: "La mejor de la naturaleza.", |
| 24 | + lightGreen: "Verde claro", |
| 25 | + lightGreenDescription: "La hierba es siempre mas verde.", |
| 26 | + purple: "Púrpura", |
| 27 | + purpleDescription: "Amatista.", |
| 28 | + deepPurple: "Morado oscuro", |
| 29 | + deepPurpleDescription: "En caso de que el púrpura no fuera suficiente.", |
| 30 | + grey: "Gris", |
| 31 | + greyDescription: "No esperes despierto.", |
| 32 | + cryptography: "Criptografía", |
| 33 | + cryptographySubtitle: "#", |
| 34 | + md5: "MD5", |
| 35 | + sha1: "SHA-1", |
| 36 | + sha256: "SHA-256", |
| 37 | + sha384: "SHA-384", |
| 38 | + sha512: "SHA-512", |
| 39 | + ripemd160: "RIPEMD-160", |
| 40 | + sha224: "SHA-224", |
| 41 | + sha3: "SHA-3", |
| 42 | + file: "Archivo", |
| 43 | + fileSubtitle: "Calcular hashes de archivos", |
| 44 | + text: "Texto", |
| 45 | + textSubtitle: "Calcular hashes de texto", |
| 46 | + license: "Licencia", |
| 47 | + download: "Descargar", |
| 48 | + cancel: "Cancelar", |
| 49 | + ok: "Bueno", |
| 50 | + errorTitle: "¡Ocurrió un error!", |
| 51 | + input: "Entrada", |
| 52 | + compare: "Comparar", |
| 53 | + compareHash: "Tu hash aquí", |
| 54 | + calculate: "Calcular", |
| 55 | + output: "Salida", |
| 56 | + copy: "Copiar", |
| 57 | + paste: "Pegar", |
| 58 | + clear: "Claro", |
| 59 | + reset: "Reiniciar", |
| 60 | + updateAvailable: "¡Actualización disponible!", |
| 61 | + information: "Información", |
| 62 | + newVersion: "La versión {x} ya está disponible. ¿Desea descargar esta versión?", |
| 63 | + checkForUpdates: "Buscar actualizaciones", |
| 64 | + noUpdatesTitle: "¡No hay actualizaciones disponibles!", |
| 65 | + noUpdatesMessage: "Estás utilizando la última versión de DeadHash.", |
| 66 | + minimizeEnabled: "Botón Minimizar", |
| 67 | + maximizeEnabled: "Botón Maximizar", |
| 68 | + languageEnabled: "Botón de idioma", |
| 69 | + exit: "Salida", |
| 70 | + darkTheme: "Oscuro", |
| 71 | + darkThemeDescription: "Fácil para los ojos." |
| 72 | + } |
| 73 | +}; |
| 74 | + |
| 75 | +export default es_ES; |
0 commit comments