这是indexloc提供的服务,不要输入任何密码
Skip to content

Update more Brazilian Portuguese locale (pt_BR) #3923

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

Merged
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
83 changes: 42 additions & 41 deletions frontend/src/locales/pt_BR/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ const TRANSLATIONS = {
"text-splitting": "Divisor de Texto",
"voice-speech": "Voz e Fala",
"vector-database": "Banco de Dados Vetorial",
embeds: "Incorporador de Chat",
"embed-chats": "Histórico de Incorporações",
embeds: "Vinculador de Chat",
"embed-chats": "Histórico de vínculos",
security: "Segurança",
"event-logs": "Logs de Eventos",
privacy: "Privacidade e Dados",
Expand Down Expand Up @@ -873,36 +873,37 @@ const TRANSLATIONS = {
text_size: "Alterar tamanho do texto.",
microphone: "Fale seu prompt.",
send: "Enviar prompt para o workspace",
tts_speak_message: null,
copy: null,
regenerate: null,
regenerate_response: null,
good_response: null,
more_actions: null,
hide_citations: null,
show_citations: null,
pause_tts_speech_message: null,
fork: null,
delete: null,
save_submit: null,
cancel: null,
edit_prompt: null,
edit_response: null,
at_agent: null,
default_agent_description: null,
custom_agents_coming_soon: null,
slash_reset: null,
preset_reset_description: null,
add_new_preset: null,
command: null,
your_command: null,
placeholder_prompt: null,
description: null,
placeholder_description: null,
save: null,
small: null,
normal: null,
large: null,
tts_speak_message: "Leitura em voz alta da mensagem",
copy: "Copiar",
regenerate: "Regerar",
regenerate_response: "Regerar resposta",
good_response: "Resposta satisfatória",
more_actions: "Mais ações",
hide_citations: "Esconder citações",
show_citations: "Exibir citações",
pause_tts_speech_message: "Pausar a leitura em voz alta",
fork: "Fork",
delete: "Excluir",
save_submit: "Alterar",
cancel: "Cancelar",
edit_prompt: "Editar prompt",
edit_response: "Editar resposta",
at_agent: "@agente",
default_agent_description: " - o agente padrão deste workspace.",
custom_agents_coming_soon: "mais agentes personalizados em breve!",
slash_reset: "/reset",
preset_reset_description: "Limpa o histórico do seu chat e inicia um novo",
add_new_preset: " Insere um novo Preset",
command: "Comando",
your_command: "seu-comando",
placeholder_prompt:
"Este é o conteúdo que será injetado a frente do seu prompt.",
description: "Descrição",
placeholder_description: "Responde como um poema sobre LLMs.",
save: "Salvar",
small: "Pequeno",
normal: "Normal",
large: "Grande",
},
profile_settings: {
edit_account: "Editar conta",
Expand All @@ -919,16 +920,16 @@ const TRANSLATIONS = {
language: "Idioma preferido",
},
"keyboard-shortcuts": {
title: null,
title: "Atalhos de Teclado",
shortcuts: {
settings: null,
workspaceSettings: null,
home: null,
workspaces: null,
apiKeys: null,
llmPreferences: null,
chatSettings: null,
help: null,
settings: "Ajustes",
workspaceSettings: "Abrir os ajustes do workspace",
home: "Ir para a página inicial",
workspaces: "Gerenciar workspaces",
apiKeys: "Ajustes das chaves da API",
llmPreferences: "Preferências do LLM",
chatSettings: "Ajustes do chat",
help: "Exibe ajuda e atalhos",
},
},
};
Expand Down