2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2018-04-03 03:12:13 +03:00
|
|
|
"Comments" : "תגובות",
|
|
|
|
"New comment …" : "תגובה חדשה",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Delete comment" : "מחיקת תגובה",
|
|
|
|
"Post" : "פרסום",
|
|
|
|
"Cancel" : "ביטול",
|
|
|
|
"Edit comment" : "עריכת תגובה",
|
|
|
|
"[Deleted user]" : "[משתמשים מוסרים]",
|
2018-04-03 03:12:13 +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:12:13 +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-04-03 03:12:13 +03:00
|
|
|
"_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו"],
|
2016-05-10 10:30:51 +03:00
|
|
|
"Comment" : "תגובה",
|
|
|
|
"You commented" : "הערות שלך",
|
|
|
|
"%1$s commented" : "התקבלו תגובות %1$s",
|
2018-04-03 03:12:13 +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:12:13 +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
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|