You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.5 KiB
48 lines
1.5 KiB
{ |
|
"global": { |
|
"name": "movie-web" |
|
}, |
|
"search": { |
|
"loading": "Fetching your favourite shows...", |
|
"allResults": "That's all we have!", |
|
"noResults": "We couldn't find anything!", |
|
"allFailed": "Failed to find media, try again!", |
|
"headingTitle": "Search results", |
|
"headingLink": "Back to home", |
|
"bookmarks": "Bookmarks", |
|
"continueWatching": "Continue Watching", |
|
"title": "What do you want to watch?", |
|
"placeholder": "What do you want to watch?" |
|
}, |
|
"media": { |
|
"invalidUrl": "Your URL may be invalid", |
|
"arrowText": "Go back" |
|
}, |
|
"seasons": { |
|
"season": "Season {{season}}", |
|
"failed": "Failed to get season data" |
|
}, |
|
"notFound": { |
|
"backArrow": "Back to home", |
|
"media": { |
|
"title": "Couldn't find that media", |
|
"description": "We couldn't find the media you requested. Either it's been removed or you tampered with the URL" |
|
}, |
|
"provider": { |
|
"title": "This provider has been disabled", |
|
"description": "We had issues with the provider or it was too unstable to use, so we had to disable it." |
|
}, |
|
"page": { |
|
"title": "Couldn't find that page", |
|
"description": "We looked everywhere: under the bins, in the closet, behind the proxy but ultimately couldn't find the page you are looking for." |
|
} |
|
}, |
|
"searchBar": { |
|
"movie": "Movie", |
|
"series": "Series", |
|
"Search": "Search" |
|
}, |
|
"errorBoundary": { |
|
"text": "The app encountered an error and wasn't able to recover, please report it to the" |
|
} |
|
}
|
|
|