Some translations for Manual Import dropdowns

This commit is contained in:
Bogdan
2024-02-12 00:05:20 +02:00
parent d659e86a7d
commit a21f83aae1
2 changed files with 10 additions and 5 deletions

View File

@@ -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) {

View File

@@ -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",