he.js 2.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Do you want to add the remote share {name} from {owner}@{remote}?" : "האם לשתף את השיתוף החיצוני {name} שהתקבל מ- {owner}@{remote}?",
  5. "Remote share" : "שיתוף חיצוני",
  6. "Remote share password" : "סיסמת שיתוף חיצוני",
  7. "Cancel" : "ביטול",
  8. "Add remote share" : "הוספת שיתוף חיצוני",
  9. "Invalid Federated Cloud ID" : "זיהוי ענן מאוגד לא חוקי",
  10. "Server to server sharing is not enabled on this server" : "שיתוף שרת לשרת לא מופעל בשרת זה",
  11. "Not allowed to create a federated share with the same user" : "אסור ליצור שיתוף מאוגד עם אותו משתמש",
  12. "File is already shared with %s" : "הקובץ כבר משותף עם %s",
  13. "Could not find share" : "לא ניתן למצוא את השיתוף",
  14. "Federated sharing" : "שיתוף מאוגד",
  15. "Accept" : "אישור",
  16. "Decline" : "סירוב",
  17. "Federated Cloud Sharing" : "ענן שיתוף מאוגד",
  18. "Sharing" : "שיתוף",
  19. "Allow users on this server to receive shares from other servers" : "מאפשר למשתמשים בשרת זה לקבל שיתופים משרתים אחרים",
  20. "Federated Cloud" : "ענן מאוגד",
  21. "Your Federated Cloud ID:" : "מספר זיהוי הענן המאוגד שלך:",
  22. "Twitter" : "טוויטר",
  23. "Add to your website" : "הוספה לאתר האינטרנט שלך",
  24. "Share with me via Nextcloud" : "שיתוף איתי באמצעות Nextcloud",
  25. "HTML Code:" : "קוד HTML:",
  26. "Share with me through my #Nextcloud Federated Cloud ID" : "שיתוף איתי באמצעות מספר זהות שרת ה- #Nextcloud המאוגד שלי",
  27. "Copy to clipboard" : "העתקה ללוח הגזירים",
  28. "Copied!" : "הועתק!",
  29. "Copy" : "העתק",
  30. "Not supported!" : "אין תמיכה!",
  31. "Press ⌘-C to copy." : "‎⌘-C להעתקה.",
  32. "Press Ctrl-C to copy." : "Ctrl-C להעתקה.",
  33. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "שיתוף איתי באמצעות מספר זהות שרת ה- #Nextcloud המאוגד שלי, ניתן לראות %s",
  34. "Open documentation" : "תיעוד פתוח"
  35. },
  36. "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;");