This commit is contained in:
Fredrik Burmester
2024-08-18 17:10:31 +02:00
parent 21c1221138
commit 752cb1cdc6
13 changed files with 198 additions and 39 deletions

38
translations/en.json Normal file
View File

@@ -0,0 +1,38 @@
{
"login": {
"username_required": "Username is required",
"error_title": "Error",
"url_error_message": "URL needs to start with http or https.",
"login": "Log in",
"login_subtitle": "Log in to any user account",
"username_placeholder": "Username",
"password_placeholder": "Password",
"login_button": "Log in"
},
"server": {
"server_label": "Server: {{serverURL}}",
"change_server": "Change server",
"connect_to_server": "Connect to your Jellyfin server",
"server_url_placeholder": "Server URL",
"server_url_hint": "Server URL requires 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",
"recentlyAddedMovies": "Recently Added in Movies",
"recentlyAddedTVShows": "Recently Added in TV-Shows",
"suggestions": "Suggestions"
},
"tabs": {
"home": "Home",
"search": "Search",
"library": "Library"
}
}

38
translations/sv.json Normal file
View File

@@ -0,0 +1,38 @@
{
"login": {
"username_required": "Användarnamn krävs",
"error_title": "Fel",
"url_error_message": "URL måste börja med http eller https.",
"login_title": "Logga in",
"login_subtitle": "Logga in på ett användarkonto",
"username_placeholder": "Användarnamn",
"password_placeholder": "Lösenord",
"login_button": "Logga in"
},
"server": {
"server_label": "Server: {{serverURL}}",
"change_server": "Byt server",
"connect_to_server": "Anslut till din Jellyfin-server",
"server_url_placeholder": "Server URL",
"server_url_hint": "Server URL kräver http eller https",
"connect_button": "Anslut"
},
"home": {
"home": "Hem",
"noInternet": "Ingen Internet",
"noInternetMessage": "Ingen fara, du kan fortfarande titta\npå nedladdat innehåll.",
"goToDownloads": "Gå till nedladdningar",
"oops": "Hoppsan!",
"errorMessage": "Något gick fel.\nLogga ut och in igen.",
"continueWatching": "Fortsätt titta",
"nextUp": "Nästa upp",
"recentlyAddedMovies": "Nyligen tillagt i Filmer",
"recentlyAddedTVShows": "Nyligen tillagt i TV-Serier",
"suggestions": "Förslag"
},
"tabs": {
"home": "Hem",
"search": "Sök",
"library": "Bibliotek"
}
}