diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-18 00:20:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-18 00:20:48 +0000 |
commit | 69070bf617a976124c338236cbdbacb2a2645e20 (patch) | |
tree | d5e8714be8c6b6a923fe9dcacf9aebe47aee380d /apps/files/l10n/es.js | |
parent | 24f8fd333ebb2cef8a2bad3255af23ef85545090 (diff) | |
download | nextcloud-server-69070bf617a976124c338236cbdbacb2a2645e20.tar.gz nextcloud-server-69070bf617a976124c338236cbdbacb2a2645e20.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 5e00f038f1a..656c272396c 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -394,8 +394,6 @@ OC.L10N.register( "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo archivo.txt", "Direct link was copied (only works for people who have access to this file/folder)" : "El enlace directo fue copiado (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", - "Copy direct link (only works for people who have access to this file/folder)" : "El enlace directo fue copiado (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", - "Destination is not a folder" : "El destino no es una carpeta", - "This file/folder is already in that directory" : "Este archivo/carpeta ya está en ese directorio" + "Copy direct link (only works for people who have access to this file/folder)" : "El enlace directo fue copiado (solo funciona para usuarios que tienen acceso a este archivo/carpeta)" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |