123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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"
- }
- }
|