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

github.com/nextcloud/files_rightclick.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:57:02 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-24 05:57:02 +0300
commit041ea06df89ed5500583bdcb584813e9ffe3006f (patch)
tree6980f392deca5ffc208081f48be550603f64a7c0
parente7f42dd2c7c21c6d4ab4b39424006f0117ea9ba8 (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 4f7bee8..873c440 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Right click menu for Nextcloud" : "Menú de clic derecho para Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Esta app permite a usuarios y desarrolladores tener un menú de clic derecho. Simplemente, usa el objeto RightClick para crear rápidamente menús contextuales. La app de Archivos ya muestra el menú de acciones al hacer clic derecho en archivos y carpetas."
},
-"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 1b5c9a0..ca1b38e 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -7,5 +7,5 @@
"Right click" : "Clic derecho (Right click)",
"Right click menu for Nextcloud" : "Menú de clic derecho para Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Esta app permite a usuarios y desarrolladores tener un menú de clic derecho. Simplemente, usa el objeto RightClick para crear rápidamente menús contextuales. La app de Archivos ya muestra el menú de acciones al hacer clic derecho en archivos y carpetas."
-},"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 c207216..35accf3 100644
--- a/l10n/es_419.js
+++ b/l10n/es_419.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_419.json
+++ b/l10n/es_419.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_AR.js
+++ b/l10n/es_AR.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_AR.json
+++ b/l10n/es_AR.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_CL.js
+++ b/l10n/es_CL.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_CL.json
+++ b/l10n/es_CL.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_CO.js
+++ b/l10n/es_CO.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_CO.json
+++ b/l10n/es_CO.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_CR.js
+++ b/l10n/es_CR.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_CR.json
+++ b/l10n/es_CR.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_DO.js
+++ b/l10n/es_DO.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_DO.json
+++ b/l10n/es_DO.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_EC.js
+++ b/l10n/es_EC.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_EC.json
+++ b/l10n/es_EC.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_GT.js
+++ b/l10n/es_GT.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_GT.json
+++ b/l10n/es_GT.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_HN.js
+++ b/l10n/es_HN.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_HN.json
+++ b/l10n/es_HN.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_MX.js
+++ b/l10n/es_MX.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_MX.json
+++ b/l10n/es_MX.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_NI.js
+++ b/l10n/es_NI.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_NI.json
+++ b/l10n/es_NI.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_PA.js
+++ b/l10n/es_PA.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_PA.json
+++ b/l10n/es_PA.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_PE.js
+++ b/l10n/es_PE.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_PE.json
+++ b/l10n/es_PE.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_PR.js
+++ b/l10n/es_PR.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_PR.json
+++ b/l10n/es_PR.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_PY.js
+++ b/l10n/es_PY.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_PY.json
+++ b/l10n/es_PY.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..3b3b4fe 100644
--- a/l10n/es_SV.js
+++ b/l10n/es_SV.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..2a1f5ed 100644
--- a/l10n/es_SV.json
+++ b/l10n/es_SV.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 c207216..35accf3 100644
--- a/l10n/es_UY.js
+++ b/l10n/es_UY.js
@@ -3,4 +3,4 @@ OC.L10N.register(
{
"Select" : "Seleccionar"
},
-"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 52d895f..417eb91 100644
--- a/l10n/es_UY.json
+++ b/l10n/es_UY.json
@@ -1,4 +1,4 @@
{ "translations": {
"Select" : "Seleccionar"
-},"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 e20173e..6e31077 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Right click menu for Nextcloud" : "Menu clic droit pour Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Cette application permet aux utilisateurs et développeurs de disposer d'un menu réagissant au clic-droit. Utilisez simplement l'objet 'RightClick' (clic-droit) pour créer rapidement des menus contextuels. L'application 'Files' (Fichiers) propose déjà un menu d'actions contextuelles lorsque l'on clique-droit sur les fichiers ou dossiers."
},
-"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 5604851..a3f9a81 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -7,5 +7,5 @@
"Right click" : "Clic droit",
"Right click menu for Nextcloud" : "Menu clic droit pour Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Cette application permet aux utilisateurs et développeurs de disposer d'un menu réagissant au clic-droit. Utilisez simplement l'objet 'RightClick' (clic-droit) pour créer rapidement des menus contextuels. L'application 'Files' (Fichiers) propose déjà un menu d'actions contextuelles lorsque l'on clique-droit sur les fichiers ou dossiers."
-},"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 926dcee..9c10c58 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Right click menu for Nextcloud" : "Menu del tasto destro per Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Questa applicazione consente a utenti e sviluppatori di avere un menu per il tasto destro. Utilizza semplicemente l'oggetto RightClick per creare rapidamente menu contestuali. L'applicazione File mostra già il menu delle azioni quando fai clic su file e cartelle."
},
-"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 0076562..0cd568d 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -7,5 +7,5 @@
"Right click" : "Clic destro",
"Right click menu for Nextcloud" : "Menu del tasto destro per Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Questa applicazione consente a utenti e sviluppatori di avere un menu per il tasto destro. Utilizza semplicemente l'oggetto RightClick per creare rapidamente menu contestuali. L'applicazione File mostra già il menu delle azioni quando fai clic su file e cartelle."
-},"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 952ed7d..99321f9 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Right click menu for Nextcloud" : "Menu no botão direito para Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Este aplicativo permite que usuários e desenvolvedores tenham um menu no botão direito. Basta usar o objeto RightClick para criar rapidamente menus de contexto. O aplicativo Arquivos já mostra o menu de ações ao clicar com o botão direito em arquivos e pastas."
},
-"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 95a99d8..7005196 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -7,5 +7,5 @@
"Right click" : "Clique direito",
"Right click menu for Nextcloud" : "Menu no botão direito para Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Este aplicativo permite que usuários e desenvolvedores tenham um menu no botão direito. Basta usar o objeto RightClick para criar rapidamente menus de contexto. O aplicativo Arquivos já mostra o menu de ações ao clicar com o botão direito em arquivos e pastas."
-},"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 5e29032..16b3966 100644
--- a/l10n/pt_PT.js
+++ b/l10n/pt_PT.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Right click menu for Nextcloud" : "Menu lado direito para Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Esta aplicação permite que utilizadores e desenvolvedores tenham um menu do botão direito. Basta usar o objeto RightClick para criar menus de contexto rapidamente. A aplicação Ficheiros já mostra o menu de ações ao clicar com o botão direito em ficheiros e pastas. "
},
-"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 d74bdca..e73aafc 100644
--- a/l10n/pt_PT.json
+++ b/l10n/pt_PT.json
@@ -7,5 +7,5 @@
"Right click" : "Clique lado direito",
"Right click menu for Nextcloud" : "Menu lado direito para Nextcloud",
"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Esta aplicação permite que utilizadores e desenvolvedores tenham um menu do botão direito. Basta usar o objeto RightClick para criar menus de contexto rapidamente. A aplicação Ficheiros já mostra o menu de ações ao clicar com o botão direito em ficheiros e pastas. "
-},"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