code7-leia 0.2.31 → 0.2.32
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 +12 -12
- 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 +12 -12
- package/dist/code7-leia.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/languages/en.ts +4 -4
- package/src/utils/languages/es.ts +4 -4
- package/src/utils/languages/pt-br.ts +4 -4
package/package.json
CHANGED
|
@@ -23,7 +23,7 @@ export const enTranslation: Language = {
|
|
|
23
23
|
deleteFileTitle: 'Delete a file',
|
|
24
24
|
deleteFile: 'Important! By deleting this file, you will lose all its information and will not be able to recover it.',
|
|
25
25
|
trainingTitle: 'Presset Training',
|
|
26
|
-
trainingDescription: 'Select one or more pressets to be trained. Note: If none are selected,
|
|
26
|
+
trainingDescription: 'Select one or more pressets to be trained. Note: If none are selected, Lira will train all pressets.'
|
|
27
27
|
},
|
|
28
28
|
},
|
|
29
29
|
buttons: {
|
|
@@ -70,17 +70,17 @@ export const enTranslation: Language = {
|
|
|
70
70
|
Test: {
|
|
71
71
|
fail: {
|
|
72
72
|
title: 'Failure',
|
|
73
|
-
description: 'Error testing
|
|
73
|
+
description: 'Error testing Lira'
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
Train: {
|
|
77
77
|
fail: {
|
|
78
78
|
title: 'Failure',
|
|
79
|
-
description: 'Error training
|
|
79
|
+
description: 'Error training Lira'
|
|
80
80
|
},
|
|
81
81
|
success: {
|
|
82
82
|
title: 'Success',
|
|
83
|
-
description: '
|
|
83
|
+
description: 'Lira is in the training process!'
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
}
|
|
@@ -23,7 +23,7 @@ export const esTranslation: Language = {
|
|
|
23
23
|
deleteFileTitle: 'Eliminar un archivo',
|
|
24
24
|
deleteFile: '¡Importante! Al eliminar este archivo, perderá toda su información y no podrá recuperarla.',
|
|
25
25
|
trainingTitle: 'Entrenamiento de preconfiguración',
|
|
26
|
-
trainingDescription: 'Seleccione una o más preconfiguracións para ser entrenadas. Nota: Si no se selecciona ninguna,
|
|
26
|
+
trainingDescription: 'Seleccione una o más preconfiguracións para ser entrenadas. Nota: Si no se selecciona ninguna, Lira entrenará todas las preconfiguracións.'
|
|
27
27
|
},
|
|
28
28
|
},
|
|
29
29
|
buttons: {
|
|
@@ -70,17 +70,17 @@ export const esTranslation: Language = {
|
|
|
70
70
|
Test: {
|
|
71
71
|
fail: {
|
|
72
72
|
title: 'Error',
|
|
73
|
-
description: 'Error al probar
|
|
73
|
+
description: 'Error al probar Lira'
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
Train: {
|
|
77
77
|
fail: {
|
|
78
78
|
title: 'Error',
|
|
79
|
-
description: 'Error al entrenar
|
|
79
|
+
description: 'Error al entrenar Lira'
|
|
80
80
|
},
|
|
81
81
|
success: {
|
|
82
82
|
title: 'Éxito',
|
|
83
|
-
description: '¡
|
|
83
|
+
description: '¡Lira está en proceso de entrenamiento!'
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
}
|
|
@@ -23,7 +23,7 @@ export const ptTranslation: Language = {
|
|
|
23
23
|
deleteFileTitle: 'Excluir um arquivo',
|
|
24
24
|
deleteFile: 'Importante! Ao excluir este arquivo, você perderá todas as suas informações e não poderá recuperá-las.',
|
|
25
25
|
trainingTitle: 'Treinamento de predefinição',
|
|
26
|
-
trainingDescription: 'Selecione um ou mais predefinições para serem treinadas. Obs: Caso não selecionada nenhuma a
|
|
26
|
+
trainingDescription: 'Selecione um ou mais predefinições para serem treinadas. Obs: Caso não selecionada nenhuma a Lira irá treinar todas as predefinições'
|
|
27
27
|
},
|
|
28
28
|
},
|
|
29
29
|
buttons: {
|
|
@@ -70,17 +70,17 @@ export const ptTranslation: Language = {
|
|
|
70
70
|
Test: {
|
|
71
71
|
fail: {
|
|
72
72
|
title: 'Falha',
|
|
73
|
-
description: 'Erro ao testar
|
|
73
|
+
description: 'Erro ao testar Lira'
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
Train: {
|
|
77
77
|
fail: {
|
|
78
78
|
title: 'Falha',
|
|
79
|
-
description: 'Erro ao treinar a
|
|
79
|
+
description: 'Erro ao treinar a Lira'
|
|
80
80
|
},
|
|
81
81
|
success: {
|
|
82
82
|
title: 'Sucesso',
|
|
83
|
-
description: 'A
|
|
83
|
+
description: 'A Lira está em processo de treinamento!'
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
}
|