diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
commit | aaf759bbb09e695de63fafe09405fe71dc6cc3bb (patch) | |
tree | e33e0e883f0ecfc19573b4ca065f17a6f36fbac1 /apps/files/l10n/he.js | |
parent | 752f3a39f9e4745a241063ff7f3322b753fa7bbb (diff) | |
download | nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.tar.gz nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.zip |
Fix(l10n): ๐ Update translations 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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/he.js b/apps/files/l10n/he.js index a4b4bedd68b..f7a920707c9 100644 --- a/apps/files/l10n/he.js +++ b/apps/files/l10n/he.js @@ -129,7 +129,6 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "ืงืืืฅ ืื ืชืืงืืื <strong>ืฉืื ื<strong/>", "A favorite file or folder has been <strong>changed</strong>" : "ืงืืืฅ ืื ืชืืงืืื ืืืืืขืืคืื <strong>ื ืขืจืื</strong>", "All files" : "ืื ืืงืืฆืื", - "Unlimited" : "ืืื ืืืืื", "Upload (max. %s)" : "ืืขืืื (ืืงืกืืืื %s)", "Accept" : "ืงืืื", "Reject" : "ืืืืื", @@ -163,9 +162,6 @@ OC.L10N.register( "Error while loading the file data" : "ืฉืืืื ืืืขืื ืช ื ืชืื ื ืืงืืืฅ", "Cancel" : "ืืืืื", "Create" : "ืืฆืืจื", - "%s used" : "%s ืืฉืืืืฉ", - "%1$s of %2$s used" : "%1$s ืืชืื %2$s ืืฉืืืืฉ", - "WebDAV" : "WebDAV", "Toggle grid view" : "ืืืืคืช ืชืฆืืืช ืืืื", "No files in here" : "ืืื ืืื ืงืืฆืื", "Upload some content or sync with your devices!" : "ืืฉ ืืืขืืืช ืงืฆืช ืชืืื ืื ืืกื ืืจื ืขื ืืืชืงื ืื ืฉืื!", @@ -189,7 +185,11 @@ OC.L10N.register( "You donโt have permission to upload or create files here" : "ืืื ืื ืืจืฉืืืช ืืืขืืืช ืื ืืืฆืืจ ืงืืฆืื ืืื", "New" : "ืืืฉ", "Copied!" : "ืืืขืชืงื ืืืฉืืื!", + "Unlimited" : "ืืื ืืืืื", "Cannot transfer ownership of a file or folder you don't own" : "ืืื ืื ืืคืฉืจืืช ืืืขืืืจ ืืขืืืช ืขื ืงืืืฅ ืื ืชืืงืืื ืฉืืื ืื ืืขืืืช ืขืืืื", - "Settings" : "ืืืืจืืช" + "%s used" : "%s ืืฉืืืืฉ", + "%1$s of %2$s used" : "%1$s ืืชืื %2$s ืืฉืืืืฉ", + "Settings" : "ืืืืจืืช", + "WebDAV" : "WebDAV" }, "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;"); |