mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-30 20:50:42 +00:00
feat: Add Chinese support (#1099)
Co-authored-by: ADS <panzhengdong@yuan9.cn>
This commit is contained in:
parent
dc2a17093e
commit
b5a6a6a744
6 changed files with 573 additions and 137 deletions
|
|
@ -36,9 +36,16 @@ action.applyDirectly.title=Auto Apply
|
|||
action.explainGitCommit.title=Explain Commit with ProxyAI
|
||||
action.explainGitCommit.description=Generate a detailed explanation of the commit changes using ProxyAI
|
||||
settings.displayName=ProxyAI: Settings
|
||||
settings.providers.displayName=Providers
|
||||
settings.models.displayName=Models
|
||||
settings.prompts.displayName=Prompts
|
||||
settings.documentations.displayName=Documentations
|
||||
settings.configuration.displayName=Configuration
|
||||
settings.advancedSettings.displayName=Advanced Settings
|
||||
settings.openaiQuotaExceeded=OpenAI quota exceeded.
|
||||
settingsConfigurable.displayName.label=Display name:
|
||||
settingsConfigurable.providers.description=All available providers that can be used with ProxyAI:
|
||||
settingsConfigurable.documentations.description=Documentations can be included in the chat suggestions popup by pressing the @ symbol.
|
||||
settingsConfigurable.service.codegpt.apiKey.comment=You can find the API key in your <a href="https://tryproxy.io/account">User settings</a>.
|
||||
settingsConfigurable.service.codegpt.chatCompletionModel.comment=Choose a model optimized for conversational interactions, including assistance with general queries and explanations.
|
||||
settingsConfigurable.service.codegpt.codeCompletionModel.comment=Choose a model tailored for autocomplete-related tasks.
|
||||
|
|
@ -279,6 +286,7 @@ imageAccordion.title=Attached image
|
|||
shared.image=Image
|
||||
shared.chatCompletions=Chat Completions
|
||||
shared.codeCompletions=Code Completions
|
||||
codeCompletionsForm.enableNextEditText=Enable next edits
|
||||
codeCompletionsForm.enableFeatureText=Enable code completions
|
||||
codeCompletionsForm.parseResponseAsChatCompletions=Parse response as Chat Completions
|
||||
codeCompletionsForm.overrideFimTemplate.label=Use built-in FIM template
|
||||
|
|
@ -395,3 +403,4 @@ conversation.status.count.plural={0} conversations
|
|||
conversation.status.sortedBy=Sorted by: {0}
|
||||
conversation.deleteConfirmation.message=Are you sure you want to delete this conversation?
|
||||
conversation.deleteConfirmation.title=Delete Conversation
|
||||
chat.message.welcome=Hi <strong>{0}</strong>, I'm ProxyAI! You can ask me anything, but most people request help with their code. Here are a few examples of what you can ask me:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue