mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-06-30 18:15:10 +08:00
fix(i18n): handle key naming error (#10713)
This commit is contained in:
parent
ad16180b1a
commit
c85bff235d
@ -86,8 +86,8 @@ const translation = {
|
|||||||
agenteLogDetail: {
|
agenteLogDetail: {
|
||||||
agentMode: 'Modo Agente',
|
agentMode: 'Modo Agente',
|
||||||
toolUsed: 'Ferramenta usada',
|
toolUsed: 'Ferramenta usada',
|
||||||
iterações: 'Iterações',
|
iterations: 'Iterações',
|
||||||
iteração: 'Iteração',
|
iteration: 'Iteração',
|
||||||
finalProcessing: 'Processamento Final',
|
finalProcessing: 'Processamento Final',
|
||||||
},
|
},
|
||||||
agentLogDetail: {
|
agentLogDetail: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user