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

he.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0831ef04a4cf2f8e23335702b609e0334e16c429 (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
OC.L10N.register(
    "files_texteditor",
    {
    "Saving …" : "מתבצעת שמירה…",
    "Saved!" : "נשמר!",
    "Saved" : "נשמר",
    "There was a problem saving your changes. Click to resume editing." : "אירעה בעייה בשמירת השינויים. יש ללחוץ לחידוש העריכה.",
    "Edit in plain text editor" : "עריכה בעורך טקסט פשוט",
    "An error occurred!" : "אירעה תקלה!",
    "Edit" : "עריכה",
    "Mixed" : "מעורב",
    "Preview" : "תצוגה מקדימה",
    "New text file" : "קובץ טקסט חדש",
    "New text file.txt" : "קובץ טקסט חדש.txt",
    "This file is too big to be opened. Please download the file instead." : "קובץ זה גדול מדי לפתיחה. יש להוריד את הקובץ במקום",
    "Cannot read the file." : "לא ניתן לקרוא את הקובץ.",
    "Invalid file path supplied." : "סופק נתיב קובץ לא חוקי.",
    "The file is locked." : "הקובץ נעול.",
    "An internal server error occurred." : "אירעה שגיאת שרת פנימית.",
    "Cannot save file as it has been modified since opening." : "לא ניתן לשמור קובץ כיוון שנערך מאז שנפתח.",
    "Could not write to file." : "לא ניתן לכתוב לקובץ.",
    "Insufficient permissions." : "אין מספיק הרשאות.",
    "File path not supplied." : "לא סופק נתיב לקובץ.",
    "File mtime not supplied." : "מועד השינוי של הקובץ לא סופק.",
    "Share not found" : "השיתוף לא נמצא",
    "You are not authorized to open this share" : "אין לך הרשאה לפתוח את השיתוף הזה",
    "Invalid range request" : "בקשת הטווח שגויה",
    "Plain text editor" : "עורך טקסט פשוט",
    "Open, save and edit text files" : "פתיחה, שמירה ועריכה של קובצי טקסט",
    "saved!" : "נשמר!",
    "failed!" : "נכשל!",
    "You can not open a folder." : "לא ניתן לפתוח תיקייה.",
    "You can not write to a folder." : "לא ניתן לכתוב לתיקייה.",
    "You can not open a folder" : "לא ניתן לפתוח תיקייה"
},
"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;");