diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-22 00:19:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-22 00:19:35 +0000 |
commit | 3eb90c31870bf440823859829b1d3100d3d6b854 (patch) | |
tree | d4857a100764ef427b50337019fa6dfab8066cdb /apps/files_sharing/l10n/es_MX.js | |
parent | ffdf49a9c2f90f404628232f8b1756db7fdf4603 (diff) | |
download | nextcloud-server-3eb90c31870bf440823859829b1d3100d3d6b854.tar.gz nextcloud-server-3eb90c31870bf440823859829b1d3100d3d6b854.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/es_MX.js')
-rw-r--r-- | apps/files_sharing/l10n/es_MX.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/es_MX.js b/apps/files_sharing/l10n/es_MX.js index 4425e6d26fc..8199d3c5b77 100644 --- a/apps/files_sharing/l10n/es_MX.js +++ b/apps/files_sharing/l10n/es_MX.js @@ -160,6 +160,7 @@ OC.L10N.register( "the item was removed" : "el elemento fue eliminado", "the link expired" : "la liga expiró", "sharing is disabled" : "compartir está deshabilitado", - "For more info, please ask the person who sent this link." : "Para mayores informes, contacta a la persona que le envió esta liga." + "For more info, please ask the person who sent this link." : "Para mayores informes, contacta a la persona que le envió esta liga.", + "Update" : "Actualizar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |