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

he.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05692d4ad519c092e0288299b929737ebd3c90b1 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "הכרזות Nextcloud",
    "Nextcloud announcement" : "הכרזת Nextcloud",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "הכרזות Nextcloud מביאות את החדשות העדכניות ביותר של Nextcloud להתראות שלך",
    "Shows the latest news of Nextcloud in your notifications." : "מציג את החדשות העדכניות ביותר של Nextcloud בהתראות שלך.",
    "These groups will be notified about the announcements." : "הקבוצות האלו יקבלו התראות על ההכרזות."
},
"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;");