enhance(frontend): リアクション時に確認ダイアログを出せるように (#15174)
* enhance(frontend): リアクション時に確認ダイアログを出せるように * Update Changelog * indent * fix
This commit is contained in:
		
							
								
								
									
										8
									
								
								locales/index.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								locales/index.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -5254,6 +5254,14 @@ export interface Locale extends ILocale {
 | 
			
		||||
     * このサーバーは連合が無効化されています。他のサーバーのユーザーとやり取りすることはできません。
 | 
			
		||||
     */
 | 
			
		||||
    "federationDisabled": string;
 | 
			
		||||
    /**
 | 
			
		||||
     * リアクションする際に確認する
 | 
			
		||||
     */
 | 
			
		||||
    "confirmOnReact": string;
 | 
			
		||||
    /**
 | 
			
		||||
     * " {emoji} " をリアクションしますか?
 | 
			
		||||
     */
 | 
			
		||||
    "reactAreYouSure": ParameterizedString<"emoji">;
 | 
			
		||||
    "_accountSettings": {
 | 
			
		||||
        /**
 | 
			
		||||
         * コンテンツの表示にログインを必須にする
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user