ethereum/mist

View on GitHub
interface/i18n/app.es.i18n.json

Summary

Maintainability
Test Coverage
{
    "app": {
        "loading": "Cargando...",
        "offline": "No se puede conectar, estás fuera de línea?",
        "logginIn": "Iniciando sesión..."
    },
    "error": {
        "insufficientRights": "Usted no tiene suficientes derechos para esta acción."
    },
    "buttons": {
        "ok": "OK",
        "cancel": "Cancelar",
        "save": "Guardar",
        "edit": "Editar",
        "send": "Enviar",
        "next": "Siguiente",
        "previous": "Anterior",
        "back": "Atrás",
        "skip": "Omitir",
        "sending": "Enviando...",
        "create": "Crear",
        "tryToReconnect": "Intente volver a conectar",
        "stayAnonymous": "Stay anonymous",
        "authorize": "Authorize"
    },
    "commonWords": {
        "you": "Tú",
        "send": "Enviar",
        "or": "o",
        "of": "de",
        "with": "con",
        "and": "y",
        "on": "en",
        "per": "por"
    }
}