aboutsummaryrefslogtreecommitdiffstats
path: root/apps/lookup_server_connector
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-07-19 00:26:31 +0000
committerNextcloud bot <bot@nextcloud.com>2023-07-19 00:26:31 +0000
commit46d80b4f706b750e3535814a17ba3caefbde1b98 (patch)
tree0f94f531c1c58990739e39cf0bbce235e9cd51bd /apps/lookup_server_connector
parentd3393af978aa259116ad40c12499062cda80a330 (diff)
downloadnextcloud-server-46d80b4f706b750e3535814a17ba3caefbde1b98.tar.gz
nextcloud-server-46d80b4f706b750e3535814a17ba3caefbde1b98.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_EC.js7
-rw-r--r--apps/lookup_server_connector/l10n/es_EC.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/es_EC.js b/apps/lookup_server_connector/l10n/es_EC.js
new file mode 100644
index 00000000000..6c7de2bd8ce
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/es_EC.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "Conector del 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_EC.json b/apps/lookup_server_connector/l10n/es_EC.json
new file mode 100644
index 00000000000..2b1a3eb4ff4
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/es_EC.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "Conector del 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