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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.31",
2
+ "version": "0.2.32",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -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, Le-IA will train all pressets.'
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 Le-IA'
73
+ description: 'Error testing Lira'
74
74
  }
75
75
  },
76
76
  Train: {
77
77
  fail: {
78
78
  title: 'Failure',
79
- description: 'Error training Le-IA'
79
+ description: 'Error training Lira'
80
80
  },
81
81
  success: {
82
82
  title: 'Success',
83
- description: 'Le-IA is in the training process!'
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, Le-IA entrenará todas las preconfiguracións.'
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 Le-IA'
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 Le-IA'
79
+ description: 'Error al entrenar Lira'
80
80
  },
81
81
  success: {
82
82
  title: 'Éxito',
83
- description: '¡Le-IA está en proceso de entrenamiento!'
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 Le-IA irá treinar todas as predefinições'
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 Le-IA'
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 Le-IA'
79
+ description: 'Erro ao treinar a Lira'
80
80
  },
81
81
  success: {
82
82
  title: 'Sucesso',
83
- description: 'A Le-IA está em processo de treinamento!'
83
+ description: 'A Lira está em processo de treinamento!'
84
84
  }
85
85
  }
86
86
  }