enhance(frontend): リアクションの総数を表示するように (#13532)
* enhance(frontend): リアクションの総数を表示するように * Update Changelog * リアクション選択済の色をaccentに
This commit is contained in:
		
							parent
							
								
									62922352b3
								
							
						
					
					
						commit
						7ead98cbe5
					
				
					 14 changed files with 79 additions and 29 deletions
				
			
		
							
								
								
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -8909,6 +8909,10 @@ export interface Locale extends ILocale {
 | 
			
		|||
         * {n}人がリアクションしました
 | 
			
		||||
         */
 | 
			
		||||
        "reactedBySomeUsers": ParameterizedString<"n">;
 | 
			
		||||
        /**
 | 
			
		||||
         * {n}人がいいねしました
 | 
			
		||||
         */
 | 
			
		||||
        "likedBySomeUsers": ParameterizedString<"n">;
 | 
			
		||||
        /**
 | 
			
		||||
         * {n}人がリノートしました
 | 
			
		||||
         */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2355,6 +2355,7 @@ _notification:
 | 
			
		|||
  sendTestNotification: "テスト通知を送信する"
 | 
			
		||||
  notificationWillBeDisplayedLikeThis: "通知はこのように表示されます"
 | 
			
		||||
  reactedBySomeUsers: "{n}人がリアクションしました"
 | 
			
		||||
  likedBySomeUsers: "{n}人がいいねしました"
 | 
			
		||||
  renotedBySomeUsers: "{n}人がリノートしました"
 | 
			
		||||
  followedBySomeUsers: "{n}人にフォローされました"
 | 
			
		||||
  flushNotification: "通知の履歴をリセットする"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue