mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Convert MoveMovieModal to TypeScript
Co-authored-by: Mark McDowall <mark@mcdowall.ca>
This commit is contained in:
@@ -673,7 +673,6 @@
|
||||
"Fixed": "Fixed",
|
||||
"FocusSearchBox": "Focus Search Box",
|
||||
"Folder": "Folder",
|
||||
"FolderMoveRenameWarning": "This will also rename the movie folder per the movie folder format in settings.",
|
||||
"FolderNameTokens": "Folder Name Tokens",
|
||||
"Folders": "Folders",
|
||||
"FollowPerson": "Follow Person",
|
||||
@@ -1034,8 +1033,11 @@
|
||||
"MountMovieHealthCheckMessage": "Mount containing a movie path is mounted read-only: ",
|
||||
"MoveAutomatically": "Move Automatically",
|
||||
"MoveFiles": "Move Files",
|
||||
"MoveFolders1": "Would you like to move the movie folders to '{0}' ?",
|
||||
"MoveFolders2": "Would you like to move the movie files from '{0}' to '{1}' ?",
|
||||
"MoveMovieFoldersDontMoveFiles": "No, I'll Move the Files Myself",
|
||||
"MoveMovieFoldersMoveFiles": "Yes, Move the Files",
|
||||
"MoveMovieFoldersRenameFolderWarning": "This will also rename the movie folder per the movie folder format in settings.",
|
||||
"MoveMovieFoldersToNewPath": "Would you like to move the movie files from '{originalPath}' to '{destinationPath}'?",
|
||||
"MoveMovieFoldersToRootFolder": "Would you like to move the movie folders to '{destinationRootFolder}'?",
|
||||
"Movie": "Movie",
|
||||
"MovieAlreadyExcluded": "Movie already Excluded",
|
||||
"MovieAndCollection": "Movie and Collection",
|
||||
@@ -1129,7 +1131,6 @@
|
||||
"NoLogFiles": "No log files",
|
||||
"NoMatchFound": "No match found!",
|
||||
"NoMinimumForAnyRuntime": "No minimum for any runtime",
|
||||
"NoMoveFilesSelf": " No, I'll Move the Files Myself",
|
||||
"NoMovieFilesToManage": "No movie files to manage.",
|
||||
"NoMovieReleaseDatesAvailable": "No release dates available on [TMDb]({url}) for this movie.",
|
||||
"NoMoviesExist": "No movies found, to get started you'll want to add a new movie or import some existing ones.",
|
||||
@@ -1929,7 +1930,6 @@
|
||||
"Year": "Year",
|
||||
"Yes": "Yes",
|
||||
"YesCancel": "Yes, Cancel",
|
||||
"YesMoveFiles": "Yes, Move the Files",
|
||||
"Yesterday": "Yesterday",
|
||||
"YesterdayAt": "Yesterday at {time}",
|
||||
"YouCanAlsoSearch": "You can also search using TMDb ID or IMDb ID of a movie. e.g. `tmdb:71663`"
|
||||
|
||||
Reference in New Issue
Block a user