f7cloud_client/apps/nextcloud_announcements/l10n/he.js
2026-03-05 13:40:40 +00:00

12 lines
694 B
JavaScript

OC.L10N.register(
"nextcloud_announcements",
{
"Nextcloud announcements" : "הכרזות Nextcloud",
"Nextcloud announcement" : "הכרזת Nextcloud",
"Read more" : "מידע נוסף",
"Disable announcements" : "השבתת הכרזות",
"(These announcements are only shown to administrators)" : "(ההכרזות האלו מופיעות למנהלים בלבד)",
"Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "הכרזות Nextcloud מביאות את החדשות העדכניות ביותר של Nextcloud להתראות שלך"
},
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");