diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-07-02 02:13:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-07-02 02:13:41 +0000 |
commit | 9beda013c159e857113de1d9ab3314ed9c85d5f9 (patch) | |
tree | eb969eb6c23850e92fffb39722f0c569c6ce7dba /apps/files/l10n/he.js | |
parent | 7dafa24f7119fcfa1f2d6c85dfcc751087b9de80 (diff) | |
download | nextcloud-server-9beda013c159e857113de1d9ab3314ed9c85d5f9.tar.gz nextcloud-server-9beda013c159e857113de1d9ab3314ed9c85d5f9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/he.js')
-rw-r--r-- | apps/files/l10n/he.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/he.js b/apps/files/l10n/he.js index 8c87d9eeeda..ea24c852a9f 100644 --- a/apps/files/l10n/he.js +++ b/apps/files/l10n/he.js @@ -135,9 +135,8 @@ OC.L10N.register( "Unlimited" : "ללא הגבלה", "Upload (max. %s)" : "העלאה (מקסימום %s)", "File Management" : "ניהול קבצים", - "%s of %s used" : "%s מתוך %s בשימוש", - "%1$s%% of %2$s used" : "%1$s%% מתוך %2$s בשימוש", "%s used" : "%s בשימוש", + "%1$s of %2$s used" : "%1$s מתוך %2$s בשימוש", "Settings" : "הגדרות", "Show hidden files" : "הצגת קבצים נסתרים", "WebDAV" : "WebDAV", @@ -167,7 +166,8 @@ OC.L10N.register( "Save" : "שמירה", "With PHP-FPM it might take 5 minutes for changes to be applied." : "בשימוש ב- PHP-FPM זה יכול להמשך 5 דקות לשינויים לחול.", "Missing permissions to edit from here." : "חסרות הרשאות לעריכה מכאן.", + "%s of %s used" : "%s מתוך %s בשימוש", "Cancel upload" : "ביטול העלאה", - "%1$s of %2$s used" : "%1$s מתוך %2$s בשימוש" + "%1$s%% of %2$s used" : "%1$s%% מתוך %2$s בשימוש" }, "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;"); |