1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Estados recientes",
"In a meeting" : "En una reunión",
"Commuting" : "De viaje",
"Out sick" : "Ausente por enfermedad",
"Vacationing" : "De vacaciones",
"Working remotely" : "Teletrabajando",
"In a call" : "En una llamada",
"User status" : "Estado del usuario",
"View profile" : "Ver perfil",
"Clear status after" : "Eliminar el estado después de",
"What is your status?" : "¿Cuál es su estado?",
"Previously set" : "Previamente definido",
"Reset status" : "Re-inicializar estado",
"Set status" : "Configurar estado",
"Online status" : "Estado en línea",
"Status message" : "Mensaje de estado",
"Your status was set automatically" : "Su estado fue definido automáticamente",
"Clear status message" : "Borrar mensaje de estado",
"Set status message" : "Ajustar el mensaje de estado",
"Reset status to \"{icon} {message}\"" : "Re-inicializar estado a \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Re-inicializar estado a \"{message}\"",
"Reset status to \"{icon}\"" : "Re-inicializar estado a \"{icon}\"",
"There was an error saving the status" : "Ha habido un error al guardar el estado",
"There was an error clearing the status" : "Ha habido un error al eliminar el estado",
"There was an error reverting the status" : "Ocurrió un error al revertir el estado",
"No recent status changes" : "No hay cambios de estado recientes",
"Away" : "Ausente",
"Do not disturb" : "No molestar",
"{status}, {timestamp}" : "{status}, {timestamp}",
"Don't clear" : "No eliminar",
"Today" : "Hoy",
"This week" : "Esta semana",
"Online" : "En línea",
"Invisible" : "Invisible",
"Offline" : "Sin conexión",
"There was an error saving the new status" : "Ha habido 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 sin conexión",
"Clear status message after" : "Borrar mensaje de estado después de"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|