2017-11-10 04:25:41 +03:00
OC . L10N . register (
"notifications" ,
{
2022-04-24 06:09:30 +03:00
"Hello %s" : "Hola %s" ,
"Hello %s," : "Hola %s," ,
2018-10-04 03:31:19 +03:00
"Admin notifications" : "Notificaciones adminsitrativas" ,
2018-07-19 03:29:35 +03:00
"Notifications" : "Notificaciones" ,
2018-05-23 03:36:23 +03:00
"Failed to perform action" : "Se presentó una falla al ejeuctar la acción" ,
2018-11-17 04:37:29 +03:00
"Dismiss" : "Descartar" ,
2020-09-18 05:48:49 +03:00
"seconds ago" : "hace segundos" ,
2018-05-23 03:36:23 +03:00
"Failed to dismiss notification" : "Se presentó una falla al descartar la notificación" ,
2022-04-24 06:09:30 +03:00
"in {path}" : "en {path}" ,
2022-06-03 06:17:44 +03:00
"No notifications" : "No hay notificaciones" ,
"Failed to dismiss all notifications" : "Se presentó una falla al descartar todas las notificaciones" ,
2022-04-24 06:09:30 +03:00
"Never" : "Nunca" ,
"1 hour" : "1 hora" ,
"3 hours" : "3 horas" ,
2022-11-17 05:39:02 +03:00
"Your settings have been updated." : "Tus configuraciones se han actualizado." ,
2024-07-25 04:13:59 +03:00
"You need to set up your email address before you can receive notification emails." : "Necesitas configurar tu dirección de correo electrónico antes de que puedas recibir correos de notificación" ,
"None" : "Ninguno"
2017-11-10 04:25:41 +03:00
} ,
2022-08-24 06:07:52 +03:00
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" ) ;