Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

En的本地化微调,基于2.6.0新版 #123

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion entrypoints/common/locale/modules/settings/enUS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
'settings.deleteAfterRestore': 'Remove tabs when opening tabs or tab group?',
'settings.deleteAfterRestore.yes': 'Remove (pinned tabs remain)',
'settings.deleteAfterRestore.no': 'All remain (recommended)',
'settings.unnamedGroupRestoreAsGroup': 'Restore unnamed group as a browser tab group?',
'settings.unnamedGroupRestoreAsGroup': 'Restore the unnamed group as a browser tab group?',
'settings.silentOpenTabModifierKey': 'Modifier key for silently opening a tab:',
'settings.deleteUnlockedEmptyGroup': 'Remove empty groups when clearing tabs?',
'settings.deleteUnlockedEmptyGroup.yes': 'Automatically remove (retain locked groups)',
Expand Down