translate show-change

pull/412/head
phungvuong97 2024-08-21 09:42:07 +07:00
parent 8c1ea70c88
commit f4892d5d75
1 changed files with 60 additions and 60 deletions

View File

@ -1,82 +1,82 @@
# OpenIPC Wiki # Wiki OpenIPC
[Table of Content](../README.md) [Bảng nội dung](../README.md)
Roadmap Lộ trình
------- -------
### Quick access to Git logs for popular repositories: ### Truy cập nhanh vào nhật ký Git cho các kho lưu trữ phổ biến:
- [firmware](https://github.com/OpenIPC/firmware/commits/master), [builder](https://github.com/OpenIPC/builder/commits/master), [coupler](https://github.com/OpenIPC/coupler/commits/main) - [firmware](https://github.com/OpenIPC/firmware/commits/master), [builder](https://github.com/OpenIPC/builder/commits/master), [coupler](https://github.com/OpenIPC/coupler/commits/main)
- [ipctool](https://github.com/OpenIPC/ipctool/commits/master), [webui](https://github.com/OpenIPC/webui/commits/master), [webui-next](https://github.com/OpenIPC/webui-next/commits/master), [wiki](https://github.com/OpenIPC/wiki/commits/master) - [ipctool](https://github.com/OpenIPC/ipctool/commits/master), [webui](https://github.com/OpenIPC/webui/commits/master), [webui-next](https://github.com/OpenIPC/webui-next/commits/master), [wiki](https://github.com/OpenIPC/wiki/commits/master)
### Planned changes: ### Các thay đổi dự kiến:
- Add webui-next as default interface. - Thêm webui-next làm giao diện mặc định.
- Better integration with Majestic and webui-next. - Tích hợp tốt hơn với Majestic và webui-next.
- Continued refactoring of firmware scripts and packages. - Tiếp tục tái cấu trúc các script và gói firmware.
- Extend builder support. - Mở rộng hỗ trợ builder.
- Extend docs support. - Mở rộng hỗ trợ tài liệu.
- Extend majestic-plugins support. - Mở rộng hỗ trợ majestic-plugins.
- Update buildroot to upcoming 2024 version. - Cập nhật buildroot lên phiên bản sắp tới 2024.
- Update wiki build commands. - Cập nhật các lệnh xây dựng wiki.
- Update wiki majestic commands. - Cập nhật các lệnh majestic wiki.
### 19.02.2024: ### 19.02.2024:
- [hisilicon/goke] Fix muxing unneeded GPIOs which were burning IRCUTs on XM boards - [hisilicon/goke] Sửa lỗi muxing các GPIO không cần thiết đang làm cháy IRCUTs trên các bo mạch XM
### 12.02.2024: ### 12.02.2024:
- Added an enhancement that allows Majestic to run cgi scripts detached from the sdk. - Thêm cải tiến cho phép Majestic chạy các script cgi không liên quan đến sdk.
- Fixed an issue that prevented rebinding the rtsp port. - Sửa lỗi không cho phép ràng buộc lại cổng rtsp.
- Fixed a problem with the Majestic webserver home directory. - Sửa vấn đề với thư mục chính của máy chủ web Majestic.
- Fixed an exception on the codec selection. - Sửa một ngoại lệ trên lựa chọn codec.
- Improved stability if majestic.yaml is not available. - Cải thiện ổn định nếu majestic.yaml không có sẵn.
- Reduced time frame for Majestic shutdown on Ingenic devices. - Giảm khung thời gian cho việc tắt Majestic trên các thiết bị Ingenic.
### 05.02.2024: ### 05.02.2024:
- Added mjpeg preview to webui-next. - Thêm xem trước mjpeg vào webui-next.
- Added mjpeg support for Ingenic. - Thêm hỗ trợ mjpeg cho Ingenic.
- Added port 85 redirect to Majestic webserver. - Thêm chuyển hướng cổng 85 đến máy chủ web Majestic.
- Adjusted several Majestic configuration settings for webui-next. - Điều chỉnh một số cài đặt cấu hình Majestic cho webui-next.
- Fixed night mode controls on webui-next. - Sửa chế độ điều khiển ban đêm trên webui-next.
- Fixed a problem with inverting single ircut. - Sửa vấn đề với việc đảo ngược ircut đơn.
- Set Majestic as only webserver for webui-next. - Đặt Majestic là máy chủ web duy nhất cho webui-next.
- Set majestic-webui as default for Sigmastar devices. - Đặt majestic-webui là mặc định cho các thiết bị Sigmastar.
- Note: majestic-webui extensions are not available for now. - Lưu ý: các tiện ích mở rộng majestic-webui hiện không có sẵn.
### 29.01.2024: ### 29.01.2024:
- Added ipctool support for various new Sony sensors. - Thêm hỗ trợ ipctool cho nhiều cảm biến Sony mới.
- Added additional commands when majestic-plugins are started and stopped. - Thêm các lệnh bổ sung khi khởi động và dừng majestic-plugins.
- Added various new alias commands (show_help) - Thêm nhiều lệnh bí danh mới (show_help)
- Added experimental Majestic IP6 support. - Thêm hỗ trợ IP6 thử nghiệm cho Majestic.
- Added a check to prevent repeated execution to night mode settings. - Thêm kiểm tra để ngăn chặn việc thực hiện lặp lại cài đặt chế độ ban đêm.
- Replaced building.sh with makefile. - Thay thế building.sh bằng makefile.
- Refactored several firmware scripts and package makefiles. - Tái cấu trúc một số script firmware và makefile gói.
### 22.01.2024: ### 22.01.2024:
- Added T40/T41 chipset detection. - Thêm phát hiện chipset T40/T41.
- Added audio support for Sigmastar fpv. - Thêm hỗ trợ âm thanh cho Sigmastar fpv.
- Added optional night color mode. - Thêm chế độ màu ban đêm tùy chọn.
- Fixed several Majestic stability issues. - Sửa một số vấn đề ổn định của Majestic.
- Fixed a problem with Ingenic motion detect on sighup/reload. - Sửa vấn đề với việc phát hiện chuyển động Ingenic trên sighup/reload.
- Increased stability of Majestic webserver. - Tăng ổn định của máy chủ web Majestic.
- Included gkrcparams into majestic configuration. - Đưa gkrcparams vào cấu hình majestic.
- Updated libevent library and toolchains. - Cập nhật thư viện libevent và toolchains.
- Updated Ingenic vendor libraries. - Cập nhật thư viện nhà cung cấp Ingenic.
### 15.01.2024: ### 15.01.2024:
- Added separated control toggle for ircut and light. - Thêm nút chuyển đổi kiểm soát riêng biệt cho ircut và ánh sáng.
- Added sensor based day/night detection. - Thêm phát hiện ban ngày/đêm dựa trên cảm biến.
- Added authentication to various endpoints. - Thêm xác thực cho nhiều điểm cuối.
- Added initial support for Ingenic register info scan. - Thêm hỗ trợ ban đầu cho việc quét thông tin đăng ký Ingenic.
- Fixed an issue with Majestic not correctly reopening udp sockets. - Sửa lỗi với Majestic không mở lại đúng cổng udp.
- Fixed an issue with the Ingenic T10/T20 rtsp stream. - Sửa lỗi với dòng rtsp Ingenic T10/T20.
- Fixed a problem with setting the correct hisilicon encoder bitrate. - Sửa vấn đề với việc đặt đúng bitrate mã hóa hisilicon.
### 08.01.2024: ### 08.01.2024:
- Added Majestic sighup support for Ingenic devices. - Thêm hỗ trợ sighup Majestic cho các thiết bị Ingenic.
- Added h265 support for rtmp. - Thêm hỗ trợ h265 cho rtmp.
- Added rtmp reconnect option. - Thêm tùy chọn kết nối lại rtmp.
- Added support for Sigmastar register info scan. - Thêm hỗ trợ cho việc quét thông tin đăng ký Sigmastar.
- Fixed several rtmp authentication problems. - Sửa một số vấn đề xác thực rtmp.
- Fixed a problem with rotation on a few Sigmastar sensor drivers. - Sửa vấn đề với việc xoay trên một số trình điều khiển cảm biến Sigmastar.
- Removed Ingenic software based day/night detection. - Loại bỏ việc phát hiện ban ngày/đêm dựa trên phần mềm Ingenic.