1
0

he.js 2.3 KB

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