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
package/package.json
CHANGED
|
@@ -29,7 +29,7 @@ export const enTranslation: Language = {
|
|
|
29
29
|
test: 'Test',
|
|
30
30
|
},
|
|
31
31
|
testArea: {
|
|
32
|
-
description: '
|
|
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: '
|
|
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: '
|
|
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',
|