Internationalize missed static strings
This commit is contained in:
@@ -268,7 +268,7 @@ export function Backup() {
|
||||
<List
|
||||
subheader={
|
||||
<ListSubheader component="div" id="backup-settings">
|
||||
Automated backup
|
||||
{t`Automated backup`}
|
||||
</ListSubheader>
|
||||
}
|
||||
>
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user