server/apps/federatedfilesharing/l10n/he.js

37 lines
2.4 KiB
JavaScript
Raw Normal View History

2016-02-17 06:56:11 +00:00
OC.L10N.register(
"federatedfilesharing",
{
2019-12-22 02:28:34 +00:00
"Do you want to add the remote share {name} from {owner}@{remote}?" : "האם לשתף את השיתוף החיצוני {name} שהתקבל מ- {owner}@{remote}?",
"Remote share" : "שיתוף חיצוני",
"Remote share password" : "סיסמת שיתוף חיצוני",
"Cancel" : "ביטול",
"Add remote share" : "הוספת שיתוף חיצוני",
2016-02-17 06:56:11 +00:00
"Invalid Federated Cloud ID" : "זיהוי ענן מאוגד לא חוקי",
2019-12-22 02:28:34 +00:00
"Server to server sharing is not enabled on this server" : "שיתוף שרת לשרת לא מופעל בשרת זה",
2016-02-17 06:56:11 +00:00
"Not allowed to create a federated share with the same user" : "אסור ליצור שיתוף מאוגד עם אותו משתמש",
2016-06-01 05:56:03 +00:00
"File is already shared with %s" : "הקובץ כבר משותף עם %s",
2019-12-22 02:28:34 +00:00
"Could not find share" : "לא ניתן למצוא את השיתוף",
"Federated sharing" : "שיתוף מאוגד",
2016-06-01 05:56:03 +00:00
"Accept" : "אישור",
"Decline" : "סירוב",
"Federated Cloud Sharing" : "ענן שיתוף מאוגד",
2016-06-20 10:08:23 +00:00
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "שיתוף איתי באמצעות מספר זהות שרת ה- #Nextcloud המאוגד שלי, ניתן לראות %s",
"Share with me through my #Nextcloud Federated Cloud ID" : "שיתוף איתי באמצעות מספר זהות שרת ה- #Nextcloud המאוגד שלי",
2019-12-22 02:28:34 +00:00
"Sharing" : "שיתוף",
2016-04-26 08:50:32 +00:00
"Allow users on this server to receive shares from other servers" : "מאפשר למשתמשים בשרת זה לקבל שיתופים משרתים אחרים",
"Federated Cloud" : "ענן מאוגד",
"Your Federated Cloud ID:" : "מספר זיהוי הענן המאוגד שלך:",
"Twitter" : "טוויטר",
2016-04-26 08:50:32 +00:00
"Add to your website" : "הוספה לאתר האינטרנט שלך",
2016-06-20 10:08:23 +00:00
"Share with me via Nextcloud" : "שיתוף איתי באמצעות Nextcloud",
"HTML Code:" : "קוד HTML:",
"Copy to clipboard" : "העתקה ללוח הגזירים",
"Copied!" : "הועתק!",
"Copy" : "העתק",
"Not supported!" : "אין תמיכה!",
"Press ⌘-C to copy." : "‎⌘-C להעתקה.",
"Press Ctrl-C to copy." : "Ctrl-C להעתקה.",
"Open documentation" : "תיעוד פתוח"
2016-02-17 06:56:11 +00:00
},
2019-12-22 02:28:34 +00: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;");