Skip to content

Commit

Permalink
chore: update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Oct 19, 2024
1 parent c2c3147 commit 2a9ac5d
Show file tree
Hide file tree
Showing 11 changed files with 2,194 additions and 2,119 deletions.
480 changes: 244 additions & 236 deletions app/src/language/en/app.po

Large diffs are not rendered by default.

480 changes: 244 additions & 236 deletions app/src/language/es/app.po

Large diffs are not rendered by default.

480 changes: 244 additions & 236 deletions app/src/language/fr_FR/app.po

Large diffs are not rendered by default.

480 changes: 244 additions & 236 deletions app/src/language/ko_KR/app.po

Large diffs are not rendered by default.

468 changes: 238 additions & 230 deletions app/src/language/messages.pot

Large diffs are not rendered by default.

480 changes: 244 additions & 236 deletions app/src/language/ru_RU/app.po

Large diffs are not rendered by default.

480 changes: 244 additions & 236 deletions app/src/language/vi_VN/app.po

Large diffs are not rendered by default.

Binary file modified app/src/language/zh_CN/app.mo
Binary file not shown.
482 changes: 246 additions & 236 deletions app/src/language/zh_CN/app.po

Large diffs are not rendered by default.

480 changes: 244 additions & 236 deletions app/src/language/zh_TW/app.po

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion app/src/views/preference/OpenAISettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ const models = shallowRef([
:validate-status="errors?.openai?.base_url ? 'error' : ''"
:help="errors?.openai?.base_url === 'url'
? $gettext('The url is invalid.')
: ''"
: $gettext('To use a local large model, deploy it with vllm or imdeploy. '
+ 'They provide an OpenAI-compatible API endpoint, so just set the baseUrl to your local API.')"
>
<AInput
v-model:value="data.openai.base_url"
Expand Down

0 comments on commit 2a9ac5d

Please sign in to comment.