summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-24 03:16:22 +0000
committerNextcloud bot <bot@nextcloud.com>2022-05-24 03:16:22 +0000
commitf3c824bfaef851a9eec45ef7a3f12588383caf76 (patch)
tree0c9aea638cfff237318ded59c4194b6ac2e803ab
parentc8f781cd3567481c7f761224a2bf68cfd55eb011 (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 db2001543..7834cea3c 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -133,4 +133,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Notificar un error"
},
-"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 ace89c2fa..621599cbe 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -130,5 +130,5 @@
"Keyboard shortcuts" : "Atajos de teclado",
"Documentation" : "Documentación",
"Report a bug" : "Notificar un error"
-},"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 1585e1913..928a6122b 100644
--- a/l10n/es_419.js
+++ b/l10n/es_419.js
@@ -110,4 +110,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 29677471d..bc5228b98 100644
--- a/l10n/es_419.json
+++ b/l10n/es_419.json
@@ -107,5 +107,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 750025374..aa723eadb 100644
--- a/l10n/es_AR.js
+++ b/l10n/es_AR.js
@@ -111,4 +111,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 41e64f974..fe1337062 100644
--- a/l10n/es_AR.json
+++ b/l10n/es_AR.json
@@ -108,5 +108,5 @@
"Keyboard shortcuts" : "Atajos de teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 1585e1913..928a6122b 100644
--- a/l10n/es_CL.js
+++ b/l10n/es_CL.js
@@ -110,4 +110,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 29677471d..bc5228b98 100644
--- a/l10n/es_CL.json
+++ b/l10n/es_CL.json
@@ -107,5 +107,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 1585e1913..928a6122b 100644
--- a/l10n/es_CO.js
+++ b/l10n/es_CO.js
@@ -110,4 +110,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 29677471d..bc5228b98 100644
--- a/l10n/es_CO.json
+++ b/l10n/es_CO.json
@@ -107,5 +107,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 1585e1913..928a6122b 100644
--- a/l10n/es_CR.js
+++ b/l10n/es_CR.js
@@ -110,4 +110,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 29677471d..bc5228b98 100644
--- a/l10n/es_CR.json
+++ b/l10n/es_CR.json
@@ -107,5 +107,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 1585e1913..928a6122b 100644
--- a/l10n/es_DO.js
+++ b/l10n/es_DO.js
@@ -110,4 +110,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 29677471d..bc5228b98 100644
--- a/l10n/es_DO.json
+++ b/l10n/es_DO.json
@@ -107,5 +107,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 1585e1913..928a6122b 100644
--- a/l10n/es_EC.js
+++ b/l10n/es_EC.js
@@ -110,4 +110,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 29677471d..bc5228b98 100644
--- a/l10n/es_EC.json
+++ b/l10n/es_EC.json
@@ -107,5 +107,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 1585e1913..928a6122b 100644
--- a/l10n/es_GT.js
+++ b/l10n/es_GT.js
@@ -110,4 +110,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 29677471d..bc5228b98 100644
--- a/l10n/es_GT.json
+++ b/l10n/es_GT.json
@@ -107,5 +107,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 1585e1913..928a6122b 100644
--- a/l10n/es_HN.js
+++ b/l10n/es_HN.js
@@ -110,4 +110,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 29677471d..bc5228b98 100644
--- a/l10n/es_HN.json
+++ b/l10n/es_HN.json
@@ -107,5 +107,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 5228a4228..f69e0ffe0 100644
--- a/l10n/es_MX.js
+++ b/l10n/es_MX.js
@@ -111,4 +111,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 fd2738bb2..470b3c76f 100644
--- a/l10n/es_MX.json
+++ b/l10n/es_MX.json
@@ -108,5 +108,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 1585e1913..928a6122b 100644
--- a/l10n/es_NI.js
+++ b/l10n/es_NI.js
@@ -110,4 +110,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 29677471d..bc5228b98 100644
--- a/l10n/es_NI.json
+++ b/l10n/es_NI.json
@@ -107,5 +107,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 1585e1913..928a6122b 100644
--- a/l10n/es_PA.js
+++ b/l10n/es_PA.js
@@ -110,4 +110,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 29677471d..bc5228b98 100644
--- a/l10n/es_PA.json
+++ b/l10n/es_PA.json
@@ -107,5 +107,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 1585e1913..928a6122b 100644
--- a/l10n/es_PE.js
+++ b/l10n/es_PE.js
@@ -110,4 +110,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 29677471d..bc5228b98 100644
--- a/l10n/es_PE.json
+++ b/l10n/es_PE.json
@@ -107,5 +107,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 1585e1913..928a6122b 100644
--- a/l10n/es_PR.js
+++ b/l10n/es_PR.js
@@ -110,4 +110,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 29677471d..bc5228b98 100644
--- a/l10n/es_PR.json
+++ b/l10n/es_PR.json
@@ -107,5 +107,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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 1585e1913..928a6122b 100644
--- a/l10n/es_PY.js
+++ b/l10n/es_PY.js
@@ -110,4 +110,4 @@ OC.L10N.register(
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
},
-"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 29677471d..bc5228b98 100644
--- a/l10n/es_PY.json
+++ b/l10n/es_PY.json
@@ -107,5 +107,5 @@
"Keyboard shortcuts" : "Atajos del teclado",
"Documentation" : "Documentación",
"Report a bug" : "Reportar una falla"
-},"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