This commit is contained in:
parent
f02019d64d
commit
9dc52b6011
|
@ -57,15 +57,15 @@
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
<vn-horizontal>
|
<vn-horizontal>
|
||||||
<vn-check
|
<vn-check
|
||||||
label="Teleworking"
|
label="Telework"
|
||||||
ng-model="$ctrl.department.isTeleworking">
|
ng-model="$ctrl.department.isTeleworking">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
<vn-check
|
<vn-check
|
||||||
label="Notificate errors"
|
label="Notify on errors"
|
||||||
ng-model="$ctrl.department.hasToMistake">
|
ng-model="$ctrl.department.hasToMistake">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
<vn-check
|
<vn-check
|
||||||
label="Is on production"
|
label="worksInProduction"
|
||||||
ng-model="$ctrl.department.isProduction">
|
ng-model="$ctrl.department.isProduction">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
|
|
|
@ -5,9 +5,9 @@ Email: Email
|
||||||
Boss department: Jefe del departamento
|
Boss department: Jefe del departamento
|
||||||
Self-consumption customer: Cliente autoconsumo
|
Self-consumption customer: Cliente autoconsumo
|
||||||
Telecommutes: Teletrabaja
|
Telecommutes: Teletrabaja
|
||||||
Notificate errors: Notificar errores
|
Notify on errors: Notificar errores
|
||||||
Is on production: Pertenece a producción
|
worksInProduction: Pertenece a producción
|
||||||
Fill in days without physical check-ins: Rellenar fichadas
|
Fill in days without physical check-ins: Completar días sin registros físicos
|
||||||
Send check-ins by email: Enviar fichadas por email
|
Send check-ins by email: Enviar fichadas por email
|
||||||
Save: Guardar
|
Save: Guardar
|
||||||
Undo changes: Deshacer cambios
|
Undo changes: Deshacer cambios
|
||||||
|
|
|
@ -37,17 +37,17 @@
|
||||||
</vn-one>
|
</vn-one>
|
||||||
<vn-vertical>
|
<vn-vertical>
|
||||||
<vn-check
|
<vn-check
|
||||||
label="Teleworking"
|
label="Telework"
|
||||||
ng-model="summary.isTeleworking"
|
ng-model="summary.isTeleworking"
|
||||||
disabled="true">
|
disabled="true">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
<vn-check
|
<vn-check
|
||||||
label="Notificate errors"
|
label="Notify on errors"
|
||||||
ng-model="summary.hasToMistake"
|
ng-model="summary.hasToMistake"
|
||||||
disabled="true">
|
disabled="true">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
<vn-check
|
<vn-check
|
||||||
label="Is on production"
|
label="worksInProduction"
|
||||||
ng-model="summary.isProduction"
|
ng-model="summary.isProduction"
|
||||||
disabled="true">
|
disabled="true">
|
||||||
</vn-check>
|
</vn-check>
|
||||||
|
|
|
@ -4,8 +4,8 @@ Chat: Chat
|
||||||
Boss department: Jefe de departamento
|
Boss department: Jefe de departamento
|
||||||
Email: Email
|
Email: Email
|
||||||
Self-consumption customer: Cliente autoconsumo
|
Self-consumption customer: Cliente autoconsumo
|
||||||
Teleworking: Teletrabaja
|
Telework: Teletrabaja
|
||||||
Notificate errors: Notificar errores
|
Notify on errors: Notificar errores
|
||||||
Is on production: Pertenece a producción
|
worksInProduction: Pertenece a producción
|
||||||
Fill in days without physical check-ins: Rellenar fichadas
|
Fill in days without physical check-ins: Completar días sin registros físicos
|
||||||
Send check-ins by email: Enviar fichadas por mail
|
Send check-ins by email: Enviar fichadas por mail
|
||||||
|
|
Loading…
Reference in New Issue