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

github.com/nextcloud/bruteforcesettings.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-24 05:39:33 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-24 05:39:33 +0300
commit852f90b23b725f93dff4842d4595a7a95a88558c (patch)
tree8fa59aea04c76cb61db89e4a498f4ada61c9a46c
parentd9e5b306390384171ed2c08ad3ba14b8d6342b2d (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/es.js2
-rw-r--r--l10n/es.json2
-rw-r--r--l10n/es_419.js2
-rw-r--r--l10n/es_419.json2
-rw-r--r--l10n/es_AR.js2
-rw-r--r--l10n/es_AR.json2
-rw-r--r--l10n/es_CL.js2
-rw-r--r--l10n/es_CL.json2
-rw-r--r--l10n/es_CO.js2
-rw-r--r--l10n/es_CO.json2
-rw-r--r--l10n/es_CR.js2
-rw-r--r--l10n/es_CR.json2
-rw-r--r--l10n/es_DO.js2
-rw-r--r--l10n/es_DO.json2
-rw-r--r--l10n/es_EC.js2
-rw-r--r--l10n/es_EC.json2
-rw-r--r--l10n/es_GT.js2
-rw-r--r--l10n/es_GT.json2
-rw-r--r--l10n/es_HN.js2
-rw-r--r--l10n/es_HN.json2
-rw-r--r--l10n/es_MX.js2
-rw-r--r--l10n/es_MX.json2
-rw-r--r--l10n/es_NI.js2
-rw-r--r--l10n/es_NI.json2
-rw-r--r--l10n/es_PA.js2
-rw-r--r--l10n/es_PA.json2
-rw-r--r--l10n/es_PE.js2
-rw-r--r--l10n/es_PE.json2
-rw-r--r--l10n/es_PR.js2
-rw-r--r--l10n/es_PR.json2
-rw-r--r--l10n/es_PY.js2
-rw-r--r--l10n/es_PY.json2
-rw-r--r--l10n/es_SV.js2
-rw-r--r--l10n/es_SV.json2
-rw-r--r--l10n/es_UY.js2
-rw-r--r--l10n/es_UY.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
44 files changed, 44 insertions, 44 deletions
diff --git a/l10n/es.js b/l10n/es.js
index f5c290e..2089919 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Add" : "Añadir",
"Delete" : "Eliminar"
},
-"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 a7c20f6..6f2880d 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -7,5 +7,5 @@
"Add new whitelist" : "Añadir nueva lista blanca",
"Add" : "Añadir",
"Delete" : "Eliminar"
-},"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/es_419.js b/l10n/es_419.js
index 8b8a951..d9075e2 100644
--- a/l10n/es_419.js
+++ b/l10n/es_419.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_419.json b/l10n/es_419.json
index 0da7c71..31848a0 100644
--- a/l10n/es_419.json
+++ b/l10n/es_419.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "Lista blanca de IP de fuerza bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_AR.js b/l10n/es_AR.js
index b7bc741..dccacdb 100644
--- a/l10n/es_AR.js
+++ b/l10n/es_AR.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Añadir",
"Delete" : "Eliminar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_AR.json b/l10n/es_AR.json
index 943e099..e05ad4b 100644
--- a/l10n/es_AR.json
+++ b/l10n/es_AR.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Añadir",
"Delete" : "Eliminar"
-},"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/es_CL.js b/l10n/es_CL.js
index 94a3313..1d05404 100644
--- a/l10n/es_CL.js
+++ b/l10n/es_CL.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_CL.json b/l10n/es_CL.json
index f79be4d..5ee8837 100644
--- a/l10n/es_CL.json
+++ b/l10n/es_CL.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_CO.js b/l10n/es_CO.js
index 94a3313..1d05404 100644
--- a/l10n/es_CO.js
+++ b/l10n/es_CO.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_CO.json b/l10n/es_CO.json
index f79be4d..5ee8837 100644
--- a/l10n/es_CO.json
+++ b/l10n/es_CO.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_CR.js b/l10n/es_CR.js
index 94a3313..1d05404 100644
--- a/l10n/es_CR.js
+++ b/l10n/es_CR.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_CR.json b/l10n/es_CR.json
index f79be4d..5ee8837 100644
--- a/l10n/es_CR.json
+++ b/l10n/es_CR.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_DO.js b/l10n/es_DO.js
index 94a3313..1d05404 100644
--- a/l10n/es_DO.js
+++ b/l10n/es_DO.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_DO.json b/l10n/es_DO.json
index f79be4d..5ee8837 100644
--- a/l10n/es_DO.json
+++ b/l10n/es_DO.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_EC.js b/l10n/es_EC.js
index 94a3313..1d05404 100644
--- a/l10n/es_EC.js
+++ b/l10n/es_EC.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_EC.json b/l10n/es_EC.json
index f79be4d..5ee8837 100644
--- a/l10n/es_EC.json
+++ b/l10n/es_EC.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_GT.js b/l10n/es_GT.js
index 94a3313..1d05404 100644
--- a/l10n/es_GT.js
+++ b/l10n/es_GT.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_GT.json b/l10n/es_GT.json
index f79be4d..5ee8837 100644
--- a/l10n/es_GT.json
+++ b/l10n/es_GT.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_HN.js b/l10n/es_HN.js
index 94a3313..1d05404 100644
--- a/l10n/es_HN.js
+++ b/l10n/es_HN.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_HN.json b/l10n/es_HN.json
index f79be4d..5ee8837 100644
--- a/l10n/es_HN.json
+++ b/l10n/es_HN.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_MX.js b/l10n/es_MX.js
index 3a93389..91e6087 100644
--- a/l10n/es_MX.js
+++ b/l10n/es_MX.js
@@ -8,4 +8,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_MX.json b/l10n/es_MX.json
index abfb394..50672a1 100644
--- a/l10n/es_MX.json
+++ b/l10n/es_MX.json
@@ -5,5 +5,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_NI.js b/l10n/es_NI.js
index 94a3313..1d05404 100644
--- a/l10n/es_NI.js
+++ b/l10n/es_NI.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_NI.json b/l10n/es_NI.json
index f79be4d..5ee8837 100644
--- a/l10n/es_NI.json
+++ b/l10n/es_NI.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_PA.js b/l10n/es_PA.js
index 94a3313..1d05404 100644
--- a/l10n/es_PA.js
+++ b/l10n/es_PA.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_PA.json b/l10n/es_PA.json
index f79be4d..5ee8837 100644
--- a/l10n/es_PA.json
+++ b/l10n/es_PA.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_PE.js b/l10n/es_PE.js
index 94a3313..1d05404 100644
--- a/l10n/es_PE.js
+++ b/l10n/es_PE.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_PE.json b/l10n/es_PE.json
index f79be4d..5ee8837 100644
--- a/l10n/es_PE.json
+++ b/l10n/es_PE.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_PR.js b/l10n/es_PR.js
index 94a3313..1d05404 100644
--- a/l10n/es_PR.js
+++ b/l10n/es_PR.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_PR.json b/l10n/es_PR.json
index f79be4d..5ee8837 100644
--- a/l10n/es_PR.json
+++ b/l10n/es_PR.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_PY.js b/l10n/es_PY.js
index 94a3313..1d05404 100644
--- a/l10n/es_PY.js
+++ b/l10n/es_PY.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_PY.json b/l10n/es_PY.json
index f79be4d..5ee8837 100644
--- a/l10n/es_PY.json
+++ b/l10n/es_PY.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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/es_SV.js b/l10n/es_SV.js
index 94a3313..2756b4b 100644
--- a/l10n/es_SV.js
+++ b/l10n/es_SV.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_SV.json b/l10n/es_SV.json
index f79be4d..a926ad9 100644
--- a/l10n/es_SV.json
+++ b/l10n/es_SV.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file
diff --git a/l10n/es_UY.js b/l10n/es_UY.js
index 94a3313..1d05404 100644
--- a/l10n/es_UY.js
+++ b/l10n/es_UY.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Add" : "Agregar",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_UY.json b/l10n/es_UY.json
index f79be4d..5ee8837 100644
--- a/l10n/es_UY.json
+++ b/l10n/es_UY.json
@@ -3,5 +3,5 @@
"Brute-force IP whitelist" : "IPs en lista blanca de fuerza-bruta",
"Add" : "Agregar",
"Delete" : "Borrar"
-},"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 e249757..61701f0 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Add" : "Ajouter",
"Delete" : "Supprimer"
},
-"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 02fe5fd..0605edd 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -7,5 +7,5 @@
"Add new whitelist" : "Ajouter une nouvelle liste blanche",
"Add" : "Ajouter",
"Delete" : "Supprimer"
-},"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 61caa83..cd6aed2 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Add" : "Aggiungi",
"Delete" : "Elimina"
},
-"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 d3dc2f9..6b93ddc 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -7,5 +7,5 @@
"Add new whitelist" : "Aggiungi nuova lista bianca",
"Add" : "Aggiungi",
"Delete" : "Elimina"
-},"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 9f9aff7..f6acb24 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Add" : "Adicionar",
"Delete" : "Excluir"
},
-"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 c698757..e280255 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -7,5 +7,5 @@
"Add new whitelist" : "Adicionar uma nova whitelist",
"Add" : "Adicionar",
"Delete" : "Excluir"
-},"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 8ba3e4a..670b04d 100644
--- a/l10n/pt_PT.js
+++ b/l10n/pt_PT.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Add" : "Adicionar",
"Delete" : "Apagar"
},
-"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 af1d22a..7c49489 100644
--- a/l10n/pt_PT.json
+++ b/l10n/pt_PT.json
@@ -7,5 +7,5 @@
"Add new whitelist" : "Adicionar nova lista de permissões",
"Add" : "Adicionar",
"Delete" : "Apagar"
-},"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