Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56e980383533fa579e7b4405dd5e578c80b77ca6 (plain)
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
OC.L10N.register(
    "user_status",
    {
    "Recent statuses" : "Estados recientes",
    "In a meeting" : "En una reunión",
    "Commuting" : "Yendo a / Volviendo de trabajar",
    "Out sick" : "Ausente por enfermedad",
    "Vacationing" : "De vacaciones",
    "Working remotely" : "Teletrabajando",
    "User status" : "Estado del usuario",
    "Set custom status" : "Configurar estado personalizado",
    "Online" : "En línea",
    "Away" : "Ausente",
    "Do not disturb" : "No molestar",
    "Invisible" : "Invisible",
    "Offline" : "Sin conexión",
    "Set status" : "Configurar estado",
    "There was an error saving the new status" : "Ha habido un error al guardar el nuevo estado",
    "Clear status after" : "Eliminar el estado después de",
    "What's your status?" : "¿Cuál es tu estado?",
    "Set a custom status" : "Configura un estado personalizado",
    "Clear custom status" : "Eliminar estado personalizado",
    "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",
    "No recent status changes" : "No hay cambios de estado recientes",
    "{status}, {timestamp}" : "{status}, {timestamp}",
    "Don't clear" : "No eliminar",
    "Today" : "Hoy",
    "This week" : "Esta semana",
    "30 minutes" : "30 minutos",
    "1 hour" : "1 hora",
    "4 hours" : "4 horas",
    "Mute all notifications" : "Silenciar todas las notificaciones"
},
"nplurals=2; plural=(n != 1);");