jellyfin-expo/langs/he.json
Yaron Shahrabani bac34e714b Translated using Weblate (Hebrew)
Currently translated at 100.0% (54 of 54 strings)

Translation: Jellyfin/Jellyfin Expo
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-expo/he/
2023-09-09 08:40:51 -04:00

92 lines
3.8 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"common": {
"cancel": "ביטול",
"ok": "אישור",
"unknown": "לא ידוע",
"edit": "עריכה",
"delete": "מחיקה",
"beta": "BETA"
},
"headings": {
"addServer": "הוספת שרת",
"appearance": "מראה",
"home": "ראשי",
"links": "קישורים",
"playback": "השמעה",
"servers": "שרתים",
"settings": "הגדרות",
"downloads": "הורדות"
},
"addServer": {
"address": "כתובת השרת",
"validation": {
"empty": "$t(addServer.address) לא יכול להיות ריק",
"invalid": "$t(addServer.address) לא תקין",
"invalidProduct": "לא שרת Jellyfin",
"noConnection": "אי אפשר להתחבר לשרת"
}
},
"home": {
"errors": {
"502": {
"description": "לא יכול להגיע לשרת Jellyfin. זה בדרך כלל קורה מכיוון שיש שגיאה בהגדרת ה-proxy או ש-Jellyfin לא מחובר."
},
"504": {
"description": "לא ניתן להגיע לשרת ה־Jellyfin. זה בדרך כלל קורה כיוון שהחיבור למתווך לא צלח בעת ההתחברות ל־Jellyfin."
},
"http": {
"heading": "משהו השתבש!",
"description": "שרת ה־Jellyfin החזיר שגיאה."
},
"invalidServer": {
"heading": "השרת אינו תקין",
"description": "משהו התרחש והמידע השמור על השרת אינו חוקי. נסה להסיר את השרת מההגדרות ולהוסיף אותו בחזרה."
},
"offline": {
"heading": "השרת במצב לא מקוון ?",
"description": "שגיאה ביצירת קשר עם שרת ה־Jellyfin."
}
},
"errorCode": "קוד שגיאה : {{errorCode}}",
"errorUrl": "כתובת אתר: {{url}}",
"retry": "לנסות שוב?"
},
"serverHelp": {
"heading": "מה זה Jellyfin?",
"description": "Jellyfin הוא פתרון המדיה שמבוסס על מאמצי מתנדבים. מאפשר לך לארח את המדיה שלך ולגשת אליה מכל מקום.\n\n\nכדי להשתמש בלקוח הזה, יש לארח שרת Jellyfin משלך.",
"learnMore": "למד עוד על איך לארח שרת משלך"
},
"settings": {
"version": "גרסא: {{version}}",
"keepAwake": "שמור על המסך ער",
"nativeVideoPlayer": "להשתמש בנגן מדיה מקורי",
"minimumServerVersion": "דורש שרת עם גרסה +10.7",
"fmp4Support": "להעדיף fMP4 ב־HLS",
"lightTheme": "השתמש בערכת נושא בהירה",
"systemTheme": "השתמש בערכת נושא המועדפת של המערכת",
"rotationLock": "נעילת סיבוב",
"tabLabels": "הצג",
"expoVersion": "גרסת Expo: {{version}}"
},
"links": {
"website": "אתר Jellyfin",
"documentation": "תיעוד",
"source": "קוד מקור",
"translate": "תרגם",
"feature": "",
"issue": "דווח על בעיה"
},
"alerts": {
"deleteServer": {
"title": "מחק שרת",
"description": "האם אתה בטוח שברצונך למחוק את השרת {{serverName}}?",
"confirm": "מחק"
},
"resetApplication": {
"title": "אפס את האפליקציה",
"description": "האם אתה בטוח שברצונך לאפס את כל ההגדרות?",
"confirm": "אפס"
}
}
}