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

tweak english, move tabs in Popup.jsx #424

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions src/_locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@
"Pin": "Pin",
"Unpin": "Unpin",
"Delete Conversation": "Delete Conversation",
"Clear conversations": "Clear conversations",
"Clear conversations": "Clear Conversations",
"Settings": "Settings",
"Feature Pages": "Feature Pages",
"Feature Pages": "History",
"Keyboard Shortcuts": "Keyboard Shortcuts",
"Open Conversation Page": "Open Conversation Page",
"Open Conversation Window": "Open Conversation Window",
"Open Conversation Page": "Open History Page",
"Open Conversation Window": "Open History Window",
"Store to Independent Conversation Page": "Store to Independent Conversation Page",
"Keep Conversation Window in Background": "Keep conversation window in background, so that you can use shortcut keys to call it up in any program",
"Keep Conversation Window in Background": "Keep conversation window in background, so you can use shortcut keys to call it up in any program",
"Max Response Token Length": "Max Response Token Length",
"Max Conversation Length": "Max Conversation Length",
"Always pin the floating window": "Always pin the floating window",
Expand All @@ -114,7 +114,7 @@
"API Url": "API Url",
"Others": "Others",
"API Modes": "API Modes",
"Disable web mode history for better privacy protection, but it will result in unavailable conversations after a period of time": "Disable web mode history for better privacy protection, but it will result in unavailable conversations after a period of time",
"Disable web mode history for better privacy protection, but it will result in unavailable conversations after a period of time": "Disable web mode history for better privacy protection, but it will result in unavailable conversations after a (short) period of time",
"Display selection tools next to input box to avoid blocking": "Display selection tools next to input box to avoid blocking",
"Close All Chats In This Page": "Close All Chats In This Page",
"When Icon Clicked": "When Icon Clicked",
Expand Down
2 changes: 1 addition & 1 deletion src/popup/Popup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ function Popup() {
<Tabs selectedTabClassName="popup-tab--selected">
<TabList>
<Tab className="popup-tab">{t('General')}</Tab>
<Tab className="popup-tab">{t('Feature Pages')}</Tab>
<Tab className="popup-tab">{t('Modules')}</Tab>
<Tab className="popup-tab">{t('Advanced')}</Tab>
<Tab className="popup-tab">{t('Feature Pages')}</Tab>
</TabList>

<TabPanel>
Expand Down