diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-04 00:20:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-04 00:20:03 +0000 |
commit | 7dad12ef75856c1f73cf744f7c154da20d019498 (patch) | |
tree | 16bb7ac22140e58e03ae5b5ccdbfbe04851c0163 /apps/lookup_server_connector | |
parent | 6b0548d2005de863a1861e0ea9d7541782dec724 (diff) | |
download | nextcloud-server-7dad12ef75856c1f73cf744f7c154da20d019498.tar.gz nextcloud-server-7dad12ef75856c1f73cf744f7c154da20d019498.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/lookup_server_connector')
-rw-r--r-- | apps/lookup_server_connector/l10n/es_MX.js | 8 | ||||
-rw-r--r-- | apps/lookup_server_connector/l10n/es_MX.json | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/es_MX.js b/apps/lookup_server_connector/l10n/es_MX.js new file mode 100644 index 00000000000..a2b4968ff40 --- /dev/null +++ b/apps/lookup_server_connector/l10n/es_MX.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "lookup_server_connector", + { + "Lookup Server Connector" : "Conector del servidor de búsqueda", + "Sync public account information with the lookup server" : "Sincronizar la información pública de la cuenta con el servidor de búsqueda", + "Sync public user information with the lookup server" : "Sincronizar la información pública del usuario con el servidor de búsqueda" +}, +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/lookup_server_connector/l10n/es_MX.json b/apps/lookup_server_connector/l10n/es_MX.json new file mode 100644 index 00000000000..19549a2b369 --- /dev/null +++ b/apps/lookup_server_connector/l10n/es_MX.json @@ -0,0 +1,6 @@ +{ "translations": { + "Lookup Server Connector" : "Conector del servidor de búsqueda", + "Sync public account information with the lookup server" : "Sincronizar la información pública de la cuenta con el servidor de búsqueda", + "Sync public user information with the lookup server" : "Sincronizar la información pública del usuario con el servidor de búsqueda" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +}
\ No newline at end of file |