mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 13:34:12 +00:00 
			
		
		
		
	add translations for notification settings
This commit is contained in:
		
							parent
							
								
									18e6b733ab
								
							
						
					
					
						commit
						d31db31c07
					
				
					 2 changed files with 10 additions and 0 deletions
				
			
		
							
								
								
									
										8
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								locales/index.d.ts
									
										
									
									
										vendored
									
									
								
							|  | @ -9637,6 +9637,14 @@ export interface Locale extends ILocale { | ||||||
|              * Edits |              * Edits | ||||||
|              */ |              */ | ||||||
|             "edited": string; |             "edited": string; | ||||||
|  |             /** | ||||||
|  |              * Posting scheduled note failed | ||||||
|  |              */ | ||||||
|  |             "scheduledNoteFailed": string; | ||||||
|  |             /** | ||||||
|  |              * Scheduled note was posted | ||||||
|  |              */ | ||||||
|  |             "scheduledNotePosted": string; | ||||||
|         }; |         }; | ||||||
|         "_actions": { |         "_actions": { | ||||||
|             /** |             /** | ||||||
|  |  | ||||||
|  | @ -284,6 +284,8 @@ _notification: | ||||||
|   _types: |   _types: | ||||||
|     renote: "Boosts" |     renote: "Boosts" | ||||||
|     edited: "Edits" |     edited: "Edits" | ||||||
|  |     scheduledNoteFailed: "Posting scheduled note failed" | ||||||
|  |     scheduledNotePosted: "Scheduled note was posted" | ||||||
|   _actions: |   _actions: | ||||||
|     renote: "Boost" |     renote: "Boost" | ||||||
| _webhookSettings: | _webhookSettings: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue