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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/he.js')
-rw-r--r--l10n/he.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/l10n/he.js b/l10n/he.js
index f210b6e..2780e34 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -1,6 +1,13 @@
OC.L10N.register(
"files_texteditor",
{
+ "saving..." : "בשמירה...",
+ "saved!" : "נשמר!",
+ "failed!" : "נכשל!",
+ "Saved" : "נשמר",
+ "There was a problem saving your changes. Click to resume editing." : "אירעה בעייה בשמירת השינויים. יש ללחוץ לחידוש העריכה.",
+ "An error occurred!" : "אירעה תקלה!",
+ "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." : "סופק נתיב קובץ לא חוקי.",
@@ -9,13 +16,6 @@ OC.L10N.register(
"Cannot save file as it has been modified since opening" : "לא ניתן לשמור את הקובץ כיוון שהקובץ שונה מאז פתיחתו",
"Insufficient permissions" : "אין הרשאות מספקות",
"File path not supplied" : "נתיב קובץ לא סופק",
- "File mtime not supplied" : "קובץ mtime לא סופק",
- "saving..." : "בשמירה...",
- "saved!" : "נשמר!",
- "failed!" : "נכשל!",
- "Saved" : "נשמר",
- "There was a problem saving your changes. Click to resume editing." : "אירעה בעייה בשמירת השינויים. יש ללחוץ לחידוש העריכה.",
- "An error occurred!" : "אירעה תקלה!",
- "New text file.txt" : "קובץ טקסט חדש.txt"
+ "File mtime not supplied" : "קובץ mtime לא סופק"
},
"nplurals=2; plural=(n != 1);");