nextcloud/apps/comments/l10n/he.js

32 lines
2.3 KiB
JavaScript
Raw Normal View History

2016-02-17 07:56:11 +01:00
OC.L10N.register(
"comments",
{
2019-02-27 02:12:05 +01:00
"Comments" : "תגובות",
"You commented" : "הערות שלך",
"{author} commented" : "התקבלה תגובה מאת {author}",
"You commented on %1$s" : "הגבת על %1$s",
"You commented on {file}" : "הגבת על {file}",
"%1$s commented on %2$s" : "התקבלו תגובות %1$s ב- %2$s ",
"{author} commented on {file}" : "נוספה תגובה על {file} מאת {author}",
"<strong>Comments</strong> for files" : "<strong>תגובות</strong> על קבצים",
"{user} mentioned you in a comment on \"{file}\"" : "אוזכרת על ידי {user} בהערה בתוך „{file}”",
2019-02-27 02:12:05 +01:00
"Files app plugin to add comments to files" : "תוסף ליישומון הקבצים כדי להוסיף הערות על קבצים",
2018-04-12 02:19:20 +02:00
"Edit comment" : "עריכת תגובה",
2016-02-17 07:56:11 +01:00
"Delete comment" : "מחיקת תגובה",
2020-12-16 03:20:41 +01:00
"Cancel edit" : "בטל עריכה",
"Post comment" : "פרסם תגובה",
2020-10-21 04:18:44 +02:00
"No comments yet, start the conversation!" : "אין תגובות עדיין, בואו נתחיל לקשקש!",
2020-12-16 03:20:41 +01:00
"No more messages" : "אין יותר הודעות",
2020-10-21 04:18:44 +02:00
"Retry" : "ניסיון חוזר",
2020-12-16 03:20:41 +01:00
"Unable to load the comments list" : "לא ניתן לטעון את רשימת התגובות",
"_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות"],
2020-10-21 04:18:44 +02:00
"Comment" : "תגובה",
2020-12-16 03:20:41 +01:00
"An error occurred while trying to edit the comment" : "אירעה שגיאה בניסיון לערוך את התגובה",
2020-10-21 04:18:44 +02:00
"Comment deleted" : "נמחקה הערה",
2020-12-16 03:20:41 +01:00
"An error occurred while trying to delete the comment" : "אירעה שגיאה בניסיון למחוק את התגובה",
"An error occurred while trying to create the comment" : "אירעה שגיאה בניסיון ליצור את התגובה",
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "אוזכרת בקובץ „{file}”, בהערה על ידי משתמש שנמחק מאז",
"_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו","%n תגובות שלא נקראו","%n תגובות שלא נקראו"]
2016-02-17 07:56:11 +01:00
},
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");