mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-11-04 15:53:42 +08:00 
			
		
		
		
	feat: i18n support
This commit is contained in:
		@@ -330,14 +330,13 @@
 | 
			
		||||
        "cancel": "取消"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "messages": {
 | 
			
		||||
      "update_success": "用户信息更新成功!"
 | 
			
		||||
    },
 | 
			
		||||
    "add": {
 | 
			
		||||
      "title": "创建新用户账户"
 | 
			
		||||
    },
 | 
			
		||||
    "messages": {
 | 
			
		||||
      "create_success": "用户账户创建成功!"
 | 
			
		||||
      "update_success": "用户信息更新成功!",
 | 
			
		||||
      "create_success": "用户账户创建成功!",
 | 
			
		||||
      "operation_success": "操作成功完成!"
 | 
			
		||||
    },
 | 
			
		||||
    "search": "搜索用户...",
 | 
			
		||||
    "table": {
 | 
			
		||||
@@ -379,9 +378,6 @@
 | 
			
		||||
      "edit": "编辑",
 | 
			
		||||
      "promote": "提升",
 | 
			
		||||
      "demote": "降级"
 | 
			
		||||
    },
 | 
			
		||||
    "messages": {
 | 
			
		||||
      "operation_success": "操作成功完成!"
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user