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

he.js « l10n « dav « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 85713826bd01d4d8ae72b8c38523d8042d5de8b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
OC.L10N.register(
    "dav",
    {
    "Calendar" : "יומן",
    "Todos" : "משימות מטלות",
    "Personal" : "אישי",
    "{actor} created calendar {calendar}" : "היומן {calendar} נוצר על ידי {actor}",
    "You created calendar {calendar}" : "מחקת את היומן {calendar}",
    "{actor} deleted calendar {calendar}" : "היומן {calendar} נמחק על ידי {actor}",
    "You deleted calendar {calendar}" : "מחקת את היומן {calendar}",
    "{actor} updated calendar {calendar}" : "היומן {calendar} עודכן על ידי {actor}",
    "You updated calendar {calendar}" : "עדכנת את היומן {calendar}",
    "You shared calendar {calendar} as public link" : "שיתפת את היומן {calendar} כקישור ציבורי",
    "You removed public link for calendar {calendar}" : "הסרת את הקישור הציבורי ליומן {calendar}",
    "{actor} shared calendar {calendar} with you" : "שותף אתך לוח השנה {calendar} על ידי {actor}",
    "You shared calendar {calendar} with {user}" : "שיתפת לוח שנה {calendar} עם {user}",
    "{actor} shared calendar {calendar} with {user}" : "לוח השנה {calendar} שותף על ידי {actor} עם {user}",
    "You unshared calendar {calendar} from {user}" : "ביטלת את שיתוף לוח השנה {calendar} עם {user}",
    "You created event {event} in calendar {calendar}" : "יצרת אירוע {event} בלוח השנה {calendar}",
    "You deleted event {event} from calendar {calendar}" : "מחקת אירוע {event} מלוח השנה {calendar}",
    "You updated event {event} in calendar {calendar}" : "עדכנת את האירוע {event} בלוח השנה {calendar}",
    "{actor} created todo {todo} in list {calendar}" : "המשימה לביצוע {todo} ברשימה {calendar} נוצרה על ידי {actor}",
    "You created todo {todo} in list {calendar}" : "יצרת את המשימה לביצוע {todo} ברשימה {calendar}",
    "{actor} deleted todo {todo} from list {calendar}" : "המשימה לביצוע {todo} מהרשימה {calendar} נמחקה על ידי {actor}",
    "You deleted todo {todo} from list {calendar}" : "מחקת את המשימה לביצוע {todo} מהרשימה {calendar}",
    "{actor} updated todo {todo} in list {calendar}" : "המשימה לביצוע {todo} ברשימה {calendar} עודכנה על ידי {actor}",
    "You updated todo {todo} in list {calendar}" : "עדכנת את המשימה לביצוע {todo} ברשימה {calendar}",
    "{actor} solved todo {todo} in list {calendar}" : "המשימה לביצוע {todo} ברשימה {calendar} נפתרה על ידי {actor}",
    "You solved todo {todo} in list {calendar}" : "פתרת משימה לביצוע {todo} ברשימה {calendar}",
    "{actor} reopened todo {todo} in list {calendar}" : "המשימה לביצוע {todo} ברשימה {calendar} נפתחה מחדש על ידי {actor}",
    "You reopened todo {todo} in list {calendar}" : "פתחת מחדש את המשימה לביצוע {todo} ברשימה {calendar}",
    "A <strong>calendar</strong> was modified" : " <strong>יומן</strong> נערך",
    "A calendar <strong>event</strong> was modified" : "<strong>אירוע</strong> ביומן נערך",
    "Contact birthdays" : "ימי הולדת של אנשי קשר",
    "%s via %s" : "%s דרך %s",
    "Invitation canceled" : "ההזמנה בוטלה",
    "Hello %s," : "שלום %s,",
    "The meeting »%s« with %s was canceled." : "הפגישה „%s” עם %s בוטלה.",
    "Invitation updated" : "ההזמנה עודכנה",
    "The meeting »%s« with %s was updated." : "הפגישה „%s” עם %s עודכנה.",
    "When:" : "מתי:",
    "Where:" : "איפה:",
    "Description:" : "תיאור:",
    "Link:" : "קישור:",
    "Contacts" : "אנשי קשר",
    "WebDAV" : "WebDAV",
    "WebDAV endpoint" : "נקודת קצה WebDAV",
    "Technical details" : "פרטים טכניים",
    "Remote Address: %s" : "כתובת מרוחקת: %s",
    "Request ID: %s" : "מזהה בקשה: %s",
    "CalDAV server" : "שרת CalDAV",
    "Send invitations to attendees" : "שליחת הזמנות למשתתפים",
    "Please make sure to properly set up the email settings above." : "נא לוודא שהגדרת את הדוא״ל שלהלן כראוי.",
    "Automatically generate a birthday calendar" : "יצירת יומן ימי הולדת אוטומטית",
    "Birthday calendars will be generated by a background job." : "יומני ימי הולדת ייווצרו על ידי משימה ברקע.",
    "Hence they will not be available immediately after enabling but will show up after some time." : "לכן הם לא יהיה זמינים מיד לאחר ההפעלה אלא הם יופיעו לאחר זמן מה."
},
"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;");