diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-31 02:25:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-31 02:25:42 +0000 |
commit | 9035be6b81fc527a57dcbbbb424dc9a84aef832b (patch) | |
tree | e10bff214f89eb6bb681368d488e2273743228cb /apps/federatedfilesharing/l10n/es.js | |
parent | e4fadcf02a1146bc454e0217b5883dd2451ed96f (diff) | |
download | nextcloud-server-9035be6b81fc527a57dcbbbb424dc9a84aef832b.tar.gz nextcloud-server-9035be6b81fc527a57dcbbbb424dc9a84aef832b.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/federatedfilesharing/l10n/es.js')
-rw-r--r-- | apps/federatedfilesharing/l10n/es.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/federatedfilesharing/l10n/es.js b/apps/federatedfilesharing/l10n/es.js index e5681f86ad6..5798543e4c4 100644 --- a/apps/federatedfilesharing/l10n/es.js +++ b/apps/federatedfilesharing/l10n/es.js @@ -25,8 +25,6 @@ OC.L10N.register( "Accept" : "Aceptar", "Decline" : "Denegar", "Federated Cloud Sharing" : "Compartido en Cloud Federado", - "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartirlo conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s", - "Share with me through my #Nextcloud Federated Cloud ID" : "Compartirlo conmigo a través de mi ID de Nube Federada #Nextcloud", "Sharing" : "Compartir", "Federated file sharing" : "Compartir federado", "Provide federated file sharing across servers" : "Provee compartición federada de archivos entre servidores", @@ -49,6 +47,7 @@ OC.L10N.register( "Share with me via Nextcloud" : "Compartirlo conmigo vía Nextcloud", "HTML Code:" : "Código HTML:", "Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Comparte conmigo a través de mi #Nextcloud Federated Cloud ID, ver {url}", + "Share with me through my #Nextcloud Federated Cloud ID" : "Compartirlo conmigo a través de mi ID de Nube Federada #Nextcloud", "Cloud ID copied to the clipboard" : "ID de nube copiado al portapapeles", "Copy to clipboard" : "Copiar al portapapeles", "Clipboard is not available" : "El portapapeles no está disponible", @@ -59,6 +58,7 @@ OC.L10N.register( "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.", "You received \"%3$s\" as a remote share from %4$s (%1$s) (on behalf of %5$s (%2$s))" : "Has recibido \"%3$s\" como recurso remoto compartido de %4$s (%1$s) (en nombre de %5$s (%2$s))", "You received \"%3$s\" as a remote share from %4$s (%1$s)" : "Has recibido \"%3$s\" como un recurso compartido remoto de %4$s (%1$s)", + "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Compartirlo conmigo a través de mi ID de Nube Federada #Nextcloud, ver %s", "Open documentation" : "Abrir documentación" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |