mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-04 05:38:37 -05:00
docs: update error message for various components (#1354)
This commit is contained in:
@@ -102,7 +102,7 @@ const messages = defineMessages('components.MovieDetails', {
|
|||||||
watchlistSuccess: '<strong>{title}</strong> added to watchlist successfully!',
|
watchlistSuccess: '<strong>{title}</strong> added to watchlist successfully!',
|
||||||
watchlistDeleted:
|
watchlistDeleted:
|
||||||
'<strong>{title}</strong> Removed from watchlist successfully!',
|
'<strong>{title}</strong> Removed from watchlist successfully!',
|
||||||
watchlistError: 'Something went wrong try again.',
|
watchlistError: 'Something went wrong. Please try again.',
|
||||||
removefromwatchlist: 'Remove From Watchlist',
|
removefromwatchlist: 'Remove From Watchlist',
|
||||||
addtowatchlist: 'Add To Watchlist',
|
addtowatchlist: 'Add To Watchlist',
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ const messages = defineMessages('components.TitleCard', {
|
|||||||
watchlistDeleted:
|
watchlistDeleted:
|
||||||
'<strong>{title}</strong> Removed from watchlist successfully!',
|
'<strong>{title}</strong> Removed from watchlist successfully!',
|
||||||
watchlistCancel: 'watchlist for <strong>{title}</strong> canceled.',
|
watchlistCancel: 'watchlist for <strong>{title}</strong> canceled.',
|
||||||
watchlistError: 'Something went wrong try again.',
|
watchlistError: 'Something went wrong. Please try again.',
|
||||||
});
|
});
|
||||||
|
|
||||||
const TitleCard = ({
|
const TitleCard = ({
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ const messages = defineMessages('components.TvDetails', {
|
|||||||
watchlistSuccess: '<strong>{title}</strong> added to watchlist successfully!',
|
watchlistSuccess: '<strong>{title}</strong> added to watchlist successfully!',
|
||||||
watchlistDeleted:
|
watchlistDeleted:
|
||||||
'<strong>{title}</strong> Removed from watchlist successfully!',
|
'<strong>{title}</strong> Removed from watchlist successfully!',
|
||||||
watchlistError: 'Something went wrong try again.',
|
watchlistError: 'Something went wrong. Please try again.',
|
||||||
removefromwatchlist: 'Remove From Watchlist',
|
removefromwatchlist: 'Remove From Watchlist',
|
||||||
addtowatchlist: 'Add To Watchlist',
|
addtowatchlist: 'Add To Watchlist',
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ const globalMessages = defineMessages('i18n', {
|
|||||||
blacklist: 'Blacklist',
|
blacklist: 'Blacklist',
|
||||||
blacklisted: 'Blacklisted',
|
blacklisted: 'Blacklisted',
|
||||||
blacklistSuccess: '<strong>{title}</strong> was successfully blacklisted.',
|
blacklistSuccess: '<strong>{title}</strong> was successfully blacklisted.',
|
||||||
blacklistError: 'Something went wrong try again.',
|
blacklistError: 'Something went wrong. Please try again.',
|
||||||
blacklistDuplicateError:
|
blacklistDuplicateError:
|
||||||
'<strong>{title}</strong> has already been blacklisted.',
|
'<strong>{title}</strong> has already been blacklisted.',
|
||||||
removeFromBlacklistSuccess:
|
removeFromBlacklistSuccess:
|
||||||
|
|||||||
@@ -340,7 +340,7 @@
|
|||||||
"components.MovieDetails.tmdbuserscore": "TMDB User Score",
|
"components.MovieDetails.tmdbuserscore": "TMDB User Score",
|
||||||
"components.MovieDetails.viewfullcrew": "View Full Crew",
|
"components.MovieDetails.viewfullcrew": "View Full Crew",
|
||||||
"components.MovieDetails.watchlistDeleted": "<strong>{title}</strong> Removed from watchlist successfully!",
|
"components.MovieDetails.watchlistDeleted": "<strong>{title}</strong> Removed from watchlist successfully!",
|
||||||
"components.MovieDetails.watchlistError": "Something went wrong try again.",
|
"components.MovieDetails.watchlistError": "Something went wrong. Please try again.",
|
||||||
"components.MovieDetails.watchlistSuccess": "<strong>{title}</strong> added to watchlist successfully!",
|
"components.MovieDetails.watchlistSuccess": "<strong>{title}</strong> added to watchlist successfully!",
|
||||||
"components.MovieDetails.watchtrailer": "Watch Trailer",
|
"components.MovieDetails.watchtrailer": "Watch Trailer",
|
||||||
"components.NotificationTypeSelector.adminissuecommentDescription": "Get notified when other users comment on issues.",
|
"components.NotificationTypeSelector.adminissuecommentDescription": "Get notified when other users comment on issues.",
|
||||||
@@ -1171,7 +1171,7 @@
|
|||||||
"components.TitleCard.tvdbid": "TheTVDB ID",
|
"components.TitleCard.tvdbid": "TheTVDB ID",
|
||||||
"components.TitleCard.watchlistCancel": "watchlist for <strong>{title}</strong> canceled.",
|
"components.TitleCard.watchlistCancel": "watchlist for <strong>{title}</strong> canceled.",
|
||||||
"components.TitleCard.watchlistDeleted": "<strong>{title}</strong> Removed from watchlist successfully!",
|
"components.TitleCard.watchlistDeleted": "<strong>{title}</strong> Removed from watchlist successfully!",
|
||||||
"components.TitleCard.watchlistError": "Something went wrong try again.",
|
"components.TitleCard.watchlistError": "Something went wrong. Please try again.",
|
||||||
"components.TitleCard.watchlistSuccess": "<strong>{title}</strong> added to watchlist successfully!",
|
"components.TitleCard.watchlistSuccess": "<strong>{title}</strong> added to watchlist successfully!",
|
||||||
"components.TvDetails.Season.noepisodes": "Episode list unavailable.",
|
"components.TvDetails.Season.noepisodes": "Episode list unavailable.",
|
||||||
"components.TvDetails.Season.somethingwentwrong": "Something went wrong while retrieving season data.",
|
"components.TvDetails.Season.somethingwentwrong": "Something went wrong while retrieving season data.",
|
||||||
@@ -1209,7 +1209,7 @@
|
|||||||
"components.TvDetails.tmdbuserscore": "TMDB User Score",
|
"components.TvDetails.tmdbuserscore": "TMDB User Score",
|
||||||
"components.TvDetails.viewfullcrew": "View Full Crew",
|
"components.TvDetails.viewfullcrew": "View Full Crew",
|
||||||
"components.TvDetails.watchlistDeleted": "<strong>{title}</strong> Removed from watchlist successfully!",
|
"components.TvDetails.watchlistDeleted": "<strong>{title}</strong> Removed from watchlist successfully!",
|
||||||
"components.TvDetails.watchlistError": "Something went wrong try again.",
|
"components.TvDetails.watchlistError": "Something went wrong. Please try again.",
|
||||||
"components.TvDetails.watchlistSuccess": "<strong>{title}</strong> added to watchlist successfully!",
|
"components.TvDetails.watchlistSuccess": "<strong>{title}</strong> added to watchlist successfully!",
|
||||||
"components.TvDetails.watchtrailer": "Watch Trailer",
|
"components.TvDetails.watchtrailer": "Watch Trailer",
|
||||||
"components.UserList.accounttype": "Type",
|
"components.UserList.accounttype": "Type",
|
||||||
@@ -1393,7 +1393,7 @@
|
|||||||
"i18n.back": "Back",
|
"i18n.back": "Back",
|
||||||
"i18n.blacklist": "Blacklist",
|
"i18n.blacklist": "Blacklist",
|
||||||
"i18n.blacklistDuplicateError": "<strong>{title}</strong> has already been blacklisted.",
|
"i18n.blacklistDuplicateError": "<strong>{title}</strong> has already been blacklisted.",
|
||||||
"i18n.blacklistError": "Something went wrong try again.",
|
"i18n.blacklistError": "Something went wrong. Please try again.",
|
||||||
"i18n.blacklistSuccess": "<strong>{title}</strong> was successfully blacklisted.",
|
"i18n.blacklistSuccess": "<strong>{title}</strong> was successfully blacklisted.",
|
||||||
"i18n.blacklisted": "Blacklisted",
|
"i18n.blacklisted": "Blacklisted",
|
||||||
"i18n.cancel": "Cancel",
|
"i18n.cancel": "Cancel",
|
||||||
|
|||||||
Reference in New Issue
Block a user