diff options
Diffstat (limited to 'apps/files_versions/l10n/es_CL.json')
-rw-r--r-- | apps/files_versions/l10n/es_CL.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_versions/l10n/es_CL.json b/apps/files_versions/l10n/es_CL.json index 35cc22a46e3..4348982b777 100644 --- a/apps/files_versions/l10n/es_CL.json +++ b/apps/files_versions/l10n/es_CL.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 |