jellyfin-expo/langs/he.json
Roi Gabay 1d40068208
Some checks failed
Automation / Label merge conflicts (push) Has been cancelled
Code quality / Lint (push) Has been cancelled
Code quality / TypeScript Build (push) Has been cancelled
Code quality / Test (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
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/
2024-11-03 04:00:00 -05:00

92 lines
3.9 KiB
JSON
Raw Permalink 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": "לא שרת ג'ליפין",
"noConnection": "אי אפשר להתחבר לשרת"
}
},
"home": {
"errors": {
"502": {
"description": "לא יכול להגיע לשרת ג'ליפין. זה בדרך כלל קורה מכיוון שיש שגיאה בהגדרת המתווך או שג'ליפין מנותק."
},
"504": {
"description": "לא ניתן להגיע לשרת ג'ליפין. זה בדרך כלל קורה כיוון שהחיבור למתווך לא צלח בעת ההתחברות לג'ליפין."
},
"http": {
"heading": "משהו השתבש!",
"description": "שרת ג'ליפין החזיר שגיאה."
},
"invalidServer": {
"heading": "השרת אינו תקין",
"description": "משהו התרחש והמידע השמור על השרת אינו חוקי. נסה להסיר את השרת מההגדרות ולהוסיף אותו בחזרה."
},
"offline": {
"heading": "השרת במצב לא מקוון ?",
"description": "שגיאה ביצירת קשר עם שרת ג'ליפין."
}
},
"errorCode": "קוד שגיאה : {{errorCode}}",
"errorUrl": "כתובת אתר: {{url}}",
"retry": "לנסות שוב?"
},
"serverHelp": {
"heading": "מה זה ג'ליפין?",
"description": "ג'ליפין הוא פתרון המדיה שמבוסס על מאמצי מתנדבים. מאפשר לך לארח את המדיה שלך ולגשת אליה מכל מקום.\n\n\nכדי להשתמש בלקוח הזה, יש לארח שרת ג'ליפין משלך.",
"learnMore": "למד עוד על איך לארח שרת משלך"
},
"settings": {
"version": "גרסא: {{version}}",
"keepAwake": "שמור על המסך ער",
"nativeVideoPlayer": "להשתמש בנגן מדיה מקורי",
"minimumServerVersion": "דורש שרת עם גרסה +10.7",
"fmp4Support": "להעדיף fMP4 ב־HLS",
"lightTheme": "השתמש בערכת נושא בהירה",
"systemTheme": "השתמש בערכת נושא המועדפת של המערכת",
"rotationLock": "נעילת סיבוב",
"tabLabels": "הצג",
"expoVersion": "גרסת Expo: {{version}}"
},
"links": {
"website": "אתר ג'ליפין",
"documentation": "תיעוד",
"source": "קוד מקור",
"translate": "תרגם",
"feature": "",
"issue": "דווח על בעיה"
},
"alerts": {
"deleteServer": {
"title": "מחק שרת",
"description": "האם אתה בטוח שברצונך למחוק את השרת {{serverName}}?",
"confirm": "מחק"
},
"resetApplication": {
"title": "אפס את האפליקציה",
"description": "האם אתה בטוח שברצונך לאפס את כל ההגדרות?",
"confirm": "אפס"
}
}
}