notes/l10n/he.js

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

2016-01-09 09:21:26 +03:00
OC.L10N.register(
"notes",
{
"Notes" : "הערות",
2018-05-31 03:31:14 +03:00
"The last viewed note cannot be accessed. " : "אין גישה לפתק האחרון שנצפה.",
2018-07-04 03:23:38 +03:00
"The notes folder is not accessible: %s" : "תיקיית הפתקים אינה נגישה: %s",
2016-01-09 09:21:26 +03:00
"New note" : "הערה חדשה",
2018-04-03 03:29:22 +03:00
"There are unsaved notes. Leaving the page will discard all changes!" : "ישנן הערות שלא נשמרו. יציאה מהעמוד תעלים את השינויים שערכת!",
2018-05-22 03:32:13 +03:00
"_%n word_::_%n words_" : ["%n מילה","%n מילים","%n מילים","%n מילים"],
2018-05-31 03:31:14 +03:00
"An error occurred!" : "אירעה שגיאה!",
"File error" : "שגיאת קובץ",
"Encryption Error" : "שגיאת הצפנה",
"Error" : "שגיאה",
"Distraction-free notes and writing" : "פתקים וכתיבה ללא הסחות דעת",
2018-04-03 03:29:22 +03:00
"Delete note" : "מחיקת הערה",
"Favorite" : "מועדף",
"No notes found" : "לא נמצאו הערות",
"The note has unsaved changes." : "יש שינויים בהערה שלא נשמרו",
"*" : "*",
"Click here to try again" : "יש ללחוץ כאן כדי לנסות שוב",
"Saving failed!" : "השמירה נכשלה!",
"Note saved" : "ההערה נשמרה"
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;");