Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/socialsharing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-10-30 06:18:52 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-30 06:18:52 +0300
commite73e6ab6dc1ed49b89513c41dc47f1b9468f63c6 (patch)
treefbad75178cb643eaabf051de6d84e7b286c177e8
parenta437153620400f8d63e233ece866b874c7e113a2 (diff)
[tx-robot] Update transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--socialsharing_facebook/l10n/es.js8
-rw-r--r--socialsharing_facebook/l10n/es.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/socialsharing_facebook/l10n/es.js b/socialsharing_facebook/l10n/es.js
new file mode 100644
index 0000000..d74f2c2
--- /dev/null
+++ b/socialsharing_facebook/l10n/es.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "socialsharing_facebook",
+ {
+ "Share to Facebook" : "Compartir hacia Facebook",
+ "Social sharing via Facebook" : "Compartir socialmente a través de Facebook",
+ "Enable direct sharing of files via Facebook, using shared links." : "Habilitar la compartición de archivos directa a través de Facebook, utilizando links de compartición."
+},
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/socialsharing_facebook/l10n/es.json b/socialsharing_facebook/l10n/es.json
new file mode 100644
index 0000000..1f436eb
--- /dev/null
+++ b/socialsharing_facebook/l10n/es.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Share to Facebook" : "Compartir hacia Facebook",
+ "Social sharing via Facebook" : "Compartir socialmente a través de Facebook",
+ "Enable direct sharing of files via Facebook, using shared links." : "Habilitar la compartición de archivos directa a través de Facebook, utilizando links de compartición."
+},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
+} \ No newline at end of file