melhorias

This commit is contained in:
Rodrigo Borba 2026-01-10 19:57:08 -03:00
parent 7205477bfa
commit 269c36e4ea
2 changed files with 2 additions and 2 deletions

View File

@ -523,7 +523,7 @@
"CONTENT_LABEL": "Block content",
"CONTENT_PLACEHOLDER": "Write the content for this block",
"EMPTY_CONTENT": "No content yet",
"CHAR_COUNT": "{{count}} / {{limit}} characters",
"CHAR_COUNT": "{count} / {limit} characters",
"LIMIT_WARNING": "Prompt length exceeds the limit for this model.",
"CLOSE": "Close"
},

View File

@ -525,7 +525,7 @@
"CONTENT_LABEL": "Conteúdo do bloco",
"CONTENT_PLACEHOLDER": "Escreva o conteúdo deste bloco",
"EMPTY_CONTENT": "Sem conteúdo",
"CHAR_COUNT": "{{count}} / {{limit}} caracteres",
"CHAR_COUNT": "{count} / {limit} caracteres",
"LIMIT_WARNING": "O tamanho do prompt excede o limite para este modelo.",
"CLOSE": "Fechar"
},