Skip to content

Commit

Permalink
feat: add more content in message bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
LiLittleCat committed Mar 21, 2023
1 parent 5ac3ca5 commit 90fee83
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/main/resources/messages/ChatGPTBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@ name=ChatGPT Tool

setting.session.token.label=Session token:
setting.menu.text=ChatGPT Tool
browser.tab.name=https://chat.openai.com
url.list.message=URL list:
default.url=https://chat.openai.com
url1=https://baidu.com
url2=https://jd.com
url3=https://bilibili.com
url4=https://douyu.com

jBCefApp.not.supported=Not supported. Please check your IDE version.
chatgpt.settings.defaultUrlCanNotBeRemoved=Default URL can not be removed. see http://baidu.com
default.url.message=Default URL:
jBCefApp.not.supported=<html><body style='text-align: center; display: flex; justify-content: center; align-items: center; height: 100%;'> \
Sorry, your IDE does not support JCEF, please use IDEA 2020.2 or later.<br>\
\ See <a href=https://plugins.jetbrains.com/docs/intellij/jcef.html?from=jetbrains.org>jcef</a> and <a href=https://github.com/LiLittleCat/intellij-chatgpt/issues/3>issue 3</a> for more details.\
</body></html>
chatgpt.settings.defaultUrlCanNotBeRemoved=Default URL can not be removed.
default.url.message=Default URL:

free.chatgpt.file.url.original=https://raw.githubusercontent.com/LiLittleCat/awesome-free-chatgpt/main/urls.json
free.chatgpt.file.url.fallback=https://cdn.jsdelivr.net/gh/LiLittleCat/awesome-free-chatgpt/urls.json
cannot.fetch.message=Can not fetch from remote, please check your network

0 comments on commit 90fee83

Please sign in to comment.