notes/l10n/he.js

18 строки
924 B
JavaScript
Исходник Обычный вид История

2016-01-09 09:21:26 +03:00
OC.L10N.register(
"notes",
{
"Notes" : "הערות",
"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-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;");