mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
8a1c778731
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 lines
742 B
JavaScript
14 lines
742 B
JavaScript
OC.L10N.register(
|
|
"federation",
|
|
{
|
|
"Added to the list of trusted servers" : "נוסף לרשימת השרתים המהימנים",
|
|
"Server is already in the list of trusted servers." : "השרת כבר נמצא ברשימת השרתים המהימנים.",
|
|
"No server to federate with found" : "לא נמצאו שרתים להתאגד מולם",
|
|
"Could not add server" : "לא ניתן היה להוסיף שרת",
|
|
"Trusted servers" : "שרתים מהימנים",
|
|
"Federation" : "איגוד",
|
|
"+ Add trusted server" : "+ הוספת שרת מהימן",
|
|
"Trusted server" : "שרת מהימן",
|
|
"Add" : "הוספה"
|
|
},
|
|
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
|