mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
14 lines
1.3 KiB
JavaScript
14 lines
1.3 KiB
JavaScript
OC.L10N.register(
|
|
"federation",
|
|
{
|
|
"Server added to the list of trusted Nextclouds" : "השרת נוסף לרשימת ה- Nextcloud המהימנים",
|
|
"Server is already in the list of trusted servers." : "השרת כבר נמצא ברשימת השרתים המהימנים.",
|
|
"No Nextcloud server found" : "לא אותר שרת Nextcloud",
|
|
"Could not add server" : "לא ניתן היה להוסיף שרת",
|
|
"Federation" : "איגוד",
|
|
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "איגוד Nextcloud מאפשר לך להתחבר לשרתי Nextcloud מהימנים אחרים למטרת החלפת תיקיות משתמש. לדוגמא ניתן יהיה להשתמש בזה כדי להשלים באופן אוטומטי משתמשים חיצוניים לשיתוף מאוגד.",
|
|
"Add server automatically once a federated share was created successfully" : "הוספת שרת באופן אוטומטי לאחר יצירת שרת מאוגד",
|
|
"Nextcloud Server" : "שרת Nextcloud",
|
|
"Trusted Nextcloud Servers" : "שרתי Nextcloud אמינים"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|