Skip to content

Commit 5139122

Browse files
committed
Merge branch 'stable'
2 parents 6a3c4e4 + 175bd6b commit 5139122

File tree

37 files changed

+50
-20
lines changed

37 files changed

+50
-20
lines changed

eform-client/src/app/plugins/modules/backend-configuration-pn/components/properties/properties-page/properties-table/properties-table.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
(click)="onShowEditPropertyModal(row)"
103103
[disabled]="!authStateService.checkClaim('property_edit') && (selectAuthIsAdmin$ | async) !== true"
104104
>
105-
<mat-icon>edit</mat-icon>
105+
<mat-icon fontSet="material-symbols-outlined">edit_square</mat-icon>
106106
<span>{{ 'Edit property' | translate }}</span>
107107
</button>
108108
<button
@@ -112,7 +112,7 @@
112112
(click)="onShowDeletePropertyModal(row)"
113113
[disabled]="!authStateService.checkClaim('property_delete') && (selectAuthIsAdmin$ | async) !== true"
114114
>
115-
<mat-icon color="warn">delete</mat-icon>
115+
<mat-icon color="warn" fontSet="material-symbols-outlined">delete</mat-icon>
116116
<span>{{ 'Delete property' | translate }}</span>
117117
</button>
118118
</mat-menu>

eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/bgBG.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,5 @@ export const bgBG = {
291291
'PIN code': 'ПИН код',
292292
'Employee no': 'Служител №',
293293
'Deactivate task': 'Деактивирайте задачата',
294+
Areas: 'Области',
294295
};

eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/csCZ.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,5 @@ export const csCZ = {
291291
'PIN code': 'PIN kód',
292292
'Employee no': 'Zaměstnanec č',
293293
'Deactivate task': 'Deaktivovat úkol',
294+
Areas: 'Oblasti',
294295
};

eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/da.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,5 @@ export const da = {
293293
'PIN code': 'PIN kode',
294294
'Employee no': 'Medarbejder nummer',
295295
'Deactivate task': 'Deaktiver opgave',
296+
Areas: 'Områder',
296297
};

eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/deDE.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,5 @@ export const deDE = {
352352
'PIN code': 'Geheimzahl',
353353
'Employee no': 'Mitarbeiter-Nr.',
354354
'Deactivate task': 'Aufgabe deaktivieren',
355+
Areas: 'Gebiete',
355356
};

eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/elGR.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,5 @@ export const elGR = {
291291
'PIN code': 'Κωδικό PIN',
292292
'Employee no': 'Υπάλληλος αρ',
293293
'Deactivate task': 'Απενεργοποίηση εργασίας',
294+
Areas: 'Περιοχές',
294295
};

eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/enUS.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,5 @@ export const enUS= {
308308
'PIN code': 'PIN code',
309309
'Employee no': 'Employee no',
310310
'Deactivate task': 'Deactivate task',
311+
'Areas': 'Areas'
311312
};

eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/esES.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,5 @@ export const esES = {
291291
'PIN code': 'Código PIN',
292292
'Employee no': 'Numero de empleado',
293293
'Deactivate task': 'Desactivar tarea',
294+
Areas: 'Áreas',
294295
};

eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/etET.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,5 @@ export const etET = {
291291
'PIN code': 'PIN-koodi',
292292
'Employee no': 'Töötaja nr',
293293
'Deactivate task': 'Deaktiveerige ülesanne',
294+
Areas: 'Piirkonnad',
294295
};

eform-client/src/app/plugins/modules/backend-configuration-pn/i18n/fiFI.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,5 @@ export const fiFI = {
291291
'PIN code': 'Pin-koodi',
292292
'Employee no': 'Työntekijä nro',
293293
'Deactivate task': 'Poista tehtävä käytöstä',
294+
Areas: 'Alueet',
294295
};

0 commit comments

Comments
 (0)