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.
Files changed (2) hide show
  1. package/lib/i18n.js +2 -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: 'Seus créditos acabaram. Gerencie em terminalsmart.com.br/planos',
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: 'You are out of credits. Manage at terminalsmart.com.br/planos',
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 › ',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "terminal-smart-cli",
3
- "version": "0.97.4",
3
+ "version": "0.97.5",
4
4
  "description": "Terminal Smart no seu terminal — pergunte, analise logs por pipe e orquestre agentes de IA. Comando: ts",
5
5
  "bin": {
6
6
  "ts": "bin/ts.js"