-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
- Loading branch information
1 parent
2c173f6
commit 7ca33bc
Showing
2 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,45 @@ | ||
{ "translations": { | ||
"Group folders" : "Carpetas de grupo", | ||
"Admin configured folders shared with everyone in a group" : "Carpetas configuradas por el administrador compartidas con todos en un grupo", | ||
"Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.\n\nNote: Encrypting the contents of group folders is currently not supported." : "Carpetas compartidas con todos en un grupo configuradas por el administrador.\n\nLas carpetas se pueden configurar desde *Carpetas de grupo* en la configuración de administración.\n\nUna vez que creada una carpeta, el administrador puede dar acceso a la carpeta a uno o varios grupos, controlar los permisos para escribir/compartir y asignar una cuota para la carpeta.\n\nNota: Actualmente no está soportado el cifrado del contenido de las carpetas de grupo.", | ||
"Denied" : "Denegado", | ||
"Access denied" : "Acceso denegado", | ||
"Allowed" : "Permitido", | ||
"Access allowed" : "Acceso permitido", | ||
"Inherit permission" : "Heredar permisos", | ||
"Deny" : "Denegar", | ||
"Allow" : "Permitir", | ||
"Unset" : "Desestablecer", | ||
"Denied (Inherited permission)" : "Denegado (permiso heredado)", | ||
"Allowed (Inherited permission)" : "Permitido (permiso heredado)", | ||
"Group folder" : "Carpeta de grupo", | ||
"Read" : "Leer", | ||
"Write" : "Escribir", | ||
"Create" : "Crear", | ||
"Delete" : "Borrar", | ||
"Share" : "Compartir", | ||
"You" : "Tú", | ||
"Remove access rule" : "Eliminar regla de acceso", | ||
"Add advanced permission rule" : "Añadir regla de permisos avanzados", | ||
"Select a user or group" : "Seleccionar un usuario o grupo", | ||
"Group" : "Grupo", | ||
"Open group folder" : "Abrir carpeta de grupo", | ||
"Permission denied. User does not have sufficient permissions." : "Permiso denegado. El usuario no cuenta con los permisos suficientes.", | ||
"Unexpected status from server" : "Estado inesperado del servidor", | ||
"List of group folders." : "Lista de carpetas de grupo.", | ||
"No group folders yet" : "No existen carpetas de grupo aún", | ||
"Group folders will show up here" : "Las carpetas de grupo aparecerán aquí", | ||
"Add group" : "Agregar grupo", | ||
"Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "¿Está seguro de que desea eliminar \"{folderName}\" y todos los archivos que contiene? Esta operación no se puede deshacer", | ||
"Delete \"{folderName}\"?" : "Borrar \"{folderName}\"?", | ||
"Group folder admin delegation" : "Delegación de administración de carpetas de grupo", | ||
"They will have access to all group folders." : "Tendrán acceso a todas las carpetas de grupo.", | ||
"They will only have access to group folders for which they have advanced permissions." : "Sólo tendrán acceso a las carpetas de grupo para las cuales tengan permisos avanzados.", | ||
"Group or team" : "Grupo o equipo", | ||
"Folder name" : "Nombre de la carpeta", | ||
"Quota" : "Cuota" | ||
"Quota" : "Cuota", | ||
"Advanced Permissions" : "Permisos avanzados", | ||
"They will have access to all Groupfolders." : "Tendrán acceso a todas las carpetas de grupo.", | ||
"Group or circle" : "Grupo o círculo" | ||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" | ||
} |