2016-01-09 09:21:26 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"notes",
|
|
|
|
{
|
|
|
|
"Notes" : "הערות",
|
2018-11-16 04:30:08 +03:00
|
|
|
"The last viewed note cannot be accessed. " : "אין גישה לפתק האחרון שנצפה.",
|
|
|
|
"The notes folder is not accessible: %s" : "תיקיית הפתקים אינה נגישה: %s",
|
2018-05-31 03:31:14 +03:00
|
|
|
"Error" : "שגיאה",
|
2020-04-14 05:47:41 +03:00
|
|
|
"New note" : "הערה חדשה",
|
2018-05-31 03:31:14 +03:00
|
|
|
"Distraction-free notes and writing" : "פתקים וכתיבה ללא הסחות דעת",
|
2018-09-13 03:30:40 +03:00
|
|
|
"Settings" : "הגדרות",
|
2020-02-02 05:47:28 +03:00
|
|
|
"There are unsaved notes. Leaving the page will discard all changes!" : "ישנן הערות שלא נשמרו. יציאה מהעמוד תעלים את השינויים שערכת!",
|
2018-09-13 03:30:40 +03:00
|
|
|
"Folder to store your notes" : "תיקייה לאחסון הפתקיות שלך",
|
|
|
|
"path to notes" : "נתיב לפתקיות",
|
|
|
|
"File extension for new notes" : "סיומת קובץ לפתקיות חדשות",
|
2019-05-23 05:34:26 +03:00
|
|
|
"All notes" : "כל הפתקים",
|
|
|
|
"Categories" : "קטגוריות",
|
2020-04-27 05:44:32 +03:00
|
|
|
"Loading …" : "בטעינה",
|
2019-08-05 05:37:19 +03:00
|
|
|
"Today" : "היום",
|
|
|
|
"Yesterday" : "אתמול",
|
|
|
|
"This week" : "השבוע",
|
|
|
|
"This month" : "החודש",
|
2020-04-15 05:47:56 +03:00
|
|
|
"Rename" : "שינוי שם",
|
2019-10-26 05:39:23 +03:00
|
|
|
"Delete note" : "מחיקת הערה",
|
2019-08-05 05:37:19 +03:00
|
|
|
"Remove from favorites" : "הסרה מהמועדפים",
|
|
|
|
"Add to favorites" : "הוספה למועדפים",
|
2019-12-22 06:21:05 +03:00
|
|
|
"Details" : "פרטים",
|
|
|
|
"Preview" : "תצוגה מקדימה",
|
|
|
|
"Edit" : "עריכה",
|
2019-03-21 04:33:42 +03:00
|
|
|
"Category" : "קטגוריה",
|
2019-05-23 05:34:26 +03:00
|
|
|
"Uncategorized" : "ללא קטגוריה",
|
2018-04-03 03:29:22 +03:00
|
|
|
"Saving failed!" : "השמירה נכשלה!",
|
2019-12-22 06:21:05 +03:00
|
|
|
"_%n word_::_%n words_" : ["%n מילה","%n מילים","%n מילים","%n מילים"],
|
|
|
|
"Android app" : "יישומון ל־Android",
|
|
|
|
"iOS app" : "יישומון ל־iOS"
|
2016-01-09 09:21:26 +03:00
|
|
|
},
|
2018-05-18 03:33:49 +03:00
|
|
|
"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;");
|