projectName

main
Said Gedik 2024-08-20 11:50:35 +02:00
parent f48ab46e70
commit 434c11156a
2 changed files with 3 additions and 1 deletions

View File

@ -28,6 +28,8 @@ export class LanguageService {
* The constructor sets all the language values and does the default mapping * The constructor sets all the language values and does the default mapping
*/ */
constructor() { constructor() {
this.deMap.set('projectName', "W&I Kalender"); this.enMap.set('projectName', "W&I Calendar");
this.deMap.set('routeDraft', "Entwurf"); this.enMap.set('routeDraft', 'Draft'); this.deMap.set('routeDraft', "Entwurf"); this.enMap.set('routeDraft', 'Draft');
this.deMap.set('routeRFA', "Atorisierungsanforderung"); this.enMap.set('routeRFA', 'Request for Authorization'); this.deMap.set('routeRFA', "Atorisierungsanforderung"); this.enMap.set('routeRFA', 'Request for Authorization');
this.deMap.set('routePIP', "Planung in Bearbeitung"); this.enMap.set('routePIP', 'Planning in Progress'); this.deMap.set('routePIP', "Planung in Bearbeitung"); this.enMap.set('routePIP', 'Planning in Progress');

View File

@ -1,6 +1,6 @@
<div class="head" style="display: flex; align-items: center;"> <div class="head" style="display: flex; align-items: center;">
<div class="left" style="display: flex; align-items: center; gap: 8px; height: 100%;"> <div class="left" style="display: flex; align-items: center; gap: 8px; height: 100%;">
<h2 style="padding: 0; margin: 0;">W&I Kalender</h2> <h2 style="padding: 0; margin: 0;">{{this.languageService.lMap.get('projectName')}}</h2>
<div class="splitter"></div> <div class="splitter"></div>
<!-- Preset Picker --> <!-- Preset Picker -->
<div appearance="fill" style="width: 240px; padding-left: 15px; "> <div appearance="fill" style="width: 240px; padding-left: 15px; ">