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: 23561a4d3a5a84cca38ccde10c5cf653206dcab5 (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
OC.L10N.register(
    "lib",
    {
    "Help" : "עזרה",
    "Personal" : "אישי",
    "Users" : "משתמשים",
    "Admin" : "מנהל",
    "today" : "היום",
    "yesterday" : "אתמול",
    "_%n day ago_::_%n days ago_" : ["",""],
    "last month" : "חודש שעבר",
    "_%n month ago_::_%n months ago_" : ["","לפני %n חודשים"],
    "last year" : "שנה שעברה",
    "_%n year ago_::_%n years ago_" : ["",""],
    "_%n hour ago_::_%n hours ago_" : ["","לפני %n שעות"],
    "_%n minute ago_::_%n minutes ago_" : ["","לפני %n דקות"],
    "seconds ago" : "שניות",
    "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“",
    "A valid username must be provided" : "יש לספק שם משתמש תקני",
    "A valid password must be provided" : "יש לספק ססמה תקנית"
},
"nplurals=2; plural=(n != 1);");