cocoajin / rr

Redpill Recovery (arpl-rr)

Home Page:https://repo.syno.community/rr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redpill Recovery (arpl-rr)

https://github.com/syno-community/rr

This project is a system for redpill's preinstallation and recovery environment.

免责声明 - Disclaimer

  • 硬盘有价,数据无价,任何对引导的修改都是有风险的,本人不承担数据丢失的责任。
  • 本工具仅用作学习交流,严禁用于商业用途。

  • The hard drive has a price, but the data is priceless. Any modification to the bootloader is risky. I will not be responsible for data loss.
  • This tool is only for learning and communication, and commercial use is strictly prohibited.

鸣谢 - Credits

组件:

https://github.com/syno-community/rr

About GPU:

说明 - Instructions

翻译 - Translation

  • 其他语言的翻译 - Language translation work:

    # If it does not involve adding or deleting, the following process is not required.
    sudo apt install gettext
    git clone https://github.com/syno-community/rr.git
    cd files/initrd/opt/rr
    xgettext -L Shell --keyword=TEXT *.sh -o lang/rr.pot
    sed -i 's/charset=CHARSET/charset=UTF-8/' lang/rr.pot
    # You need to replace the language you need and translate the po file.
    msginit -i lang/rr.pot -l zh_CN.UTF-8 -o lang/zh_CN.po
    # This process will be automatically processed during packaging.
    msgfmt lang/zh_CN.po -o lang/zh_CN.mo
  • I am not proficient in language, and even my English is very poor. Developers who are familiar with various languages are welcome to submit PR.

  • Translation maintenance personnel:

    • zh_CN: @wjz304
    • zh_TW: @豪客幫

教程 - Usage

打赏一下

About

Redpill Recovery (arpl-rr)

https://repo.syno.community/rr

License:GNU General Public License v3.0


Languages

Language:Shell 90.8%Language:C 8.0%Language:Python 1.1%Language:Makefile 0.1%