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

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-01 05:57:55 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-01 05:57:55 +0300
commitb2e459d965c004ba6fb647c909e8213497b1c251 (patch)
tree477bfa9101ce9a0272fc4b388f13fcf5e12fe545 /l10n
parent252ea31202eb44def8330df97515f2a45937e169 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/an.js10
-rw-r--r--l10n/an.json8
2 files changed, 18 insertions, 0 deletions
diff --git a/l10n/an.js b/l10n/an.js
new file mode 100644
index 0000000..9df4b06
--- /dev/null
+++ b/l10n/an.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "files_retention",
+ {
+ "Delete" : "Borrar",
+ "Yes" : "Si",
+ "No" : "No",
+ "Open documentation" : "Ubrir documentazión",
+ "Create" : "Crear"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/an.json b/l10n/an.json
new file mode 100644
index 0000000..4560c12
--- /dev/null
+++ b/l10n/an.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Delete" : "Borrar",
+ "Yes" : "Si",
+ "No" : "No",
+ "Open documentation" : "Ubrir documentazión",
+ "Create" : "Crear"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file