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/dist/code7-leia.cjs.development.js +3 -3
- package/dist/code7-leia.cjs.development.js.map +1 -1
- package/dist/code7-leia.cjs.production.min.js +1 -1
- package/dist/code7-leia.cjs.production.min.js.map +1 -1
- package/dist/code7-leia.esm.js +3 -3
- package/dist/code7-leia.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/languages/en.ts +1 -1
- package/src/utils/languages/es.ts +1 -1
- package/src/utils/languages/pt-br.ts +1 -1
|
@@ -480,7 +480,7 @@ var enTranslation = {
|
|
|
480
480
|
test: 'Test'
|
|
481
481
|
},
|
|
482
482
|
testArea: {
|
|
483
|
-
description: '
|
|
483
|
+
description: 'Type a sentence to test artificial intelligence',
|
|
484
484
|
typeSentence: 'Type a sentence',
|
|
485
485
|
selectPersona: 'Select a Persona',
|
|
486
486
|
selectPresset: 'Select a presset',
|
|
@@ -548,7 +548,7 @@ var ptTranslation = {
|
|
|
548
548
|
test: 'Teste'
|
|
549
549
|
},
|
|
550
550
|
testArea: {
|
|
551
|
-
description: '
|
|
551
|
+
description: 'Digite uma frase para testar a inteligência artificial.',
|
|
552
552
|
typeSentence: 'Digite uma frase',
|
|
553
553
|
selectPersona: 'Selecione uma Persona',
|
|
554
554
|
selectPresset: 'Selecione uma predefinição',
|
|
@@ -616,7 +616,7 @@ var esTranslation = {
|
|
|
616
616
|
test: 'Prueba'
|
|
617
617
|
},
|
|
618
618
|
testArea: {
|
|
619
|
-
description: '
|
|
619
|
+
description: 'Escribe una frase para probar la inteligencia artificial.',
|
|
620
620
|
typeSentence: 'Escribe una oración',
|
|
621
621
|
selectPersona: 'Seleccionar una Persona',
|
|
622
622
|
selectPresset: 'Seleccionar una preconfiguración',
|