mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
c88aabd125
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 lines
757 B
JavaScript
23 lines
757 B
JavaScript
OC.L10N.register(
|
|
"user_status",
|
|
{
|
|
"Set status" : "Establecer estado",
|
|
"Online status" : "Estado en línea",
|
|
"Status message" : "Mensaje de estado",
|
|
"Clear status message" : "Limpiar mensaje de estado",
|
|
"Set status message" : "Establecer mensaje de estado",
|
|
"Away" : "Lejos",
|
|
"Do not disturb" : "No molestar",
|
|
"Don't clear" : "No vaciar",
|
|
"Today" : "Hoy",
|
|
"This week" : "Esta semana",
|
|
"Online" : "En línea",
|
|
"Invisible" : "Invisible",
|
|
"Offline" : "Sin conexión",
|
|
"30 minutes" : "30 minutos",
|
|
"1 hour" : "1 hora",
|
|
"4 hours" : "4 horas",
|
|
"Clear status message after" : "Limpiar mensaje de estado después"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|