mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-27 00:00:26 +00:00
109720f27d
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
Currently translated at 46.2% (25 of 54 strings) Translation: Jellyfin/Jellyfin Expo Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-expo/is/
91 lines
2.4 KiB
JSON
91 lines
2.4 KiB
JSON
{
|
|
"common": {
|
|
"beta": "BETA",
|
|
"cancel": "Hætta við",
|
|
"delete": "Eyða",
|
|
"edit": "Breyta",
|
|
"ok": "OK",
|
|
"unknown": "Óþekkt"
|
|
},
|
|
"headings": {
|
|
"addServer": "Bæta við þjón",
|
|
"appearance": "Útlit",
|
|
"downloads": "Niðurhöl",
|
|
"home": "Heim",
|
|
"links": "Hlekkir",
|
|
"playback": "Endurspilun",
|
|
"servers": "Þjónar",
|
|
"settings": "Stillingar"
|
|
},
|
|
"addServer": {
|
|
"address": "Slóð á þjón",
|
|
"validation": {
|
|
"empty": "$t(addServer.address) má ekki vera tóm",
|
|
"invalid": "$t(addServer.address) er ógild",
|
|
"invalidProduct": "Ekki Jellyfin þjónn",
|
|
"noConnection": "Náði ekki sambandi við þjón"
|
|
}
|
|
},
|
|
"home": {
|
|
"errors": {
|
|
"502": {
|
|
"description": "Náði ekki sambandi við Jellifyn þjón. Þetta stafar yfirleitt af villu í uppsetningu á miðlara eða slökkt er á Jellyfin."
|
|
},
|
|
"504": {
|
|
"description": ""
|
|
},
|
|
"http": {
|
|
"heading": "Eitthvað fór úrskeiðis!",
|
|
"description": "Jellyfin vefþjóninn skilaði villu."
|
|
},
|
|
"invalidServer": {
|
|
"heading": "",
|
|
"description": ""
|
|
},
|
|
"offline": {
|
|
"heading": "Slökkt á vefþjón?",
|
|
"description": ""
|
|
}
|
|
},
|
|
"errorCode": "Villukóði: {{errorCode}}",
|
|
"errorUrl": "",
|
|
"retry": "Reyna aftur?"
|
|
},
|
|
"serverHelp": {
|
|
"heading": "",
|
|
"description": "",
|
|
"learnMore": ""
|
|
},
|
|
"settings": {
|
|
"version": "",
|
|
"keepAwake": "",
|
|
"nativeVideoPlayer": "",
|
|
"minimumServerVersion": "",
|
|
"fmp4Support": "",
|
|
"lightTheme": "",
|
|
"systemTheme": "",
|
|
"rotationLock": "",
|
|
"tabLabels": "",
|
|
"expoVersion": ""
|
|
},
|
|
"links": {
|
|
"website": "",
|
|
"documentation": "",
|
|
"source": "",
|
|
"translate": "",
|
|
"issue": ""
|
|
},
|
|
"alerts": {
|
|
"deleteServer": {
|
|
"title": "",
|
|
"description": "",
|
|
"confirm": ""
|
|
},
|
|
"resetApplication": {
|
|
"title": "",
|
|
"description": "",
|
|
"confirm": ""
|
|
}
|
|
}
|
|
}
|