mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix something
This commit is contained in:
parent
c4b72607d8
commit
a4a5a9966a
@ -229,7 +229,7 @@ msgid "Disable flags restriction"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:120
|
#: menu.sh:120
|
||||||
msgid "Show beta models"
|
msgid "Show all models"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: menu.sh:122
|
#: menu.sh:122
|
||||||
|
Binary file not shown.
@ -110,7 +110,7 @@ msgstr "未连接"
|
|||||||
|
|
||||||
#: boot.sh:214 init.sh:216
|
#: boot.sh:214 init.sh:216
|
||||||
msgid "TIMEOUT (Please check the IP on the router.)"
|
msgid "TIMEOUT (Please check the IP on the router.)"
|
||||||
msgstr "超时 (請检查路由器上的IP.)"
|
msgstr "超时 (请检查路由器上的IP.)"
|
||||||
|
|
||||||
#: boot.sh:220
|
#: boot.sh:220
|
||||||
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."
|
||||||
@ -228,8 +228,8 @@ msgid "Disable flags restriction"
|
|||||||
msgstr "禁用标志限制"
|
msgstr "禁用标志限制"
|
||||||
|
|
||||||
#: menu.sh:120
|
#: menu.sh:120
|
||||||
msgid "Show beta models"
|
msgid "Show all models"
|
||||||
msgstr "显示测试型号"
|
msgstr "显示所有型号"
|
||||||
|
|
||||||
#: menu.sh:122
|
#: menu.sh:122
|
||||||
msgid "Choose the model"
|
msgid "Choose the model"
|
||||||
|
Binary file not shown.
@ -228,8 +228,8 @@ msgid "Disable flags restriction"
|
|||||||
msgstr "禁用標誌限制"
|
msgstr "禁用標誌限制"
|
||||||
|
|
||||||
#: menu.sh:120
|
#: menu.sh:120
|
||||||
msgid "Show beta models"
|
msgid "Show all models"
|
||||||
msgstr "顯示測試型號"
|
msgstr "顯示所有型號"
|
||||||
|
|
||||||
#: menu.sh:122
|
#: menu.sh:122
|
||||||
msgid "Choose the model"
|
msgid "Choose the model"
|
||||||
|
Binary file not shown.
@ -230,8 +230,8 @@ msgid "Disable flags restriction"
|
|||||||
msgstr "禁用標誌限制"
|
msgstr "禁用標誌限制"
|
||||||
|
|
||||||
#: menu.sh:120
|
#: menu.sh:120
|
||||||
msgid "Show beta models"
|
msgid "Show all models"
|
||||||
msgstr "顯示測試型號"
|
msgstr "顯示所有型號"
|
||||||
|
|
||||||
#: menu.sh:122
|
#: menu.sh:122
|
||||||
msgid "Choose the model"
|
msgid "Choose the model"
|
||||||
|
@ -117,7 +117,7 @@ function modelMenu() {
|
|||||||
[ ${COMPATIBLE} -eq 1 ] && echo "${M} \"$(printf "\Zb%-12s\Zn \Z4%-2s\Zn" "${PLATFORM}" "${DT}")\" " >>"${TMP_PATH}/menu"
|
[ ${COMPATIBLE} -eq 1 ] && echo "${M} \"$(printf "\Zb%-12s\Zn \Z4%-2s\Zn" "${PLATFORM}" "${DT}")\" " >>"${TMP_PATH}/menu"
|
||||||
done < <(cat "${TMP_PATH}/modellist" | sort -r -n -k 2)
|
done < <(cat "${TMP_PATH}/modellist" | sort -r -n -k 2)
|
||||||
[ ${FLGNEX} -eq 1 ] && echo "f \"\Z1$(TEXT "Disable flags restriction")\Zn\"" >>"${TMP_PATH}/menu"
|
[ ${FLGNEX} -eq 1 ] && echo "f \"\Z1$(TEXT "Disable flags restriction")\Zn\"" >>"${TMP_PATH}/menu"
|
||||||
[ ${FLGBETA} -eq 0 ] && echo "b \"\Z1$(TEXT "Show beta models")\Zn\"" >>"${TMP_PATH}/menu"
|
[ ${FLGBETA} -eq 0 ] && echo "b \"\Z1$(TEXT "Show all models")\Zn\"" >>"${TMP_PATH}/menu"
|
||||||
dialog --backtitle "$(backtitle)" --colors \
|
dialog --backtitle "$(backtitle)" --colors \
|
||||||
--menu "$(TEXT "Choose the model")" 0 0 0 --file "${TMP_PATH}/menu" \
|
--menu "$(TEXT "Choose the model")" 0 0 0 --file "${TMP_PATH}/menu" \
|
||||||
2>${TMP_PATH}/resp
|
2>${TMP_PATH}/resp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user