movie-web/public/locales/en-GB/translation.json

51 lines
1.6 KiB
JSON
Raw Normal View History

2022-12-17 09:54:27 +01:00
{
"global": {
"name": "movie-web"
},
"search": {
"loading": "Fetching your favourite shows...",
"providersFailed": "{{fails}}/{{total}} providers failed!",
2022-12-17 10:04:13 +01:00
"allResults": "That's all we have!",
"noResults": "We couldn't find anything!",
2022-12-17 09:54:27 +01:00
"allFailed": "All providers have failed!",
"headingTitle": "Search results",
"headingLink": "Back to home",
"bookmarks": "Bookmarks",
"continueWatching": "Continue Watching",
"tagline": "Because watching legally is boring",
"title": "What do you want to watch?",
"placeholder": "What do you want to watch?"
},
"media": {
"invalidUrl": "Your URL may be invalid",
"arrowText": "Go back"
},
2022-12-18 20:35:28 +01:00
"seasons": {
"season": "Season {{season}}",
"failed": "Failed to get season data"
},
2022-12-17 09:54:27 +01:00
"notFound": {
"backArrow": "Back to home",
"media": {
2022-12-17 10:04:13 +01:00
"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"
2022-12-17 09:54:27 +01:00
},
"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": {
2022-12-17 10:04:13 +01:00
"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."
2022-12-17 09:54:27 +01:00
}
},
2022-12-17 10:04:13 +01:00
"searchBar": {
"movie": "Movie",
"series": "Series",
"Search": "Search"
},
2022-12-17 09:54:27 +01:00
"errorBoundary": {
2022-12-17 10:04:13 +01:00
"text": "The app encountered an error and wasn't able to recover, please report it to the"
2022-12-17 09:54:27 +01:00
}
2022-12-18 20:35:28 +01:00
}