Internationalize missed static strings

This commit is contained in:
schroda
2026-07-10 11:57:45 +02:00
parent 44583b5b2f
commit ba9c69b693
3 changed files with 7 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ export function Backup() {
<List
subheader={
<ListSubheader component="div" id="backup-settings">
Automated backup
{t`Automated backup`}
</ListSubheader>
}
>

View File

@@ -132,7 +132,7 @@ export const MigrationSearch = () => {
/>
</Stack>
<MigrationContinueButton
title={!isSearchComplete || !hasMigratableEntries ? `Abort` : t`Start migration`}
title={!isSearchComplete || !hasMigratableEntries ? t`Abort` : t`Start migration`}
onClick={async () => {
if (!isSearchComplete || !hasMigratableEntries) {
await MigrationManager.abort('User aborted search');

View File

@@ -351,6 +351,7 @@ msgstr "A-Z"
#: src/features/migration/components/migration-entry/MigrationEntrySearchExcludeActions.tsx
#: src/features/migration/screens/MigrationExecute.tsx
#: src/features/migration/screens/MigrationSearch.tsx
msgid "Abort"
msgstr "Abort"
@@ -522,6 +523,10 @@ msgstr "Auto webtoon mode"
msgid "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
msgid "Automatic progress bar vertical position"
msgstr "Automatic progress bar vertical position"