enhance: 通知の履歴をリセットできるように (#13335)
* enhance: 通知の履歴をリセットできるように * Update Changelog * 通知欄も連動して更新するように * revert some changes * Update CHANGELOG.md * Remove unused part * fix
This commit is contained in:
		
							parent
							
								
									ec18991328
								
							
						
					
					
						commit
						39d6af135f
					
				
					 15 changed files with 139 additions and 1 deletions
				
			
		
							
								
								
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -8913,6 +8913,10 @@ export interface Locale extends ILocale {
 | 
			
		|||
         * {n}人にフォローされました
 | 
			
		||||
         */
 | 
			
		||||
        "followedBySomeUsers": ParameterizedString<"n">;
 | 
			
		||||
        /**
 | 
			
		||||
         * 通知の履歴をリセットする
 | 
			
		||||
         */
 | 
			
		||||
        "flushNotification": string;
 | 
			
		||||
        "_types": {
 | 
			
		||||
            /**
 | 
			
		||||
             * すべて
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2356,6 +2356,7 @@ _notification:
 | 
			
		|||
  reactedBySomeUsers: "{n}人がリアクションしました"
 | 
			
		||||
  renotedBySomeUsers: "{n}人がリノートしました"
 | 
			
		||||
  followedBySomeUsers: "{n}人にフォローされました"
 | 
			
		||||
  flushNotification: "通知の履歴をリセットする"
 | 
			
		||||
 | 
			
		||||
  _types:
 | 
			
		||||
    all: "すべて"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue