nextcloud/apps/comments/l10n/he.js

37 lines
2.8 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2018-04-03 03:11:47 +03:00
"Comments" : "תגובות",
2018-04-12 03:19:20 +03:00
"Edit comment" : "עריכת תגובה",
2016-02-17 09:56:11 +03:00
"Delete comment" : "מחיקת תגובה",
2018-04-12 03:19:20 +03:00
"New comment …" : "תגובה חדשה",
2016-02-17 09:56:11 +03:00
"Post" : "פרסום",
"Cancel" : "ביטול",
"[Deleted user]" : "[משתמשים מוסרים]",
2018-04-03 03:11:47 +03:00
"No comments yet, start the conversation!" : "אין תגובות עדיין, בואו נתחיל לקשקש!",
"More comments …" : "תגובות נוספות…",
2016-02-17 09:56:11 +03:00
"Save" : "שמירה",
"Allowed characters {count} of {max}" : "תווים מותרים {count} מתוך {max}",
2018-04-03 03:11:47 +03:00
"Error occurred while retrieving comment with ID {id}" : "אירעה שגיאה בעת קבלת התגובה עם המזהה {id}",
2016-06-26 08:55:53 +03:00
"Error occurred while updating comment with id {id}" : "שגיאה אירעה כאשר עודכנה תגובה עם מספר זיהוי {id}",
"Error occurred while posting comment" : "אירעה שגיאה בזמן פרסום תגובה",
2018-05-17 03:13:46 +03:00
"_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו","%n תגובות שלא נקראו"],
2016-05-10 10:30:51 +03:00
"Comment" : "תגובה",
"You commented" : "הערות שלך",
"%1$s commented" : "התקבלו תגובות %1$s",
2018-04-03 03:11:47 +03:00
"{author} commented" : "התקבלה תגובה מאת {author}",
"You commented on %1$s" : "הגבת על %1$s",
"You commented on {file}" : "הגבת על {file}",
2016-09-01 03:09:24 +03:00
"%1$s commented on %2$s" : "התקבלו תגובות %1$s ב- %2$s ",
2018-04-03 03:11:47 +03:00
"{author} commented on {file}" : "נוספה תגובה על {file} מאת {author}",
"<strong>Comments</strong> for files" : "<strong>תגובות</strong> על קבצים",
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "אוזכרת ב־„%s”, בתגובה על ידי משתמש שנמחק בינתיים.",
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "אוזכרת ב־„{file}”, בתגובה של משתמש שנמחק בינתיים.",
"%1$s mentioned you in a comment on “%2$s”" : "אוזכרת על ידי %1$s בתגובה על „%2$s”",
"{user} mentioned you in a comment on “{file}”" : "אוזכרת על ידי „{user}” בתגובה על „{file}”",
"Unknown user" : "משתמש לא ידוע",
"A (now) deleted user mentioned you in a comment on “%s”" : "אוזכרת על ידי משתמש שנמחק (נכון לעכשיו) בתגובה על „%s”",
"A (now) deleted user mentioned you in a comment on “{file}”" : "אוזכרת על ידי משתמש שנמחק (נכון לעכשיו) בתגובה על „{file}”"
2016-02-17 09:56:11 +03:00
},
2018-05-17 03:13:46 +03:00
"nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);");