You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

he.js 2.2KB

123456789101112131415161718192021222324252627
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Federated sharing" : "שיתוף מאוגד",
  5. "Invalid Federated Cloud ID" : "זיהוי ענן מאוגד לא חוקי",
  6. "Sharing %s failed, because this item is already shared with %s" : "שיתוף %s נכשל, כיוון שפריט זה כבר משותף עם %s",
  7. "Not allowed to create a federated share with the same user" : "אסור ליצור שיתוף מאוגד עם אותו משתמש",
  8. "File is already shared with %s" : "הקובץ כבר משותף עם %s",
  9. "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "שיתוף %s נכשל, לא ניתן לאתר %s, ייתכן שהשרת לא ניתן להשגה כרגע.",
  10. "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "קבלת \"/%3$s\" כשיתוף מרוחק מ- %1$s (בשם %2$s)",
  11. "You received \"/%3$s\" as a remote share from %1$s" : "קבלת \"/%3$s\" כשיתוף מרוחק מ- %1$s",
  12. "Accept" : "אישור",
  13. "Decline" : "סירוב",
  14. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "שיתוף איתי באמצעות מספר זהות שרת ה- #Nextcloud המאוגד שלי, ניתן לראות %s",
  15. "Share with me through my #Nextcloud Federated Cloud ID" : "שיתוף איתי באמצעות מספר זהות שרת ה- #Nextcloud המאוגד שלי",
  16. "Federated Cloud Sharing" : "ענן שיתוף מאוגד",
  17. "Open documentation" : "תיעוד פתוח",
  18. "Allow users on this server to send shares to other servers" : "מאפשר למשתמשים בשרת זה לשלוח שיתופים לשרתים אחרים",
  19. "Allow users on this server to receive shares from other servers" : "מאפשר למשתמשים בשרת זה לקבל שיתופים משרתים אחרים",
  20. "Federated Cloud" : "ענן מאוגד",
  21. "Your Federated Cloud ID:" : "מספר זיהוי הענן המאוגד שלך:",
  22. "Share it:" : "שיתוף שלו:",
  23. "Add to your website" : "הוספה לאתר האינטרנט שלך",
  24. "Share with me via Nextcloud" : "שיתוף איתי באמצעות Nextcloud",
  25. "HTML Code:" : "קוד HTML:"
  26. },
  27. "nplurals=2; plural=(n != 1);");