| 
					
				 | 
			
			
				@@ -178,11 +178,11 @@ export class ApplicationListForHeaderContainerComponent implements OnInit, After 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private initI18nText(): void { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         forkJoin( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.translateService.get('COMMON.INPUT_APP_NAME_PLACE_HOLDER'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.translateService.get('MAIN.APP_LIST'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.translateService.get('MAIN.FAVORITE_APP_LIST'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.translateService.get('COMMON.SELECT_YOUR_APP'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.translateService.get('COMMON.EMPTY_ON_SEARCH') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.translateService.get('输入应用程序名称'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.translateService.get('应用程序列表'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.translateService.get('收藏的应用程序列表'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.translateService.get('选择你的应用'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.translateService.get('暂无应用') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ).subscribe((i18n: string[]) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.i18nText.INPUT_APPLICATION_NAME = i18n[0]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.i18nText.APPLICATION_LIST_TITLE = i18n[1]; 
			 |