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

es_SV.js « l10n - github.com/nextcloud/quota_warning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9202851f797ce1c5c8c2f5a142dc9b7c608fbb1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "quota_warning",
    {
    "Saving…" : "Guardando...",
    "Saved!" : "¡Guardado!",
    "Nearing your storage quota" : "Te estás acercando al límite de tu 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. Trata de liberar algo de espacio borrando archivos que ya no necesites.",
    "Or click the following button for options to change your data plan." : "O bien da click en el siguiente botón para ver las opciones de cambio de tu plan de datos. ",
    "Or click the following link for options to change your data plan." : "O bien da click en la siguiente liga para ver las opciones de cambio de tu plan de datos. ",
    "Data plan options" : "Opciones de planes de datos",
    "Quota warning" : "Advertencia de cuota",
    "You are using more than %d%% of your storage quota" : "Usted está usando más de %d %% de su cuota de almacenamiento",
    "First notification" : "Primer aviso",
    "Send an email" : "Enviar correo electrónico",
    "Second notification" : "Segundo aviso",
    "Final notification" : "Aviso final",
    "Link to quota management" : "Liga a administración de cuota",
    "Resend notifications after … days" : "Reenviar notificaciones después de ... días",
    "Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");