mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
add show lkm and cpu
This commit is contained in:
parent
bbca7ba5e6
commit
0ea3d548c2
@ -55,10 +55,15 @@ VID="$(readConfigKey "vid" "${USER_CONFIG_FILE}")"
|
|||||||
PID="$(readConfigKey "pid" "${USER_CONFIG_FILE}")"
|
PID="$(readConfigKey "pid" "${USER_CONFIG_FILE}")"
|
||||||
MODEL="$(readConfigKey "model" "${USER_CONFIG_FILE}")"
|
MODEL="$(readConfigKey "model" "${USER_CONFIG_FILE}")"
|
||||||
BUILD="$(readConfigKey "build" "${USER_CONFIG_FILE}")"
|
BUILD="$(readConfigKey "build" "${USER_CONFIG_FILE}")"
|
||||||
|
LKM="$(readConfigKey "lkm" "${USER_CONFIG_FILE}")"
|
||||||
SN="$(readConfigKey "sn" "${USER_CONFIG_FILE}")"
|
SN="$(readConfigKey "sn" "${USER_CONFIG_FILE}")"
|
||||||
|
|
||||||
|
CPU="$(cat /proc/cpuinfo | grep 'model name' | uniq | awk -F': ' '{print $2}')"
|
||||||
|
|
||||||
echo -e "$(TEXT "Model:") \033[1;36m${MODEL}\033[0m"
|
echo -e "$(TEXT "Model:") \033[1;36m${MODEL}\033[0m"
|
||||||
echo -e "$(TEXT "Build:") \033[1;36m${BUILD}\033[0m"
|
echo -e "$(TEXT "Build:") \033[1;36m${BUILD}\033[0m"
|
||||||
|
echo -e "$(TEXT "LKM: ") \033[1;36m${LKM}\033[0m"
|
||||||
|
echo -e "$(TEXT "CPU: ") \033[1;36m${CPU}\033[0m"
|
||||||
|
|
||||||
if [ ! -f "${MODEL_CONFIG_PATH}/${MODEL}.yml" ] || [ -z "$(readConfigKey "builds.${BUILD}" "${MODEL_CONFIG_PATH}/${MODEL}.yml")" ]; then
|
if [ ! -f "${MODEL_CONFIG_PATH}/${MODEL}.yml" ] || [ -z "$(readConfigKey "builds.${BUILD}" "${MODEL_CONFIG_PATH}/${MODEL}.yml")" ]; then
|
||||||
echo -e "\033[1;33m*** $(printf "$(TEXT "The current version of arpl does not support booting %s-%s, please rebuild.")" "${MODEL}" "${BUILD}") ***\033[0m"
|
echo -e "\033[1;33m*** $(printf "$(TEXT "The current version of arpl does not support booting %s-%s, please rebuild.")" "${MODEL}" "${BUILD}") ***\033[0m"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-06-24 00:11+0800\n"
|
"POT-Creation-Date: 2023-06-24 16:49+0800\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -29,13 +29,13 @@ msgstr ""
|
|||||||
msgid "DSM zImage changed"
|
msgid "DSM zImage changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:35 boot.sh:47 menu.sh:740 menu.sh:748 menu.sh:774 menu.sh:802
|
#: boot.sh:35 boot.sh:47 menu.sh:739 menu.sh:747 menu.sh:773 menu.sh:801
|
||||||
#: menu.sh:814 menu.sh:838 menu.sh:847 menu.sh:858 menu.sh:887 menu.sh:900
|
#: menu.sh:813 menu.sh:837 menu.sh:846 menu.sh:857 menu.sh:886 menu.sh:899
|
||||||
#: menu.sh:907
|
#: menu.sh:906
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:36 menu.sh:901
|
#: boot.sh:36 menu.sh:900
|
||||||
msgid "zImage not patched:\\n"
|
msgid "zImage not patched:\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -43,70 +43,78 @@ msgstr ""
|
|||||||
msgid "DSM Ramdisk changed"
|
msgid "DSM Ramdisk changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:48 menu.sh:908
|
#: boot.sh:48 menu.sh:907
|
||||||
msgid "Ramdisk not patched:\\n"
|
msgid "Ramdisk not patched:\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:60
|
#: boot.sh:63
|
||||||
msgid "Model:"
|
msgid "Model:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:61
|
#: boot.sh:64
|
||||||
msgid "Build:"
|
msgid "Build:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:64
|
#: boot.sh:65
|
||||||
|
msgid "LKM: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: boot.sh:66
|
||||||
|
msgid "CPU: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: boot.sh:69
|
||||||
msgid ""
|
msgid ""
|
||||||
"The current version of arpl does not support booting %s-%s, please rebuild."
|
"The current version of arpl does not support booting %s-%s, please rebuild."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:105
|
#: boot.sh:110
|
||||||
msgid "'Not set MACs' is enabled."
|
msgid "'Not set MACs' is enabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:119
|
#: boot.sh:124
|
||||||
msgid ""
|
msgid ""
|
||||||
"Detected %s network cards, %s MACs were customized, the rest will use the "
|
"Detected %s network cards, %s MACs were customized, the rest will use the "
|
||||||
"original MACs."
|
"original MACs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:149
|
#: boot.sh:154
|
||||||
msgid "Cmdline:\\n"
|
msgid "Cmdline:\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:154
|
#: boot.sh:159
|
||||||
msgid "Reboot to boot directly in DSM"
|
msgid "Reboot to boot directly in DSM"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:164
|
#: boot.sh:169
|
||||||
msgid "Detected %s network cards, Waiting IP.(For reference only)"
|
msgid "Detected %s network cards, Waiting IP.(For reference only)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:171 init.sh:181
|
#: boot.sh:176 init.sh:181
|
||||||
msgid "DOWN"
|
msgid "DOWN"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:175 init.sh:185
|
#: boot.sh:180 init.sh:185
|
||||||
msgid "ERROR"
|
msgid "ERROR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:181
|
#: boot.sh:186
|
||||||
msgid "Access \\033[1;34mhttp://%s:5000\\033[0m to connect the DSM via web."
|
msgid "Access \\033[1;34mhttp://%s:5000\\033[0m to connect the DSM via web."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:190
|
#: boot.sh:195
|
||||||
msgid "Loading DSM kernel..."
|
msgid "Loading DSM kernel..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:194
|
#: boot.sh:199
|
||||||
msgid "Warning, running kexec with --noefi param, strange things will happen!!"
|
msgid "Warning, running kexec with --noefi param, strange things will happen!!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:199
|
#: boot.sh:204
|
||||||
msgid "Booting..."
|
msgid "Booting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: boot.sh:201
|
#: boot.sh:206
|
||||||
msgid ""
|
msgid ""
|
||||||
"[This interface will not be operational. Please use the http://find.synology."
|
"[This interface will not be operational. Please use the http://find.synology."
|
||||||
"com/ find DSM and connect.]"
|
"com/ find DSM and connect.]"
|
||||||
@ -224,7 +232,7 @@ msgstr ""
|
|||||||
msgid "Reconfiguring Synoinfo, Addons and Modules"
|
msgid "Reconfiguring Synoinfo, Addons and Modules"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:211 menu.sh:354 menu.sh:497 menu.sh:636 menu.sh:1573
|
#: menu.sh:211 menu.sh:354 menu.sh:497 menu.sh:636 menu.sh:1572
|
||||||
msgid "Choose a option"
|
msgid "Choose a option"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -248,14 +256,14 @@ msgstr ""
|
|||||||
msgid "Upload a external addon"
|
msgid "Upload a external addon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:217 menu.sh:361 menu.sh:493 menu.sh:631 menu.sh:955 menu.sh:1580
|
#: menu.sh:217 menu.sh:361 menu.sh:493 menu.sh:631 menu.sh:954 menu.sh:1579
|
||||||
#: menu.sh:1728
|
#: menu.sh:1727
|
||||||
msgid "Exit"
|
msgid "Exit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:229 menu.sh:234 menu.sh:240 menu.sh:251 menu.sh:259 menu.sh:277
|
#: menu.sh:229 menu.sh:234 menu.sh:240 menu.sh:251 menu.sh:259 menu.sh:277
|
||||||
#: menu.sh:291 menu.sh:296 menu.sh:300 menu.sh:314 menu.sh:318 menu.sh:325
|
#: menu.sh:291 menu.sh:296 menu.sh:300 menu.sh:314 menu.sh:318 menu.sh:325
|
||||||
#: menu.sh:328 menu.sh:1707
|
#: menu.sh:328 menu.sh:1706
|
||||||
msgid "Addons"
|
msgid "Addons"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -279,7 +287,7 @@ msgstr ""
|
|||||||
msgid "Select addon to remove"
|
msgid "Select addon to remove"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:297 menu.sh:1187 menu.sh:1218 menu.sh:1251 menu.sh:1642
|
#: menu.sh:297 menu.sh:1186 menu.sh:1217 menu.sh:1250 menu.sh:1641
|
||||||
msgid "This feature is only available when accessed via web/ssh."
|
msgid "This feature is only available when accessed via web/ssh."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -287,11 +295,11 @@ msgstr ""
|
|||||||
msgid "Please upload the *.addons file."
|
msgid "Please upload the *.addons file."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:315 menu.sh:1669 menu.sh:1683
|
#: menu.sh:315 menu.sh:1668 menu.sh:1682
|
||||||
msgid "Not a valid file, please try again!"
|
msgid "Not a valid file, please try again!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:319 menu.sh:1631
|
#: menu.sh:319 menu.sh:1630
|
||||||
msgid "Invalid proxy server url, continue?"
|
msgid "Invalid proxy server url, continue?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -305,7 +313,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: menu.sh:342 menu.sh:370 menu.sh:374 menu.sh:391 menu.sh:404 menu.sh:418
|
#: menu.sh:342 menu.sh:370 menu.sh:374 menu.sh:391 menu.sh:404 menu.sh:418
|
||||||
#: menu.sh:424 menu.sh:443 menu.sh:446 menu.sh:456 menu.sh:463 menu.sh:467
|
#: menu.sh:424 menu.sh:443 menu.sh:446 menu.sh:456 menu.sh:463 menu.sh:467
|
||||||
#: menu.sh:1708
|
#: menu.sh:1707
|
||||||
msgid "Modules"
|
msgid "Modules"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -389,7 +397,7 @@ msgstr ""
|
|||||||
msgid "please enter the complete URL to download.\\n"
|
msgid "please enter the complete URL to download.\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:453 menu.sh:730
|
#: menu.sh:453 menu.sh:729
|
||||||
msgid "Downloading %s"
|
msgid "Downloading %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -487,7 +495,7 @@ msgstr ""
|
|||||||
msgid "Show synoinfo entries"
|
msgid "Show synoinfo entries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:641 menu.sh:647 menu.sh:658 menu.sh:667 menu.sh:684
|
#: menu.sh:641 menu.sh:647 menu.sh:658 menu.sh:666 menu.sh:683
|
||||||
msgid "Synoinfo"
|
msgid "Synoinfo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -503,566 +511,566 @@ msgstr ""
|
|||||||
msgid "No synoinfo entries to remove"
|
msgid "No synoinfo entries to remove"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:668
|
#: menu.sh:667
|
||||||
msgid "Select synoinfo entry to remove"
|
msgid "Select synoinfo entry to remove"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:709
|
#: menu.sh:708
|
||||||
msgid "%s cached."
|
msgid "%s cached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:713
|
#: menu.sh:712
|
||||||
msgid "Cleaning cache"
|
msgid "Cleaning cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:725
|
#: menu.sh:724
|
||||||
msgid ""
|
msgid ""
|
||||||
"Based on the current network situation, switch to %s mirror to downloading."
|
"Based on the current network situation, switch to %s mirror to downloading."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:741 menu.sh:803
|
#: menu.sh:740 menu.sh:802
|
||||||
msgid "Check internet or cache disk space"
|
msgid "Check internet or cache disk space"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:746
|
#: menu.sh:745
|
||||||
msgid "Checking hash of %s: "
|
msgid "Checking hash of %s: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:749
|
#: menu.sh:748
|
||||||
msgid "Hash of pat not match, try again!"
|
msgid "Hash of pat not match, try again!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:753 menu.sh:851 menu.sh:862 menu.sh:873
|
#: menu.sh:752 menu.sh:850 menu.sh:861 menu.sh:872
|
||||||
msgid "OK"
|
msgid "OK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:757
|
#: menu.sh:756
|
||||||
msgid "Disassembling %s: "
|
msgid "Disassembling %s: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:762
|
#: menu.sh:761
|
||||||
msgid "Uncompressed tar"
|
msgid "Uncompressed tar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:766
|
#: menu.sh:765
|
||||||
msgid "Compressed tar"
|
msgid "Compressed tar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:770
|
#: menu.sh:769
|
||||||
msgid "Encrypted"
|
msgid "Encrypted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:775
|
#: menu.sh:774
|
||||||
msgid ""
|
msgid ""
|
||||||
"Could not determine if pat file is encrypted or not, maybe corrupted, try "
|
"Could not determine if pat file is encrypted or not, maybe corrupted, try "
|
||||||
"again!"
|
"again!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:785
|
#: menu.sh:784
|
||||||
msgid "Extractor cached."
|
msgid "Extractor cached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:792
|
#: menu.sh:791
|
||||||
msgid "Downloading old pat to extract synology .pat extractor..."
|
msgid "Downloading old pat to extract synology .pat extractor..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:832 menu.sh:835
|
#: menu.sh:831 menu.sh:834
|
||||||
msgid "Extracting..."
|
msgid "Extracting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:843
|
#: menu.sh:842
|
||||||
msgid "Checking hash of zImage: "
|
msgid "Checking hash of zImage: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:848
|
#: menu.sh:847
|
||||||
msgid "Hash of zImage not match, try again!"
|
msgid "Hash of zImage not match, try again!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:854
|
#: menu.sh:853
|
||||||
msgid "Checking hash of ramdisk: "
|
msgid "Checking hash of ramdisk: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:859
|
#: menu.sh:858
|
||||||
msgid "Hash of ramdisk not match, try again!"
|
msgid "Hash of ramdisk not match, try again!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:865
|
#: menu.sh:864
|
||||||
msgid "Copying files: "
|
msgid "Copying files: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:888
|
#: menu.sh:887
|
||||||
msgid "Addon %s not found!"
|
msgid "Addon %s not found!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:912 menu.sh:1777
|
#: menu.sh:911 menu.sh:1776
|
||||||
msgid "Cleaning"
|
msgid "Cleaning"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:915
|
#: menu.sh:914
|
||||||
msgid "Ready!"
|
msgid "Ready!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:928
|
#: menu.sh:927
|
||||||
msgid "Switch LKM version:"
|
msgid "Switch LKM version:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:931
|
#: menu.sh:930
|
||||||
msgid "Switch direct boot:"
|
msgid "Switch direct boot:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:933
|
#: menu.sh:932
|
||||||
msgid "boot IPs wait time:"
|
msgid "boot IPs wait time:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:936
|
#: menu.sh:935
|
||||||
msgid "Switch 'not set MACs':"
|
msgid "Switch 'not set MACs':"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:937
|
#: menu.sh:936
|
||||||
msgid "Edit user config file manually"
|
msgid "Edit user config file manually"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:938
|
#: menu.sh:937
|
||||||
msgid "Try to recovery a DSM installed system"
|
msgid "Try to recovery a DSM installed system"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:939
|
#: menu.sh:938
|
||||||
msgid "Show SATA(s) # ports and drives"
|
msgid "Show SATA(s) # ports and drives"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:941
|
#: menu.sh:940
|
||||||
msgid "show pat download link"
|
msgid "show pat download link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:943
|
#: menu.sh:942
|
||||||
msgid "Allow downgrade installation"
|
msgid "Allow downgrade installation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:944
|
#: menu.sh:943
|
||||||
msgid "Format disk(s) # Without loader disk"
|
msgid "Format disk(s) # Without loader disk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:945
|
#: menu.sh:944
|
||||||
msgid "Reset syno system password"
|
msgid "Reset syno system password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:946
|
#: menu.sh:945
|
||||||
msgid "Persistence of arpl modifications"
|
msgid "Persistence of arpl modifications"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:948
|
#: menu.sh:947
|
||||||
msgid "Custom dts file # Need rebuild"
|
msgid "Custom dts file # Need rebuild"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:951
|
#: menu.sh:950
|
||||||
msgid "Backup bootloader disk # test"
|
msgid "Backup bootloader disk # test"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:952
|
#: menu.sh:951
|
||||||
msgid "Restore bootloader disk # test"
|
msgid "Restore bootloader disk # test"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:954
|
#: menu.sh:953
|
||||||
msgid "Development tools"
|
msgid "Development tools"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:957 menu.sh:975 menu.sh:1035 menu.sh:1043 menu.sh:1051 menu.sh:1064
|
#: menu.sh:956 menu.sh:974 menu.sh:1034 menu.sh:1042 menu.sh:1050 menu.sh:1063
|
||||||
#: menu.sh:1067 menu.sh:1082 menu.sh:1083 menu.sh:1088 menu.sh:1092
|
#: menu.sh:1066 menu.sh:1081 menu.sh:1082 menu.sh:1087 menu.sh:1091
|
||||||
#: menu.sh:1103 menu.sh:1105 menu.sh:1122 menu.sh:1127 menu.sh:1135
|
#: menu.sh:1102 menu.sh:1104 menu.sh:1121 menu.sh:1126 menu.sh:1134
|
||||||
#: menu.sh:1141 menu.sh:1154 menu.sh:1157 menu.sh:1163 menu.sh:1166
|
#: menu.sh:1140 menu.sh:1153 menu.sh:1156 menu.sh:1162 menu.sh:1165
|
||||||
#: menu.sh:1181 menu.sh:1186 menu.sh:1190 menu.sh:1205 menu.sh:1210
|
#: menu.sh:1180 menu.sh:1185 menu.sh:1189 menu.sh:1204 menu.sh:1209
|
||||||
#: menu.sh:1217 menu.sh:1221 menu.sh:1224 menu.sh:1229 menu.sh:1239
|
#: menu.sh:1216 menu.sh:1220 menu.sh:1223 menu.sh:1228 menu.sh:1238
|
||||||
#: menu.sh:1244 menu.sh:1250 menu.sh:1254 menu.sh:1271 menu.sh:1274
|
#: menu.sh:1243 menu.sh:1249 menu.sh:1253 menu.sh:1270 menu.sh:1273
|
||||||
#: menu.sh:1280 menu.sh:1288 menu.sh:1296 menu.sh:1305 menu.sh:1307
|
#: menu.sh:1279 menu.sh:1287 menu.sh:1295 menu.sh:1304 menu.sh:1306
|
||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:958 menu.sh:1731
|
#: menu.sh:957 menu.sh:1730
|
||||||
msgid "Choose the option"
|
msgid "Choose the option"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:976
|
#: menu.sh:975
|
||||||
msgid "Choose a waiting time(seconds)"
|
msgid "Choose a waiting time(seconds)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1031
|
#: menu.sh:1030
|
||||||
msgid "\\nTotal of ports: %s\\n"
|
msgid "\\nTotal of ports: %s\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1032
|
#: menu.sh:1031
|
||||||
msgid ""
|
msgid ""
|
||||||
"\\nPorts with color \\Z1red\\Zn as DUMMY, color \\Z2\\Zbgreen\\Zn has drive "
|
"\\nPorts with color \\Z1red\\Zn as DUMMY, color \\Z2\\Zbgreen\\Zn has drive "
|
||||||
"connected."
|
"connected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1033
|
#: menu.sh:1032
|
||||||
msgid "\\nRecommended value:"
|
msgid "\\nRecommended value:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1034
|
#: menu.sh:1033
|
||||||
msgid "\\nDiskIdxMap:"
|
msgid "\\nDiskIdxMap:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1048
|
#: menu.sh:1047
|
||||||
msgid ""
|
msgid ""
|
||||||
"This feature will allow you to downgrade the installation by removing the "
|
"This feature will allow you to downgrade the installation by removing the "
|
||||||
"VERSION file from the first partition of all disks.\\n"
|
"VERSION file from the first partition of all disks.\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1049
|
#: menu.sh:1048
|
||||||
msgid "Therefore, please insert all disks before continuing.\\n"
|
msgid "Therefore, please insert all disks before continuing.\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1050 menu.sh:1089
|
#: menu.sh:1049 menu.sh:1088
|
||||||
msgid ""
|
msgid ""
|
||||||
"Warning:\\nThis operation is irreversible. Please backup important data. Do "
|
"Warning:\\nThis operation is irreversible. Please backup important data. Do "
|
||||||
"you want to continue?"
|
"you want to continue?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1065
|
#: menu.sh:1064
|
||||||
msgid "Removing ..."
|
msgid "Removing ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1066
|
#: menu.sh:1065
|
||||||
msgid "Remove VERSION file for all disks completed."
|
msgid "Remove VERSION file for all disks completed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1093
|
#: menu.sh:1092
|
||||||
msgid ""
|
msgid ""
|
||||||
"Warning:\\nThe current hds is in raid, do you still want to format them?"
|
"Warning:\\nThe current hds is in raid, do you still want to format them?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1104
|
#: menu.sh:1103
|
||||||
msgid "Formatting ..."
|
msgid "Formatting ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1106
|
#: menu.sh:1105
|
||||||
msgid "Formatting is complete."
|
msgid "Formatting is complete."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1123
|
#: menu.sh:1122
|
||||||
msgid "The installed Syno system not found in the currently inserted disks!"
|
msgid "The installed Syno system not found in the currently inserted disks!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1128
|
#: menu.sh:1127
|
||||||
msgid "Choose a user name"
|
msgid "Choose a user name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1136
|
#: menu.sh:1135
|
||||||
msgid "Type a new password for user '%s'"
|
msgid "Type a new password for user '%s'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1142
|
#: menu.sh:1141
|
||||||
msgid "Invalid password"
|
msgid "Invalid password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1155
|
#: menu.sh:1154
|
||||||
msgid "Resetting ..."
|
msgid "Resetting ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1158
|
#: menu.sh:1157
|
||||||
msgid "Password reset completed."
|
msgid "Password reset completed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1164 menu.sh:1222 menu.sh:1275
|
#: menu.sh:1163 menu.sh:1221 menu.sh:1274
|
||||||
msgid ""
|
msgid ""
|
||||||
"Warning:\\nDo not terminate midway, otherwise it may cause damage to the "
|
"Warning:\\nDo not terminate midway, otherwise it may cause damage to the "
|
||||||
"arpl. Do you want to continue?"
|
"arpl. Do you want to continue?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1167
|
#: menu.sh:1166
|
||||||
msgid "Persisting ..."
|
msgid "Persisting ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1182
|
#: menu.sh:1181
|
||||||
msgid "Persisting is complete."
|
msgid "Persisting is complete."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1191
|
#: menu.sh:1190
|
||||||
msgid ""
|
msgid ""
|
||||||
"Currently, only dts format files are supported. Please prepare and click to "
|
"Currently, only dts format files are supported. Please prepare and click to "
|
||||||
"confirm uploading.\\n(saved in /mnt/p3/users/)"
|
"confirm uploading.\\n(saved in /mnt/p3/users/)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1206
|
#: menu.sh:1205
|
||||||
msgid "Not a valid dts file, please try again!"
|
msgid "Not a valid dts file, please try again!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1211
|
#: menu.sh:1210
|
||||||
msgid "A valid dts file, Automatically import at compile time."
|
msgid "A valid dts file, Automatically import at compile time."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1225
|
#: menu.sh:1224
|
||||||
msgid "Backuping..."
|
msgid "Backuping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1230
|
#: menu.sh:1229
|
||||||
msgid ""
|
msgid ""
|
||||||
"Failed to generate backup. There may be insufficient memory. Please clear "
|
"Failed to generate backup. There may be insufficient memory. Please clear "
|
||||||
"the cache and try again!"
|
"the cache and try again!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1237
|
#: menu.sh:1236
|
||||||
msgid "Click on the address above to download."
|
msgid "Click on the address above to download."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1238
|
#: menu.sh:1237
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please confirm the completion of the download before closing this window."
|
"Please confirm the completion of the download before closing this window."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1245
|
#: menu.sh:1244
|
||||||
msgid "backup is complete."
|
msgid "backup is complete."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1255
|
#: menu.sh:1254
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please upload the backup file.\\nCurrently, zip(github) and img.gz(backup) "
|
"Please upload the backup file.\\nCurrently, zip(github) and img.gz(backup) "
|
||||||
"compressed file formats are supported."
|
"compressed file formats are supported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1272
|
#: menu.sh:1271
|
||||||
msgid "Not a valid .zip/.img.gz file, please try again!"
|
msgid "Not a valid .zip/.img.gz file, please try again!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1281
|
#: menu.sh:1280
|
||||||
msgid "Writing..."
|
msgid "Writing..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1289
|
#: menu.sh:1288
|
||||||
msgid "Restore bootloader disk with success to %s!\\nReboot?"
|
msgid "Restore bootloader disk with success to %s!\\nReboot?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1297
|
#: menu.sh:1296
|
||||||
msgid ""
|
msgid ""
|
||||||
"This option only installs opkg package management, allowing you to install "
|
"This option only installs opkg package management, allowing you to install "
|
||||||
"more tools for use and debugging. Do you want to continue?"
|
"more tools for use and debugging. Do you want to continue?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1306
|
#: menu.sh:1305
|
||||||
msgid "opkg installing ..."
|
msgid "opkg installing ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1308
|
#: menu.sh:1307
|
||||||
msgid ""
|
msgid ""
|
||||||
"opkg install is complete. Please reconnect to SSH/web, or execute 'source ~/."
|
"opkg install is complete. Please reconnect to SSH/web, or execute 'source ~/."
|
||||||
"bashrc'"
|
"bashrc'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1318 menu.sh:1346 menu.sh:1353
|
#: menu.sh:1317 menu.sh:1345 menu.sh:1352
|
||||||
msgid "Try recovery DSM"
|
msgid "Try recovery DSM"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1319
|
#: menu.sh:1318
|
||||||
msgid "Trying to recovery a DSM installed system"
|
msgid "Trying to recovery a DSM installed system"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1340
|
#: menu.sh:1339
|
||||||
msgid "Found a installation:\\nModel: %s\\nBuildnumber: %s"
|
msgid "Found a installation:\\nModel: %s\\nBuildnumber: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1344
|
#: menu.sh:1343
|
||||||
msgid "\\nSerial: %s"
|
msgid "\\nSerial: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1354
|
#: menu.sh:1353
|
||||||
msgid "Unfortunately I couldn't mount the DSM partition!"
|
msgid "Unfortunately I couldn't mount the DSM partition!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1362 menu.sh:1368
|
#: menu.sh:1361 menu.sh:1367
|
||||||
msgid "Edit with caution"
|
msgid "Edit with caution"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1388
|
#: menu.sh:1387
|
||||||
msgid "Alert"
|
msgid "Alert"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1389
|
#: menu.sh:1388
|
||||||
msgid "Config changed, would you like to rebuild the loader?"
|
msgid "Config changed, would you like to rebuild the loader?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1401 menu.sh:1722
|
#: menu.sh:1400 menu.sh:1721
|
||||||
msgid "Choose a language"
|
msgid "Choose a language"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1415
|
#: menu.sh:1414
|
||||||
msgid "Choose a layout"
|
msgid "Choose a layout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1427
|
#: menu.sh:1426
|
||||||
msgid "Choice a keymap"
|
msgid "Choice a keymap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1445 menu.sh:1478 menu.sh:1529 menu.sh:1585 menu.sh:1593
|
#: menu.sh:1444 menu.sh:1477 menu.sh:1528 menu.sh:1584 menu.sh:1592
|
||||||
#: menu.sh:1601 menu.sh:1609
|
#: menu.sh:1600 menu.sh:1608
|
||||||
msgid "Update %s"
|
msgid "Update %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1448
|
#: menu.sh:1447
|
||||||
msgid "Checking last version"
|
msgid "Checking last version"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1456
|
#: menu.sh:1455
|
||||||
msgid "Error checking new version"
|
msgid "Error checking new version"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1461
|
#: menu.sh:1460
|
||||||
msgid "No new version. Actual version is %s\\nForce update?"
|
msgid "No new version. Actual version is %s\\nForce update?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1465
|
#: menu.sh:1464
|
||||||
msgid "Downloading last version"
|
msgid "Downloading last version"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1470
|
#: menu.sh:1469
|
||||||
msgid "Error downloading new version"
|
msgid "Error downloading new version"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1480 menu.sh:1531
|
#: menu.sh:1479 menu.sh:1530
|
||||||
msgid "Extracting last version"
|
msgid "Extracting last version"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1484
|
#: menu.sh:1483
|
||||||
msgid "Error extracting update file"
|
msgid "Error extracting update file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1491
|
#: menu.sh:1490
|
||||||
msgid "Checksum do not match!"
|
msgid "Checksum do not match!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1500
|
#: menu.sh:1499
|
||||||
msgid ""
|
msgid ""
|
||||||
"The current version does not support upgrading to the latest update.zip. "
|
"The current version does not support upgrading to the latest update.zip. "
|
||||||
"Please remake the bootloader disk!"
|
"Please remake the bootloader disk!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1505
|
#: menu.sh:1504
|
||||||
msgid "Installing new files"
|
msgid "Installing new files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1522
|
#: menu.sh:1521
|
||||||
msgid "Arpl updated with success to %s!\\nReboot?"
|
msgid "Arpl updated with success to %s!\\nReboot?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1537
|
#: menu.sh:1536
|
||||||
msgid "Installing new %s"
|
msgid "Installing new %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1562
|
#: menu.sh:1561
|
||||||
msgid "%s updated with success!"
|
msgid "%s updated with success!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1574
|
#: menu.sh:1573
|
||||||
msgid "Update arpl"
|
msgid "Update arpl"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1575
|
#: menu.sh:1574
|
||||||
msgid "Update addons"
|
msgid "Update addons"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1576
|
#: menu.sh:1575
|
||||||
msgid "Update modules"
|
msgid "Update modules"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1577
|
#: menu.sh:1576
|
||||||
msgid "Update LKMs"
|
msgid "Update LKMs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1578
|
#: menu.sh:1577
|
||||||
msgid "Set proxy server"
|
msgid "Set proxy server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1579
|
#: menu.sh:1578
|
||||||
msgid "Local upload"
|
msgid "Local upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1585
|
#: menu.sh:1584
|
||||||
msgid "arpl"
|
msgid "arpl"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1593
|
#: menu.sh:1592
|
||||||
msgid "addons"
|
msgid "addons"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1601
|
#: menu.sh:1600
|
||||||
msgid "modules"
|
msgid "modules"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1609
|
#: menu.sh:1608
|
||||||
msgid "LKMs"
|
msgid "LKMs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1619 menu.sh:1630 menu.sh:1641 menu.sh:1651 menu.sh:1668
|
#: menu.sh:1618 menu.sh:1629 menu.sh:1640 menu.sh:1650 menu.sh:1667
|
||||||
#: menu.sh:1682
|
#: menu.sh:1681
|
||||||
msgid "Update"
|
msgid "Update"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1620
|
#: menu.sh:1619
|
||||||
msgid "Please enter a proxy server url"
|
msgid "Please enter a proxy server url"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1646
|
#: menu.sh:1645
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please keep the attachment name consistent with the attachment name on "
|
"Please keep the attachment name consistent with the attachment name on "
|
||||||
"Github.\\n"
|
"Github.\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1647
|
#: menu.sh:1646
|
||||||
msgid "Upload update.zip will update arpl.\\n"
|
msgid "Upload update.zip will update arpl.\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1648
|
#: menu.sh:1647
|
||||||
msgid "Upload addons.zip will update Addons.\\n"
|
msgid "Upload addons.zip will update Addons.\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1649
|
#: menu.sh:1648
|
||||||
msgid "Upload modules.zip will update Modules.\\n"
|
msgid "Upload modules.zip will update Modules.\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1650
|
#: menu.sh:1649
|
||||||
msgid "Upload rp-lkms.zip will update LKMs.\\n"
|
msgid "Upload rp-lkms.zip will update LKMs.\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1703
|
#: menu.sh:1702
|
||||||
msgid "Choose a model"
|
msgid "Choose a model"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1705
|
#: menu.sh:1704
|
||||||
msgid "Choose a Build Number"
|
msgid "Choose a Build Number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1709
|
#: menu.sh:1708
|
||||||
msgid "Cmdline menu"
|
msgid "Cmdline menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1710
|
#: menu.sh:1709
|
||||||
msgid "Synoinfo menu"
|
msgid "Synoinfo menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1713
|
#: menu.sh:1712
|
||||||
msgid "Advanced menu"
|
msgid "Advanced menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1716
|
#: menu.sh:1715
|
||||||
msgid "Build the loader"
|
msgid "Build the loader"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1720
|
#: menu.sh:1719
|
||||||
msgid "Boot the loader"
|
msgid "Boot the loader"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1723
|
#: menu.sh:1722
|
||||||
msgid "Choose a keymap"
|
msgid "Choose a keymap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1725
|
#: menu.sh:1724
|
||||||
msgid "Clean disk cache"
|
msgid "Clean disk cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1727
|
#: menu.sh:1726
|
||||||
msgid "Update menu"
|
msgid "Update menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:1789
|
#: menu.sh:1788
|
||||||
msgid "Call \\033[1;32mmenu.sh\\033[0m to return to menu"
|
msgid "Call \\033[1;32mmenu.sh\\033[0m to return to menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
Binary file not shown.
@ -54,7 +54,15 @@ msgstr "型号: "
|
|||||||
msgid "Build:"
|
msgid "Build:"
|
||||||
msgstr "版本: "
|
msgstr "版本: "
|
||||||
|
|
||||||
#: boot.sh:64
|
#: boot.sh:65
|
||||||
|
msgid "LKM: "
|
||||||
|
msgstr "LKM: "
|
||||||
|
|
||||||
|
#: boot.sh:66
|
||||||
|
msgid "CPU: "
|
||||||
|
msgstr "CPU: "
|
||||||
|
|
||||||
|
#: boot.sh:69
|
||||||
msgid ""
|
msgid ""
|
||||||
"The current version of arpl does not support booting %s-%s, please rebuild."
|
"The current version of arpl does not support booting %s-%s, please rebuild."
|
||||||
msgstr "当前版本的arpl不支持引导 %s-%s, 请重新编译."
|
msgstr "当前版本的arpl不支持引导 %s-%s, 请重新编译."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user