diff options
Diffstat (limited to 'apps/user_status/l10n/es_EC.json')
-rw-r--r-- | apps/user_status/l10n/es_EC.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/es_EC.json b/apps/user_status/l10n/es_EC.json index cdd152cc3ef..7cefbec7de1 100644 --- a/apps/user_status/l10n/es_EC.json +++ b/apps/user_status/l10n/es_EC.json @@ -1,5 +1,6 @@ { "translations": { "Recent statuses" : "Estados recientes", + "No recent status changes" : "No hay cambios recientes de estado", "In a meeting" : "En una reunión", "Commuting" : "Desplazamiento", "Out sick" : "Ausente por enfermedad", @@ -26,14 +27,12 @@ "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 borrar el estado", "There was an error reverting the status" : "Hubo un error al revertir el estado", - "No recent status changes" : "No hay cambios recientes de estado", - "Away" : "Ausente", - "Do not disturb" : "No molestar", - "{status}, {timestamp}" : "{estado}, {marca de tiempo}", "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", @@ -41,6 +40,7 @@ "1 hour" : "1 hora", "4 hours" : "4 horas", "Mute all notifications" : "Silenciar todas las notificaciones", - "Appear offline" : "Aparecer como desconectado" + "Appear offline" : "Aparecer como desconectado", + "{status}, {timestamp}" : "{estado}, {marca de tiempo}" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |