mirror of
				https://activitypub.software/TransFem-org/Sharkey.git
				synced 2025-11-01 09:10:06 +00:00 
			
		
		
		
	fix(i18n): 通知タイプのcreateTokenが抜けていたのを修正 (#15663)
This commit is contained in:
		
							parent
							
								
									9599261fc3
								
							
						
					
					
						commit
						4fef9c670a
					
				
					 2 changed files with 5 additions and 0 deletions
				
			
		
							
								
								
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -9785,6 +9785,10 @@ export interface Locale extends ILocale {
 | 
			
		|||
             * ログイン
 | 
			
		||||
             */
 | 
			
		||||
            "login": string;
 | 
			
		||||
            /**
 | 
			
		||||
             * アクセストークンの作成
 | 
			
		||||
             */
 | 
			
		||||
            "createToken": string;
 | 
			
		||||
            /**
 | 
			
		||||
             * 通知のテスト
 | 
			
		||||
             */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2586,6 +2586,7 @@ _notification:
 | 
			
		|||
    achievementEarned: "実績の獲得"
 | 
			
		||||
    exportCompleted: "エクスポートが完了した"
 | 
			
		||||
    login: "ログイン"
 | 
			
		||||
    createToken: "アクセストークンの作成"
 | 
			
		||||
    test: "通知のテスト"
 | 
			
		||||
    app: "連携アプリからの通知"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue