diff options
Diffstat (limited to 'apps/user_status/l10n/es_MX.js')
-rw-r--r-- | apps/user_status/l10n/es_MX.js | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/apps/user_status/l10n/es_MX.js b/apps/user_status/l10n/es_MX.js new file mode 100644 index 00000000000..5125f9f9789 --- /dev/null +++ b/apps/user_status/l10n/es_MX.js @@ -0,0 +1,48 @@ +OC.L10N.register( + "user_status", + { + "Recent statuses" : "Estados recientes", + "No recent status changes" : "No hay cambios recientes de estado", + "In a meeting" : "En una reunión", + "Commuting" : "Trasladándose", + "Out sick" : "Enfermo", + "Vacationing" : "De vacaciones", + "Out of office" : "Fuera de la oficina", + "Working remotely" : "Trabajando remotamente", + "In a call" : "En una llamada", + "User status" : "Estado de usuario", + "Clear status after" : "Limpiar el estado después de", + "Emoji for your status message" : "Emoji para su mensaje de estado", + "What is your status?" : "¿Cuál es su estado?", + "Predefined statuses" : "Estados predefinidos", + "Previously set" : "Previamente establecido", + "Reset status" : "Restablecer estado", + "Set status" : "Establecer estado", + "Online status" : "Estado en línea", + "Status message" : "Mensaje de estado", + "Your status was set automatically" : "Su estado se estableció automáticamente", + "Clear status message" : "Borrar mensaje de estado", + "Set status message" : "Establecer mensaje de estado", + "Reset status to \"{icon} {message}\"" : "Restablecer estado a \"{icon} {message}\"", + "Reset status to \"{message}\"" : "Restablecer estado a \"{message}\"", + "Reset status to \"{icon}\"" : "Restablecer estado a \"{icon}\"", + "There was an error saving the status" : "Hubo un error al guardar el estado", + "There was an error clearing the status" : "Hubo un error al limpiar el estado", + "There was an error reverting the status" : "Hubo un error al revertir el estado", + "Don't clear" : "No borrar", + "Today" : "Hoy", + "This week" : "Esta semana", + "Online" : "En línea", + "Away" : "Ausente", + "Do not disturb" : "No molestar", + "Invisible" : "Invisible", + "Offline" : "Sin conexión", + "There was an error saving the new status" : "Hubo un error al guardar el nuevo estado", + "30 minutes" : "30 minutos", + "1 hour" : "1 hora", + "4 hours" : "4 horas", + "Mute all notifications" : "Silenciar todas las notificaciones", + "Appear offline" : "Aparecer como desconectado", + "View profile" : "Ver perfil" +}, +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |