mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-14 13:26:22 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"login": {
|
|
"username_required": "Username is required",
|
|
"error_title": "Error",
|
|
"login_title": "Log in",
|
|
"username_placeholder": "Username",
|
|
"password_placeholder": "Password",
|
|
"login_button": "Log in"
|
|
},
|
|
"server": {
|
|
"enter_url_to_jellyfin_server": "Enter the URL to your Jellyfin server",
|
|
"server_url_placeholder": "Server URL",
|
|
"server_url_hint": "Make sure to include http or https",
|
|
"connect_button": "Connect"
|
|
},
|
|
"home": {
|
|
"home": "Home",
|
|
"noInternet": "No Internet",
|
|
"noInternetMessage": "No worries, you can still watch\ndownloaded content.",
|
|
"goToDownloads": "Go to downloads",
|
|
"oops": "Oops!",
|
|
"errorMessage": "Something went wrong.\nPlease log out and in again.",
|
|
"continueWatching": "Continue Watching",
|
|
"nextUp": "Next Up",
|
|
"recentlyAddedIn": "Recently Added in {{libraryName}}",
|
|
"suggestedMovies": "Suggested Movies",
|
|
"suggestedEpisodes": "Suggested Episodes"
|
|
},
|
|
"tabs": {
|
|
"home": "Home",
|
|
"search": "Search",
|
|
"library": "Library",
|
|
"customLinks": "Custom Links"
|
|
}
|
|
}
|