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/he.js')
-rw-r--r--apps/files_versions/l10n/he.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_versions/l10n/he.js b/apps/files_versions/l10n/he.js
index 09e655c422f..d9f9d69bbcc 100644
--- a/apps/files_versions/l10n/he.js
+++ b/apps/files_versions/l10n/he.js
@@ -4,9 +4,9 @@ OC.L10N.register(
"Could not revert: %s" : "לא ניתן להחזיר: %s",
"Versions" : "גרסאות",
"Failed to revert {file} to revision {timestamp}." : "נכשל אחזור {file} לגרסה {timestamp}.",
- "_%n byte_::_%n bytes_" : ["%n בייט","%n בייטים"],
+ "_%n byte_::_%n bytes_" : ["%n בייט","%n בייטים","%n בייטים"],
"Restore" : "שחזור",
"No earlier versions available" : "אין גרסאות קודמות זמינות",
"More versions …" : "גרסאות נוספות…"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);");