0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/federation/l10n/he.js
Nextcloud bot 8a1c778731
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 13:40:12 +00:00

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;");