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

github.com/nextcloud/privacy.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-05-24 06:26:44 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-24 06:26:44 +0300
commitd32fb073ee0329dcf58311152d1f7092fcf62408 (patch)
tree4785ff5b29b982faba74f0a1cbeed32dbb76c99e /l10n
parent0552735673f6fd5802b3006eb48096f3f2cf3590 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/es.js2
-rw-r--r--l10n/es.json2
-rw-r--r--l10n/fr.js2
-rw-r--r--l10n/fr.json2
-rw-r--r--l10n/it.js2
-rw-r--r--l10n/it.json2
-rw-r--r--l10n/pt_BR.js2
-rw-r--r--l10n/pt_BR.json2
-rw-r--r--l10n/pt_PT.js2
-rw-r--r--l10n/pt_PT.json2
10 files changed, 10 insertions, 10 deletions
diff --git a/l10n/es.js b/l10n/es.js
index 7715f8b..fa6c2fb 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -290,4 +290,4 @@ OC.L10N.register(
"Encryption" : "Cifrado",
"The admin hasn't selected the location of the server yet." : "Los administradores no han seleccionado todavía la localización del servidor."
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es.json b/l10n/es.json
index dde1ebc..6716340 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -287,5 +287,5 @@
"Read the privacy policy." : "Leer la política de privacidad.",
"Encryption" : "Cifrado",
"The admin hasn't selected the location of the server yet." : "Los administradores no han seleccionado todavía la localización del servidor."
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file
diff --git a/l10n/fr.js b/l10n/fr.js
index c23eb3b..358d076 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -290,4 +290,4 @@ OC.L10N.register(
"Encryption" : "Chiffrement",
"The admin hasn't selected the location of the server yet." : "L'administrateur n'a pas encore indiqué l'emplacement du serveur."
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/fr.json b/l10n/fr.json
index c1a5e95..9f04c66 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -287,5 +287,5 @@
"Read the privacy policy." : "Lisez la politique de confidentialité.",
"Encryption" : "Chiffrement",
"The admin hasn't selected the location of the server yet." : "L'administrateur n'a pas encore indiqué l'emplacement du serveur."
-},"pluralForm" :"nplurals=2; plural=(n > 1);"
+},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file
diff --git a/l10n/it.js b/l10n/it.js
index ababe23..43b2a2f 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -290,4 +290,4 @@ OC.L10N.register(
"Encryption" : "Cifratura",
"The admin hasn't selected the location of the server yet." : "L'amministratore non ha ancora selezionato la posizione del server."
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/it.json b/l10n/it.json
index 1e20070..c81fa9d 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -287,5 +287,5 @@
"Read the privacy policy." : "Leggi subito i criteri di riservatezza.",
"Encryption" : "Cifratura",
"The admin hasn't selected the location of the server yet." : "L'amministratore non ha ancora selezionato la posizione del server."
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index 94baa2d..edccd79 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -290,4 +290,4 @@ OC.L10N.register(
"Encryption" : "Criptografia",
"The admin hasn't selected the location of the server yet." : "O administrador ainda não selecionou a localização do servidor."
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index 8d14055..8e33d38 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -287,5 +287,5 @@
"Read the privacy policy." : "Leia a política de privacidade.",
"Encryption" : "Criptografia",
"The admin hasn't selected the location of the server yet." : "O administrador ainda não selecionou a localização do servidor."
-},"pluralForm" :"nplurals=2; plural=(n > 1);"
+},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file
diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js
index 2ae8646..1be875d 100644
--- a/l10n/pt_PT.js
+++ b/l10n/pt_PT.js
@@ -228,4 +228,4 @@ OC.L10N.register(
"Read the privacy policy." : "Leia a politica de privacidade",
"Encryption" : "Cifragem"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json
index c1604ab..172a34f 100644
--- a/l10n/pt_PT.json
+++ b/l10n/pt_PT.json
@@ -225,5 +225,5 @@
"Privacy policy" : "Politica de privacidade",
"Read the privacy policy." : "Leia a politica de privacidade",
"Encryption" : "Cifragem"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file