mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			297 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			297 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								package imsg
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								import "mayfly-go/pkg/i18n"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								var Zh_CN = map[i18n.MsgId]string{
							 | 
						||
| 
								 | 
							
									LogMsgChannelSave:   "消息渠道-保存",
							 | 
						||
| 
								 | 
							
									LogMsgChannelDelete: "消息渠道-删除",
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									LogMsgTmplSave:   "消息模板-保存",
							 | 
						||
| 
								 | 
							
									LogMsgTmplDelete: "消息模板-删除",
							 | 
						||
| 
								 | 
							
									LogMsgTmplSend:   "消息模板-发送",
							 | 
						||
| 
								 | 
							
								}
							 |