[tx-robot] updated from transifex
This commit is contained in:
parent
ad66244bdf
commit
895336a3f3
|
@ -0,0 +1,34 @@
|
|||
OC.L10N.register(
|
||||
"comments",
|
||||
{
|
||||
"Comments" : "Comentarios",
|
||||
"Unknown user" : "Usuario desconocido",
|
||||
"New comment …" : "Comentario nuevo ...",
|
||||
"Delete comment" : "Borrar comentario",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentario",
|
||||
"[Deleted user]" : "[Usuario borrado]",
|
||||
"No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
|
||||
"More comments …" : "Más comentarios ...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}",
|
||||
"Error occurred while posting comment" : "Se presentó un error al publicar el comentario",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
|
||||
"Comment" : "Comentario",
|
||||
"You commented" : "Comentaste",
|
||||
"%1$s commented" : "%1$s comentó",
|
||||
"{author} commented" : "{author} comentó",
|
||||
"You commented on %1$s" : "Usted comentó en %1$s",
|
||||
"You commented on {file}" : "Hiciste un comentario de {file}",
|
||||
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
|
||||
"{author} commented on {file}" : "{author} comentó en {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,32 @@
|
|||
{ "translations": {
|
||||
"Comments" : "Comentarios",
|
||||
"Unknown user" : "Usuario desconocido",
|
||||
"New comment …" : "Comentario nuevo ...",
|
||||
"Delete comment" : "Borrar comentario",
|
||||
"Post" : "Publicar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Edit comment" : "Editar comentario",
|
||||
"[Deleted user]" : "[Usuario borrado]",
|
||||
"No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
|
||||
"More comments …" : "Más comentarios ...",
|
||||
"Save" : "Guardar",
|
||||
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "Se presentó un error al recuperar el comentario con Id {id}",
|
||||
"Error occurred while updating comment with id {id}" : "Se presentó un error al actualizar el comentario con Id {id}",
|
||||
"Error occurred while posting comment" : "Se presentó un error al publicar el comentario",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer"],
|
||||
"Comment" : "Comentario",
|
||||
"You commented" : "Comentaste",
|
||||
"%1$s commented" : "%1$s comentó",
|
||||
"{author} commented" : "{author} comentó",
|
||||
"You commented on %1$s" : "Usted comentó en %1$s",
|
||||
"You commented on {file}" : "Hiciste un comentario de {file}",
|
||||
"%1$s commented on %2$s" : "%1$s comentó en %2$s",
|
||||
"{author} commented on {file}" : "{author} comentó en {file}",
|
||||
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
|
||||
"A (now) deleted user mentioned you in a comment on “%s”" : "Un usuario (ahora) borrado te mencionó en un commentario en “%s”",
|
||||
"A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuario (ahora) borrado te mencionó en un commentario en “{file}”",
|
||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s te mencionó en un comentario en “%2$s”",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -44,6 +44,8 @@ OC.L10N.register(
|
|||
"Contacts" : "Kontakter",
|
||||
"Technical details" : "Tekniske detaljer",
|
||||
"Remote Address: %s" : "Fjernadresse: %s",
|
||||
"Request ID: %s" : "Forespørgsels-ID: %s"
|
||||
"Request ID: %s" : "Forespørgsels-ID: %s",
|
||||
"CalDAV server" : "CalDAV server",
|
||||
"Send invitations to attendees" : "Send invitation til deltagere"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
"Contacts" : "Kontakter",
|
||||
"Technical details" : "Tekniske detaljer",
|
||||
"Remote Address: %s" : "Fjernadresse: %s",
|
||||
"Request ID: %s" : "Forespørgsels-ID: %s"
|
||||
"Request ID: %s" : "Forespørgsels-ID: %s",
|
||||
"CalDAV server" : "CalDAV server",
|
||||
"Send invitations to attendees" : "Send invitation til deltagere"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -46,7 +46,6 @@ OC.L10N.register(
|
|||
"Remote Address: %s" : "Entfernte Adresse: %s",
|
||||
"Request ID: %s" : "Anfragekennung: %s",
|
||||
"CalDAV server" : "CalDAV-Server",
|
||||
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
|
||||
"Please make sure to properly setup the email settings above." : "Stelle sicher, dass die obigen E-Mail-Einstellungen korrekt sind."
|
||||
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
"Remote Address: %s" : "Entfernte Adresse: %s",
|
||||
"Request ID: %s" : "Anfragekennung: %s",
|
||||
"CalDAV server" : "CalDAV-Server",
|
||||
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
|
||||
"Please make sure to properly setup the email settings above." : "Stelle sicher, dass die obigen E-Mail-Einstellungen korrekt sind."
|
||||
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -46,7 +46,6 @@ OC.L10N.register(
|
|||
"Remote Address: %s" : "Entfernte Adresse: %s",
|
||||
"Request ID: %s" : "Anfragekennung: %s",
|
||||
"CalDAV server" : "CalDAV-Server",
|
||||
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
|
||||
"Please make sure to properly setup the email settings above." : "Stellen Sie sicher, dass die obigen E-Mail-Einstellungen korrekt sind."
|
||||
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
"Remote Address: %s" : "Entfernte Adresse: %s",
|
||||
"Request ID: %s" : "Anfragekennung: %s",
|
||||
"CalDAV server" : "CalDAV-Server",
|
||||
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
|
||||
"Please make sure to properly setup the email settings above." : "Stellen Sie sicher, dass die obigen E-Mail-Einstellungen korrekt sind."
|
||||
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,51 @@
|
|||
OC.L10N.register(
|
||||
"dav",
|
||||
{
|
||||
"Calendar" : "Calendario",
|
||||
"Todos" : "Pendientes",
|
||||
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
|
||||
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
|
||||
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
|
||||
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
|
||||
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
|
||||
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
|
||||
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
|
||||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Personal" : "Personal",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,49 @@
|
|||
{ "translations": {
|
||||
"Calendar" : "Calendario",
|
||||
"Todos" : "Pendientes",
|
||||
"{actor} created calendar {calendar}" : "{actor} creó el calendario {calendar}",
|
||||
"You created calendar {calendar}" : "Creaste el calendario {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "{actor} borró el calendario {calendar}",
|
||||
"You deleted calendar {calendar}" : "Borraste el calendario {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "{actor} actualizó el calendario {calendar}",
|
||||
"You updated calendar {calendar}" : "Actualizaste el calendario {calendar}",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} ha compartido el calendario {calendar} contigo",
|
||||
"You shared calendar {calendar} with {user}" : "Compartiste el calendario {calendar} con {user}",
|
||||
"{actor} shared calendar {calendar} with {user}" : "{actor} compartió el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from you" : "{actor} ha dejado de compartir el calendario {calendar} contigo",
|
||||
"You unshared calendar {calendar} from {user}" : "Has dejado de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from {user}" : "{actor} dejó de compartir el calendario {calendar} con {user}",
|
||||
"{actor} unshared calendar {calendar} from themselves" : "{actor} dejó de compartir {el calendario calendar} con él mismo",
|
||||
"You shared calendar {calendar} with group {group}" : "Compartiste el calendario {calendar} con el grupo {group}",
|
||||
"{actor} shared calendar {calendar} with group {group}" : "{actor} compartió el calendario {calendar} con el grupo {group}",
|
||||
"You unshared calendar {calendar} from group {group}" : "Dejaste de compartir el calendario {calendar} con el grupo {group}",
|
||||
"{actor} unshared calendar {calendar} from group {group}" : "{actor} dejó de compartir el calendrio {calendar} con el grupo {group}",
|
||||
"{actor} created event {event} in calendar {calendar}" : "{actor} creó el evento {event} en el calendario {calendar}",
|
||||
"You created event {event} in calendar {calendar}" : "Creaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} deleted event {event} from calendar {calendar}" : "{actor} borró el eventó {event} del calendario {calendar}",
|
||||
"You deleted event {event} from calendar {calendar}" : "Borraste el evento {event} del calendario {calendar}",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} actualizó el evento {event} en el calendario {calendar}",
|
||||
"You updated event {event} in calendar {calendar}" : "Actualizaste el evento {event} en el calendario {calendar}",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} creó el pendiente {todo} en la lista {calendar}",
|
||||
"You created todo {todo} in list {calendar}" : "Creaste el pendiente {todo} en la lista {calendar}",
|
||||
"{actor} deleted todo {todo} from list {calendar}" : "{actor} borró el pendiente {todo} de la lista {calendar}",
|
||||
"You deleted todo {todo} from list {calendar}" : "Borraste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} updated todo {todo} in list {calendar}" : "{actor} actualizó el pendiente {todo} de la lista {calendar}",
|
||||
"You updated todo {todo} in list {calendar}" : "Actualizaste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} solved todo {todo} in list {calendar}" : "{actor} resolvió el pendiente {todo} de la lista {calendar}",
|
||||
"You solved todo {todo} in list {calendar}" : "Resolviste el pendiente {todo} de la lista {calendar}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió el pendiente {todo} de la lista{calendar}",
|
||||
"You reopened todo {todo} in list {calendar}" : "Reabriste el pendiente {todo} de la lista {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : "Un <strong>calendario</strong> fue modificado",
|
||||
"A calendar <strong>event</strong> was modified" : "Un <strong>evento</strong> de un calendario fue modificado",
|
||||
"A calendar <strong>todo</strong> was modified" : "Un <strong>pendiente</strong> de un calendario fue modificado",
|
||||
"Contact birthdays" : "Cumpleaños del contacto",
|
||||
"Personal" : "Personal",
|
||||
"Contacts" : "Contactos",
|
||||
"Technical details" : "Detalles técnicos",
|
||||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -46,7 +46,6 @@ OC.L10N.register(
|
|||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
|
||||
"Please make sure to properly setup the email settings above." : "Por favor asegúrate de establecer correctamente las configuraciones de correo electrónico de arriba."
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
"Remote Address: %s" : "Dirección remota: %s",
|
||||
"Request ID: %s" : "ID de solicitud: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes",
|
||||
"Please make sure to properly setup the email settings above." : "Por favor asegúrate de establecer correctamente las configuraciones de correo electrónico de arriba."
|
||||
"Send invitations to attendees" : "Enviar invitaciones a los asistentes"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -46,7 +46,6 @@ OC.L10N.register(
|
|||
"Remote Address: %s" : "Távoli cím: %s",
|
||||
"Request ID: %s" : "Kérelem azonosító: %s",
|
||||
"CalDAV server" : "CalDAV szerver",
|
||||
"Send invitations to attendees" : "Meghívó küldése a résztvevőknek",
|
||||
"Please make sure to properly setup the email settings above." : "Kérlek győződj meg a fenti e-mail beállítások helyességéről."
|
||||
"Send invitations to attendees" : "Meghívó küldése a résztvevőknek"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
"Remote Address: %s" : "Távoli cím: %s",
|
||||
"Request ID: %s" : "Kérelem azonosító: %s",
|
||||
"CalDAV server" : "CalDAV szerver",
|
||||
"Send invitations to attendees" : "Meghívó küldése a résztvevőknek",
|
||||
"Please make sure to properly setup the email settings above." : "Kérlek győződj meg a fenti e-mail beállítások helyességéről."
|
||||
"Send invitations to attendees" : "Meghívó küldése a résztvevőknek"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -46,7 +46,6 @@ OC.L10N.register(
|
|||
"Remote Address: %s" : "Indirizzo remoto: %s",
|
||||
"Request ID: %s" : "ID richiesta: %s",
|
||||
"CalDAV server" : "Server CalDAV",
|
||||
"Send invitations to attendees" : "Invia gli inviti ai partecipanti",
|
||||
"Please make sure to properly setup the email settings above." : "Assicurati di configurare correttamente le impostazioni di posta sopra."
|
||||
"Send invitations to attendees" : "Invia gli inviti ai partecipanti"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
"Remote Address: %s" : "Indirizzo remoto: %s",
|
||||
"Request ID: %s" : "ID richiesta: %s",
|
||||
"CalDAV server" : "Server CalDAV",
|
||||
"Send invitations to attendees" : "Invia gli inviti ai partecipanti",
|
||||
"Please make sure to properly setup the email settings above." : "Assicurati di configurare correttamente le impostazioni di posta sopra."
|
||||
"Send invitations to attendees" : "Invia gli inviti ai partecipanti"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -44,6 +44,8 @@ OC.L10N.register(
|
|||
"Contacts" : "Contactpersonen",
|
||||
"Technical details" : "Technische details",
|
||||
"Remote Address: %s" : "Extern adres: %s",
|
||||
"Request ID: %s" : "Aanvraag-ID: %s"
|
||||
"Request ID: %s" : "Aanvraag-ID: %s",
|
||||
"CalDAV server" : "CalDAV server",
|
||||
"Send invitations to attendees" : "Verzend uitnodigingen naar deelnemers"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
"Contacts" : "Contactpersonen",
|
||||
"Technical details" : "Technische details",
|
||||
"Remote Address: %s" : "Extern adres: %s",
|
||||
"Request ID: %s" : "Aanvraag-ID: %s"
|
||||
"Request ID: %s" : "Aanvraag-ID: %s",
|
||||
"CalDAV server" : "CalDAV server",
|
||||
"Send invitations to attendees" : "Verzend uitnodigingen naar deelnemers"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -44,6 +44,8 @@ OC.L10N.register(
|
|||
"Contacts" : "Kontakty",
|
||||
"Technical details" : "Szczegóły techniczne",
|
||||
"Remote Address: %s" : "Adres zdalny: %s",
|
||||
"Request ID: %s" : "ID żądania: %s"
|
||||
"Request ID: %s" : "ID żądania: %s",
|
||||
"CalDAV server" : "Serwer CalDAV",
|
||||
"Send invitations to attendees" : "Wyślij uczestnikom zaproszenia"
|
||||
},
|
||||
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
"Contacts" : "Kontakty",
|
||||
"Technical details" : "Szczegóły techniczne",
|
||||
"Remote Address: %s" : "Adres zdalny: %s",
|
||||
"Request ID: %s" : "ID żądania: %s"
|
||||
"Request ID: %s" : "ID żądania: %s",
|
||||
"CalDAV server" : "Serwer CalDAV",
|
||||
"Send invitations to attendees" : "Wyślij uczestnikom zaproszenia"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
|
||||
}
|
|
@ -46,7 +46,6 @@ OC.L10N.register(
|
|||
"Remote Address: %s" : "Endereço remoto: %s",
|
||||
"Request ID: %s" : "ID do solicitante: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Envie convites aos participantes",
|
||||
"Please make sure to properly setup the email settings above." : "Certifique-se de configurar corretamente as configurações de email acima."
|
||||
"Send invitations to attendees" : "Envie convites aos participantes"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
"Remote Address: %s" : "Endereço remoto: %s",
|
||||
"Request ID: %s" : "ID do solicitante: %s",
|
||||
"CalDAV server" : "Servidor CalDAV",
|
||||
"Send invitations to attendees" : "Envie convites aos participantes",
|
||||
"Please make sure to properly setup the email settings above." : "Certifique-se de configurar corretamente as configurações de email acima."
|
||||
"Send invitations to attendees" : "Envie convites aos participantes"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -46,7 +46,6 @@ OC.L10N.register(
|
|||
"Remote Address: %s" : "Удаљена адреса: %s",
|
||||
"Request ID: %s" : "ИД захтева: %s",
|
||||
"CalDAV server" : "CalDAV сервер",
|
||||
"Send invitations to attendees" : "Пошаљи позивницу учесницима",
|
||||
"Please make sure to properly setup the email settings above." : "Пазите да правилно подесите поставке е-поште изнад."
|
||||
"Send invitations to attendees" : "Пошаљи позивницу учесницима"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
"Remote Address: %s" : "Удаљена адреса: %s",
|
||||
"Request ID: %s" : "ИД захтева: %s",
|
||||
"CalDAV server" : "CalDAV сервер",
|
||||
"Send invitations to attendees" : "Пошаљи позивницу учесницима",
|
||||
"Please make sure to properly setup the email settings above." : "Пазите да правилно подесите поставке е-поште изнад."
|
||||
"Send invitations to attendees" : "Пошаљи позивницу учесницима"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
|
@ -46,7 +46,6 @@ OC.L10N.register(
|
|||
"Remote Address: %s" : "Uzak Adres: %s",
|
||||
"Request ID: %s" : "İstek Kodu: %s",
|
||||
"CalDAV server" : "CalDAV sunucusu",
|
||||
"Send invitations to attendees" : "Katılımcılara çağrıları gönder",
|
||||
"Please make sure to properly setup the email settings above." : "Lütfen yukarıdaki e-posta ayarlarını doğru şekilde ayarladığınızdan emin olun."
|
||||
"Send invitations to attendees" : "Katılımcılara çağrıları gönder"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
"Remote Address: %s" : "Uzak Adres: %s",
|
||||
"Request ID: %s" : "İstek Kodu: %s",
|
||||
"CalDAV server" : "CalDAV sunucusu",
|
||||
"Send invitations to attendees" : "Katılımcılara çağrıları gönder",
|
||||
"Please make sure to properly setup the email settings above." : "Lütfen yukarıdaki e-posta ayarlarını doğru şekilde ayarladığınızdan emin olun."
|
||||
"Send invitations to attendees" : "Katılımcılara çağrıları gönder"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -0,0 +1,65 @@
|
|||
OC.L10N.register(
|
||||
"encryption",
|
||||
{
|
||||
"Missing recovery key password" : "No se encontró la contraseña de la llave de recuperación",
|
||||
"Please repeat the recovery key password" : "Por favor reingresa la contraseña de recuperación",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Las contraseñas de la llave de recuperación no coinciden",
|
||||
"Recovery key successfully enabled" : "Llave de recuperación habilitada exitosamente",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "No fue posible habilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Recovery key successfully disabled" : "Llave de recuperación deshabilitada exitosamente",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Missing parameters" : "Parámetros faltantes",
|
||||
"Please provide the old recovery password" : "Por favor proporciona tu contraseña de recuperación anterior",
|
||||
"Please provide a new recovery password" : "Por favor proporciona una nueva contraseña de recuperación",
|
||||
"Please repeat the new recovery password" : "Por favor reingresa la nueva contraseña de recuperación",
|
||||
"Password successfully changed." : "La contraseña ha sido cambiada exitosamente",
|
||||
"Could not change the password. Maybe the old password was not correct." : "No fue posible cambiar la contraseña. Por favor verifica que contraseña anterior sea correcta.",
|
||||
"Recovery Key disabled" : "Llave de recuperación deshabilitada",
|
||||
"Recovery Key enabled" : "Llave de recuperación habilitada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "No fue posible habilitar la llave de recuperación, por favor intentalo de nuevo o contacta a tu administrador",
|
||||
"Could not update the private key password." : "No fue posible actualizar la contraseña de la llave privada.",
|
||||
"The old password was not correct, please try again." : "La contraseña anterior no es correcta, favor de intentar de nuevo. ",
|
||||
"The current log-in password was not correct, please try again." : "La contraseña actual para iniciar sesión fue incorrecta, por favor vuelvelo a intentar. ",
|
||||
"Private key password successfully updated." : "Contraseña de llave privada actualizada exitosamente.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Necesitas migar tus llaves de encripción de la encripción anterior (ownCloud <=8.0) a la nueva. Por favor ejecuta 'occ encryption:migrate' o contacta a tu adminstrador",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "La llave de encripción privada es inválida para la aplicación de encripción. Por favor actualiza la contraseña de tu llave privada en tus configuraciones personales para recuperar el acceso a tus archivos encriptados. ",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "La aplicación de encripción está habilitada, pero tus llaves no han sido inicializadas. Por favor cierra sesión e inicia sesión de nuevo. ",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor activa el encriptado del lado del servidor en los ajustes de administración para usar el módulo de encripción.",
|
||||
"Encryption app is enabled and ready" : "La aplicación de encripción se cuentra habilitada y lista",
|
||||
"Bad Signature" : "Firma equivocada",
|
||||
"Missing Signature" : "Firma faltante",
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible decriptar este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño del archivo que lo vuelva a compartir contigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible leer este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño que vuelva a compartirlo contigo.",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hola,\n\nel administrador ha habilitado la encripción de lado del servidor. Tus archivos fueron encriptados usando la contraseña '%s'\n\nPor favor inicia sesión en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza su contraseña de encripción ingresando esta contraseña en el campo 'contraseña de inicio de sesión anterior' y tu contraseña de inicio de sesión actual. \n",
|
||||
"The share will expire on %s." : "El elemento compartido expirará el %s.",
|
||||
"Cheers!" : "¡Saludos!",
|
||||
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Tus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Por favor inicia sesisón en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza tu contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y tu contraseña de inicio de sesión actual. <br><br>",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
"Enable recovery key" : "Habilitar llave de recuperación",
|
||||
"Disable recovery key" : "Deshabilitar llave de recuperación",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ",
|
||||
"Recovery key password" : "Contraseña de llave de recuperación",
|
||||
"Repeat recovery key password" : "Repetir la contraseña de la llave de recuperación",
|
||||
"Change recovery key password:" : "Cambiar la contraseña de la llave de recuperación:",
|
||||
"Old recovery key password" : "Anterior contraseña de llave de recuperación",
|
||||
"New recovery key password" : "Nueva contraseña de llave de recuperación",
|
||||
"Repeat new recovery key password" : "Reingresar la nueva contraseña de llave de recuperación",
|
||||
"Change Password" : "Cambiar contraseña",
|
||||
"Basic encryption module" : "Módulo de encripción básica",
|
||||
"Your private key password no longer matches your log-in password." : "Tu contraseña de llave privada ya no corresónde con tu contraseña de inicio de sesión. ",
|
||||
"Set your old private key password to your current log-in password:" : "Establece tu contraseña de llave privada a tu contraseña actual de inicio de seisón:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerdas tu contraseña anterior le puedes pedir a tu administrador que recupere tus archivos.",
|
||||
"Old log-in password" : "Contraseña anterior",
|
||||
"Current log-in password" : "Contraseña actual",
|
||||
"Update Private Key Password" : "Actualizar Contraseña de Llave Privada",
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción está habilitada pero tus llaves no han sido establecidas, por favor cierra la sesión y vuelve a iniciarla."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,63 @@
|
|||
{ "translations": {
|
||||
"Missing recovery key password" : "No se encontró la contraseña de la llave de recuperación",
|
||||
"Please repeat the recovery key password" : "Por favor reingresa la contraseña de recuperación",
|
||||
"Repeated recovery key password does not match the provided recovery key password" : "Las contraseñas de la llave de recuperación no coinciden",
|
||||
"Recovery key successfully enabled" : "Llave de recuperación habilitada exitosamente",
|
||||
"Could not enable recovery key. Please check your recovery key password!" : "No fue posible habilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Recovery key successfully disabled" : "Llave de recuperación deshabilitada exitosamente",
|
||||
"Could not disable recovery key. Please check your recovery key password!" : "No fue posible deshabilitar la llave de recuperación. ¡Por favor comprueba la contraseña de tu llave de recuperación!",
|
||||
"Missing parameters" : "Parámetros faltantes",
|
||||
"Please provide the old recovery password" : "Por favor proporciona tu contraseña de recuperación anterior",
|
||||
"Please provide a new recovery password" : "Por favor proporciona una nueva contraseña de recuperación",
|
||||
"Please repeat the new recovery password" : "Por favor reingresa la nueva contraseña de recuperación",
|
||||
"Password successfully changed." : "La contraseña ha sido cambiada exitosamente",
|
||||
"Could not change the password. Maybe the old password was not correct." : "No fue posible cambiar la contraseña. Por favor verifica que contraseña anterior sea correcta.",
|
||||
"Recovery Key disabled" : "Llave de recuperación deshabilitada",
|
||||
"Recovery Key enabled" : "Llave de recuperación habilitada",
|
||||
"Could not enable the recovery key, please try again or contact your administrator" : "No fue posible habilitar la llave de recuperación, por favor intentalo de nuevo o contacta a tu administrador",
|
||||
"Could not update the private key password." : "No fue posible actualizar la contraseña de la llave privada.",
|
||||
"The old password was not correct, please try again." : "La contraseña anterior no es correcta, favor de intentar de nuevo. ",
|
||||
"The current log-in password was not correct, please try again." : "La contraseña actual para iniciar sesión fue incorrecta, por favor vuelvelo a intentar. ",
|
||||
"Private key password successfully updated." : "Contraseña de llave privada actualizada exitosamente.",
|
||||
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Necesitas migar tus llaves de encripción de la encripción anterior (ownCloud <=8.0) a la nueva. Por favor ejecuta 'occ encryption:migrate' o contacta a tu adminstrador",
|
||||
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "La llave de encripción privada es inválida para la aplicación de encripción. Por favor actualiza la contraseña de tu llave privada en tus configuraciones personales para recuperar el acceso a tus archivos encriptados. ",
|
||||
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "La aplicación de encripción está habilitada, pero tus llaves no han sido inicializadas. Por favor cierra sesión e inicia sesión de nuevo. ",
|
||||
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Por favor activa el encriptado del lado del servidor en los ajustes de administración para usar el módulo de encripción.",
|
||||
"Encryption app is enabled and ready" : "La aplicación de encripción se cuentra habilitada y lista",
|
||||
"Bad Signature" : "Firma equivocada",
|
||||
"Missing Signature" : "Firma faltante",
|
||||
"one-time password for server-side-encryption" : "Contraseña de una-sola-vez para la encripción del lado del servidor",
|
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible decriptar este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño del archivo que lo vuelva a compartir contigo.",
|
||||
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "No es posible leer este archivo, posiblemente sea un archivo compartido. Por favor solicita al dueño que vuelva a compartirlo contigo.",
|
||||
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Hola,\n\nel administrador ha habilitado la encripción de lado del servidor. Tus archivos fueron encriptados usando la contraseña '%s'\n\nPor favor inicia sesión en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza su contraseña de encripción ingresando esta contraseña en el campo 'contraseña de inicio de sesión anterior' y tu contraseña de inicio de sesión actual. \n",
|
||||
"The share will expire on %s." : "El elemento compartido expirará el %s.",
|
||||
"Cheers!" : "¡Saludos!",
|
||||
"Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Tus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Por favor inicia sesisón en la interface web, ve a la sección \"módulo de encripción básica\" de tus configuraciones personales y actualiza tu contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y tu contraseña de inicio de sesión actual. <br><br>",
|
||||
"Default encryption module" : "Módulo de encripción predeterminado",
|
||||
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero tus llaves no han sido inicializadas, por favor sal y vuelve a entrar a tu sesión",
|
||||
"Encrypt the home storage" : "Encriptar el almacenamiento de inicio",
|
||||
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados",
|
||||
"Enable recovery key" : "Habilitar llave de recuperación",
|
||||
"Disable recovery key" : "Deshabilitar llave de recuperación",
|
||||
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ",
|
||||
"Recovery key password" : "Contraseña de llave de recuperación",
|
||||
"Repeat recovery key password" : "Repetir la contraseña de la llave de recuperación",
|
||||
"Change recovery key password:" : "Cambiar la contraseña de la llave de recuperación:",
|
||||
"Old recovery key password" : "Anterior contraseña de llave de recuperación",
|
||||
"New recovery key password" : "Nueva contraseña de llave de recuperación",
|
||||
"Repeat new recovery key password" : "Reingresar la nueva contraseña de llave de recuperación",
|
||||
"Change Password" : "Cambiar contraseña",
|
||||
"Basic encryption module" : "Módulo de encripción básica",
|
||||
"Your private key password no longer matches your log-in password." : "Tu contraseña de llave privada ya no corresónde con tu contraseña de inicio de sesión. ",
|
||||
"Set your old private key password to your current log-in password:" : "Establece tu contraseña de llave privada a tu contraseña actual de inicio de seisón:",
|
||||
" If you don't remember your old password you can ask your administrator to recover your files." : "Si no recuerdas tu contraseña anterior le puedes pedir a tu administrador que recupere tus archivos.",
|
||||
"Old log-in password" : "Contraseña anterior",
|
||||
"Current log-in password" : "Contraseña actual",
|
||||
"Update Private Key Password" : "Actualizar Contraseña de Llave Privada",
|
||||
"Enable password recovery:" : "Habilitar la recuperación de contraseña:",
|
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Habilitar esta opción te permitirá volver a tener acceso a tus archivos encriptados en caso de que pierdas la contraseña",
|
||||
"Enabled" : "Habilitado",
|
||||
"Disabled" : "Deshabilitado",
|
||||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción está habilitada pero tus llaves no han sido establecidas, por favor cierra la sesión y vuelve a iniciarla."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,58 @@
|
|||
OC.L10N.register(
|
||||
"federatedfilesharing",
|
||||
{
|
||||
"Federated sharing" : "Elementos compartidos",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea agregar el elemento compartido remoto {name} de {owner}@{remote}?",
|
||||
"Remote share" : "Elemento compartido remoto",
|
||||
"Remote share password" : "Contraseña del elemento compartido remoto",
|
||||
"Cancel" : "Cancelar",
|
||||
"Add remote share" : "Agregar elemento compartido remoto",
|
||||
"Copy" : "Copiar",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Invalid Federated Cloud ID" : "El ID es inválido",
|
||||
"Server to server sharing is not enabled on this server" : "Compartir de servidor a servidor no está habilitado en este servidor",
|
||||
"Couldn't establish a federated share." : "No fue posible establecer el elemento compartido. ",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.",
|
||||
"The mountpoint name contains invalid characters." : "El nombre del punto de montaje contiene caracteres inválidos.",
|
||||
"Not allowed to create a federated share with the owner." : "No está permitido crear un elemento compartido federado con el dueño. ",
|
||||
"Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no de confianza",
|
||||
"Could not authenticate to remote share, password might be wrong" : "No fue posible autenticarse ante el elemento compartido remoto, la contraseña puede estar incorrecta",
|
||||
"Storage not valid" : "Almacenamiento inválido",
|
||||
"Federated share added" : "Elemento compartido Federado agregado",
|
||||
"Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s",
|
||||
"Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario",
|
||||
"File is already shared with %s" : "El archivo ya ha sido compartido con %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.",
|
||||
"Could not find share" : "No fue posible encontrar el elemento compartido",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s (de parte de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s",
|
||||
"You received {share} as a remote share from {user}" : "Recibiste {share} como un elemento compartido remoto de {user}",
|
||||
"Accept" : "Aceptar",
|
||||
"Decline" : "Rechazar",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
"Federated Cloud" : "Nube Federada",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "¡Puedes compartir con cualquiera que use NextCloud, ownCloud o Pydio! Solo ingresa tu ID de Nube Federada en ventana de diálogo de compartir. Se ve algo así como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Tu ID de Nube Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compártelo para que tus amigos puedan compartir archivos contigo:",
|
||||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos",
|
||||
"Share it:" : "Compartirlo:"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,56 @@
|
|||
{ "translations": {
|
||||
"Federated sharing" : "Elementos compartidos",
|
||||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea agregar el elemento compartido remoto {name} de {owner}@{remote}?",
|
||||
"Remote share" : "Elemento compartido remoto",
|
||||
"Remote share password" : "Contraseña del elemento compartido remoto",
|
||||
"Cancel" : "Cancelar",
|
||||
"Add remote share" : "Agregar elemento compartido remoto",
|
||||
"Copy" : "Copiar",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Invalid Federated Cloud ID" : "El ID es inválido",
|
||||
"Server to server sharing is not enabled on this server" : "Compartir de servidor a servidor no está habilitado en este servidor",
|
||||
"Couldn't establish a federated share." : "No fue posible establecer el elemento compartido. ",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.",
|
||||
"The mountpoint name contains invalid characters." : "El nombre del punto de montaje contiene caracteres inválidos.",
|
||||
"Not allowed to create a federated share with the owner." : "No está permitido crear un elemento compartido federado con el dueño. ",
|
||||
"Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no de confianza",
|
||||
"Could not authenticate to remote share, password might be wrong" : "No fue posible autenticarse ante el elemento compartido remoto, la contraseña puede estar incorrecta",
|
||||
"Storage not valid" : "Almacenamiento inválido",
|
||||
"Federated share added" : "Elemento compartido Federado agregado",
|
||||
"Couldn't add remote share" : "No fue posible agregar el elemento compartido remoto",
|
||||
"Sharing %s failed, because this item is already shared with %s" : "Se presentó una falla al compartir %s, porque este elemento ya se encuentra compartido con %s",
|
||||
"Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario",
|
||||
"File is already shared with %s" : "El archivo ya ha sido compartido con %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Se presentó una falla al compartir %s, no fue posible encontrar %s, tal vez el servidor no está alcanzable o usa un certificado auto-firmado.",
|
||||
"Could not find share" : "No fue posible encontrar el elemento compartido",
|
||||
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s (de parte de %2$s)",
|
||||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Has recibido {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
|
||||
"You received \"%3$s\" as a remote share from %1$s" : "Has recibido \"%3$s\" como un elemento compartido remoto de %1$s",
|
||||
"You received {share} as a remote share from {user}" : "Recibiste {share} como un elemento compartido remoto de {user}",
|
||||
"Accept" : "Aceptar",
|
||||
"Decline" : "Rechazar",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "Compartir conmigo a través de mi ID de Nube Federada #Nextcloud",
|
||||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
"Federated Cloud" : "Nube Federada",
|
||||
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "¡Puedes compartir con cualquiera que use NextCloud, ownCloud o Pydio! Solo ingresa tu ID de Nube Federada en ventana de diálogo de compartir. Se ve algo así como person@cloud.example.com",
|
||||
"Your Federated Cloud ID:" : "Tu ID de Nube Federada:",
|
||||
"Share it so your friends can share files with you:" : "Compártelo para que tus amigos puedan compartir archivos contigo:",
|
||||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Search global and public address book for users and let local users publish their data" : "Buscar una libreta de direcciones global y pública para los usuarios y permitir a los usuarios locales publicar sus datos",
|
||||
"Share it:" : "Compartirlo:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
OC.L10N.register(
|
||||
"federation",
|
||||
{
|
||||
"Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza",
|
||||
"Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.",
|
||||
"No server to federate with found" : "No se encontraron servidores para integrar a la federación",
|
||||
"Could not add server" : "No fue posible agregar el servidor",
|
||||
"Trusted servers" : "Servidores de confianza",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación te permite conectarte con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.",
|
||||
"Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado",
|
||||
"+ Add trusted server" : "+ Agregar servidor de confianza",
|
||||
"Trusted server" : "Servidor de confianza",
|
||||
"Add" : "Agregar",
|
||||
"Federation" : "Federación"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,14 @@
|
|||
{ "translations": {
|
||||
"Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza",
|
||||
"Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.",
|
||||
"No server to federate with found" : "No se encontraron servidores para integrar a la federación",
|
||||
"Could not add server" : "No fue posible agregar el servidor",
|
||||
"Trusted servers" : "Servidores de confianza",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación te permite conectarte con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.",
|
||||
"Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado",
|
||||
"+ Add trusted server" : "+ Agregar servidor de confianza",
|
||||
"Trusted server" : "Servidor de confianza",
|
||||
"Add" : "Agregar",
|
||||
"Federation" : "Federación"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta objectiu \"{dir}\" ja no existeix",
|
||||
"Not enough free space" : "Espai lliure insuficient",
|
||||
"Uploading …" : "S'està carregant",
|
||||
"…" : ".....",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Accions",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta objectiu \"{dir}\" ja no existeix",
|
||||
"Not enough free space" : "Espai lliure insuficient",
|
||||
"Uploading …" : "S'està carregant",
|
||||
"…" : ".....",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Accions",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Není dostatek místa pro uložení, velikost souboru je {size1}, zbývá pouze {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Cílový adresář \"{dir}\" již neexistuje",
|
||||
"Not enough free space" : "Nedostatek volného prostoru",
|
||||
"Uploading …" : "Nahrávám...",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
|
||||
"Actions" : "Činnosti",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Není dostatek místa pro uložení, velikost souboru je {size1}, zbývá pouze {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Cílový adresář \"{dir}\" již neexistuje",
|
||||
"Not enough free space" : "Nedostatek volného prostoru",
|
||||
"Uploading …" : "Nahrávám...",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
|
||||
"Actions" : "Činnosti",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Der er ikke tilstrækkeligt friplads. Du uplaoder {size1} men der er kun {size2} tilbage",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Destinations mappen \"{dir}\" eksistere ikke længere",
|
||||
"Not enough free space" : "Ikke nok fri plads",
|
||||
"Uploading …" : "Uploader...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})",
|
||||
"Actions" : "Handlinger",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Der er ikke tilstrækkeligt friplads. Du uplaoder {size1} men der er kun {size2} tilbage",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Destinations mappen \"{dir}\" eksistere ikke længere",
|
||||
"Not enough free space" : "Ikke nok fri plads",
|
||||
"Uploading …" : "Uploader...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})",
|
||||
"Actions" : "Handlinger",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Du möchtest{size1} hochladen, es sind jedoch nur noch {size2} verfügbar.",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Ziel-Verzeichnis \"{dir}\" existiert nicht mehr",
|
||||
"Not enough free space" : "Nicht genügend freier Speicherplatz",
|
||||
"Uploading …" : "Lade hoch…",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})",
|
||||
"Actions" : "Aktionen",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Du möchtest{size1} hochladen, es sind jedoch nur noch {size2} verfügbar.",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Ziel-Verzeichnis \"{dir}\" existiert nicht mehr",
|
||||
"Not enough free space" : "Nicht genügend freier Speicherplatz",
|
||||
"Uploading …" : "Lade hoch…",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})",
|
||||
"Actions" : "Aktionen",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Sie möchten {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Ziel-Verzeichnis \"{dir}\" existiert nicht mehr",
|
||||
"Not enough free space" : "Nicht genügend freier Speicherplatz",
|
||||
"Uploading …" : "Lade hoch…",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})",
|
||||
"Actions" : "Aktionen",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, Sie möchten {size1} hochladen, es sind jedoch nur noch {size2} verfügbar.",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Ziel-Verzeichnis \"{dir}\" existiert nicht mehr",
|
||||
"Not enough free space" : "Nicht genügend freier Speicherplatz",
|
||||
"Uploading …" : "Lade hoch…",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})",
|
||||
"Actions" : "Aktionen",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Not enough free space, you are uploading {size1} but only {size2} is left",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Target folder \"{dir}\" does not exist any more",
|
||||
"Not enough free space" : "Not enough free space",
|
||||
"Uploading …" : "Uploading …",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
|
||||
"Actions" : "Actions",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Not enough free space, you are uploading {size1} but only {size2} is left",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Target folder \"{dir}\" does not exist any more",
|
||||
"Not enough free space" : "Not enough free space",
|
||||
"Uploading …" : "Uploading …",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
|
||||
"Actions" : "Actions",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No hay suficiente espacio libre. Quiere subir {size1} pero solo quedan {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta de destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No hay espacio libre suficiente",
|
||||
"Uploading …" : "Subiendo...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No hay suficiente espacio libre. Quiere subir {size1} pero solo quedan {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta de destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No hay espacio libre suficiente",
|
||||
"Uploading …" : "Subiendo...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
|
|
|
@ -0,0 +1,161 @@
|
|||
OC.L10N.register(
|
||||
"files",
|
||||
{
|
||||
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||
"Storage invalid" : "El almacenamiento es inválido",
|
||||
"Unknown error" : "Se presentó un error desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"Recent" : "Reciente",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Rename" : "Renombrar",
|
||||
"Move or copy" : "Mover o copiar",
|
||||
"Target folder" : "Carpeta destino",
|
||||
"Delete" : "Borrar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
"Files" : "Archivos",
|
||||
"Details" : "Detalles",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||
"This operation is forbidden" : "Esta operación está prohibida",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
|
||||
"Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
|
||||
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"],
|
||||
"You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||
"New" : "Nuevo",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coincidencia '{filter}'"],
|
||||
"View in folder" : "Ver en la carpeta",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
"You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
|
||||
"You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
|
||||
"File changes" : "Cambios al archivo",
|
||||
"Created by {user}" : "Creado por {user}",
|
||||
"Changed by {user}" : "Cambiado por {user}",
|
||||
"Deleted by {user}" : "Borrado por {user}",
|
||||
"Restored by {user}" : "Restaurado por {user}",
|
||||
"Renamed by {user}" : "Renombrado por {user}",
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Creaste {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Cambiaste {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
"You deleted {file}" : "Borraste {file}",
|
||||
"{user} deleted {file}" : "{user} borró {file}",
|
||||
"You restored {file}" : "Restauraste {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita las notificaciones de la creación y cambios a tus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File handling" : "Manejo de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de carga",
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
|
||||
"Uploading @" : "Actualizando @",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Upload too large" : "La carga es demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||
"No favorites yet" : "Aún no hay favoritos",
|
||||
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por liga",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Text file" : "Archivo de texto",
|
||||
"New text file.txt" : "Nuevo ArchivoDeTexto.txt",
|
||||
"Uploading..." : "Cargando...",
|
||||
"..." : "...",
|
||||
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "En cualquier momento...",
|
||||
"Soon..." : "Pronto...",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. ",
|
||||
"Move" : "Mover",
|
||||
"Copy local link" : "Copiar liga local",
|
||||
"Folder" : "Carpeta",
|
||||
"Upload" : "Cargar",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"No favorites" : "No hay favoritos"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,159 @@
|
|||
{ "translations": {
|
||||
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
|
||||
"Storage invalid" : "El almacenamiento es inválido",
|
||||
"Unknown error" : "Se presentó un error desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"Recent" : "Reciente",
|
||||
"File could not be found" : "No fue posible encontrar el archivo",
|
||||
"Home" : "Inicio",
|
||||
"Close" : "Cerrar",
|
||||
"Favorites" : "Favoritos",
|
||||
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
|
||||
"Upload cancelled." : "Carga cancelada.",
|
||||
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes",
|
||||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
"Download" : "Descargar",
|
||||
"Rename" : "Renombrar",
|
||||
"Move or copy" : "Mover o copiar",
|
||||
"Target folder" : "Carpeta destino",
|
||||
"Delete" : "Borrar",
|
||||
"Disconnect storage" : "Desconectar almacenamiento",
|
||||
"Unshare" : "Dejar de compartir",
|
||||
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
|
||||
"Files" : "Archivos",
|
||||
"Details" : "Detalles",
|
||||
"Select" : "Seleccionar",
|
||||
"Pending" : "Pendiente",
|
||||
"Unable to determine date" : "No fue posible determinar la fecha",
|
||||
"This operation is forbidden" : "Esta operación está prohibida",
|
||||
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
|
||||
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
|
||||
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
|
||||
"Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
|
||||
"Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
|
||||
"Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
|
||||
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
|
||||
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
|
||||
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
|
||||
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
|
||||
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
|
||||
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
|
||||
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
|
||||
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
|
||||
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
|
||||
"{dirs} and {files}" : "{dirs} y {files}",
|
||||
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos"],
|
||||
"You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
|
||||
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos"],
|
||||
"New" : "Nuevo",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
|
||||
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)",
|
||||
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno ({usedSpacePercent}%)",
|
||||
"_matches '{filter}'_::_match '{filter}'_" : ["coincide '{filter}'","coincidencia '{filter}'"],
|
||||
"View in folder" : "Ver en la carpeta",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
|
||||
"Path" : "Ruta",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Favorited" : "Marcado como favorito",
|
||||
"Favorite" : "Favorito",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Upload file" : "Cargar archivo",
|
||||
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
|
||||
"Added to favorites" : "Agregado a los favoritos",
|
||||
"Removed from favorites" : "Eliminado de los favoritos",
|
||||
"You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
|
||||
"You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
|
||||
"File changes" : "Cambios al archivo",
|
||||
"Created by {user}" : "Creado por {user}",
|
||||
"Changed by {user}" : "Cambiado por {user}",
|
||||
"Deleted by {user}" : "Borrado por {user}",
|
||||
"Restored by {user}" : "Restaurado por {user}",
|
||||
"Renamed by {user}" : "Renombrado por {user}",
|
||||
"Moved by {user}" : "Movido por {user}",
|
||||
"\"remote user\"" : "\"usuario remoto\"",
|
||||
"You created {file}" : "Creaste {file}",
|
||||
"{user} created {file}" : "{user} creó {file}",
|
||||
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
|
||||
"You changed {file}" : "Cambiaste {file}",
|
||||
"{user} changed {file}" : "{user} cambió {file}",
|
||||
"You deleted {file}" : "Borraste {file}",
|
||||
"{user} deleted {file}" : "{user} borró {file}",
|
||||
"You restored {file}" : "Restauraste {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>",
|
||||
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>",
|
||||
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita las notificaciones de la creación y cambios a tus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>",
|
||||
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"Unlimited" : "Ilimitado",
|
||||
"Upload (max. %s)" : "Cargar (max. %s)",
|
||||
"File handling" : "Manejo de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de carga",
|
||||
"max. possible: " : "max. posible:",
|
||||
"Save" : "Guardar",
|
||||
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ",
|
||||
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ",
|
||||
"%s of %s used" : "%s de %s usado",
|
||||
"%s used" : "%s usado",
|
||||
"Settings" : "Configuraciones ",
|
||||
"Show hidden files" : "Mostrar archivos ocultos",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos vía WebDAV</a>",
|
||||
"Uploading @" : "Actualizando @",
|
||||
"Cancel upload" : "Cancelar carga",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
|
||||
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
|
||||
"Select all" : "Seleccionar todo",
|
||||
"Upload too large" : "La carga es demasido grande",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor.",
|
||||
"No favorites yet" : "Aún no hay favoritos",
|
||||
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por liga",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Text file" : "Archivo de texto",
|
||||
"New text file.txt" : "Nuevo ArchivoDeTexto.txt",
|
||||
"Uploading..." : "Cargando...",
|
||||
"..." : "...",
|
||||
"_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["falta {hours}:{minutes}:{seconds} hora","faltan {hours}:{minutes}:{seconds} horas"],
|
||||
"{hours}:{minutes}h" : "{hours}:{minutes}h",
|
||||
"_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["falta {minutes}:{seconds} minuto","faltan {minutes}:{seconds} minutos"],
|
||||
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
|
||||
"_{seconds} second left_::_{seconds} seconds left_" : ["falta {seconds} segundo","faltan {seconds} segundos"],
|
||||
"{seconds}s" : "{seconds}s",
|
||||
"Any moment now..." : "En cualquier momento...",
|
||||
"Soon..." : "Pronto...",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." : "La carga del archivo está en curso. El salir de la página ahora, la cancelará. ",
|
||||
"Move" : "Mover",
|
||||
"Copy local link" : "Copiar liga local",
|
||||
"Folder" : "Carpeta",
|
||||
"Upload" : "Cargar",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
|
||||
"No favorites" : "No hay favoritos"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"Uploading …" : "Cargando ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
|
||||
"Not enough free space" : "No cuentas con suficiente espacio libre",
|
||||
"Uploading …" : "Cargando ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Acciones",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Pole piisavalt vaba ruumi. Sa laadid üles {size1}, kuid ainult {size2} on saadaval.",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Kausta \"{dir}\" pole enam olemas",
|
||||
"Not enough free space" : "Pole piisavalt vaba ruumi",
|
||||
"Uploading …" : "Üleslaadminie ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize}/{loadedSize} ({bitrate})",
|
||||
"Actions" : "Tegevused",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Pole piisavalt vaba ruumi. Sa laadid üles {size1}, kuid ainult {size2} on saadaval.",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Kausta \"{dir}\" pole enam olemas",
|
||||
"Not enough free space" : "Pole piisavalt vaba ruumi",
|
||||
"Uploading …" : "Üleslaadminie ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize}/{loadedSize} ({bitrate})",
|
||||
"Actions" : "Tegevused",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ez dago leku nahikorik, zu {size1} igotzen ari zara baina bakarrik {size2} libre dago",
|
||||
"Target folder \"{dir}\" does not exist any more" : "\"{dir}\" karpeta ez du gehiago existitzen",
|
||||
"Not enough free space" : "Ez dago nahiko leku librea",
|
||||
"Uploading …" : "Igotzen …",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
|
||||
"Actions" : "Ekintzak",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ez dago leku nahikorik, zu {size1} igotzen ari zara baina bakarrik {size2} libre dago",
|
||||
"Target folder \"{dir}\" does not exist any more" : "\"{dir}\" karpeta ez du gehiago existitzen",
|
||||
"Not enough free space" : "Ez dago nahiko leku librea",
|
||||
"Uploading …" : "Igotzen …",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
|
||||
"Actions" : "Ekintzak",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ei riittävästi vapaata tilaa. Lähetyksesi koko on {size1}, mutta vain {size2} on jäljellä",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Kohdekansio \"{dir}\" ei ole enää olemassa",
|
||||
"Not enough free space" : "Ei tarpeeksi vapaata tilaa",
|
||||
"Uploading …" : "Lähetetään…",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize}/{totalSize} ({bitrate})",
|
||||
"Actions" : "Toiminnot",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ei riittävästi vapaata tilaa. Lähetyksesi koko on {size1}, mutta vain {size2} on jäljellä",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Kohdekansio \"{dir}\" ei ole enää olemassa",
|
||||
"Not enough free space" : "Ei tarpeeksi vapaata tilaa",
|
||||
"Uploading …" : "Lähetetään…",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize}/{totalSize} ({bitrate})",
|
||||
"Actions" : "Toiminnot",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Espace libre insuffisant : vous tentez d'envoyer {size1} mais seulement {size2} sont disponibles",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Le dossier cible « {dir} » n'existe plus",
|
||||
"Not enough free space" : "Espace disponible insuffisant",
|
||||
"Uploading …" : "Téléversement...",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} sur {totalSize} ({bitrate})",
|
||||
"Actions" : "Actions",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Espace libre insuffisant : vous tentez d'envoyer {size1} mais seulement {size2} sont disponibles",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Le dossier cible « {dir} » n'existe plus",
|
||||
"Not enough free space" : "Espace disponible insuffisant",
|
||||
"Uploading …" : "Téléversement...",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} sur {totalSize} ({bitrate})",
|
||||
"Actions" : "Actions",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.",
|
||||
"Target folder \"{dir}\" does not exist any more" : "A cél mappa már nem létezik: \"{dir}\"",
|
||||
"Not enough free space" : "Nincs elég szabad hely",
|
||||
"Uploading …" : "Feltöltés ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
|
||||
"Actions" : "Műveletek",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.",
|
||||
"Target folder \"{dir}\" does not exist any more" : "A cél mappa már nem létezik: \"{dir}\"",
|
||||
"Not enough free space" : "Nincs elég szabad hely",
|
||||
"Uploading …" : "Feltöltés ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
|
||||
"Actions" : "Műveletek",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ekki nægilegt laust pláss, þú ert að senda inn {size1} en einungis {size2} eru eftir",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Markmappan \"{dir}\" er ekki lengur til",
|
||||
"Not enough free space" : "Ekki nægilegt pláss",
|
||||
"Uploading …" : "Sendi inn …",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})",
|
||||
"Actions" : "Aðgerðir",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ekki nægilegt laust pláss, þú ert að senda inn {size1} en einungis {size2} eru eftir",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Markmappan \"{dir}\" er ekki lengur til",
|
||||
"Not enough free space" : "Ekki nægilegt pláss",
|
||||
"Uploading …" : "Sendi inn …",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})",
|
||||
"Actions" : "Aðgerðir",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Spazio insufficiente, stai caricando {size1}, ma è rimasto solo {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La cartella di destinazione \"{dir}\" non esiste più",
|
||||
"Not enough free space" : "Spazio libero insufficiente",
|
||||
"Uploading …" : "Caricamento in corso...",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} di {totalSize} ({bitrate})",
|
||||
"Actions" : "Azioni",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Spazio insufficiente, stai caricando {size1}, ma è rimasto solo {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "La cartella di destinazione \"{dir}\" non esiste più",
|
||||
"Not enough free space" : "Spazio libero insufficiente",
|
||||
"Uploading …" : "Caricamento in corso...",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} di {totalSize} ({bitrate})",
|
||||
"Actions" : "Azioni",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。",
|
||||
"Target folder \"{dir}\" does not exist any more" : "対象フォルダー \"{dir}\" がもう存在しません",
|
||||
"Not enough free space" : "十分な空き容量がありません",
|
||||
"Uploading …" : "アップロード中...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})",
|
||||
"Actions" : "アクション",
|
||||
"Download" : "ダウンロード",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "空き容量が十分でなく、 {size1} をアップロードしていますが、 {size2} しか残っていません。",
|
||||
"Target folder \"{dir}\" does not exist any more" : "対象フォルダー \"{dir}\" がもう存在しません",
|
||||
"Not enough free space" : "十分な空き容量がありません",
|
||||
"Uploading …" : "アップロード中...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中 {loadedSize} ({bitrate})",
|
||||
"Actions" : "アクション",
|
||||
"Download" : "ダウンロード",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Jūs bandote įkelti {size1} dydžio bylą, bet liko tik {size2} vietos",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Paskirties aplanko \"{dir}\" daugiau nebėra",
|
||||
"Not enough free space" : "Trūksta laisvos vietos",
|
||||
"Uploading …" : "Įkeliama ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} iš {totalSize} ({bitrate})",
|
||||
"Actions" : "Veiksmai",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nepakanka laisvos vietos. Jūs bandote įkelti {size1} dydžio bylą, bet liko tik {size2} vietos",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Paskirties aplanko \"{dir}\" daugiau nebėra",
|
||||
"Not enough free space" : "Trūksta laisvos vietos",
|
||||
"Uploading …" : "Įkeliama ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} iš {totalSize} ({bitrate})",
|
||||
"Actions" : "Veiksmai",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ikke nok ledig plass. Du laster opp size1} men bare {size2} er ledig",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Målmappen \"{dir}\" finnes ikke lenger",
|
||||
"Not enough free space" : "Ikke nok ledig diskplass",
|
||||
"Uploading …" : "Laster opp…",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} av {totalSize} ({bitrate})",
|
||||
"Actions" : "Handlinger",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Ikke nok ledig plass. Du laster opp size1} men bare {size2} er ledig",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Målmappen \"{dir}\" finnes ikke lenger",
|
||||
"Not enough free space" : "Ikke nok ledig diskplass",
|
||||
"Uploading …" : "Laster opp…",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} av {totalSize} ({bitrate})",
|
||||
"Actions" : "Handlinger",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Niet genoeg vrije ruimte. Je uploadt {size1}, maar er is slechts {size2} beschikbaar",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Doelmap \"{dir}\" bestaat niet meer",
|
||||
"Not enough free space" : "Onvoldoende vrije ruimte",
|
||||
"Uploading …" : "Uploaden ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} van {totalSize} ({bitrate})",
|
||||
"Actions" : "Acties",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Niet genoeg vrije ruimte. Je uploadt {size1}, maar er is slechts {size2} beschikbaar",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Doelmap \"{dir}\" bestaat niet meer",
|
||||
"Not enough free space" : "Onvoldoende vrije ruimte",
|
||||
"Uploading …" : "Uploaden ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} van {totalSize} ({bitrate})",
|
||||
"Actions" : "Acties",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Folder docelowy \"{dir}\" już nie istnieje",
|
||||
"Not enough free space" : "Za mało wolnego miejsca",
|
||||
"Uploading …" : "Wysyłanie...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
|
||||
"Actions" : "Akcje",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Folder docelowy \"{dir}\" już nie istnieje",
|
||||
"Not enough free space" : "Za mało wolnego miejsca",
|
||||
"Uploading …" : "Wysyłanie...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
|
||||
"Actions" : "Akcje",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Não há espaço suficiente, você está enviando {size1} mas resta apenas {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Pasta de destino \"{dir}\" não existe mais",
|
||||
"Not enough free space" : "Espaço livre insuficiente",
|
||||
"Uploading …" : "Enviando...",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Ações",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Não há espaço suficiente, você está enviando {size1} mas resta apenas {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Pasta de destino \"{dir}\" não existe mais",
|
||||
"Not enough free space" : "Espaço livre insuficiente",
|
||||
"Uploading …" : "Enviando...",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
|
||||
"Actions" : "Ações",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы выгружаете {size1}, но только {size2} доступно",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует",
|
||||
"Not enough free space" : "Недостаточно свободного места",
|
||||
"Uploading …" : "Выгрузка...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} из {totalSize} ({bitrate})",
|
||||
"Actions" : "Действия",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы выгружаете {size1}, но только {size2} доступно",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует",
|
||||
"Not enough free space" : "Недостаточно свободного места",
|
||||
"Uploading …" : "Выгрузка...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} из {totalSize} ({bitrate})",
|
||||
"Actions" : "Действия",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nie je dostatok voľného miesta, chcete nahrať {size1} ale k dispozíciji je len {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Cieľový priečinok \"{dir}\" už neexistuje",
|
||||
"Not enough free space" : "Nedostatok voľného miesta",
|
||||
"Uploading …" : "Nahráva sa ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
|
||||
"Actions" : "Akcie",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Nie je dostatok voľného miesta, chcete nahrať {size1} ale k dispozíciji je len {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Cieľový priečinok \"{dir}\" už neexistuje",
|
||||
"Not enough free space" : "Nedostatok voľného miesta",
|
||||
"Uploading …" : "Nahráva sa ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
|
||||
"Actions" : "Akcie",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Na voljo ni dovolj prostora. Velikost poslane datoteke je {size1}, na voljo pa je je {size2}.",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Ciljna mapa \"{dir}\" ne obstaja več",
|
||||
"Not enough free space" : "Ni dovolj prostora",
|
||||
"Uploading …" : "Nalaganje",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})",
|
||||
"Actions" : "Dejanja",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Na voljo ni dovolj prostora. Velikost poslane datoteke je {size1}, na voljo pa je je {size2}.",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Ciljna mapa \"{dir}\" ne obstaja več",
|
||||
"Not enough free space" : "Ni dovolj prostora",
|
||||
"Uploading …" : "Nalaganje",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})",
|
||||
"Actions" : "Dejanja",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Нема простора. Отпремате {size1} али само {size2} је преостало",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Одредишна фасцикла \"{dir}\" више не постоји",
|
||||
"Not enough free space" : "Нема довољно слободног места",
|
||||
"Uploading …" : "Отпремам …",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} од {totalSize} ({bitrate})",
|
||||
"Actions" : "Радње",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Нема простора. Отпремате {size1} али само {size2} је преостало",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Одредишна фасцикла \"{dir}\" више не постоји",
|
||||
"Not enough free space" : "Нема довољно слободног места",
|
||||
"Uploading …" : "Отпремам …",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} од {totalSize} ({bitrate})",
|
||||
"Actions" : "Радње",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Inte tillräckligt med ledigt utrymme, du laddar upp {size1} men endast {size2} finns kvar.",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Målmapp \"{dir}\" existerar inte mer",
|
||||
"Not enough free space" : "Inte tillräckligt med ledigt utrymme",
|
||||
"Uploading …" : "Laddar upp ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} av {totalSize} ({bitrate})",
|
||||
"Actions" : "Åtgärder",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Inte tillräckligt med ledigt utrymme, du laddar upp {size1} men endast {size2} finns kvar.",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Målmapp \"{dir}\" existerar inte mer",
|
||||
"Not enough free space" : "Inte tillräckligt med ledigt utrymme",
|
||||
"Uploading …" : "Laddar upp ...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} av {totalSize} ({bitrate})",
|
||||
"Actions" : "Åtgärder",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Yeterli boş alan yok. Yüklemek istediğiniz boyut {size1} ancak yalnız {size2} boş alan var",
|
||||
"Target folder \"{dir}\" does not exist any more" : "\"{dir}\" hedef klasörü artık yok",
|
||||
"Not enough free space" : "Yeterli boş alan yok",
|
||||
"Uploading …" : "Yükleniyor…",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
|
||||
"Actions" : "İşlemler",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Yeterli boş alan yok. Yüklemek istediğiniz boyut {size1} ancak yalnız {size2} boş alan var",
|
||||
"Target folder \"{dir}\" does not exist any more" : "\"{dir}\" hedef klasörü artık yok",
|
||||
"Not enough free space" : "Yeterli boş alan yok",
|
||||
"Uploading …" : "Yükleniyor…",
|
||||
"…" : "…",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
|
||||
"Actions" : "İşlemler",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостатньо вільного місця, ви вивантажуєте {size1}, а залишилося лише {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Теки призначення \"{dir}\" більше не існує.",
|
||||
"Not enough free space" : "Недостатньо вільного місця",
|
||||
"Uploading …" : "Вивантаження...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} з {totalSize} ({bitrate})",
|
||||
"Actions" : "Дії",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостатньо вільного місця, ви вивантажуєте {size1}, а залишилося лише {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Теки призначення \"{dir}\" більше не існує.",
|
||||
"Not enough free space" : "Недостатньо вільного місця",
|
||||
"Uploading …" : "Вивантаження...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} з {totalSize} ({bitrate})",
|
||||
"Actions" : "Дії",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Không đủ dung lượng trống, bạn đang tải {size1} nhưng chỉ còn {size2} trống",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Thư mục đích \"{dir}\" không còn tồn tại",
|
||||
"Not enough free space" : "Không đủ dung lượng trống",
|
||||
"Uploading …" : "Đang tải lên …",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} trong tổng số {totalSize} ({bitrate})",
|
||||
"Actions" : "Actions",
|
||||
"Download" : "Tải về",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Không đủ dung lượng trống, bạn đang tải {size1} nhưng chỉ còn {size2} trống",
|
||||
"Target folder \"{dir}\" does not exist any more" : "Thư mục đích \"{dir}\" không còn tồn tại",
|
||||
"Not enough free space" : "Không đủ dung lượng trống",
|
||||
"Uploading …" : "Đang tải lên …",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} trong tổng số {totalSize} ({bitrate})",
|
||||
"Actions" : "Actions",
|
||||
"Download" : "Tải về",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空间不足,您上传的文件大小为 {size1} ,但可用空间仅剩 {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "目标目录 \"{dir}\" 不存在",
|
||||
"Not enough free space" : "可用空间不足",
|
||||
"Uploading …" : "正在上传...",
|
||||
"…" : "undefined",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
|
||||
"Actions" : "操作",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空间不足,您上传的文件大小为 {size1} ,但可用空间仅剩 {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "目标目录 \"{dir}\" 不存在",
|
||||
"Not enough free space" : "可用空间不足",
|
||||
"Uploading …" : "正在上传...",
|
||||
"…" : "undefined",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
|
||||
"Actions" : "操作",
|
||||
|
|
|
@ -16,7 +16,6 @@ OC.L10N.register(
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "資料夾 \"{dir}\" 不存在",
|
||||
"Not enough free space" : "空間不足",
|
||||
"Uploading …" : "上傳中...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中的 {loadedSize} ({bitrate})",
|
||||
"Actions" : "動作",
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}",
|
||||
"Target folder \"{dir}\" does not exist any more" : "資料夾 \"{dir}\" 不存在",
|
||||
"Not enough free space" : "空間不足",
|
||||
"Uploading …" : "上傳中...",
|
||||
"…" : "...",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{totalSize} 中的 {loadedSize} ({bitrate})",
|
||||
"Actions" : "動作",
|
||||
|
|
|
@ -0,0 +1,134 @@
|
|||
OC.L10N.register(
|
||||
"files_external",
|
||||
{
|
||||
"External storages" : "Almacenamiento externo",
|
||||
"Personal" : "Personal",
|
||||
"System" : "Sistema",
|
||||
"Grant access" : "Conceder acceso",
|
||||
"Error configuring OAuth1" : "Se presentó un error al configurar OAuth1",
|
||||
"Please provide a valid app key and secret." : "Por favor proporciona una llave de aplicación y secreto válidos.",
|
||||
"Error configuring OAuth2" : "Se presentó un error al configurar OAuth2",
|
||||
"Generate keys" : "Generar llaves",
|
||||
"Error generating key pair" : "Se presentó un error al generar el juego de llaves",
|
||||
"All users. Type to select user or group." : "Todos los usuarios. Escribe para seleccionar el usuario o grupo",
|
||||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
"Save" : "Guardar",
|
||||
"Empty response from the server" : "Respuesta del servidor vacía",
|
||||
"Couldn't access. Please log out and in again to activate this mount point" : "No fue posible accesar. Por favor sal de la sesión y vuelve a entrar para activar este punto de montaje",
|
||||
"Couldn't get the information from the remote server: {code} {type}" : "No fue posible obtener la información del servidor remoto: {code} {type}",
|
||||
"Couldn't get the list of external mount points: {type}" : "No fue posible obtener la lista de puntos de montaje externos: {type}",
|
||||
"There was an error with message: " : "Se presentó un problema con el mensaje:",
|
||||
"External mount error" : "Error de montaje externo",
|
||||
"external-storage" : "almacenamiento externo",
|
||||
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "No fue posible obtener el listado de los puntos de motaje de unidades de red Windows. Respuesta vacía del servidor",
|
||||
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algunos de los puntos de montaje externos configurados no se encuentran conectados. Por favor has click en los renglon(es) en rojo para más información",
|
||||
"Please enter the credentials for the {mount} mount" : "Por favor ingresa las credenciales para el montaje {mount}",
|
||||
"Username" : "Usuario",
|
||||
"Password" : "Contraseña",
|
||||
"Credentials saved" : "Credenciales guardadas",
|
||||
"Credentials saving failed" : "Se ha presentado una falla al guardar las credenciales",
|
||||
"Credentials required" : "Se requieren credenciales",
|
||||
"Storage with ID \"%d\" not found" : "El almacenamiento con ID \"%d\" no fue encontrado",
|
||||
"Invalid backend or authentication mechanism class" : "Backend o clase de mecanismo de autenticación inválido ",
|
||||
"Invalid mount point" : "Punto de montaje inválido",
|
||||
"Objectstore forbidden" : "Objectstore prohibido",
|
||||
"Invalid storage backend \"%s\"" : "Almacenamiento de backend \"%s\" inválido ",
|
||||
"Not permitted to use backend \"%s\"" : "No está permitido usar el backend \"%s\"",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "No está permitido el uso del mecanismo de autenticación \"%s\"",
|
||||
"Unsatisfied backend parameters" : "Parametros del backend no satisfechos",
|
||||
"Unsatisfied authentication mechanism parameters" : "Parámetros no satisfechos del mecanismo de autenticación",
|
||||
"Insufficient data: %s" : "Datos insuficientes: %s",
|
||||
"%s" : "%s",
|
||||
"Storage with ID \"%d\" is not user editable" : "El almacenamiento con ID \"%d\" no puede ser editado por el usuario",
|
||||
"Access key" : "Llave de acceso",
|
||||
"Secret key" : "Llave secreta",
|
||||
"Builtin" : "Integrado",
|
||||
"None" : "Ninguno",
|
||||
"OAuth1" : "OAuth1",
|
||||
"App key" : "Llave de la aplicación",
|
||||
"App secret" : "Secreto de la aplicación",
|
||||
"OAuth2" : "OAuth2",
|
||||
"Client ID" : "ID del cliente",
|
||||
"Client secret" : "Secreto del cliente",
|
||||
"OpenStack" : "OpenStack",
|
||||
"Tenant name" : "Nombre de inquilino",
|
||||
"Identity endpoint URL" : "URL del punto de enlace de Identidad",
|
||||
"Rackspace" : "Rackspace",
|
||||
"API key" : "Llave de API",
|
||||
"Global credentials" : "Credenciales globales",
|
||||
"Log-in credentials, save in database" : "Credenciales de inicio de sesión, guardar en la base de datos",
|
||||
"Username and password" : "Usuario y contraseña",
|
||||
"Log-in credentials, save in session" : "Credenciales de inicio de sesión, guardar en la sesión",
|
||||
"User entered, store in database" : "Usuario ingresado, almacenar en la base de datos",
|
||||
"RSA public key" : "Llave pública RSA",
|
||||
"Public key" : "Llave pública",
|
||||
"Amazon S3" : "Amazon S3",
|
||||
"Bucket" : "Bucket",
|
||||
"Hostname" : "Nombre del servidor",
|
||||
"Port" : "Puerto",
|
||||
"Region" : "Región",
|
||||
"Enable SSL" : "Habilitar SSL",
|
||||
"Enable Path Style" : "Habilitar Estilo de Ruta",
|
||||
"WebDAV" : "WebDAV",
|
||||
"URL" : "URL",
|
||||
"Remote subfolder" : "Subcarpeta remota",
|
||||
"Secure https://" : "https:// seguro",
|
||||
"FTP" : "FTP",
|
||||
"Host" : "Servidor",
|
||||
"Secure ftps://" : "ftps:// seguro",
|
||||
"Local" : "Local",
|
||||
"Location" : "Ubicación",
|
||||
"Nextcloud" : "Nextcloud",
|
||||
"SFTP" : "SFTP",
|
||||
"Root" : "Raíz",
|
||||
"SFTP with secret key login" : "Inicio de sesión SFTP con llave secreta",
|
||||
"SMB / CIFS" : "SMB / CIFS",
|
||||
"Share" : "Compartir",
|
||||
"Domain" : "Dominio",
|
||||
"SMB / CIFS using OC login" : "SMB / CIFS usando inicio de sesión OC",
|
||||
"Username as share" : "Usuario como elemento compartido",
|
||||
"OpenStack Object Storage" : "OpenStack Object Storage",
|
||||
"Service name" : "Nombre del servicio",
|
||||
"Request timeout (seconds)" : "Tiemo de vida de la solicitud (segudos)",
|
||||
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para cURL en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para FTP en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Name" : "Nombre",
|
||||
"Storage type" : "Tipo de almacenamiento",
|
||||
"Scope" : "Alcance",
|
||||
"Enable encryption" : "Habilitar encripción",
|
||||
"Enable previews" : "Habilitar vistas previas",
|
||||
"Enable sharing" : "Habilitar compartir",
|
||||
"Check for changes" : "Verificar si hay cambios",
|
||||
"Never" : "Nunca",
|
||||
"Once every direct access" : "Una vez cada acceso directo",
|
||||
"Folder name" : "Nombre de la carpeta",
|
||||
"External storage" : "Almacenamiento externo",
|
||||
"Authentication" : "Autenticación",
|
||||
"Configuration" : "Configuración",
|
||||
"Available for" : "Disponible para",
|
||||
"Add storage" : "Agregar almacenamiento",
|
||||
"Advanced settings" : "Configuraciones avanzadas",
|
||||
"Delete" : "Borrar",
|
||||
"Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo",
|
||||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Step 1 failed. Exception: %s" : "Falla en el paso 1: Excepción %s",
|
||||
"Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s",
|
||||
"Dropbox App Configuration" : "Configuración de la aplicación Dropbox",
|
||||
"Google Drive App Configuration" : "Configuración de Aplicación Google Drive",
|
||||
"Storage with id \"%i\" not found" : "El almacenamiento con id \"%i\" no fue encontrado",
|
||||
"Storage with id \"%i\" is not user editable" : "El almacenamiento con id \"%i\" no puede ser editado por el usuario",
|
||||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,132 @@
|
|||
{ "translations": {
|
||||
"External storages" : "Almacenamiento externo",
|
||||
"Personal" : "Personal",
|
||||
"System" : "Sistema",
|
||||
"Grant access" : "Conceder acceso",
|
||||
"Error configuring OAuth1" : "Se presentó un error al configurar OAuth1",
|
||||
"Please provide a valid app key and secret." : "Por favor proporciona una llave de aplicación y secreto válidos.",
|
||||
"Error configuring OAuth2" : "Se presentó un error al configurar OAuth2",
|
||||
"Generate keys" : "Generar llaves",
|
||||
"Error generating key pair" : "Se presentó un error al generar el juego de llaves",
|
||||
"All users. Type to select user or group." : "Todos los usuarios. Escribe para seleccionar el usuario o grupo",
|
||||
"(group)" : "(grupo)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)",
|
||||
"Admin defined" : "Administrador definido",
|
||||
"Are you sure you want to delete this external storage" : "¿Estás seguro de que quieres borrar este almacenamiento externo?",
|
||||
"Delete storage?" : "¿Borrar almacenamiento?",
|
||||
"Saved" : "Guardado",
|
||||
"Saving..." : "Guardando...",
|
||||
"Save" : "Guardar",
|
||||
"Empty response from the server" : "Respuesta del servidor vacía",
|
||||
"Couldn't access. Please log out and in again to activate this mount point" : "No fue posible accesar. Por favor sal de la sesión y vuelve a entrar para activar este punto de montaje",
|
||||
"Couldn't get the information from the remote server: {code} {type}" : "No fue posible obtener la información del servidor remoto: {code} {type}",
|
||||
"Couldn't get the list of external mount points: {type}" : "No fue posible obtener la lista de puntos de montaje externos: {type}",
|
||||
"There was an error with message: " : "Se presentó un problema con el mensaje:",
|
||||
"External mount error" : "Error de montaje externo",
|
||||
"external-storage" : "almacenamiento externo",
|
||||
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "No fue posible obtener el listado de los puntos de motaje de unidades de red Windows. Respuesta vacía del servidor",
|
||||
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algunos de los puntos de montaje externos configurados no se encuentran conectados. Por favor has click en los renglon(es) en rojo para más información",
|
||||
"Please enter the credentials for the {mount} mount" : "Por favor ingresa las credenciales para el montaje {mount}",
|
||||
"Username" : "Usuario",
|
||||
"Password" : "Contraseña",
|
||||
"Credentials saved" : "Credenciales guardadas",
|
||||
"Credentials saving failed" : "Se ha presentado una falla al guardar las credenciales",
|
||||
"Credentials required" : "Se requieren credenciales",
|
||||
"Storage with ID \"%d\" not found" : "El almacenamiento con ID \"%d\" no fue encontrado",
|
||||
"Invalid backend or authentication mechanism class" : "Backend o clase de mecanismo de autenticación inválido ",
|
||||
"Invalid mount point" : "Punto de montaje inválido",
|
||||
"Objectstore forbidden" : "Objectstore prohibido",
|
||||
"Invalid storage backend \"%s\"" : "Almacenamiento de backend \"%s\" inválido ",
|
||||
"Not permitted to use backend \"%s\"" : "No está permitido usar el backend \"%s\"",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "No está permitido el uso del mecanismo de autenticación \"%s\"",
|
||||
"Unsatisfied backend parameters" : "Parametros del backend no satisfechos",
|
||||
"Unsatisfied authentication mechanism parameters" : "Parámetros no satisfechos del mecanismo de autenticación",
|
||||
"Insufficient data: %s" : "Datos insuficientes: %s",
|
||||
"%s" : "%s",
|
||||
"Storage with ID \"%d\" is not user editable" : "El almacenamiento con ID \"%d\" no puede ser editado por el usuario",
|
||||
"Access key" : "Llave de acceso",
|
||||
"Secret key" : "Llave secreta",
|
||||
"Builtin" : "Integrado",
|
||||
"None" : "Ninguno",
|
||||
"OAuth1" : "OAuth1",
|
||||
"App key" : "Llave de la aplicación",
|
||||
"App secret" : "Secreto de la aplicación",
|
||||
"OAuth2" : "OAuth2",
|
||||
"Client ID" : "ID del cliente",
|
||||
"Client secret" : "Secreto del cliente",
|
||||
"OpenStack" : "OpenStack",
|
||||
"Tenant name" : "Nombre de inquilino",
|
||||
"Identity endpoint URL" : "URL del punto de enlace de Identidad",
|
||||
"Rackspace" : "Rackspace",
|
||||
"API key" : "Llave de API",
|
||||
"Global credentials" : "Credenciales globales",
|
||||
"Log-in credentials, save in database" : "Credenciales de inicio de sesión, guardar en la base de datos",
|
||||
"Username and password" : "Usuario y contraseña",
|
||||
"Log-in credentials, save in session" : "Credenciales de inicio de sesión, guardar en la sesión",
|
||||
"User entered, store in database" : "Usuario ingresado, almacenar en la base de datos",
|
||||
"RSA public key" : "Llave pública RSA",
|
||||
"Public key" : "Llave pública",
|
||||
"Amazon S3" : "Amazon S3",
|
||||
"Bucket" : "Bucket",
|
||||
"Hostname" : "Nombre del servidor",
|
||||
"Port" : "Puerto",
|
||||
"Region" : "Región",
|
||||
"Enable SSL" : "Habilitar SSL",
|
||||
"Enable Path Style" : "Habilitar Estilo de Ruta",
|
||||
"WebDAV" : "WebDAV",
|
||||
"URL" : "URL",
|
||||
"Remote subfolder" : "Subcarpeta remota",
|
||||
"Secure https://" : "https:// seguro",
|
||||
"FTP" : "FTP",
|
||||
"Host" : "Servidor",
|
||||
"Secure ftps://" : "ftps:// seguro",
|
||||
"Local" : "Local",
|
||||
"Location" : "Ubicación",
|
||||
"Nextcloud" : "Nextcloud",
|
||||
"SFTP" : "SFTP",
|
||||
"Root" : "Raíz",
|
||||
"SFTP with secret key login" : "Inicio de sesión SFTP con llave secreta",
|
||||
"SMB / CIFS" : "SMB / CIFS",
|
||||
"Share" : "Compartir",
|
||||
"Domain" : "Dominio",
|
||||
"SMB / CIFS using OC login" : "SMB / CIFS usando inicio de sesión OC",
|
||||
"Username as share" : "Usuario como elemento compartido",
|
||||
"OpenStack Object Storage" : "OpenStack Object Storage",
|
||||
"Service name" : "Nombre del servicio",
|
||||
"Request timeout (seconds)" : "Tiemo de vida de la solicitud (segudos)",
|
||||
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para cURL en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para FTP en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ",
|
||||
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ",
|
||||
"No external storage configured" : "No se ha configurado el almacenamiento externo",
|
||||
"You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales",
|
||||
"Name" : "Nombre",
|
||||
"Storage type" : "Tipo de almacenamiento",
|
||||
"Scope" : "Alcance",
|
||||
"Enable encryption" : "Habilitar encripción",
|
||||
"Enable previews" : "Habilitar vistas previas",
|
||||
"Enable sharing" : "Habilitar compartir",
|
||||
"Check for changes" : "Verificar si hay cambios",
|
||||
"Never" : "Nunca",
|
||||
"Once every direct access" : "Una vez cada acceso directo",
|
||||
"Folder name" : "Nombre de la carpeta",
|
||||
"External storage" : "Almacenamiento externo",
|
||||
"Authentication" : "Autenticación",
|
||||
"Configuration" : "Configuración",
|
||||
"Available for" : "Disponible para",
|
||||
"Add storage" : "Agregar almacenamiento",
|
||||
"Advanced settings" : "Configuraciones avanzadas",
|
||||
"Delete" : "Borrar",
|
||||
"Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo",
|
||||
"Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo",
|
||||
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de solicitud. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Se presentó una falla al buscar las fichas de acceso. Por favor verifica que tu llave de aplicación y tu secreto sean correctos. ",
|
||||
"Step 1 failed. Exception: %s" : "Falla en el paso 1: Excepción %s",
|
||||
"Step 2 failed. Exception: %s" : "Paso 2 falló. Excepción: %s",
|
||||
"Dropbox App Configuration" : "Configuración de la aplicación Dropbox",
|
||||
"Google Drive App Configuration" : "Configuración de Aplicación Google Drive",
|
||||
"Storage with id \"%i\" not found" : "El almacenamiento con id \"%i\" no fue encontrado",
|
||||
"Storage with id \"%i\" is not user editable" : "El almacenamiento con id \"%i\" no puede ser editado por el usuario",
|
||||
"Dropbox" : "Dropbox",
|
||||
"Google Drive" : "Google Drive"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -14,6 +14,8 @@ OC.L10N.register(
|
|||
"(group)" : "(csoport)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilitás a Mac NFD kódolással (lassú)",
|
||||
"Admin defined" : "Adminisztrátor definiálva",
|
||||
"Are you sure you want to delete this external storage" : "Biztosan törlöd ezt a külső tárolót",
|
||||
"Delete storage?" : "Tároló törlése?",
|
||||
"Saved" : "Elmentve",
|
||||
"Saving..." : "Mentés...",
|
||||
"Save" : "Mentés",
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
"(group)" : "(csoport)",
|
||||
"Compatibility with Mac NFD encoding (slow)" : "Kompatibilitás a Mac NFD kódolással (lassú)",
|
||||
"Admin defined" : "Adminisztrátor definiálva",
|
||||
"Are you sure you want to delete this external storage" : "Biztosan törlöd ezt a külső tárolót",
|
||||
"Delete storage?" : "Tároló törlése?",
|
||||
"Saved" : "Elmentve",
|
||||
"Saving..." : "Mentés...",
|
||||
"Save" : "Mentés",
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue