Skip to content
/ rr Public
forked from RROrg/rr

Redpill Recovery (arpl-i18n)

License

Notifications You must be signed in to change notification settings

roseblood/rr

This branch is 1395 commits ahead of, 1602 commits behind RROrg/rr:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6d07da · Aug 2, 2024
Jul 21, 2024
Aug 2, 2024
Aug 2, 2024
Aug 19, 2023
Jun 30, 2024
Jun 25, 2023
Oct 24, 2023
Jun 7, 2024
Jul 1, 2022
Jun 8, 2024
Apr 15, 2023
Aug 2, 2024
Jul 21, 2024
Jun 27, 2024
May 7, 2024
May 10, 2024
Jul 21, 2024

Repository files navigation

logo

RR: redpill’s preinstallation and recovery environment

点击数 GitHub Release GitHub Downloads (all assets, all releases) GitHub Issues or Pull Requests by label

The ultimate solution to self-centralized Synology DSM OS on any local machine with any x86/x64 CPU architecture via a single flash of bootload pre-installation process in addition within recovery environment.

1: Disclaimer

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

  • Hardware/hard-drives are priced whilst data are priceless, any user-specific custom modification of the tested & prebuilt bootloader images could potentially cause irreversible data destruction towards your local machine. Us, as (RROrg) are not responsibly liable for damage nor personal loss of any types. The project with its affiliation is released for educational and learning purpose only, commercial application of the software is strictly prohibited.

2: Documentation & FAQ

3: Components

  • During the compilation process, you need to connect to the Internet to obtain model and version information and download the corresponding ROM. If you cannot connect to the Internet, please build a pre-compiled bootloader through RR-CUSTOM.

Models: models
Addons: addons
Modules: modules

4: GPU:

5: Contributing

  • The following is a roughly truncated guide to involve in project localization for internationalization.
# If deletion nor addition proces of code hunk is not required, comply with the following process
sudo apt install gettext
git clone https://github.com/rrorg/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
# If you have to replace certain language string of the project, please suggest and modify translation changes within each correlated PO file
mkdir -p lang/zh_CN/LC_MESSAGES
msginit -i lang/rr.pot -l zh_CN.UTF-8 -o lang/zh_CN/LC_MESSAGES/rr.po
# Update translation files
for I in $(find lang -path *rr.po); do msgmerge --width=256 -U ${I} lang/rr.pot; done
# This formatting process will be automatically conducted during packaging.
for I in $(find lang -path *rr.po); do msgfmt ${I} -o ${I/.po/.mo}; done
  • PRs of new language translations towards the project is welcomed with appreciation.

  • Community maintainers of each supporting list of languages are accredited below.

    • de_DE: @Tim Krämer: Tim Krämer
    • en_US: @rrorg
    • ja_JP: @andatoshiki & @toshikidev
    • ko_KR: @EXP : jeong1986
    • ru_RU: @Alex: TG
    • tr_TR: @miraç bahadır öztürk: miracozturk
    • vi_VN: @Ngọc Anh Trần: mr.ngocanhtran
    • zh_CN: @rrorg
    • zh_HK: @rrorg
    • zh_TW: @March Fun: 豪客幫

6: Acknowledgment & Credits

7: Links & Community

7.1: Group

7: Sponsoring

8: License

About

Redpill Recovery (arpl-i18n)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 89.5%
  • C 5.8%
  • Python 4.6%
  • Makefile 0.1%