refs #5334 fix labels trad
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-06-29 09:44:21 +02:00
parent f02019d64d
commit 9dc52b6011
4 changed files with 13 additions and 13 deletions

View File

@ -57,15 +57,15 @@
</vn-horizontal>
<vn-horizontal>
<vn-check
label="Teleworking"
label="Telework"
ng-model="$ctrl.department.isTeleworking">
</vn-check>
<vn-check
label="Notificate errors"
label="Notify on errors"
ng-model="$ctrl.department.hasToMistake">
</vn-check>
<vn-check
label="Is on production"
label="worksInProduction"
ng-model="$ctrl.department.isProduction">
</vn-check>
</vn-horizontal>

View File

@ -5,9 +5,9 @@ Email: Email
Boss department: Jefe del departamento
Self-consumption customer: Cliente autoconsumo
Telecommutes: Teletrabaja
Notificate errors: Notificar errores
Is on production: Pertenece a producción
Fill in days without physical check-ins: Rellenar fichadas
Notify on errors: Notificar errores
worksInProduction: Pertenece a producción
Fill in days without physical check-ins: Completar días sin registros físicos
Send check-ins by email: Enviar fichadas por email
Save: Guardar
Undo changes: Deshacer cambios

View File

@ -37,17 +37,17 @@
</vn-one>
<vn-vertical>
<vn-check
label="Teleworking"
label="Telework"
ng-model="summary.isTeleworking"
disabled="true">
</vn-check>
<vn-check
label="Notificate errors"
label="Notify on errors"
ng-model="summary.hasToMistake"
disabled="true">
</vn-check>
<vn-check
label="Is on production"
label="worksInProduction"
ng-model="summary.isProduction"
disabled="true">
</vn-check>

View File

@ -4,8 +4,8 @@ Chat: Chat
Boss department: Jefe de departamento
Email: Email
Self-consumption customer: Cliente autoconsumo
Teleworking: Teletrabaja
Notificate errors: Notificar errores
Is on production: Pertenece a producción
Fill in days without physical check-ins: Rellenar fichadas
Telework: Teletrabaja
Notify on errors: Notificar errores
worksInProduction: Pertenece a producción
Fill in days without physical check-ins: Completar días sin registros físicos
Send check-ins by email: Enviar fichadas por mail