terminal-smart-cli 0.97.4 → 0.97.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/i18n.js +2 -2
- package/package.json +1 -1
package/lib/i18n.js
CHANGED
|
@@ -151,7 +151,7 @@ const STR = {
|
|
|
151
151
|
lang_invalid: 'Idioma não suportado. Use: ts idioma pt ou ts idioma en',
|
|
152
152
|
err_conn: 'Não consegui falar com o servidor. Verifique sua internet e tente de novo.',
|
|
153
153
|
err_generic: 'Algo deu errado',
|
|
154
|
-
no_credits: '
|
|
154
|
+
no_credits: 'Seu limite de IA acabou. O Free renova diariamente; planos pagos renovam por ciclo. Continue agora em terminalsmart.com.br/planos',
|
|
155
155
|
ask_empty: 'Diga o que você precisa. Ex.: ts "como liberar a porta 443 no ufw?"',
|
|
156
156
|
chat_hint: 'digite sua mensagem · "sair" encerra · "/nova" zera o contexto',
|
|
157
157
|
chat_prompt: 'Você › ',
|
|
@@ -315,7 +315,7 @@ const STR = {
|
|
|
315
315
|
lang_invalid: 'Unsupported language. Use: ts idioma pt or ts idioma en',
|
|
316
316
|
err_conn: 'Could not reach the server. Check your connection and retry.',
|
|
317
317
|
err_generic: 'Something went wrong',
|
|
318
|
-
no_credits: '
|
|
318
|
+
no_credits: 'Your AI limit is over. Free renews daily; paid plans renew each cycle. Continue now at terminalsmart.com.br/planos',
|
|
319
319
|
ask_empty: 'Tell me what you need. E.g.: ts "how do I open port 443 on ufw?"',
|
|
320
320
|
chat_hint: 'type your message · "exit" quits · "/new" resets context',
|
|
321
321
|
chat_prompt: 'You › ',
|