mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-19 10:32:25 +00:00
68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
|
"login": {
|
|
"username_required": "Username is required",
|
|
"error_title": "Error",
|
|
"login_title": "Log in",
|
|
"login_to_title": "Log in to",
|
|
"username_placeholder": "Username",
|
|
"password_placeholder": "Password",
|
|
"use_quick_connect": "Use Quick Connect",
|
|
"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",
|
|
"settings": {
|
|
"settings_title": "Settings"
|
|
},
|
|
"downloads": {
|
|
"downloads_title": "Downloads",
|
|
"tvseries": "TV-Series",
|
|
"movies": "Movies",
|
|
"queue": "Queue",
|
|
"queue_hint": "Queue and downloads will be lost on app restart",
|
|
"no_items_in_queue": "No items in queue",
|
|
"no_downloaded_items": "No downloaded items",
|
|
"delete_all_movies_button": "Delete all Movies",
|
|
"delete_all_tvseries_button": "Delete all TV-Series",
|
|
"delete_button": "Delete all",
|
|
"active_download": "Active download",
|
|
"no_active_downloads": "No active downloads",
|
|
"active_downloads": "Active downloads",
|
|
"toasts": {}
|
|
}
|
|
},
|
|
"search": {
|
|
"search_title": "Search",
|
|
"search_hint": "Search here...",
|
|
"no_results_found_for": "No results found for"
|
|
},
|
|
"library": {
|
|
"library_title": "Library",
|
|
"no_items_found": "No items found",
|
|
"no_results": "No results",
|
|
"no_libraries_found": "No libraries found"
|
|
},
|
|
"tabs": {
|
|
"home": "Home",
|
|
"search": "Search",
|
|
"library": "Library",
|
|
"customLinks": "Custom Links"
|
|
}
|
|
}
|