nextcloud/apps/federation/l10n/he.js

16 lines
1.3 KiB
JavaScript

OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "השרת נוסף לרשימת ה- ownCloud המהימנים",
"Server is already in the list of trusted servers." : "השרת כבר נמצא ברשימת השרתים המהימנים.",
"No ownCloud server found" : "לא אותר שרת ownCloud",
"Could not add server" : "לא ניתן היה להוסיף שרת",
"Federation" : "איגוד",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "איגוד ownCloud מאפשר לך להתחבר לשרתי ownCloud מהימנים אחרים למטרת החלפת תיקיות משתמש. לדוגמא ניתן יהיה להשתמש בזה כדי להשלים באופן אוטומטי משתמשים חיצוניים לשיתוף מאוגד.",
"Add server automatically once a federated share was created successfully" : "הוספת שרת באופן אוטומטי לאחר יצירת שרת מאוגד",
"Trusted ownCloud Servers" : "שרתי ownCloud אמינים",
"+ Add ownCloud server" : "+ הוספת שרת ownCloud",
"ownCloud Server" : "שרת ownCloud"
},
"nplurals=2; plural=(n != 1);");