@sofit/view-locale 1.109.0 → 1.109.1
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.
|
@@ -216,8 +216,12 @@ exports.messages = {
|
|
|
216
216
|
es: 'Fecha de cambio del Centro de Costo'
|
|
217
217
|
},
|
|
218
218
|
there_are_related_backup_vehicle_usages: {
|
|
219
|
-
ptBR: 'Não é possível desativar este colaborador, pois ele está utilizando
|
|
220
|
-
es: 'No es posible deshabilitar a este colaborador, ya que está usando
|
|
219
|
+
ptBR: 'Não é possível desativar este colaborador, pois ele está utilizando os veículos reservas: {{backup_vehicle_usages}}',
|
|
220
|
+
es: 'No es posible deshabilitar a este colaborador, ya que está usando los vehículos de respaldo: {{backup_vehicle_usages}}'
|
|
221
|
+
},
|
|
222
|
+
there_are_related_backup_vehicle_usage: {
|
|
223
|
+
ptBR: 'Não é possível desativar este colaborador, pois ele está utilizando o veículo reserva: {{backup_vehicle_usages}}',
|
|
224
|
+
es: 'No es posible deshabilitar a este colaborador, ya que está usando el vehículo de respaldo: {{backup_vehicle_usages}}'
|
|
221
225
|
}
|
|
222
226
|
};
|
|
223
227
|
exports.enums = {
|
package/junit.xml
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="
|
|
3
|
-
<testsuite name="
|
|
4
|
-
<testcase classname="
|
|
2
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.975">
|
|
3
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-07-29T19:15:43" time="2.228" tests="4">
|
|
4
|
+
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.012">
|
|
5
5
|
</testcase>
|
|
6
|
-
<testcase classname="
|
|
6
|
+
<testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0">
|
|
7
7
|
</testcase>
|
|
8
|
-
<testcase classname="
|
|
8
|
+
<testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0.001">
|
|
9
9
|
</testcase>
|
|
10
|
-
<testcase classname="
|
|
10
|
+
<testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0">
|
|
11
11
|
</testcase>
|
|
12
12
|
</testsuite>
|
|
13
|
-
<testsuite name="
|
|
14
|
-
<testcase classname="
|
|
13
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-07-29T19:15:43" time="2.216" tests="4">
|
|
14
|
+
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.002">
|
|
15
15
|
</testcase>
|
|
16
|
-
<testcase classname="
|
|
16
|
+
<testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0">
|
|
17
17
|
</testcase>
|
|
18
|
-
<testcase classname="
|
|
18
|
+
<testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0">
|
|
19
19
|
</testcase>
|
|
20
|
-
<testcase classname="
|
|
20
|
+
<testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0.001">
|
|
21
21
|
</testcase>
|
|
22
22
|
</testsuite>
|
|
23
23
|
</testsuites>
|
|
@@ -255,8 +255,12 @@ export const messages = {
|
|
|
255
255
|
es: 'Fecha de cambio del Centro de Costo'
|
|
256
256
|
},
|
|
257
257
|
there_are_related_backup_vehicle_usages: {
|
|
258
|
-
ptBR: 'Não é possível desativar este colaborador, pois ele está utilizando
|
|
259
|
-
es: 'No es posible deshabilitar a este colaborador, ya que está usando
|
|
258
|
+
ptBR: 'Não é possível desativar este colaborador, pois ele está utilizando os veículos reservas: {{backup_vehicle_usages}}',
|
|
259
|
+
es: 'No es posible deshabilitar a este colaborador, ya que está usando los vehículos de respaldo: {{backup_vehicle_usages}}'
|
|
260
|
+
},
|
|
261
|
+
there_are_related_backup_vehicle_usage: {
|
|
262
|
+
ptBR: 'Não é possível desativar este colaborador, pois ele está utilizando o veículo reserva: {{backup_vehicle_usages}}',
|
|
263
|
+
es: 'No es posible deshabilitar a este colaborador, ya que está usando el vehículo de respaldo: {{backup_vehicle_usages}}'
|
|
260
264
|
}
|
|
261
265
|
};
|
|
262
266
|
|