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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/l10n/es_CO.json')
-rw-r--r--apps/files_versions/l10n/es_CO.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_versions/l10n/es_CO.json b/apps/files_versions/l10n/es_CO.json
index 35cc22a46e3..4348982b777 100644
--- a/apps/files_versions/l10n/es_CO.json
+++ b/apps/files_versions/l10n/es_CO.json
@@ -1,7 +1,7 @@
{ "translations": {
"Versions" : "Versiones",
"Failed to revert {file} to revision {timestamp}." : "Falla al revertir {file} a revisiĆ³n {timestamp}.",
- "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
+ "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],
"Restore" : "Restaurar"
-},"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