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

he.json « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44cc8fd32dd586f66fab4141ed8453384f99e748 (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
{ "translations": {
    "Saving…" : "מתבצעת שמירה…",
    "saved!" : "נשמר!",
    "failed!" : "נכשל!",
    "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",
    "You can not open a folder" : "לא ניתן לפתוח תיקייה",
    "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." : "אירעה שגיאת שרת פנימית.",
    "You can not write to a folder" : "לא ניתן לכתוב לתיקייה",
    "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" : "קובץ mtime לא סופק",
    "Share not found" : "השיתוף לא נמצא",
    "You are not authorized to open this share" : "אין לך הרשאה לפתוח את השיתוף הזה",
    "Invalid range request" : "בקשת הטווח שגויה",
    "Plain text editor" : "עורך טקסט פשוט",
    "saving..." : "בשמירה..."
},"pluralForm" :"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;"
}