diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-12 00:22:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-12 00:22:03 +0000 |
commit | ac5b2d47ffe3b1ab620077a1f53ad9615eac4c08 (patch) | |
tree | acdad62c37a055ee348ade9061460250e999b020 /apps/files/l10n/es_PE.js | |
parent | f55c4f9601154f4873b3e94747777a3234a2d31a (diff) | |
download | nextcloud-server-ac5b2d47ffe3b1ab620077a1f53ad9615eac4c08.tar.gz nextcloud-server-ac5b2d47ffe3b1ab620077a1f53ad9615eac4c08.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es_PE.js')
-rw-r--r-- | apps/files/l10n/es_PE.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/es_PE.js b/apps/files/l10n/es_PE.js index 520e534b021..5fa79d080df 100644 --- a/apps/files/l10n/es_PE.js +++ b/apps/files/l10n/es_PE.js @@ -145,10 +145,6 @@ OC.L10N.register( "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í. ", - "Shares" : "Elementos compartidos", - "Shared with others" : "Compartido con otros", - "Shared with you" : "Compartido con usted", - "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo ArchivoDeTexto.txt", "Storage invalid" : "El almacenamiento es inválido", @@ -156,6 +152,10 @@ OC.L10N.register( "Cancel" : "Cancelar", "%s used" : "%s usado", "%1$s of %2$s used" : "%1$s de %2$s usados", - "Deleted files" : "Archivos borrados" + "Deleted files" : "Archivos borrados", + "Shares" : "Elementos compartidos", + "Shared with others" : "Compartido con otros", + "Shared with you" : "Compartido con usted", + "Shared by link" : "Compartido por liga" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |