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: a806226e1c77fd8018b9f79613bbe421c6096126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "notifications",
    {
    "Failed to perform action" : "הפעולה נכשלה",
    "Failed to dismiss notification" : "ההתעלמות מההתרעה נכשלה",
    "Failed to dismiss all notifications" : "התעלמות מכל ההתרעות נכשלה",
    "in {path}" : "תחת {path}",
    "Admin notifications" : "התרעות למנהלים",
    "Notifications" : "התרעות",
    "This app provides a backend and frontend for the notification API available in Nextcloud." : "יישומון זה מספק מנגנון ומנשק משתמש ל־API של ההתראות שזמין ב־Nextcloud.",
    "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;");