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

es.js « l10n - github.com/nextcloud/quota_warning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c50eb3f4bba31c4b5f4858723779bfaf02150b9c (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
OC.L10N.register(
    "quota_warning",
    {
    "Saving…" : "Guardando...",
    "Saved!" : "¡Guardado!",
    "Quota warning" : "Advertencia de cuota",
    "Nearing your storage quota" : "Acercándose a tu cuota de almacenamiento",
    "You are using more than %d%% of your storage quota. Try to free up some space by deleting old files you don't need anymore." : "Estás usando más de %d%% de tu cuota de almacenamiento. Intenta liberar espacio borrando archivos viejos que ya no necesites.",
    "Or click the following button for options to change your data plan." : "O pulsa el siguiente botón para ver opciones para cambiar tu plan de datos.",
    "Or click the following link for options to change your data plan." : "O pulsa el siguiente enlace para ver opciones para cambiar tu plan de datos.",
    "Data plan options" : "Opciones de plan de datos",
    "You are using more than %d%% of your storage quota" : "Estás usando más de %d %% de tu cuota de almacenamiento",
    "This app sends notifications to users when they reached 85, 90 and 95% of their quota." : "Esta app envía notificaciones a los usuarios cuando alcanzan el 85, 90 y 95% de su cuota.",
    "This app sends notifications to users when they reached 85, 90 and 95% of their quota (checked once a day).\nIn addition an email can be sent to the users. The three percentages can be changed in the admin settings.\nIt is also possible to have a link in the email and the notification for upsell options." : "Esta app envía notificaciones a los usuarios cuando alcanzan el 85, 90 y 95% de su cuota (comprobado una vez al día).\nAdemás, se puede enviar un correo a los usuarios. Los tres porcentajes se pueden cambiar en la configuración de administración. También es posible tener un enlace en el correo y la notificación para opciones de venta de más espacio.",
    "First notification" : "Primera notificación",
    "Send an email" : "Enviar un correo",
    "Second notification" : "Segunda notificación",
    "Final notification" : "Última notificación",
    "Link to quota management" : "Enlace a la gestión de cuotas",
    "Resend notifications after … days" : "Volver a mandar notificaciones después de ... días",
    "Set to 0 if the user should only receive one notification." : "Déjalo en 0 si el usuario debería recibir solo una notificación.",
    "You are using more than %d%% of your storage quota. Try to free up some space by deleting old files you don´t need anymore." : "Estás usando más de %d%% de tu cuota de almacenamiento. Intenta liberar algo de espacio borrando archivos viejos que ya no necesites."
},
"nplurals=2; plural=(n != 1);");