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
|
@@ -477,7 +477,7 @@ var enTranslation = {
|
|
|
477
477
|
deleteFileTitle: 'Delete a file',
|
|
478
478
|
deleteFile: 'Important! By deleting this file, you will lose all its information and will not be able to recover it.',
|
|
479
479
|
trainingTitle: 'Presset Training',
|
|
480
|
-
trainingDescription: 'Select one or more pressets to be trained. Note: If none are selected,
|
|
480
|
+
trainingDescription: 'Select one or more pressets to be trained. Note: If none are selected, Lira will train all pressets.'
|
|
481
481
|
}
|
|
482
482
|
},
|
|
483
483
|
buttons: {
|
|
@@ -524,17 +524,17 @@ var enTranslation = {
|
|
|
524
524
|
Test: {
|
|
525
525
|
fail: {
|
|
526
526
|
title: 'Failure',
|
|
527
|
-
description: 'Error testing
|
|
527
|
+
description: 'Error testing Lira'
|
|
528
528
|
}
|
|
529
529
|
},
|
|
530
530
|
Train: {
|
|
531
531
|
fail: {
|
|
532
532
|
title: 'Failure',
|
|
533
|
-
description: 'Error training
|
|
533
|
+
description: 'Error training Lira'
|
|
534
534
|
},
|
|
535
535
|
success: {
|
|
536
536
|
title: 'Success',
|
|
537
|
-
description: '
|
|
537
|
+
description: 'Lira is in the training process!'
|
|
538
538
|
}
|
|
539
539
|
}
|
|
540
540
|
}
|
|
@@ -563,7 +563,7 @@ var ptTranslation = {
|
|
|
563
563
|
deleteFileTitle: 'Excluir um arquivo',
|
|
564
564
|
deleteFile: 'Importante! Ao excluir este arquivo, você perderá todas as suas informações e não poderá recuperá-las.',
|
|
565
565
|
trainingTitle: 'Treinamento de predefinição',
|
|
566
|
-
trainingDescription: 'Selecione um ou mais predefinições para serem treinadas. Obs: Caso não selecionada nenhuma a
|
|
566
|
+
trainingDescription: 'Selecione um ou mais predefinições para serem treinadas. Obs: Caso não selecionada nenhuma a Lira irá treinar todas as predefinições'
|
|
567
567
|
}
|
|
568
568
|
},
|
|
569
569
|
buttons: {
|
|
@@ -610,17 +610,17 @@ var ptTranslation = {
|
|
|
610
610
|
Test: {
|
|
611
611
|
fail: {
|
|
612
612
|
title: 'Falha',
|
|
613
|
-
description: 'Erro ao testar
|
|
613
|
+
description: 'Erro ao testar Lira'
|
|
614
614
|
}
|
|
615
615
|
},
|
|
616
616
|
Train: {
|
|
617
617
|
fail: {
|
|
618
618
|
title: 'Falha',
|
|
619
|
-
description: 'Erro ao treinar a
|
|
619
|
+
description: 'Erro ao treinar a Lira'
|
|
620
620
|
},
|
|
621
621
|
success: {
|
|
622
622
|
title: 'Sucesso',
|
|
623
|
-
description: 'A
|
|
623
|
+
description: 'A Lira está em processo de treinamento!'
|
|
624
624
|
}
|
|
625
625
|
}
|
|
626
626
|
}
|
|
@@ -649,7 +649,7 @@ var esTranslation = {
|
|
|
649
649
|
deleteFileTitle: 'Eliminar un archivo',
|
|
650
650
|
deleteFile: '¡Importante! Al eliminar este archivo, perderá toda su información y no podrá recuperarla.',
|
|
651
651
|
trainingTitle: 'Entrenamiento de preconfiguración',
|
|
652
|
-
trainingDescription: 'Seleccione una o más preconfiguracións para ser entrenadas. Nota: Si no se selecciona ninguna,
|
|
652
|
+
trainingDescription: 'Seleccione una o más preconfiguracións para ser entrenadas. Nota: Si no se selecciona ninguna, Lira entrenará todas las preconfiguracións.'
|
|
653
653
|
}
|
|
654
654
|
},
|
|
655
655
|
buttons: {
|
|
@@ -696,17 +696,17 @@ var esTranslation = {
|
|
|
696
696
|
Test: {
|
|
697
697
|
fail: {
|
|
698
698
|
title: 'Error',
|
|
699
|
-
description: 'Error al probar
|
|
699
|
+
description: 'Error al probar Lira'
|
|
700
700
|
}
|
|
701
701
|
},
|
|
702
702
|
Train: {
|
|
703
703
|
fail: {
|
|
704
704
|
title: 'Error',
|
|
705
|
-
description: 'Error al entrenar
|
|
705
|
+
description: 'Error al entrenar Lira'
|
|
706
706
|
},
|
|
707
707
|
success: {
|
|
708
708
|
title: 'Éxito',
|
|
709
|
-
description: '¡
|
|
709
|
+
description: '¡Lira está en proceso de entrenamiento!'
|
|
710
710
|
}
|
|
711
711
|
}
|
|
712
712
|
}
|