[tx-robot] updated from transifex
This commit is contained in:
parent
9c1c47400f
commit
e5684a9287
|
@ -1,25 +1,36 @@
|
|||
OC.L10N.register(
|
||||
"comments",
|
||||
{
|
||||
"Comments" : "תגובות",
|
||||
"New comment …" : "תגובה חדשה",
|
||||
"Delete comment" : "מחיקת תגובה",
|
||||
"Post" : "פרסום",
|
||||
"Cancel" : "ביטול",
|
||||
"Edit comment" : "עריכת תגובה",
|
||||
"[Deleted user]" : "[משתמשים מוסרים]",
|
||||
"Comments" : "תגובות",
|
||||
"No comments yet, start the conversation!" : "אין תגובות עדיין, בואו נתחיל לקשקש!",
|
||||
"More comments …" : "תגובות נוספות…",
|
||||
"Save" : "שמירה",
|
||||
"Allowed characters {count} of {max}" : "תווים מותרים {count} מתוך {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "שגיאה אירעה כאשר אוחזרה תגובה עם מספר זיהוי {id}",
|
||||
"Error occurred while retrieving comment with ID {id}" : "אירעה שגיאה בעת קבלת התגובה עם המזהה {id}",
|
||||
"Error occurred while updating comment with id {id}" : "שגיאה אירעה כאשר עודכנה תגובה עם מספר זיהוי {id}",
|
||||
"Error occurred while posting comment" : "אירעה שגיאה בזמן פרסום תגובה",
|
||||
"_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו"],
|
||||
"Comment" : "תגובה",
|
||||
"You commented" : "הערות שלך",
|
||||
"%1$s commented" : "התקבלו תגובות %1$s",
|
||||
"You commented on %2$s" : "הערות שלך ב- %2$s",
|
||||
"{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 ",
|
||||
"Type in a new comment..." : "יש להכניס תגובה חדשה...",
|
||||
"No other comments available" : "אין תגובות אחרות זמינות",
|
||||
"More comments..." : "תגובות נוספות...",
|
||||
"{count} unread comments" : "{count} תגובות שלא נקראו"
|
||||
"{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}”"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,23 +1,34 @@
|
|||
{ "translations": {
|
||||
"Comments" : "תגובות",
|
||||
"New comment …" : "תגובה חדשה",
|
||||
"Delete comment" : "מחיקת תגובה",
|
||||
"Post" : "פרסום",
|
||||
"Cancel" : "ביטול",
|
||||
"Edit comment" : "עריכת תגובה",
|
||||
"[Deleted user]" : "[משתמשים מוסרים]",
|
||||
"Comments" : "תגובות",
|
||||
"No comments yet, start the conversation!" : "אין תגובות עדיין, בואו נתחיל לקשקש!",
|
||||
"More comments …" : "תגובות נוספות…",
|
||||
"Save" : "שמירה",
|
||||
"Allowed characters {count} of {max}" : "תווים מותרים {count} מתוך {max}",
|
||||
"Error occurred while retrieving comment with id {id}" : "שגיאה אירעה כאשר אוחזרה תגובה עם מספר זיהוי {id}",
|
||||
"Error occurred while retrieving comment with ID {id}" : "אירעה שגיאה בעת קבלת התגובה עם המזהה {id}",
|
||||
"Error occurred while updating comment with id {id}" : "שגיאה אירעה כאשר עודכנה תגובה עם מספר זיהוי {id}",
|
||||
"Error occurred while posting comment" : "אירעה שגיאה בזמן פרסום תגובה",
|
||||
"_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו"],
|
||||
"Comment" : "תגובה",
|
||||
"You commented" : "הערות שלך",
|
||||
"%1$s commented" : "התקבלו תגובות %1$s",
|
||||
"You commented on %2$s" : "הערות שלך ב- %2$s",
|
||||
"{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 ",
|
||||
"Type in a new comment..." : "יש להכניס תגובה חדשה...",
|
||||
"No other comments available" : "אין תגובות אחרות זמינות",
|
||||
"More comments..." : "תגובות נוספות...",
|
||||
"{count} unread comments" : "{count} תגובות שלא נקראו"
|
||||
"{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}”"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
OC.L10N.register(
|
||||
"dav",
|
||||
{
|
||||
"Calendar" : "יומן",
|
||||
"Todos" : "משימות מטלות",
|
||||
"Personal" : "אישי",
|
||||
"{actor} created calendar {calendar}" : "היומן {calendar} נוצר על ידי {actor}",
|
||||
"You created calendar {calendar}" : "מחקת את היומן {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "היומן {calendar} נמחק על ידי {actor}",
|
||||
"You deleted calendar {calendar}" : "מחקת את היומן {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "היומן {calendar} עודכן על ידי {actor}",
|
||||
"You updated calendar {calendar}" : "עדכנת את היומן {calendar}",
|
||||
"You shared calendar {calendar} as public link" : "שיתפת את היומן {calendar} כקישור ציבורי",
|
||||
"You removed public link for calendar {calendar}" : "הסרת את הקישור הציבורי ליומן {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : " <strong>יומן</strong> נערך",
|
||||
"A calendar <strong>event</strong> was modified" : "<strong>אירוע</strong> ביומן נערך",
|
||||
"Contact birthdays" : "ימי הולדת של אנשי קשר",
|
||||
"Invitation canceled" : "ההזמנה בוטלה",
|
||||
"Hello %s," : "שלום %s,",
|
||||
"The meeting »%s« with %s was canceled." : "הפגישה „%s” עם %s בוטלה.",
|
||||
"Invitation updated" : "ההזמנה עודכנה",
|
||||
"The meeting »%s« with %s was updated." : "הפגישה „%s” עם %s עודכנה.",
|
||||
"When:" : "מתי:",
|
||||
"Where:" : "איפה:",
|
||||
"Description:" : "תיאור:",
|
||||
"Link:" : "קישור:",
|
||||
"Contacts" : "אנשי קשר",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Technical details" : "פרטים טכניים",
|
||||
"Remote Address: %s" : "כתובת מרוחקת: %s",
|
||||
"Request ID: %s" : "מזהה בקשה: %s",
|
||||
"CalDAV server" : "שרת CalDAV",
|
||||
"Send invitations to attendees" : "שליחת הזמנות למשתתפים",
|
||||
"Please make sure to properly set up the email settings above." : "נא לוודא שהגדרת את הדוא״ל שלהלן כראוי.",
|
||||
"Automatically generate a birthday calendar" : "יצירת יומן ימי הולדת אוטומטית",
|
||||
"Birthday calendars will be generated by a background job." : "יומני ימי הולדת ייווצרו על ידי משימה ברקע.",
|
||||
"Hence they will not be available immediately after enabling but will show up after some time." : "לכן הם לא יהיה זמינים מיד לאחר ההפעלה אלא הם יופיעו לאחר זמן מה."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,37 @@
|
|||
{ "translations": {
|
||||
"Calendar" : "יומן",
|
||||
"Todos" : "משימות מטלות",
|
||||
"Personal" : "אישי",
|
||||
"{actor} created calendar {calendar}" : "היומן {calendar} נוצר על ידי {actor}",
|
||||
"You created calendar {calendar}" : "מחקת את היומן {calendar}",
|
||||
"{actor} deleted calendar {calendar}" : "היומן {calendar} נמחק על ידי {actor}",
|
||||
"You deleted calendar {calendar}" : "מחקת את היומן {calendar}",
|
||||
"{actor} updated calendar {calendar}" : "היומן {calendar} עודכן על ידי {actor}",
|
||||
"You updated calendar {calendar}" : "עדכנת את היומן {calendar}",
|
||||
"You shared calendar {calendar} as public link" : "שיתפת את היומן {calendar} כקישור ציבורי",
|
||||
"You removed public link for calendar {calendar}" : "הסרת את הקישור הציבורי ליומן {calendar}",
|
||||
"A <strong>calendar</strong> was modified" : " <strong>יומן</strong> נערך",
|
||||
"A calendar <strong>event</strong> was modified" : "<strong>אירוע</strong> ביומן נערך",
|
||||
"Contact birthdays" : "ימי הולדת של אנשי קשר",
|
||||
"Invitation canceled" : "ההזמנה בוטלה",
|
||||
"Hello %s," : "שלום %s,",
|
||||
"The meeting »%s« with %s was canceled." : "הפגישה „%s” עם %s בוטלה.",
|
||||
"Invitation updated" : "ההזמנה עודכנה",
|
||||
"The meeting »%s« with %s was updated." : "הפגישה „%s” עם %s עודכנה.",
|
||||
"When:" : "מתי:",
|
||||
"Where:" : "איפה:",
|
||||
"Description:" : "תיאור:",
|
||||
"Link:" : "קישור:",
|
||||
"Contacts" : "אנשי קשר",
|
||||
"WebDAV" : "WebDAV",
|
||||
"Technical details" : "פרטים טכניים",
|
||||
"Remote Address: %s" : "כתובת מרוחקת: %s",
|
||||
"Request ID: %s" : "מזהה בקשה: %s",
|
||||
"CalDAV server" : "שרת CalDAV",
|
||||
"Send invitations to attendees" : "שליחת הזמנות למשתתפים",
|
||||
"Please make sure to properly set up the email settings above." : "נא לוודא שהגדרת את הדוא״ל שלהלן כראוי.",
|
||||
"Automatically generate a birthday calendar" : "יצירת יומן ימי הולדת אוטומטית",
|
||||
"Birthday calendars will be generated by a background job." : "יומני ימי הולדת ייווצרו על ידי משימה ברקע.",
|
||||
"Hence they will not be available immediately after enabling but will show up after some time." : "לכן הם לא יהיה זמינים מיד לאחר ההפעלה אלא הם יופיעו לאחר זמן מה."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -5,6 +5,8 @@ OC.L10N.register(
|
|||
"Versions" : "גרסאות",
|
||||
"Failed to revert {file} to revision {timestamp}." : "נכשל אחזור {file} לגרסה {timestamp}.",
|
||||
"_%n byte_::_%n bytes_" : ["%n בייט","%n בייטים"],
|
||||
"Restore" : "שחזור"
|
||||
"Restore" : "שחזור",
|
||||
"No earlier versions available" : "אין גרסאות קודמות זמינות",
|
||||
"More versions …" : "גרסאות נוספות…"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
"Versions" : "גרסאות",
|
||||
"Failed to revert {file} to revision {timestamp}." : "נכשל אחזור {file} לגרסה {timestamp}.",
|
||||
"_%n byte_::_%n bytes_" : ["%n בייט","%n בייטים"],
|
||||
"Restore" : "שחזור"
|
||||
"Restore" : "שחזור",
|
||||
"No earlier versions available" : "אין גרסאות קודמות זמינות",
|
||||
"More versions …" : "גרסאות נוספות…"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
OC.L10N.register(
|
||||
"oauth2",
|
||||
{
|
||||
"OAuth 2.0" : "OAuth 2.0",
|
||||
"OAuth 2.0 clients" : "לקוחות OAuth 2.0",
|
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 מאפשר לשירותים חיצוניים לבקש גישה אל %s.",
|
||||
"Name" : "שם",
|
||||
"Redirection URI" : "כתובת הפנייה",
|
||||
"Client Identifier" : "זיהוי לקו",
|
||||
"Secret" : "סוד",
|
||||
"Add client" : "הוספת לקוחי",
|
||||
"Add" : "הוספה"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,12 @@
|
|||
{ "translations": {
|
||||
"OAuth 2.0" : "OAuth 2.0",
|
||||
"OAuth 2.0 clients" : "לקוחות OAuth 2.0",
|
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 מאפשר לשירותים חיצוניים לבקש גישה אל %s.",
|
||||
"Name" : "שם",
|
||||
"Redirection URI" : "כתובת הפנייה",
|
||||
"Client Identifier" : "זיהוי לקו",
|
||||
"Secret" : "סוד",
|
||||
"Add client" : "הוספת לקוחי",
|
||||
"Add" : "הוספה"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -175,6 +175,7 @@ OC.L10N.register(
|
|||
"This list is maybe truncated - please refine your search term to see more results." : "יתכן שזו רשימה מקוצרת - נא למקד את ביטוי החיפוש שלך כדי להציג תוצאות נוספות.",
|
||||
"No users or groups found for {search}" : "לא אותרו משתמשים או קבוצות עבור {search}",
|
||||
"No users found for {search}" : "לא אותרו משתמשים עבור {search}",
|
||||
"An error occurred (\"{message}\"). Please try again" : "אירעה שגיאה (\"{message}\"). נא לנסות שוב",
|
||||
"An error occurred. Please try again" : "אירעה שגיאה. יש לנסות שנית",
|
||||
"{sharee} (group)" : "{sharee} (קבוצה)",
|
||||
"{sharee} (remote)" : "{sharee} (מרוחק)",
|
||||
|
|
|
@ -173,6 +173,7 @@
|
|||
"This list is maybe truncated - please refine your search term to see more results." : "יתכן שזו רשימה מקוצרת - נא למקד את ביטוי החיפוש שלך כדי להציג תוצאות נוספות.",
|
||||
"No users or groups found for {search}" : "לא אותרו משתמשים או קבוצות עבור {search}",
|
||||
"No users found for {search}" : "לא אותרו משתמשים עבור {search}",
|
||||
"An error occurred (\"{message}\"). Please try again" : "אירעה שגיאה (\"{message}\"). נא לנסות שוב",
|
||||
"An error occurred. Please try again" : "אירעה שגיאה. יש לנסות שנית",
|
||||
"{sharee} (group)" : "{sharee} (קבוצה)",
|
||||
"{sharee} (remote)" : "{sharee} (מרוחק)",
|
||||
|
|
|
@ -22,6 +22,7 @@ OC.L10N.register(
|
|||
"Following platforms are supported: %s" : "Seuraavat alustat ovat tuettuja: %s",
|
||||
"Server version %s or higher is required." : "Palvelinversio %s tai sitä uudempi vaaditaan.",
|
||||
"Server version %s or lower is required." : "Palvelinversio %s tai alhaisempi vaaditaan.",
|
||||
"Logged in user must be an admin" : "Sisäänkirjautuneen käyttäjän tulee olla ylläpitäjä",
|
||||
"Unknown filetype" : "Tuntematon tiedostotyyppi",
|
||||
"Invalid image" : "Virheellinen kuva",
|
||||
"Avatar image is not square" : "Avatar-kuva ei ole neliö",
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"Following platforms are supported: %s" : "Seuraavat alustat ovat tuettuja: %s",
|
||||
"Server version %s or higher is required." : "Palvelinversio %s tai sitä uudempi vaaditaan.",
|
||||
"Server version %s or lower is required." : "Palvelinversio %s tai alhaisempi vaaditaan.",
|
||||
"Logged in user must be an admin" : "Sisäänkirjautuneen käyttäjän tulee olla ylläpitäjä",
|
||||
"Unknown filetype" : "Tuntematon tiedostotyyppi",
|
||||
"Invalid image" : "Virheellinen kuva",
|
||||
"Avatar image is not square" : "Avatar-kuva ei ole neliö",
|
||||
|
|
|
@ -160,6 +160,7 @@ OC.L10N.register(
|
|||
"Good password" : "Jó jelszó",
|
||||
"Strong password" : "Erős jelszó",
|
||||
"Groups" : "Csoportok",
|
||||
"Unable to retrieve the group list" : "Csoportlista betöltése sikertelen",
|
||||
"Unable to delete {objName}" : "Ezt nem sikerült törölni: {objName}",
|
||||
"Error creating group: {message}" : "Hiba történt a csoport létrehozásakor: {message}",
|
||||
"A valid group name must be provided" : "Érvényes csoportnevet kell megadni",
|
||||
|
|
|
@ -158,6 +158,7 @@
|
|||
"Good password" : "Jó jelszó",
|
||||
"Strong password" : "Erős jelszó",
|
||||
"Groups" : "Csoportok",
|
||||
"Unable to retrieve the group list" : "Csoportlista betöltése sikertelen",
|
||||
"Unable to delete {objName}" : "Ezt nem sikerült törölni: {objName}",
|
||||
"Error creating group: {message}" : "Hiba történt a csoport létrehozásakor: {message}",
|
||||
"A valid group name must be provided" : "Érvényes csoportnevet kell megadni",
|
||||
|
|
Loading…
Reference in New Issue