Internationalize missed static strings
This commit is contained in:
@@ -268,7 +268,7 @@ export function Backup() {
|
|||||||
<List
|
<List
|
||||||
subheader={
|
subheader={
|
||||||
<ListSubheader component="div" id="backup-settings">
|
<ListSubheader component="div" id="backup-settings">
|
||||||
Automated backup
|
{t`Automated backup`}
|
||||||
</ListSubheader>
|
</ListSubheader>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ export const MigrationSearch = () => {
|
|||||||
/>
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
<MigrationContinueButton
|
<MigrationContinueButton
|
||||||
title={!isSearchComplete || !hasMigratableEntries ? `Abort` : t`Start migration`}
|
title={!isSearchComplete || !hasMigratableEntries ? t`Abort` : t`Start migration`}
|
||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
if (!isSearchComplete || !hasMigratableEntries) {
|
if (!isSearchComplete || !hasMigratableEntries) {
|
||||||
await MigrationManager.abort('User aborted search');
|
await MigrationManager.abort('User aborted search');
|
||||||
|
|||||||
@@ -351,6 +351,7 @@ msgstr "A-Z"
|
|||||||
|
|
||||||
#: src/features/migration/components/migration-entry/MigrationEntrySearchExcludeActions.tsx
|
#: src/features/migration/components/migration-entry/MigrationEntrySearchExcludeActions.tsx
|
||||||
#: src/features/migration/screens/MigrationExecute.tsx
|
#: src/features/migration/screens/MigrationExecute.tsx
|
||||||
|
#: src/features/migration/screens/MigrationSearch.tsx
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
msgstr "Abort"
|
msgstr "Abort"
|
||||||
|
|
||||||
@@ -522,6 +523,10 @@ msgstr "Auto webtoon mode"
|
|||||||
msgid "Auto-download"
|
msgid "Auto-download"
|
||||||
msgstr "Auto-download"
|
msgstr "Auto-download"
|
||||||
|
|
||||||
|
#: src/features/backup/screens/Backup.tsx
|
||||||
|
msgid "Automated backup"
|
||||||
|
msgstr "Automated backup"
|
||||||
|
|
||||||
#: src/features/reader/overlay/progress-bar/settings/components/ReaderSettingProgressBarPosition.tsx
|
#: src/features/reader/overlay/progress-bar/settings/components/ReaderSettingProgressBarPosition.tsx
|
||||||
msgid "Automatic progress bar vertical position"
|
msgid "Automatic progress bar vertical position"
|
||||||
msgstr "Automatic progress bar vertical position"
|
msgstr "Automatic progress bar vertical position"
|
||||||
|
|||||||
Reference in New Issue
Block a user