diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-24 03:02:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-24 03:02:27 +0000 |
commit | 5256ba0f2d16cb2656bcf880bad6ee3af86734a5 (patch) | |
tree | 15393ad9f124e617f46dabd7a439d2447d7ece7b /apps/files/l10n/es_UY.js | |
parent | f176b3b3dd7febce8c1008f70d133c425fa87c22 (diff) | |
download | nextcloud-server-5256ba0f2d16cb2656bcf880bad6ee3af86734a5.tar.gz nextcloud-server-5256ba0f2d16cb2656bcf880bad6ee3af86734a5.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es_UY.js')
-rw-r--r-- | apps/files/l10n/es_UY.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/es_UY.js b/apps/files/l10n/es_UY.js index f305dcbe9a1..6f8b5a701a3 100644 --- a/apps/files/l10n/es_UY.js +++ b/apps/files/l10n/es_UY.js @@ -64,12 +64,11 @@ OC.L10N.register( "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", "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","%n bytes"], "Favorited" : "Marcado como favorito", "Favorite" : "Favorito", + "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)", "New folder" : "Carpeta nueva", "Upload file" : "Cargar archivo", "Recent" : "Reciente", @@ -133,6 +132,7 @@ OC.L10N.register( "Select" : "Seleccionar", "You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquÃ", "New" : "Nuevo", + "Copied!" : "¡Copiado!", "Settings" : "Configuraciones " }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |