Skip to content

MyuriKanao/rr

This branch is 392 commits ahead of davycnn/arpl-i18n:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

56319ae · Nov 26, 2023
Nov 26, 2023
Sep 21, 2023
Nov 26, 2023
Aug 19, 2023
Nov 4, 2023
Jun 25, 2023
Oct 24, 2023
Nov 6, 2023
Jul 1, 2022
Nov 20, 2023
Apr 15, 2023
Oct 24, 2023
Nov 26, 2023
Nov 26, 2023
Nov 26, 2023
Oct 28, 2023
Oct 30, 2023

Repository files navigation

Redpill Recovery (arpl-i18n)

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/wjz304/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/wjz304/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-i18n)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 89.8%
  • C 8.9%
  • Python 1.2%
  • Makefile 0.1%