notes/l10n/he.js

25 строки
1.4 KiB
JavaScript
Исходник Обычный вид История

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
"Encryption Error" : "שגיאת הצפנה",
"Error" : "שגיאה",
2019-05-23 05:34:26 +03:00
"New note" : "הערה חדשה",
2018-05-31 03:31:14 +03:00
"Distraction-free notes and writing" : "פתקים וכתיבה ללא הסחות דעת",
2019-05-23 05:34:26 +03:00
"There are unsaved notes. Leaving the page will discard all changes!" : "ישנן הערות שלא נשמרו. יציאה מהעמוד תעלים את השינויים שערכת!",
2018-09-13 03:30:40 +03:00
"Settings" : "הגדרות",
"Folder to store your notes" : "תיקייה לאחסון הפתקיות שלך",
"path to notes" : "נתיב לפתקיות",
"File extension for new notes" : "סיומת קובץ לפתקיות חדשות",
2019-05-23 05:34:26 +03:00
"All notes" : "כל הפתקים",
"Categories" : "קטגוריות",
"Delete note" : "מחיקת הערה",
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-05-23 05:34:26 +03:00
"_%n word_::_%n words_" : ["%n מילה","%n מילים","%n מילים","%n מילים"]
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;");