1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-16 23:39:44 +02:00

Fixed: Clarify Language around Importing a Library

New: Library Import renamed from (sidebar) Import to Library Import
This commit is contained in:
bakerboy448 2020-11-29 16:03:17 -06:00 committed by Qstick
parent 3e0e4ba1fd
commit 003686d68f
3 changed files with 7 additions and 3 deletions

View File

@ -103,6 +103,7 @@ class ImportMovieSelectFolder extends Component {
<ul>
<li className={styles.tip} dangerouslySetInnerHTML={{ __html: translate('ImportIncludeQuality', ['<code>movie.2008.bluray.mkv</code>']) }} />
<li className={styles.tip} dangerouslySetInnerHTML={{ __html: translate('ImportRootPath', [`<code>${isWindows ? 'C:\\movies' : '/movies'}</code>`, `<code>${isWindows ? 'C:\\movies\\the matrix' : '/movies/the matrix'}</code>`]) }} />
<li className={styles.tip}>{translate('ImportNotForDownloads')}</li>
</ul>
</div>

View File

@ -30,7 +30,7 @@ const links = [
to: '/add/new'
},
{
title: translate('Import'),
title: translate('ImportLibrary'),
to: '/add/import'
},
{

View File

@ -118,6 +118,7 @@
"ChmodGroup": "chmod Group",
"ChmodGroupHelpText": "Group name or gid. Use gid for remote file systems.",
"ChmodGroupHelpTextWarning": "This only works if the user running Radarr is the owner of the file. It's better to ensure the download client uses the same group as Radarr.",
"ChooseAnotherFolder": "Choose Another Folder",
"CleanLibraryLevel": "Clean Library Level",
"Clear": "Clear",
"ClickToChangeLanguage": "Click to change language",
@ -380,13 +381,15 @@
"ImportCustomFormat": "Import Custom Format",
"Imported": "Imported",
"ImportedTo": "Imported To",
"ImportLibrary": "Library Import",
"ImportErrors": "Import Errors",
"ImportExistingMovies": "Import Existing Movies",
"ImportExtraFiles": "Import Extra Files",
"ImportExtraFilesHelpText": "Import matching extra files (subtitles, nfo, etc) after importing an movie file",
"ImportFailed": "Import failed: {0}",
"ImportFailedInterp": "Import failed: {0}",
"ImportHeader": "Import movies you already have",
"ImportHeader": "Import an existing organized library to add movies to Radarr",
"ImportNotForDownloads": "Do not use this Import method to import downloads from your download client. This is ONLY for organized existing libraries.",
"ImportIncludeQuality": "Make sure that your files include the quality in their filenames. e.g. {0}",
"Importing": "Importing",
"ImportListStatusCheckAllClientMessage": "All lists are unavailable due to failures",
@ -394,7 +397,7 @@
"ImportListSyncIntervalHelpText": "How often Radarr syncs with your lists. Minimum value of 6 hours",
"ImportMechanismHealthCheckMessage": "Enable Completed Download Handling",
"ImportMovies": "Import Movies",
"ImportRootPath": "Point Radarr to the folder containing all of your movies, not a specific one. e.g. {0} and not {1}",
"ImportRootPath": "Point Radarr to the folder containing all of your movies, not a specific movie. e.g. {0} and not {1}. Additionally, each movie must be in its own folder within the root/library folder.",
"ImportTipsMessage": "Some tips to ensure the import goes smoothly:",
"InCinemas": "In Cinemas",
"InCinemasDate": "In Cinemas Date",