code7-leia 0.1.128 → 0.1.129

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.128",
2
+ "version": "0.1.129",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -29,7 +29,7 @@ export const enTranslation: Language = {
29
29
  test: 'Test',
30
30
  },
31
31
  testArea: {
32
- description: 'bla bla bla bla bla',
32
+ description: 'Type a sentence to test artificial intelligence',
33
33
  typeSentence: 'Type a sentence',
34
34
  selectPersona: 'Select a Persona',
35
35
  selectPresset: 'Select a presset',
@@ -29,7 +29,7 @@ export const esTranslation: Language = {
29
29
  test: 'Prueba',
30
30
  },
31
31
  testArea: {
32
- description: 'bla bla bla bla bla',
32
+ description: 'Escribe una frase para probar la inteligencia artificial.',
33
33
  typeSentence: 'Escribe una oración',
34
34
  selectPersona: 'Seleccionar una Persona',
35
35
  selectPresset: 'Seleccionar una preconfiguración',
@@ -29,7 +29,7 @@ export const ptTranslation: Language = {
29
29
  test: 'Teste',
30
30
  },
31
31
  testArea: {
32
- description: 'bla bla bla bla bla',
32
+ description: 'Digite uma frase para testar a inteligência artificial.',
33
33
  typeSentence: 'Digite uma frase',
34
34
  selectPersona: 'Selecione uma Persona',
35
35
  selectPresset: 'Selecione uma predefinição',