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

he.js « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c34ce27bb01d3cca6a2eaa478d0f92402d0c51e5 (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
OC.L10N.register(
    "lib",
    {
    "Help" : "עזרה",
    "Personal" : "אישי",
    "Settings" : "הגדרות",
    "Users" : "משתמשים",
    "Admin" : "מנהל",
    "web services under your control" : "שירותי רשת תחת השליטה שלך",
    "Application is not enabled" : "יישומים אינם מופעלים",
    "Authentication error" : "שגיאת הזדהות",
    "Token expired. Please reload page." : "פג תוקף. נא לטעון שוב את הדף.",
    "%s shared »%s« with you" : "%s שיתף/שיתפה איתך את »%s«",
    "Could not find category \"%s\"" : "לא ניתן למצוא את הקטגוריה „%s“",
    "seconds ago" : "שניות",
    "_%n minute ago_::_%n minutes ago_" : ["","לפני %n דקות"],
    "_%n hour ago_::_%n hours ago_" : ["","לפני %n שעות"],
    "today" : "היום",
    "yesterday" : "אתמול",
    "_%n day go_::_%n days ago_" : ["","לפני %n ימים"],
    "last month" : "חודש שעבר",
    "_%n month ago_::_%n months ago_" : ["","לפני %n חודשים"],
    "last year" : "שנה שעברה",
    "years ago" : "שנים",
    "A valid username must be provided" : "יש לספק שם משתמש תקני",
    "A valid password must be provided" : "יש לספק ססמה תקנית"
},
"nplurals=2; plural=(n != 1);");