enhance(frontend): ブラウザのコンテキストメニューを使用できるように (#14076)
* enhance(frontend): ブラウザのコンテキストメニューを使用できるように * Update Changelog * shiftにした * change keys * fix * fix * fix * update translation keys --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
		
							parent
							
								
									45f909ef33
								
							
						
					
					
						commit
						866abff54d
					
				
					 6 changed files with 45 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -10118,6 +10118,24 @@ export interface Locale extends ILocale {
 | 
			
		|||
         */
 | 
			
		||||
        "loop": string;
 | 
			
		||||
    };
 | 
			
		||||
    "_contextMenu": {
 | 
			
		||||
        /**
 | 
			
		||||
         * コンテキストメニュー
 | 
			
		||||
         */
 | 
			
		||||
        "title": string;
 | 
			
		||||
        /**
 | 
			
		||||
         * アプリケーション
 | 
			
		||||
         */
 | 
			
		||||
        "app": string;
 | 
			
		||||
        /**
 | 
			
		||||
         * Shiftキーでアプリケーション
 | 
			
		||||
         */
 | 
			
		||||
        "appWithShift": string;
 | 
			
		||||
        /**
 | 
			
		||||
         * ブラウザのUI
 | 
			
		||||
         */
 | 
			
		||||
        "native": string;
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
declare const locales: {
 | 
			
		||||
    [lang: string]: Locale;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2697,3 +2697,9 @@ _mediaControls:
 | 
			
		|||
  pip: "ピクチャインピクチャ"
 | 
			
		||||
  playbackRate: "再生速度"
 | 
			
		||||
  loop: "ループ再生"
 | 
			
		||||
 | 
			
		||||
_contextMenu:
 | 
			
		||||
  title: "コンテキストメニュー"
 | 
			
		||||
  app: "アプリケーション"
 | 
			
		||||
  appWithShift: "Shiftキーでアプリケーション"
 | 
			
		||||
  native: "ブラウザのUI"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue