diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-14 00:30:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-14 00:30:08 +0000 |
commit | 2a18283b824a4b9271d3903c5d5432786846051e (patch) | |
tree | 52db505883a54c879d4c1de92351414000229e92 /apps/files_sharing/l10n/es.js | |
parent | 4e4a6cec5addfda227808a648f9461c2052fa7ea (diff) | |
download | nextcloud-server-2a18283b824a4b9271d3903c5d5432786846051e.tar.gz nextcloud-server-2a18283b824a4b9271d3903c5d5432786846051e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/es.js')
-rw-r--r-- | apps/files_sharing/l10n/es.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 23838bcd91f..0d6a41b0cc9 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -210,6 +210,10 @@ OC.L10N.register( "Expires {relativetime}" : "Caduca en {relativetime}", "this share just expired." : "este recurso compartido acaba de caducar.", "Shared with you by {owner}" : "Compartido contigo por {owner}", + "_Accept share_::_Accept shares_" : ["Aceptar recurso compartido","Aceptar recursos compartidos","Aceptar recursos compartidos"], + "Open in files" : "Abrir en archivos", + "_Reject share_::_Reject shares_" : ["Rechazar recurso compartido","Rechazar recursos compartidos","Rechazar recursos compartidos"], + "_Restore share_::_Restore shares_" : ["Restaurar recurso compartido","Restaurar recursos compartidos","Restaurar recursos compartidos"], "Link to a file" : "Enlace al archivo", "Error creating the share: {errorMessage}" : "Error al crear el recurso compartido: {errorMessage}", "Error creating the share" : "Error quitando el recurso compartido", @@ -229,11 +233,17 @@ OC.L10N.register( "Shared with you and the conversation {conversation} by {owner}" : "Compartido contigo y con la conversación {conversation} por {owner}", "Shared with you in a conversation by {owner}" : "Compartido contigo por {owner} en una conversación", "Shares" : "Compartidos", + "Overview of shared files." : "Vista previa de los recursos compartidos", "Shared with you" : "Compartido conmigo", + "List of files that are shared with you." : "Lista de archivos que se han compartido contigo.", "Shared with others" : "Compartido con otros", + "List of files that you shared with others." : "Lista de archivos que has compartido con otros.", "Shared by link" : "Compartido por enlace", + "List of files that are shared by link." : "Lista de archivos que se han compartido por enlace.", "Deleted shares" : "Recursos compartidos eliminados", + "List of shares that you removed yourself from." : "Lista de recursos compartidos que has rechazado.", "Pending shares" : "Recursos compartidos pendientes", + "List of unapproved shares." : "Lista de recursos compartidos no aprobados", "No entries found in this folder" : "No hay nada en esta carpeta", "Name" : "Nombre", "Share time" : "Compartido hace", |