0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-29 00:18:42 +00:00
nextcloud_server/apps/user_status/l10n/es_AR.js
Nextcloud bot c88aabd125
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-05 02:15:04 +00:00

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;");