mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07:00
feature: Add new home carousel (#58)
## Pull Request Description This adds a new home carousel better suited for mobile The old one is still available ## Checklist - [x] If a new package was added, did you ensure it works for all supported platforms? Is the package also well maintained? - [x] Did you add localization for any text? If yes, did you sort the .arb file using ```arb_utils sort <INPUT_FILE>```? - [x] Check that any changes are related to the issue at hand. Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
2a2502147a
commit
d572884e61
12 changed files with 1696 additions and 393 deletions
|
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"@@locale": "en",
|
||||
"about": "About",
|
||||
"@about": {},
|
||||
"accept": "Accept",
|
||||
"@accept": {},
|
||||
"active": "Active",
|
||||
"@active": {},
|
||||
"actor": "{count, plural, other{Actors} one{Actor}}",
|
||||
"@actor": {
|
||||
"description": "actor",
|
||||
|
|
@ -14,14 +17,23 @@
|
|||
}
|
||||
},
|
||||
"addAsFavorite": "Add as favorite",
|
||||
"@addAsFavorite": {},
|
||||
"addToCollection": "Add to collection",
|
||||
"@addToCollection": {},
|
||||
"addToPlaylist": "Add to playlist",
|
||||
"@addToPlaylist": {},
|
||||
"advanced": "Advanced",
|
||||
"@advanced": {},
|
||||
"all": "All",
|
||||
"@all": {},
|
||||
"amoledBlack": "Amoled black",
|
||||
"@amoledBlack": {},
|
||||
"appLockAutoLogin": "Auto login",
|
||||
"@appLockAutoLogin": {},
|
||||
"appLockBiometrics": "Biometrics",
|
||||
"@appLockBiometrics": {},
|
||||
"appLockPasscode": "Passcode",
|
||||
"@appLockPasscode": {},
|
||||
"appLockTitle": "Set the log-in method for {userName}",
|
||||
"@appLockTitle": {
|
||||
"description": "Pop-up to pick a login method",
|
||||
|
|
@ -32,15 +44,24 @@
|
|||
}
|
||||
},
|
||||
"ascending": "Ascending",
|
||||
"@ascending": {},
|
||||
"audio": "Audio",
|
||||
"@audio": {},
|
||||
"autoPlay": "Auto-play",
|
||||
"@autoPlay": {},
|
||||
"backgroundBlur": "Background blur",
|
||||
"@backgroundBlur": {},
|
||||
"backgroundOpacity": "Background opacity",
|
||||
"biometricsFailedCheckAgain": "Biometrics failed check settings and try again",
|
||||
"@backgroundOpacity": {},
|
||||
"biometricsFailedCheckAgain": "Biometrics failed. Check settings and try again.",
|
||||
"@biometricsFailedCheckAgain": {},
|
||||
"bold": "Bold",
|
||||
"@bold": {},
|
||||
"cancel": "Cancel",
|
||||
"@cancel": {},
|
||||
"change": "Change",
|
||||
"chapter": "{count, plural, other{Chapters} one{Chapter}}",
|
||||
"@change": {},
|
||||
"chapter": "{count, plural, other{Chapters} one{Chapter}}",
|
||||
"@chapter": {
|
||||
"description": "chapter",
|
||||
"placeholders": {
|
||||
|
|
@ -51,16 +72,27 @@
|
|||
}
|
||||
},
|
||||
"clear": "Clear",
|
||||
"@clear": {},
|
||||
"clearAllSettings": "Clear all settings",
|
||||
"@clearAllSettings": {},
|
||||
"clearAllSettingsQuestion": "Clear all settings?",
|
||||
"@clearAllSettingsQuestion": {},
|
||||
"clearChanges": "Clear changes",
|
||||
"@clearChanges": {},
|
||||
"clearSelection": "Clear selection",
|
||||
"@clearSelection": {},
|
||||
"close": "Close",
|
||||
"@close": {},
|
||||
"code": "Code",
|
||||
"@code": {},
|
||||
"collectionFolder": "Collection folder",
|
||||
"@collectionFolder": {},
|
||||
"color": "Color",
|
||||
"@color": {},
|
||||
"combined": "Combined",
|
||||
"@combined": {},
|
||||
"communityRating": "Community Rating",
|
||||
"@communityRating": {},
|
||||
"continuePage": "Continue - page {page}",
|
||||
"@continuePage": {
|
||||
"description": "Continue - page 1",
|
||||
|
|
@ -71,12 +103,19 @@
|
|||
}
|
||||
},
|
||||
"controls": "Controls",
|
||||
"@controls": {},
|
||||
"dashboard": "Dashboard",
|
||||
"@dashboard": {},
|
||||
"dashboardContinue": "Continue",
|
||||
"@dashboardContinue": {},
|
||||
"dashboardContinueListening": "Continue Listening",
|
||||
"@dashboardContinueListening": {},
|
||||
"dashboardContinueReading": "Continue Reading",
|
||||
"@dashboardContinueReading": {},
|
||||
"dashboardContinueWatching": "Continue Watching",
|
||||
"@dashboardContinueWatching": {},
|
||||
"dashboardNextUp": "Next-up",
|
||||
"@dashboardNextUp": {},
|
||||
"dashboardRecentlyAdded": "Recently added in {name}",
|
||||
"@dashboardRecentlyAdded": {
|
||||
"description": "Recently added on home screen",
|
||||
|
|
@ -87,10 +126,15 @@
|
|||
}
|
||||
},
|
||||
"dateAdded": "Date added",
|
||||
"@dateAdded": {},
|
||||
"dateLastContentAdded": "Date last content added",
|
||||
"@dateLastContentAdded": {},
|
||||
"datePlayed": "Date played",
|
||||
"@datePlayed": {},
|
||||
"days": "Days",
|
||||
"@days": {},
|
||||
"delete": "Delete",
|
||||
"@delete": {},
|
||||
"deleteFileFromSystem": "Deleting this item {item} will delete it from both the file system and your media library.\nAre you sure you wish to continue?",
|
||||
"@deleteFileFromSystem": {
|
||||
"description": "Delete file from system",
|
||||
|
|
@ -110,7 +154,8 @@
|
|||
}
|
||||
},
|
||||
"descending": "Descending",
|
||||
"director": "{count, plural, other{Director} two{Directors}}",
|
||||
"@descending": {},
|
||||
"director": "{count, plural, other{Director} two{Directors}}",
|
||||
"@director": {
|
||||
"description": "director",
|
||||
"placeholders": {
|
||||
|
|
@ -120,19 +165,32 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"disableFilters": "Disable filters",
|
||||
"disabled": "Disabled",
|
||||
"disableFilters": "Turn off filters",
|
||||
"@disableFilters": {},
|
||||
"disabled": "Off",
|
||||
"@disabled": {},
|
||||
"discovered": "Discovered",
|
||||
"@discovered": {},
|
||||
"displayLanguage": "Display language",
|
||||
"downloadsClearDesc": "Are you sure you want to remove all synced data?\nThis will clear all data for every synced user!",
|
||||
"@displayLanguage": {},
|
||||
"downloadsClearDesc": "Remove all synced data, clearing\nall data for every synced user?",
|
||||
"@downloadsClearDesc": {},
|
||||
"downloadsClearTitle": "Clear synced data",
|
||||
"@downloadsClearTitle": {},
|
||||
"downloadsPath": "Path",
|
||||
"@downloadsPath": {},
|
||||
"downloadsSyncedData": "Synced data",
|
||||
"@downloadsSyncedData": {},
|
||||
"downloadsTitle": "Downloads",
|
||||
"@downloadsTitle": {},
|
||||
"dynamicText": "Dynamic",
|
||||
"@dynamicText": {},
|
||||
"editMetadata": "Edit metadata",
|
||||
"@editMetadata": {},
|
||||
"empty": "Empty",
|
||||
"enabled": "Enabled",
|
||||
"@empty": {},
|
||||
"enabled": "On",
|
||||
"@enabled": {},
|
||||
"endsAt": "ends at {date}",
|
||||
"@endsAt": {
|
||||
"description": "endsAt",
|
||||
|
|
@ -154,10 +212,15 @@
|
|||
}
|
||||
},
|
||||
"error": "Error",
|
||||
"failedToLoadImage": "Failed to load image",
|
||||
"@error": {},
|
||||
"failedToLoadImage": "Could not load image",
|
||||
"@failedToLoadImage": {},
|
||||
"favorite": "Favorite",
|
||||
"@favorite": {},
|
||||
"favorites": "Favorites",
|
||||
"fetchingLibrary": "Fetching library items",
|
||||
"@favorites": {},
|
||||
"fetchingLibrary": "Fetching library items…",
|
||||
"@fetchingLibrary": {},
|
||||
"filter": "{count, plural, other{Filters} one{Filter}}",
|
||||
"@filter": {
|
||||
"description": "filter",
|
||||
|
|
@ -169,9 +232,13 @@
|
|||
}
|
||||
},
|
||||
"folders": "Folders",
|
||||
"@folders": {},
|
||||
"fontColor": "Font color",
|
||||
"@fontColor": {},
|
||||
"fontSize": "Font size",
|
||||
"@fontSize": {},
|
||||
"forceRefresh": "Force refresh",
|
||||
"@forceRefresh": {},
|
||||
"genre": "{count, plural, other{Genres} one{Genre}}",
|
||||
"@genre": {
|
||||
"description": "genre",
|
||||
|
|
@ -183,19 +250,35 @@
|
|||
}
|
||||
},
|
||||
"goTo": "Go To",
|
||||
"@goTo": {},
|
||||
"grid": "Grid",
|
||||
"@grid": {},
|
||||
"group": "Group",
|
||||
"@group": {},
|
||||
"groupBy": "Group by",
|
||||
"@groupBy": {},
|
||||
"heightOffset": "Height offset",
|
||||
"@heightOffset": {},
|
||||
"hide": "Hide",
|
||||
"@hide": {},
|
||||
"hideEmpty": "Hide empty",
|
||||
"@hideEmpty": {},
|
||||
"home": "Home",
|
||||
"@home": {},
|
||||
"homeBannerBanner": "Banner",
|
||||
"homeBannerCarousel": "Carousel",
|
||||
"identify": "Identify",
|
||||
"@identify": {},
|
||||
"immediately": "Immediately",
|
||||
"incorrectPinTryAgain": "Incorrect pin try again",
|
||||
"@immediately": {},
|
||||
"incorrectPinTryAgain": "Incorrect PIN. Try again.",
|
||||
"@incorrectPinTryAgain": {},
|
||||
"info": "Info",
|
||||
"invalidUrl": "Invalid url",
|
||||
"invalidUrlDesc": "Url needs to start with http(s)://",
|
||||
"@info": {},
|
||||
"invalidUrl": "Invalid URL",
|
||||
"@invalidUrl": {},
|
||||
"invalidUrlDesc": "URL needs to start with http(s)://",
|
||||
"@invalidUrlDesc": {},
|
||||
"itemCount": "Item count: {count}",
|
||||
"@itemCount": {
|
||||
"description": "Item count",
|
||||
|
|
@ -205,7 +288,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"label": "{count, plural, other{Labels} one{Label}}",
|
||||
"label": "{count, plural, other{Labels} one{Label}}",
|
||||
"@label": {
|
||||
"description": "label",
|
||||
"placeholders": {
|
||||
|
|
@ -225,16 +308,25 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"libraryFetchNoItemsFound": "No items found, try different settings.",
|
||||
"libraryPageSizeDesc": "Set the amount to load at a time. 0 disables paging",
|
||||
"libraryFetchNoItemsFound": "No items found. Try different settings.",
|
||||
"@libraryFetchNoItemsFound": {},
|
||||
"libraryPageSizeDesc": "Set the amount to load at a time. 0 turns off paging.",
|
||||
"@libraryPageSizeDesc": {},
|
||||
"libraryPageSizeTitle": "Library page size",
|
||||
"@libraryPageSizeTitle": {},
|
||||
"light": "Light",
|
||||
"@light": {},
|
||||
"list": "List",
|
||||
"@list": {},
|
||||
"lockscreen": "Lockscreen",
|
||||
"@lockscreen": {},
|
||||
"loggedIn": "Logged-in",
|
||||
"login": "Login",
|
||||
"logout": "Logout",
|
||||
"logoutUserPopupContent": "This will log-out {userName} and delete te user from the app.\nYou will have to log back in to {serverName}.",
|
||||
"@loggedIn": {},
|
||||
"login": "Log in",
|
||||
"@login": {},
|
||||
"logout": "Log out",
|
||||
"@logout": {},
|
||||
"logoutUserPopupContent": "This will log out {userName} and delete the user from the app.\nYou will have to log back in on {serverName}.",
|
||||
"@logoutUserPopupContent": {
|
||||
"description": "Pop-up for loging out the user description",
|
||||
"placeholders": {
|
||||
|
|
@ -246,7 +338,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"logoutUserPopupTitle": "Log-out user {userName}?",
|
||||
"logoutUserPopupTitle": "Log out {userName}?",
|
||||
"@logoutUserPopupTitle": {
|
||||
"description": "Pop-up for loging out the user",
|
||||
"placeholders": {
|
||||
|
|
@ -256,21 +348,37 @@
|
|||
}
|
||||
},
|
||||
"loop": "Loop",
|
||||
"@loop": {},
|
||||
"markAsUnwatched": "Mark as unwatched",
|
||||
"@markAsUnwatched": {},
|
||||
"markAsWatched": "Mark as watched",
|
||||
"@markAsWatched": {},
|
||||
"masonry": "Masonry",
|
||||
"@masonry": {},
|
||||
"mediaTypeBase": "Base Type",
|
||||
"@mediaTypeBase": {},
|
||||
"mediaTypeBook": "Book",
|
||||
"@mediaTypeBook": {},
|
||||
"mediaTypeBoxset": "Boxset",
|
||||
"@mediaTypeBoxset": {},
|
||||
"mediaTypeEpisode": "Episode",
|
||||
"@mediaTypeEpisode": {},
|
||||
"mediaTypeFolder": "Folder",
|
||||
"@mediaTypeFolder": {},
|
||||
"mediaTypeMovie": "Movie",
|
||||
"@mediaTypeMovie": {},
|
||||
"mediaTypePerson": "Person",
|
||||
"@mediaTypePerson": {},
|
||||
"mediaTypePhoto": "Photo",
|
||||
"@mediaTypePhoto": {},
|
||||
"mediaTypePhotoAlbum": "Photo Album",
|
||||
"@mediaTypePhotoAlbum": {},
|
||||
"mediaTypePlaylist": "Playlist",
|
||||
"@mediaTypePlaylist": {},
|
||||
"mediaTypeSeason": "Season",
|
||||
"@mediaTypeSeason": {},
|
||||
"mediaTypeSeries": "Series",
|
||||
"@mediaTypeSeries": {},
|
||||
"metaDataSavedFor": "Metadata saved for {item}",
|
||||
"@metaDataSavedFor": {
|
||||
"description": "metaDataSavedFor",
|
||||
|
|
@ -281,8 +389,11 @@
|
|||
}
|
||||
},
|
||||
"metadataRefreshDefault": "Scan for new and updated files",
|
||||
"@metadataRefreshDefault": {},
|
||||
"metadataRefreshFull": "Replace all metadata",
|
||||
"@metadataRefreshFull": {},
|
||||
"metadataRefreshValidation": "Search for missing metadata",
|
||||
"@metadataRefreshValidation": {},
|
||||
"minutes": "{count, plural, other{Minutes} one{Minute} }",
|
||||
"@minutes": {
|
||||
"description": "minute",
|
||||
|
|
@ -294,6 +405,7 @@
|
|||
}
|
||||
},
|
||||
"mode": "Mode",
|
||||
"@mode": {},
|
||||
"moreFrom": "More from {info}",
|
||||
"@moreFrom": {
|
||||
"description": "More from",
|
||||
|
|
@ -304,32 +416,61 @@
|
|||
}
|
||||
},
|
||||
"moreOptions": "More options",
|
||||
"@moreOptions": {},
|
||||
"mouseDragSupport": "Drag using mouse",
|
||||
"@mouseDragSupport": {},
|
||||
"musicAlbum": "Album",
|
||||
"@musicAlbum": {},
|
||||
"name": "Name",
|
||||
"@name": {},
|
||||
"nativeName": "English",
|
||||
"@nativeName": {},
|
||||
"navigation": "Navigation",
|
||||
"@navigation": {},
|
||||
"navigationDashboard": "Dashboard",
|
||||
"@navigationDashboard": {},
|
||||
"navigationFavorites": "Favorites",
|
||||
"@navigationFavorites": {},
|
||||
"navigationSync": "Synced",
|
||||
"@navigationSync": {},
|
||||
"never": "Never",
|
||||
"@never": {},
|
||||
"nextUp": "Next Up",
|
||||
"@nextUp": {},
|
||||
"noItemsSynced": "No items synced",
|
||||
"@noItemsSynced": {},
|
||||
"noItemsToShow": "No items to show",
|
||||
"@noItemsToShow": {},
|
||||
"noRating": "No rating",
|
||||
"@noRating": {},
|
||||
"noResults": "No results",
|
||||
"@noResults": {},
|
||||
"noServersFound": "No new servers found",
|
||||
"@noServersFound": {},
|
||||
"noSuggestionsFound": "No suggestions found",
|
||||
"@noSuggestionsFound": {},
|
||||
"none": "None",
|
||||
"@none": {},
|
||||
"normal": "Normal",
|
||||
"@normal": {},
|
||||
"notPartOfAlbum": "Not part of a album",
|
||||
"@notPartOfAlbum": {},
|
||||
"openParent": "Open parent",
|
||||
"@openParent": {},
|
||||
"openShow": "Open show",
|
||||
"@openShow": {},
|
||||
"openWebLink": "Open web link",
|
||||
"@openWebLink": {},
|
||||
"options": "Options",
|
||||
"@options": {},
|
||||
"other": "Other",
|
||||
"@other": {},
|
||||
"outlineColor": "Outline color",
|
||||
"@outlineColor": {},
|
||||
"outlineSize": "Outline size",
|
||||
"@outlineSize": {},
|
||||
"overview": "Overview",
|
||||
"@overview": {},
|
||||
"page": "Page {index}",
|
||||
"@page": {
|
||||
"description": "page",
|
||||
|
|
@ -340,11 +481,17 @@
|
|||
}
|
||||
},
|
||||
"parentalRating": "Parental Rating",
|
||||
"@parentalRating": {},
|
||||
"password": "Password",
|
||||
"@password": {},
|
||||
"pathClearTitle": "Clear downloads path",
|
||||
"@pathClearTitle": {},
|
||||
"pathEditDesc": "This location is set for all users, any synced data will no longer be accessible.\nIt will remain on your storage.",
|
||||
"@pathEditDesc": {},
|
||||
"pathEditSelect": "Select downloads destination",
|
||||
"@pathEditSelect": {},
|
||||
"pathEditTitle": "Change location",
|
||||
"@pathEditTitle": {},
|
||||
"play": "Play {item}",
|
||||
"@play": {
|
||||
"description": "Play with",
|
||||
|
|
@ -355,6 +502,7 @@
|
|||
}
|
||||
},
|
||||
"playCount": "Play count",
|
||||
"@playCount": {},
|
||||
"playFrom": "Play from {name}",
|
||||
"@playFrom": {
|
||||
"description": "playFrom",
|
||||
|
|
@ -374,13 +522,21 @@
|
|||
}
|
||||
},
|
||||
"playLabel": "Play",
|
||||
"@playLabel": {},
|
||||
"playVideos": "Play videos",
|
||||
"@playVideos": {},
|
||||
"played": "Played",
|
||||
"@played": {},
|
||||
"quickConnectAction": "Enter quick connect code for",
|
||||
"@quickConnectAction": {},
|
||||
"quickConnectInputACode": "Input a code",
|
||||
"@quickConnectInputACode": {},
|
||||
"quickConnectTitle": "Quick-connect",
|
||||
"@quickConnectTitle": {},
|
||||
"quickConnectWrongCode": "Wrong code",
|
||||
"@quickConnectWrongCode": {},
|
||||
"random": "Random",
|
||||
"@random": {},
|
||||
"rating": "{count, plural, other{Ratings} one{Rating}}",
|
||||
"@rating": {
|
||||
"description": "rating",
|
||||
|
|
@ -392,6 +548,7 @@
|
|||
}
|
||||
},
|
||||
"reWatch": "Rewatch",
|
||||
"@reWatch": {},
|
||||
"read": "Read {item}",
|
||||
"@read": {
|
||||
"description": "read",
|
||||
|
|
@ -411,8 +568,11 @@
|
|||
}
|
||||
},
|
||||
"recursive": "Recursive",
|
||||
"@recursive": {},
|
||||
"refresh": "Refresh",
|
||||
"@refresh": {},
|
||||
"refreshMetadata": "Refresh metadata",
|
||||
"@refreshMetadata": {},
|
||||
"refreshPopup": "Refresh - {name}",
|
||||
"@refreshPopup": {
|
||||
"placeholders": {
|
||||
|
|
@ -421,17 +581,28 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"refreshPopupContentMetadata": "Metadata is refreshed based on settings and internet services that are enabled in the Dashboard.",
|
||||
"refreshPopupContentMetadata": "Metadata is refreshed based on settings and Internet services turned on in the dashboard.",
|
||||
"@refreshPopupContentMetadata": {},
|
||||
"related": "Related",
|
||||
"@related": {},
|
||||
"releaseDate": "Release date",
|
||||
"@releaseDate": {},
|
||||
"removeAsFavorite": "Remove as favorite",
|
||||
"removeFromCollection": "Remove to collection",
|
||||
"removeFromPlaylist": "Remove to playlist",
|
||||
"@removeAsFavorite": {},
|
||||
"removeFromCollection": "Remove from collection",
|
||||
"@removeFromCollection": {},
|
||||
"removeFromPlaylist": "Remove from playlist",
|
||||
"@removeFromPlaylist": {},
|
||||
"replaceAllImages": "Replace all images",
|
||||
"@replaceAllImages": {},
|
||||
"replaceExistingImages": "Replace existing images",
|
||||
"@replaceExistingImages": {},
|
||||
"restart": "Restart",
|
||||
"@restart": {},
|
||||
"result": "Result",
|
||||
"@result": {},
|
||||
"resumable": "Resumable",
|
||||
"@resumable": {},
|
||||
"resume": "Resume {item}",
|
||||
"@resume": {
|
||||
"description": "resume",
|
||||
|
|
@ -442,12 +613,19 @@
|
|||
}
|
||||
},
|
||||
"retrievePublicListOfUsers": "Retrieve public list of users",
|
||||
"@retrievePublicListOfUsers": {},
|
||||
"retry": "Retry",
|
||||
"@retry": {},
|
||||
"runTime": "Run time",
|
||||
"@runTime": {},
|
||||
"save": "Save",
|
||||
"@save": {},
|
||||
"saved": "Saved",
|
||||
"@saved": {},
|
||||
"scanBiometricHint": "Verify identity",
|
||||
"@scanBiometricHint": {},
|
||||
"scanLibrary": "Scan library",
|
||||
"@scanLibrary": {},
|
||||
"scanYourFingerprintToAuthenticate": "Scan your fingerprint to authenticate {user}",
|
||||
"@scanYourFingerprintToAuthenticate": {
|
||||
"placeholders": {
|
||||
|
|
@ -456,7 +634,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"scanningName": "Scanning - {name}",
|
||||
"scanningName": "Scanning - {name}…",
|
||||
"@scanningName": {
|
||||
"placeholders": {
|
||||
"name": {
|
||||
|
|
@ -465,7 +643,9 @@
|
|||
}
|
||||
},
|
||||
"scrollToTop": "Scroll to top",
|
||||
"@scrollToTop": {},
|
||||
"search": "Search",
|
||||
"@search": {},
|
||||
"season": "{count, plural, other{Seasons} one{Season} }",
|
||||
"@season": {
|
||||
"description": "season",
|
||||
|
|
@ -487,9 +667,13 @@
|
|||
}
|
||||
},
|
||||
"selectAll": "Select all",
|
||||
"@selectAll": {},
|
||||
"selectTime": "Select time",
|
||||
"@selectTime": {},
|
||||
"selectViewType": "Select view type",
|
||||
"@selectViewType": {},
|
||||
"selected": "Selected",
|
||||
"@selected": {},
|
||||
"selectedWith": "Selected {info}",
|
||||
"@selectedWith": {
|
||||
"description": "selected",
|
||||
|
|
@ -500,7 +684,9 @@
|
|||
}
|
||||
},
|
||||
"separate": "Separate",
|
||||
"@separate": {},
|
||||
"server": "Server",
|
||||
"@server": {},
|
||||
"set": "Set",
|
||||
"@set": {
|
||||
"description": "Use for setting a certain value",
|
||||
|
|
@ -516,50 +702,95 @@
|
|||
}
|
||||
},
|
||||
"settingSecurityApplockTitle": "App lock",
|
||||
"@settingSecurityApplockTitle": {},
|
||||
"settings": "Settings",
|
||||
"@settings": {},
|
||||
"settingsBlurEpisodesDesc": "Blur all upcoming episodes",
|
||||
"@settingsBlurEpisodesDesc": {},
|
||||
"settingsBlurEpisodesTitle": "Blur next-up episodes",
|
||||
"@settingsBlurEpisodesTitle": {},
|
||||
"settingsBlurredPlaceholderDesc": "Show blurred background when loading posters",
|
||||
"@settingsBlurredPlaceholderDesc": {},
|
||||
"settingsBlurredPlaceholderTitle": "Blurred placeholder",
|
||||
"@settingsBlurredPlaceholderTitle": {},
|
||||
"settingsClientDesc": "General, Time-out, Layout, Theme",
|
||||
"@settingsClientDesc": {},
|
||||
"settingsClientTitle": "Fladder",
|
||||
"@settingsClientTitle": {},
|
||||
"settingsContinue": "Continue",
|
||||
"@settingsContinue": {},
|
||||
"settingsEnableOsMediaControls": "Enable OS media controls",
|
||||
"settingsHomeCarouselDesc": "Shows a carousel on the dashboard screen",
|
||||
"settingsHomeCarouselTitle": "Dashboard carousel",
|
||||
"@settingsEnableOsMediaControls": {},
|
||||
"settingsHomeBannerDescription": "Switch between a banner or scrollable carousel",
|
||||
"settingsHomeBannerTitle": "Home banner",
|
||||
"settingsHomeCarouselDesc": "Shows a banner on the dashboard screen",
|
||||
"settingsHomeCarouselTitle": "Dashboard banner",
|
||||
"settingsHomeNextUpDesc": "Type of posters shown in the dashboard screen",
|
||||
"@settingsHomeNextUpDesc": {},
|
||||
"settingsHomeNextUpTitle": "Next-up posters",
|
||||
"@settingsHomeNextUpTitle": {},
|
||||
"settingsNextUpCutoffDays": "Next-up cutoff days",
|
||||
"@settingsNextUpCutoffDays": {},
|
||||
"settingsPlayerCustomSubtitlesDesc": "Customize Size, Color, Position, Outline",
|
||||
"@settingsPlayerCustomSubtitlesDesc": {},
|
||||
"settingsPlayerCustomSubtitlesTitle": "Customize subtitles",
|
||||
"@settingsPlayerCustomSubtitlesTitle": {},
|
||||
"settingsPlayerDesc": "Aspect-ratio, Advanced",
|
||||
"settingsPlayerMobileWarning": "Enabling Hardware acceleration and native libass subtitles on Android might cause some subtitles to not render.",
|
||||
"@settingsPlayerDesc": {},
|
||||
"settingsPlayerMobileWarning": "Turning on hardware acceleration and native libass subtitles on Android might cause some subtitles to not render.",
|
||||
"@settingsPlayerMobileWarning": {},
|
||||
"settingsPlayerNativeLibassAccelDesc": "Use video player libass subtitle renderer",
|
||||
"@settingsPlayerNativeLibassAccelDesc": {},
|
||||
"settingsPlayerNativeLibassAccelTitle": "Native libass subtitles",
|
||||
"@settingsPlayerNativeLibassAccelTitle": {},
|
||||
"settingsPlayerTitle": "Player",
|
||||
"settingsPlayerVideoHWAccelDesc": "Use the gpu to render video (recommended)",
|
||||
"@settingsPlayerTitle": {},
|
||||
"settingsPlayerVideoHWAccelDesc": "Use the GPU to render video (recommended)",
|
||||
"@settingsPlayerVideoHWAccelDesc": {},
|
||||
"settingsPlayerVideoHWAccelTitle": "Hardware acceleration",
|
||||
"@settingsPlayerVideoHWAccelTitle": {},
|
||||
"settingsPosterPinch": "Pinch-zoom to scale posters",
|
||||
"@settingsPosterPinch": {},
|
||||
"settingsPosterSize": "Poster size",
|
||||
"@settingsPosterSize": {},
|
||||
"settingsPosterSlider": "Show scale slider",
|
||||
"@settingsPosterSlider": {},
|
||||
"settingsProfileDesc": "Lockscreen",
|
||||
"@settingsProfileDesc": {},
|
||||
"settingsProfileTitle": "Profile",
|
||||
"@settingsProfileTitle": {},
|
||||
"settingsQuickConnectTitle": "Quick connect",
|
||||
"@settingsQuickConnectTitle": {},
|
||||
"settingsSecurity": "Security",
|
||||
"@settingsSecurity": {},
|
||||
"settingsShowScaleSlider": "Show poster size slide",
|
||||
"@settingsShowScaleSlider": {},
|
||||
"settingsVisual": "Visual",
|
||||
"@settingsVisual": {},
|
||||
"shadow": "Shadow",
|
||||
"@shadow": {},
|
||||
"showAlbum": "Show album",
|
||||
"@showAlbum": {},
|
||||
"showDetails": "Show details",
|
||||
"@showDetails": {},
|
||||
"showEmpty": "Show empty",
|
||||
"@showEmpty": {},
|
||||
"shuffleGallery": "Shuffle gallery",
|
||||
"@shuffleGallery": {},
|
||||
"shuffleVideos": "Shuffle videos",
|
||||
"@shuffleVideos": {},
|
||||
"somethingWentWrong": "Something went wrong",
|
||||
"somethingWentWrongPasswordCheck": "Something went wrong, check your password",
|
||||
"@somethingWentWrong": {},
|
||||
"somethingWentWrongPasswordCheck": "Something went wrong. Check your password.",
|
||||
"@somethingWentWrongPasswordCheck": {},
|
||||
"sortBy": "Sort by",
|
||||
"@sortBy": {},
|
||||
"sortName": "Name",
|
||||
"@sortName": {},
|
||||
"sortOrder": "Sort order",
|
||||
"@sortOrder": {},
|
||||
"start": "Start",
|
||||
"@start": {},
|
||||
"studio": "{count, plural, other{Studios} one{Studio}}",
|
||||
"@studio": {
|
||||
"description": "studio",
|
||||
|
|
@ -571,10 +802,15 @@
|
|||
}
|
||||
},
|
||||
"subtitleConfigurator": "Subtitle configurator",
|
||||
"@subtitleConfigurator": {},
|
||||
"subtitleConfiguratorPlaceHolder": "This is placeholder text, \n nothing to see here.",
|
||||
"@subtitleConfiguratorPlaceHolder": {},
|
||||
"subtitles": "Subtitles",
|
||||
"@subtitles": {},
|
||||
"switchUser": "Switch user",
|
||||
"@switchUser": {},
|
||||
"sync": "Sync",
|
||||
"@sync": {},
|
||||
"syncDeleteItemDesc": "Delete all synced data for?\n{item}",
|
||||
"@syncDeleteItemDesc": {
|
||||
"description": "Sync delete item pop-up window",
|
||||
|
|
@ -585,12 +821,19 @@
|
|||
}
|
||||
},
|
||||
"syncDeleteItemTitle": "Delete synced item",
|
||||
"@syncDeleteItemTitle": {},
|
||||
"syncDeletePopupPermanent": "This action is permanent and will remove all localy synced files",
|
||||
"@syncDeletePopupPermanent": {},
|
||||
"syncDetails": "Sync details",
|
||||
"@syncDetails": {},
|
||||
"syncOpenParent": "Open parent",
|
||||
"@syncOpenParent": {},
|
||||
"syncRemoveDataDesc": "Delete synced video data? This is permanent and you will need to re-sync the files",
|
||||
"@syncRemoveDataDesc": {},
|
||||
"syncRemoveDataTitle": "Remove synced data?",
|
||||
"@syncRemoveDataTitle": {},
|
||||
"syncedItems": "Synced items",
|
||||
"@syncedItems": {},
|
||||
"tag": "{count, plural, one{Tag} other{Tags}}",
|
||||
"@tag": {
|
||||
"description": "tag",
|
||||
|
|
@ -602,10 +845,15 @@
|
|||
}
|
||||
},
|
||||
"theme": "Theme",
|
||||
"@theme": {},
|
||||
"themeColor": "Theme color",
|
||||
"@themeColor": {},
|
||||
"themeModeDark": "Dark",
|
||||
"@themeModeDark": {},
|
||||
"themeModeLight": "Light",
|
||||
"@themeModeLight": {},
|
||||
"themeModeSystem": "System",
|
||||
"@themeModeSystem": {},
|
||||
"timeAndAnnotation": "{minutes} and {seconds}",
|
||||
"@timeAndAnnotation": {
|
||||
"description": "timeAndAnnotation",
|
||||
|
|
@ -619,6 +867,7 @@
|
|||
}
|
||||
},
|
||||
"timeOut": "Time-out",
|
||||
"@timeOut": {},
|
||||
"totalSize": "Total size: {size}",
|
||||
"@totalSize": {
|
||||
"placeholders": {
|
||||
|
|
@ -638,24 +887,43 @@
|
|||
}
|
||||
},
|
||||
"unPlayed": "Unplayed",
|
||||
"@unPlayed": {},
|
||||
"unableToConnectHost": "Unable to connect to host",
|
||||
"unableToReverseAction": "This action can not be reversed, it will remove all settings.",
|
||||
"@unableToConnectHost": {},
|
||||
"unableToReverseAction": "This action can not be reversed. It will remove all settings.",
|
||||
"@unableToReverseAction": {},
|
||||
"unknown": "Unknown",
|
||||
"@unknown": {},
|
||||
"useDefaults": "Use defaults",
|
||||
"@useDefaults": {},
|
||||
"userName": "Username",
|
||||
"@userName": {},
|
||||
"video": "Video",
|
||||
"@video": {},
|
||||
"videoScaling": "Video scaling",
|
||||
"@videoScaling": {},
|
||||
"videoScalingContain": "Contain",
|
||||
"@videoScalingContain": {},
|
||||
"videoScalingCover": "Cover",
|
||||
"@videoScalingCover": {},
|
||||
"videoScalingFill": "Fill",
|
||||
"@videoScalingFill": {},
|
||||
"videoScalingFillScreenDesc": "Fill the navigation and statusbar",
|
||||
"@videoScalingFillScreenDesc": {},
|
||||
"videoScalingFillScreenNotif": "Fill-screen overwrites video fit, in horizontal rotation",
|
||||
"@videoScalingFillScreenNotif": {},
|
||||
"videoScalingFillScreenTitle": "Fill screen",
|
||||
"@videoScalingFillScreenTitle": {},
|
||||
"videoScalingFitHeight": "Fit Height",
|
||||
"@videoScalingFitHeight": {},
|
||||
"videoScalingFitWidth": "Fit Width",
|
||||
"@videoScalingFitWidth": {},
|
||||
"videoScalingScaleDown": "ScaleDown",
|
||||
"@videoScalingScaleDown": {},
|
||||
"viewPhotos": "View photos",
|
||||
"@viewPhotos": {},
|
||||
"watchOn": "Watch on",
|
||||
"@watchOn": {},
|
||||
"writer": "{count, plural, other{Writer} two{Writers}}",
|
||||
"@writer": {
|
||||
"description": "writer",
|
||||
|
|
|
|||
|
|
@ -1 +1,41 @@
|
|||
{}
|
||||
{
|
||||
"es": [
|
||||
"nativeName",
|
||||
"settingsHomeBannerTitle",
|
||||
"settingsHomeBannerDescription",
|
||||
"homeBannerBanner",
|
||||
"homeBannerCarousel"
|
||||
],
|
||||
|
||||
"fr": [
|
||||
"nativeName",
|
||||
"settingsHomeBannerTitle",
|
||||
"settingsHomeBannerDescription",
|
||||
"homeBannerBanner",
|
||||
"homeBannerCarousel"
|
||||
],
|
||||
|
||||
"ja": [
|
||||
"nativeName",
|
||||
"settingsHomeBannerTitle",
|
||||
"settingsHomeBannerDescription",
|
||||
"homeBannerBanner",
|
||||
"homeBannerCarousel"
|
||||
],
|
||||
|
||||
"nl": [
|
||||
"nativeName",
|
||||
"settingsHomeBannerTitle",
|
||||
"settingsHomeBannerDescription",
|
||||
"homeBannerBanner",
|
||||
"homeBannerCarousel"
|
||||
],
|
||||
|
||||
"zh": [
|
||||
"nativeName",
|
||||
"settingsHomeBannerTitle",
|
||||
"settingsHomeBannerDescription",
|
||||
"homeBannerBanner",
|
||||
"homeBannerCarousel"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue