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

he.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be4fb0f8d1283fa214280222b7f9b4a7e612ef90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "התרעות למנהלים",
    "Notifications" : "התרעות",
    "This app provides a backend and frontend for the notification API available in Nextcloud." : "יישומון זה מספק מנגנון ומנשק משתמש ל־API של ההתראות שזמין ב־Nextcloud.",
    "Dismiss all notifications" : "התעלמות מכל ההתראות",
    "Requesting browser permissions to show notifications" : "מתבצעת בקשה מול הדפדפן להציג התראות",
    "No notifications" : "אין התרעות",
    "Failed to dismiss all notifications" : "התעלמות מכל ההתרעות נכשלה",
    "Failed to perform action" : "הפעולה נכשלה",
    "Dismiss" : "התעלמות",
    "Failed to dismiss notification" : "ההתעלמות מההתרעה נכשלה",
    "in {path}" : "תחת {path}"
},
"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;");