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

he.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b7bf0fde439e5e77472841af7fdb9dad7b96900 (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
OC.L10N.register(
    "user_status",
    {
    "Recent statuses" : "מצבים אחרונים",
    "In a meeting" : "בפגישה",
    "Commuting" : "בדרכים",
    "Out sick" : "בחופשת מחלה",
    "Vacationing" : "בחופש",
    "Working remotely" : "בעבודה מרחוק",
    "User status" : "מצב משתמש",
    "Clear status message after" : "מחיקת הודעת מצב לאחר",
    "Set status" : "הגדרת מצב",
    "Online status" : "מצב מקוון",
    "Status message" : "הודעת מצב",
    "Clear status message" : "פינוי הודעת המצב",
    "Set status message" : "הגדרת הודעת מצב",
    "There was an error saving the status" : "אירעה שגיאה בשמירת המצב",
    "There was an error clearing the status" : "אירעה שגיאה בפינוי המצב",
    "No recent status changes" : "אין שינויים אחרונים למצב",
    "Away" : "לא פה",
    "Do not disturb" : "לא להפריע",
    "{status}, {timestamp}" : "{status}, {timestamp}",
    "Don't clear" : "לא לפנות",
    "Today" : "היום",
    "This week" : "השבוע",
    "Online" : "מקוון",
    "Invisible" : "נסתרת",
    "Offline" : "בלתי מקוון",
    "There was an error saving the new status" : "אירעה שגיאה בשמירת המצב החדש",
    "30 minutes" : "30 דקות",
    "1 hour" : "שעה",
    "4 hours" : "4 שעות",
    "Mute all notifications" : "השתקת כל ההתראות",
    "Appear offline" : "להופיע במצב בלתי מקוון",
    "What's your status?" : "מה המצב שלך?"
},
"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;");