l10n/he.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 79
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 78
mnd 0
bc 0
fnc 0
dl 0
loc 79
bpm 0
cpm 0
noi 1
c 0
b 0
f 0
1
OC.L10N.register(
0 ignored issues
show
Bug introduced by
The variable OC seems to be never declared. If this is a global, consider adding a /** global: OC */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
2
    "analytics",
3
    {
4
    "Data" : "נתונים",
5
    "Choose a data source from the dropdown and press \"+\"" : "בחר מקום מידע מהתפריט הנפתח ולחץ על כפתור ה\"+\"",
6
    "Value" : "ערך",
7
    "Please select data source" : "אבא בחר מקור מידע",
8
    "Saved" : "נשמרה",
9
    "Are you sure?" : "האם הינך בטוח?",
10
    "Load started" : "טעינה החלה",
11
    "Delete" : "מחיקה",
12
    "Done" : "הסתיים",
13
    "Loading" : "בטעינה",
14
    "OK" : "אישור",
15
    "Cancel" : "ביטול",
16
    "Filter" : "מסנן",
17
    "Add" : "הוספה",
18
    "Bar" : "בר",
19
    "Overview" : "סקירה",
20
    "Remove from favorites" : "הסרה מהמועדפים",
21
    "Delete folder" : "מחיקת תיקייה",
22
    "Add to favorites" : "הוספה למועדפים",
23
    "Share" : "שתף",
24
    "Save" : "שמירה",
25
    "Download" : "הורדה",
26
    "Report" : "דיווח",
27
    "New" : "חדש",
28
    "Share link" : "קישור שיתוף",
29
    "Link copied" : "הקישור הועתק",
30
    "Type" : "סוג",
31
    "Notification" : "הוֹדָעָה",
32
    "Date" : "תאריך",
33
    "Year" : "שנה",
34
    "New in" : "חדש ב־",
35
    "View changelog" : "הצגת יומן שינויים",
36
    "Search" : "חיפוש",
37
    "Total" : "סך הכול",
38
    "Yes" : "כן",
39
    "No" : "לא",
40
    "Select columns" : "בחירת עמודות",
41
    "e.g. 1,2,4 or leave empty" : "למשל: 1,2,4 או להשאיר ריק",
42
    "Authentication" : "אימות",
43
    "Version" : "גרסה",
44
    "Local" : "מקומי",
45
    "File" : "קובץ",
46
    "Announcements" : "הכרזות",
47
    "copy" : "עותק",
48
    "The password is wrong. Try again." : "הססמה שגויה. נא לנסות שוב.",
49
    "Password" : "ססמה",
50
    "Options" : "אפשרויות",
51
    "Favorites" : "מועדפים",
52
    "Translate" : "תרגום",
53
    "Back" : "חזרה",
54
    "Settings" : "הגדרות",
55
    "Name" : "שם",
56
    "Display" : "תצוגה",
57
    "Chart" : "תרשים",
58
    "Advanced" : "מתקדם",
59
    "Open documentation" : "פתיחת תיעוד",
60
    "Update" : "עדכון",
61
    "Export" : "ייצוא",
62
    "Description" : "תיאור",
63
    "Import" : "ייבוא",
64
    "Others" : "חרים",
65
    "Setting" : "הגדרות",
66
    "Title" : "תפקיד",
67
    "Copy" : "העתקה",
68
    "Daily" : "יומי",
69
    "Hourly" : "שעתי",
70
    "Basic settings" : "הגדרות בסיסיות",
71
    "Unshare" : "ביטול שיתוף",
72
    "Password protection" : "הגנה בססמה",
73
    "Copy link" : "העתקת קישור",
74
    "Color" : "צבע",
75
    "Get more information" : "קבלת מידע נוסף",
76
    "Nextcloud forum" : "הפורום של Nextcloud",
77
    "Create" : "יצירה"
78
},
79
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
80