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/dist/code7-leia.esm.js
CHANGED
|
@@ -469,7 +469,7 @@ var enTranslation = {
|
|
|
469
469
|
deleteFileTitle: 'Delete a file',
|
|
470
470
|
deleteFile: 'Important! By deleting this file, you will lose all its information and will not be able to recover it.',
|
|
471
471
|
trainingTitle: 'Presset Training',
|
|
472
|
-
trainingDescription: 'Select one or more pressets to be trained. Note: If none are selected,
|
|
472
|
+
trainingDescription: 'Select one or more pressets to be trained. Note: If none are selected, Lira will train all pressets.'
|
|
473
473
|
}
|
|
474
474
|
},
|
|
475
475
|
buttons: {
|
|
@@ -516,17 +516,17 @@ var enTranslation = {
|
|
|
516
516
|
Test: {
|
|
517
517
|
fail: {
|
|
518
518
|
title: 'Failure',
|
|
519
|
-
description: 'Error testing
|
|
519
|
+
description: 'Error testing Lira'
|
|
520
520
|
}
|
|
521
521
|
},
|
|
522
522
|
Train: {
|
|
523
523
|
fail: {
|
|
524
524
|
title: 'Failure',
|
|
525
|
-
description: 'Error training
|
|
525
|
+
description: 'Error training Lira'
|
|
526
526
|
},
|
|
527
527
|
success: {
|
|
528
528
|
title: 'Success',
|
|
529
|
-
description: '
|
|
529
|
+
description: 'Lira is in the training process!'
|
|
530
530
|
}
|
|
531
531
|
}
|
|
532
532
|
}
|
|
@@ -555,7 +555,7 @@ var ptTranslation = {
|
|
|
555
555
|
deleteFileTitle: 'Excluir um arquivo',
|
|
556
556
|
deleteFile: 'Importante! Ao excluir este arquivo, você perderá todas as suas informações e não poderá recuperá-las.',
|
|
557
557
|
trainingTitle: 'Treinamento de predefinição',
|
|
558
|
-
trainingDescription: 'Selecione um ou mais predefinições para serem treinadas. Obs: Caso não selecionada nenhuma a
|
|
558
|
+
trainingDescription: 'Selecione um ou mais predefinições para serem treinadas. Obs: Caso não selecionada nenhuma a Lira irá treinar todas as predefinições'
|
|
559
559
|
}
|
|
560
560
|
},
|
|
561
561
|
buttons: {
|
|
@@ -602,17 +602,17 @@ var ptTranslation = {
|
|
|
602
602
|
Test: {
|
|
603
603
|
fail: {
|
|
604
604
|
title: 'Falha',
|
|
605
|
-
description: 'Erro ao testar
|
|
605
|
+
description: 'Erro ao testar Lira'
|
|
606
606
|
}
|
|
607
607
|
},
|
|
608
608
|
Train: {
|
|
609
609
|
fail: {
|
|
610
610
|
title: 'Falha',
|
|
611
|
-
description: 'Erro ao treinar a
|
|
611
|
+
description: 'Erro ao treinar a Lira'
|
|
612
612
|
},
|
|
613
613
|
success: {
|
|
614
614
|
title: 'Sucesso',
|
|
615
|
-
description: 'A
|
|
615
|
+
description: 'A Lira está em processo de treinamento!'
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
618
|
}
|
|
@@ -641,7 +641,7 @@ var esTranslation = {
|
|
|
641
641
|
deleteFileTitle: 'Eliminar un archivo',
|
|
642
642
|
deleteFile: '¡Importante! Al eliminar este archivo, perderá toda su información y no podrá recuperarla.',
|
|
643
643
|
trainingTitle: 'Entrenamiento de preconfiguración',
|
|
644
|
-
trainingDescription: 'Seleccione una o más preconfiguracións para ser entrenadas. Nota: Si no se selecciona ninguna,
|
|
644
|
+
trainingDescription: 'Seleccione una o más preconfiguracións para ser entrenadas. Nota: Si no se selecciona ninguna, Lira entrenará todas las preconfiguracións.'
|
|
645
645
|
}
|
|
646
646
|
},
|
|
647
647
|
buttons: {
|
|
@@ -688,17 +688,17 @@ var esTranslation = {
|
|
|
688
688
|
Test: {
|
|
689
689
|
fail: {
|
|
690
690
|
title: 'Error',
|
|
691
|
-
description: 'Error al probar
|
|
691
|
+
description: 'Error al probar Lira'
|
|
692
692
|
}
|
|
693
693
|
},
|
|
694
694
|
Train: {
|
|
695
695
|
fail: {
|
|
696
696
|
title: 'Error',
|
|
697
|
-
description: 'Error al entrenar
|
|
697
|
+
description: 'Error al entrenar Lira'
|
|
698
698
|
},
|
|
699
699
|
success: {
|
|
700
700
|
title: 'Éxito',
|
|
701
|
-
description: '¡
|
|
701
|
+
description: '¡Lira está en proceso de entrenamiento!'
|
|
702
702
|
}
|
|
703
703
|
}
|
|
704
704
|
}
|