diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-05-17 02:29:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-05-17 02:29:30 +0000 |
commit | 67472b716718de6d09fbf386fc08ee4213de6e0b (patch) | |
tree | ef34fae447de89d22dc145af7f26652141e0b28b /apps/files/l10n/he.js | |
parent | ab0548e4edb1d2cf47718f752272d68aa6be07e2 (diff) | |
download | nextcloud-server-67472b716718de6d09fbf386fc08ee4213de6e0b.tar.gz nextcloud-server-67472b716718de6d09fbf386fc08ee4213de6e0b.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/he.js')
-rw-r--r-- | apps/files/l10n/he.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/he.js b/apps/files/l10n/he.js index 8316c8c0175..d977a0ee12b 100644 --- a/apps/files/l10n/he.js +++ b/apps/files/l10n/he.js @@ -39,7 +39,6 @@ OC.L10N.register( "Could not load info for file \"{file}\"" : "לא ניתן לטעון מידע על הקובץ „{file}”", "Files" : "קבצים", "Details" : "פרטים", - "Select" : "בחר", "Pending" : "ממתין", "Unable to determine date" : "לא ניתן לקבוע תאריך", "This operation is forbidden" : "פעולה זו אסורה", @@ -188,6 +187,7 @@ OC.L10N.register( "Deleted shares" : "שיתופים שנמחקו", "Pending shares" : "שיתופים ממתינים", "Text file" : "קובץ טקסט", - "New text file.txt" : "קובץ טקסט חדש.txt" + "New text file.txt" : "קובץ טקסט חדש.txt", + "Select" : "בחר" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); |