mirror of
https://github.com/Readarr/Readarr
synced 2026-04-20 03:41:13 +02:00
Some translations for Manual Import dropdowns
This commit is contained in:
parent
d659e86a7d
commit
a21f83aae1
2 changed files with 10 additions and 5 deletions
|
|
@ -295,11 +295,11 @@ class InteractiveImportModalContent extends Component {
|
|||
const errorMessage = getErrorMessage(error, 'Unable to load manual import items');
|
||||
|
||||
const bulkSelectOptions = [
|
||||
{ key: SELECT, value: 'Select...', disabled: true },
|
||||
{ key: BOOK, value: 'Select Book' },
|
||||
{ key: EDITION, value: 'Select Edition' },
|
||||
{ key: QUALITY, value: 'Select Quality' },
|
||||
{ key: RELEASE_GROUP, value: 'Select ReleaseGroup' }
|
||||
{ key: SELECT, value: translate('SelectDropdown'), disabled: true },
|
||||
{ key: BOOK, value: translate('SelectBook') },
|
||||
{ key: EDITION, value: translate('SelectEdition') },
|
||||
{ key: QUALITY, value: translate('SelectQuality') },
|
||||
{ key: RELEASE_GROUP, value: translate('SelectReleaseGroup') }
|
||||
];
|
||||
|
||||
if (allowAuthorChange) {
|
||||
|
|
|
|||
|
|
@ -833,6 +833,11 @@
|
|||
"SearchSelected": "Search Selected",
|
||||
"Security": "Security",
|
||||
"SelectAll": "Select All",
|
||||
"SelectBook": "Select Book",
|
||||
"SelectDropdown": "Select...",
|
||||
"SelectEdition": "Select Edition",
|
||||
"SelectQuality": "Select Quality",
|
||||
"SelectReleaseGroup": "Select Release Group",
|
||||
"SelectedCountAuthorsSelectedInterp": "{0} Author(s) Selected",
|
||||
"SelectedCountBooksSelectedInterp": "{0} Book(s) Selected",
|
||||
"SendAnonymousUsageData": "Send Anonymous Usage Data",
|
||||
|
|
|
|||
Loading…
Reference in a new issue