enhance(antenna): Botの投稿を除外できるように (#13603)
* enhance(antenna): Botの投稿を除外できるように (MisskeyIO#545) (cherry picked from commit a95ce067c6cf0a93647e358aabc984bdbe99e952) * Update Changelog * remove translations * spdx --------- Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									7795045b23
								
							
						
					
					
						commit
						f4838e50b4
					
				
					 16 changed files with 55 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1616,6 +1616,10 @@ export interface Locale extends ILocale {
 | 
			
		|||
     * 除外キーワード
 | 
			
		||||
     */
 | 
			
		||||
    "antennaExcludeKeywords": string;
 | 
			
		||||
    /**
 | 
			
		||||
     * Botアカウントを除外
 | 
			
		||||
     */
 | 
			
		||||
    "antennaExcludeBots": string;
 | 
			
		||||
    /**
 | 
			
		||||
     * スペースで区切るとAND指定になり、改行で区切るとOR指定になります
 | 
			
		||||
     */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -400,6 +400,7 @@ name: "名前"
 | 
			
		|||
antennaSource: "受信ソース"
 | 
			
		||||
antennaKeywords: "受信キーワード"
 | 
			
		||||
antennaExcludeKeywords: "除外キーワード"
 | 
			
		||||
antennaExcludeBots: "Botアカウントを除外"
 | 
			
		||||
antennaKeywordsDescription: "スペースで区切るとAND指定になり、改行で区切るとOR指定になります"
 | 
			
		||||
notifyAntenna: "新しいノートを通知する"
 | 
			
		||||
withFileAntenna: "ファイルが添付されたノートのみ"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue