Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/he.js')
-rw-r--r--l10n/he.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/l10n/he.js b/l10n/he.js
index 86193ff..d7527d7 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -1,14 +1,14 @@
OC.L10N.register(
"notifications",
{
- "in {path}" : "תחת {path}",
+ "Admin notifications" : "התרעות למנהלים",
"Notifications" : "התרעות",
- "No notifications" : "אין התרעות",
- "Dismiss" : "התעלמות",
+ "This app provides a backend and frontend for the notification API available in Nextcloud." : "יישומון זה מספק מנגנון ומנשק משתמש ל־API של ההתראות שזמין ב־Nextcloud.",
+ "Failed to dismiss all notifications" : "התעלמות מכל ההתרעות נכשלה",
"Failed to perform action" : "הפעולה נכשלה",
"Failed to dismiss notification" : "ההתעלמות מההתרעה נכשלה",
- "Failed to dismiss all notifications" : "התעלמות מכל ההתרעות נכשלה",
- "Admin notifications" : "התרעות למנהלים",
- "This app provides a backend and frontend for the notification API available in Nextcloud." : "יישומון זה מספק מנגנון ומנשק משתמש ל־API של ההתראות שזמין ב־Nextcloud."
+ "in {path}" : "תחת {path}",
+ "No notifications" : "אין התרעות",
+ "Dismiss" : "התעלמות"
},
"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;");