From a475ce47c5ec6a7d489ca2ba801993f53af4f279 Mon Sep 17 00:00:00 2001 From: Ing Date: Fri, 8 Mar 2024 19:34:50 +0800 Subject: [PATCH] Rewrite Recovery installed DSM systems --- files/initrd/opt/rr/include/consts.sh | 1 - files/initrd/opt/rr/include/functions.sh | 22 +- .../opt/rr/lang/ko_KR/LC_MESSAGES/rr.mo | Bin 34597 -> 36501 bytes .../opt/rr/lang/ko_KR/LC_MESSAGES/rr.po | 485 ++++++++-------- files/initrd/opt/rr/lang/rr.pot | 519 ++++++++++-------- .../opt/rr/lang/ru_RU/LC_MESSAGES/rr.mo | Bin 41850 -> 44448 bytes .../opt/rr/lang/ru_RU/LC_MESSAGES/rr.po | 493 +++++++++-------- .../opt/rr/lang/zh_CN/LC_MESSAGES/rr.mo | Bin 29777 -> 31392 bytes .../opt/rr/lang/zh_CN/LC_MESSAGES/rr.po | 476 +++++++++------- .../opt/rr/lang/zh_HK/LC_MESSAGES/rr.mo | Bin 29745 -> 31390 bytes .../opt/rr/lang/zh_HK/LC_MESSAGES/rr.po | 474 +++++++++------- .../opt/rr/lang/zh_TW/LC_MESSAGES/rr.mo | Bin 30412 -> 32063 bytes .../opt/rr/lang/zh_TW/LC_MESSAGES/rr.po | 478 ++++++++-------- files/initrd/opt/rr/menu.sh | 213 +++++-- files/initrd/opt/rr/ramdisk-patch.sh | 3 + 15 files changed, 1797 insertions(+), 1367 deletions(-) diff --git a/files/initrd/opt/rr/include/consts.sh b/files/initrd/opt/rr/include/consts.sh index d19977c6..e7f96d76 100755 --- a/files/initrd/opt/rr/include/consts.sh +++ b/files/initrd/opt/rr/include/consts.sh @@ -6,7 +6,6 @@ RR_TITLE="RR v${RR_VERSION}" PART1_PATH="/mnt/p1" PART2_PATH="/mnt/p2" PART3_PATH="/mnt/p3" -DSMROOT_PATH="/mnt/dsmroot" TMP_PATH="/tmp" UNTAR_PAT_PATH="${TMP_PATH}/pat" diff --git a/files/initrd/opt/rr/include/functions.sh b/files/initrd/opt/rr/include/functions.sh index fd3d68af..7d3ea02d 100755 --- a/files/initrd/opt/rr/include/functions.sh +++ b/files/initrd/opt/rr/include/functions.sh @@ -169,7 +169,7 @@ function arrayExistItem() { # 1 - key # 2 - file function _get_conf_kv() { - grep "${1}" "${2}" | sed "s|^${1}=\"\(.*\)\"$|\1|g" + grep "${1}" "${2}" 2>/dev/null | sed "s|^${1}=\"\(.*\)\"$|\1|g" } ############################################################################### @@ -180,13 +180,13 @@ function _get_conf_kv() { function _set_conf_kv() { # Delete if [ -z "${2}" ]; then - sed -i "${3}" -e "s/^${1}=.*$//" + sed -i "${3}" -e "s/^${1}=.*$//" 2>/dev/null return $? fi # Replace if grep -q "^${1}=" "${3}"; then - sed -i "${3}" -e "s\"^${1}=.*\"${1}=\\\"${2}\\\"\"" + sed -i "${3}" -e "s\"^${1}=.*\"${1}=\\\"${2}\\\"\"" 2>/dev/null return $? fi @@ -326,21 +326,7 @@ function getLogo() { return 0 } -############################################################################### -# Find and mount the DSM root filesystem -# (based on pocopico's TCRP code) -function findAndMountDSMRoot() { - [ $(mount 2>/dev/null | grep -i "${DSMROOT_PATH}" | wc -l) -gt 0 ] && return 0 - dsmrootdisk="$(blkid 2>/dev/null | grep -i linux_raid_member | grep -E "/dev/.*1: " | head -1 | awk -F ":" '{print $1}')" - [ -z "${dsmrootdisk}" ] && return -1 - [ ! -d "${DSMROOT_PATH}" ] && mkdir -p "${DSMROOT_PATH}" - [ $(mount 2>/dev/null | grep -i "${DSMROOT_PATH}" | wc -l) -eq 0 ] && mount -t ext4 "${dsmrootdisk}" "${DSMROOT_PATH}" - if [ $(mount 2>/dev/null | grep -i "${DSMROOT_PATH}" | wc -l) -eq 0 ]; then - echo "Failed to mount" - return -1 - fi - return 0 -} + ############################################################################### # Rebooting diff --git a/files/initrd/opt/rr/lang/ko_KR/LC_MESSAGES/rr.mo b/files/initrd/opt/rr/lang/ko_KR/LC_MESSAGES/rr.mo index f382bc1a54ca577cb0a88385d408e0c706ade797..2cb581ffbdf18a364c88bccabc0614634e1688bf 100644 GIT binary patch delta 9266 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 Qw|Twh^e>&a-n%N`pE{N}MgRZ+ delta 7404 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 diff --git a/files/initrd/opt/rr/lang/ko_KR/LC_MESSAGES/rr.po b/files/initrd/opt/rr/lang/ko_KR/LC_MESSAGES/rr.po index 05c84873..4edaa1ca 100644 --- a/files/initrd/opt/rr/lang/ko_KR/LC_MESSAGES/rr.po +++ b/files/initrd/opt/rr/lang/ko_KR/LC_MESSAGES/rr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: RR\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-08 00:26+0800\n" -"PO-Revision-Date: 2024-03-08 00:48+0800\n" +"POT-Creation-Date: 2024-03-08 19:17+0800\n" +"PO-Revision-Date: 2024-03-08 19:32+0800\n" "Last-Translator: EXP \n" "Language-Team: 한국인 (대한민국) \n" "Language: ko_KR\n" @@ -33,7 +33,7 @@ msgstr "Welcome to %s" msgid "DSM zImage changed" msgstr "DSM zImage 변경" -#: boot.sh:36 menu.sh:1257 +#: boot.sh:36 menu.sh:1269 msgid "" "zImage not patched,\\nPlease upgrade the bootloader version and try again." "\\nPatch error:\\n" @@ -45,7 +45,7 @@ msgstr "" msgid "DSM Ramdisk changed" msgstr "DSM Ramdisk 변경" -#: boot.sh:47 menu.sh:1263 +#: boot.sh:47 menu.sh:1275 msgid "" "Ramdisk not patched,\\nPlease upgrade the bootloader version and try again." "\\nPatch error:\\n" @@ -278,7 +278,7 @@ msgstr "" msgid "Get pat data ..." msgstr "pat 데이터 가져오기.." -#: menu.sh:285 menu.sh:1033 menu.sh:1169 +#: menu.sh:285 menu.sh:1033 menu.sh:1181 msgid "Network error, please check the network connection and try again." msgstr "네트워크 오류입니다. 네트워크 연결을 확인하고 다시 시도하십시오." @@ -334,10 +334,10 @@ msgstr "" "DUFS를 통해 /tmp/pats/ 폴더에 Pat 파일을 업로드한 후 이 옵션을 다시 입력하세" "요.\\n" -#: menu.sh:361 menu.sh:371 menu.sh:2614 menu.sh:2615 menu.sh:2616 menu.sh:2617 -#: menu.sh:2618 menu.sh:2619 menu.sh:2625 menu.sh:2648 menu.sh:2659 -#: menu.sh:2670 menu.sh:2681 menu.sh:2695 menu.sh:2706 menu.sh:2723 -#: menu.sh:2742 +#: menu.sh:361 menu.sh:371 menu.sh:2741 menu.sh:2742 menu.sh:2743 menu.sh:2744 +#: menu.sh:2745 menu.sh:2746 menu.sh:2752 menu.sh:2775 menu.sh:2786 +#: menu.sh:2797 menu.sh:2808 menu.sh:2822 menu.sh:2833 menu.sh:2850 +#: menu.sh:2869 msgid "Update" msgstr "업데이트" @@ -361,25 +361,25 @@ msgstr "현재 %s는 지원되지 않습니다." msgid "Currently, %s of %s is not supported." msgstr "현재 %s-%s는 지원되지 않습니다." -#: menu.sh:475 menu.sh:1273 menu.sh:2824 menu.sh:2842 +#: menu.sh:475 menu.sh:1285 menu.sh:2951 menu.sh:2969 msgid "Main menu" msgstr "메인 메뉴" -#: menu.sh:476 menu.sh:1274 +#: menu.sh:476 menu.sh:1286 msgid "Making ..." msgstr "컴파일 중 ..." -#: menu.sh:478 menu.sh:1276 +#: menu.sh:478 menu.sh:1288 msgid "Error" msgstr "오류" #: menu.sh:511 menu.sh:528 menu.sh:533 menu.sh:539 menu.sh:550 menu.sh:558 #: menu.sh:581 menu.sh:588 menu.sh:592 menu.sh:606 menu.sh:610 menu.sh:618 -#: menu.sh:621 menu.sh:2435 menu.sh:2465 menu.sh:2616 menu.sh:2649 menu.sh:2653 +#: menu.sh:621 menu.sh:2562 menu.sh:2592 menu.sh:2743 menu.sh:2776 menu.sh:2780 msgid "Addons" msgstr "애드온" -#: menu.sh:512 menu.sh:642 menu.sh:818 menu.sh:953 menu.sh:1294 menu.sh:2825 +#: menu.sh:512 menu.sh:642 menu.sh:818 menu.sh:953 menu.sh:1306 menu.sh:2952 msgid "Choose a option" msgstr "옵션 선택" @@ -399,8 +399,8 @@ msgstr "모든 애드온 표시" msgid "Upload a external addon" msgstr "외부 애드온 업로드" -#: menu.sh:517 menu.sh:649 menu.sh:816 menu.sh:951 menu.sh:1299 menu.sh:1431 -#: menu.sh:2622 menu.sh:2822 menu.sh:2917 +#: menu.sh:517 menu.sh:649 menu.sh:816 menu.sh:951 menu.sh:1311 menu.sh:1443 +#: menu.sh:2749 menu.sh:2949 menu.sh:3044 msgid "Exit" msgstr "나가기" @@ -432,7 +432,7 @@ msgstr "" "이름 색상이 \"\\Z4파랑색\\Zn\"인 경우 추가됨, \"검은색\"인 경우 추가되지 않" "음.\\n\\n" -#: menu.sh:587 menu.sh:721 menu.sh:1307 menu.sh:2693 +#: menu.sh:587 menu.sh:721 menu.sh:1319 menu.sh:2820 msgid "" "This feature is only available when accessed via ssh (Requires a terminal " "that supports ZModem protocol).\\n" @@ -444,7 +444,7 @@ msgstr "" msgid "Please upload the *.addons file." msgstr "*.addons 파일을 업로드하세요." -#: menu.sh:607 menu.sh:756 menu.sh:2724 menu.sh:2743 +#: menu.sh:607 menu.sh:756 menu.sh:2851 menu.sh:2870 msgid "Not a valid file, please try again!" msgstr "파일이 올바르지 않습니다. 다시 시도하세요!" @@ -462,8 +462,8 @@ msgid "File format not recognized!" msgstr "파일 형식이 인식되지 않습니다!" #: menu.sh:641 menu.sh:655 menu.sh:668 menu.sh:705 menu.sh:722 menu.sh:732 -#: menu.sh:735 menu.sh:751 menu.sh:755 menu.sh:769 menu.sh:775 menu.sh:2480 -#: menu.sh:2515 menu.sh:2617 menu.sh:2660 menu.sh:2664 +#: menu.sh:735 menu.sh:751 menu.sh:755 menu.sh:769 menu.sh:775 menu.sh:2607 +#: menu.sh:2642 menu.sh:2744 menu.sh:2787 menu.sh:2791 msgid "Modules" msgstr "모듈" @@ -562,7 +562,7 @@ msgstr "선택을 취소할 종속성 모듈이 있는 i915가 없습니다." msgid "Module %s deselected.\\n" msgstr "%s 모듈이 선택 취소되었습니다.\\n" -#: menu.sh:790 menu.sh:1361 menu.sh:2155 menu.sh:2162 menu.sh:2185 +#: menu.sh:790 menu.sh:1373 menu.sh:2282 menu.sh:2289 menu.sh:2312 msgid "Edit with caution" msgstr "신중하게 편집하세요" @@ -718,7 +718,7 @@ msgstr "제거할 synoinfo 항목 선택" msgid "Downloading old pat to extract synology .pat extractor..." msgstr "이전 Pat를 다운로드하여 synology .pat 추출기를 추출 중입니다..." -#: menu.sh:1051 menu.sh:1191 +#: menu.sh:1051 menu.sh:1203 msgid "Check internet or cache disk space.\\nError: %d:%d" msgstr "인터넷 또는 캐시 디스크 공간을 확인합니다.\\n오류: %d:%d" @@ -742,7 +742,7 @@ msgstr "" "pat 파일이 암호화되었는지 여부를 확인할 수 없습니다. 손상되었을 수 있습니다. " "다시 시도하세요!" -#: menu.sh:1110 menu.sh:1207 +#: menu.sh:1110 menu.sh:1219 msgid "Disassembling %s: " msgstr "%s 압축 해제 중: " @@ -758,24 +758,40 @@ msgstr "압축 해제 중..." msgid "%s cached." msgstr "%s가 캐시되었습니다." -#: menu.sh:1161 +#: menu.sh:1160 +msgid "The cache has been cleared. Please re 'Parse pat' before build." +msgstr "캐시가 지워졌습니다.생성하기 Parse pat 분석을 다시 시작하십시오." + +#: menu.sh:1164 +msgid "" +"The cache has been cleared. Please re 'Try to recovery a installed DSM " +"system' before build." +msgstr "" +"캐시가 지워졌습니다.생성하기 전에 설치된 DSM 시스템 복구 를 다시 시도하십시" +"오." + +#: menu.sh:1168 +msgid "The pat url is empty. Please re 'Choose a version' before build." +msgstr "pat url이 비어 있습니다.생성하기 전에 버전 선택을 다시 하십시오." + +#: menu.sh:1173 msgid "Cleaning cache ..." msgstr "캐시 정리 중..." -#: menu.sh:1175 +#: menu.sh:1187 msgid "" "Based on the current network situation, switch to %s mirror to downloading." msgstr "현재 네트워크 상황에 따라 %s 미러로 전환하여 다운로드합니다." -#: menu.sh:1178 +#: menu.sh:1190 msgid "Downloading %s ..." msgstr "Downloading %s ..." -#: menu.sh:1197 +#: menu.sh:1209 msgid "Checking hash of %s: " msgstr "%s의 해시를 확인하는 중:" -#: menu.sh:1200 +#: menu.sh:1212 msgid "" "md5 hash of pat not match, Please reget pat data from the version menu and " "try again!" @@ -783,59 +799,59 @@ msgstr "" "PAT의 MD5 해시가 일치하지 않습니다. 버전 메뉴에서 PAT 데이터를 다시 가져와서 " "다시 시도하세요!" -#: menu.sh:1203 menu.sh:1219 menu.sh:1229 +#: menu.sh:1215 menu.sh:1231 menu.sh:1241 msgid "OK" msgstr "OK" -#: menu.sh:1214 +#: menu.sh:1226 msgid "Setting hash: " msgstr "해시 설정: " -#: menu.sh:1221 +#: menu.sh:1233 msgid "Copying files: " msgstr "파일 복사 중: " -#: menu.sh:1245 +#: menu.sh:1257 msgid "Addon %s not found!" msgstr "애드온 %s을 찾을 수 없습니다!" -#: menu.sh:1267 +#: menu.sh:1279 msgid "Cleaning ..." msgstr "정리 중..." -#: menu.sh:1269 +#: menu.sh:1281 msgid "Ready!" msgstr "준비됨!" -#: menu.sh:1293 menu.sh:1309 menu.sh:1313 menu.sh:1330 menu.sh:1335 -#: menu.sh:1354 menu.sh:1366 menu.sh:1418 +#: menu.sh:1305 menu.sh:1321 menu.sh:1325 menu.sh:1342 menu.sh:1347 +#: menu.sh:1366 menu.sh:1378 menu.sh:1430 msgid "Custom DTS" msgstr "사용자 정의 DTS" -#: menu.sh:1295 +#: menu.sh:1307 msgid "Custom dts: " msgstr "사용자 정의 dts: " -#: menu.sh:1296 +#: menu.sh:1308 msgid "Upload dts file" msgstr "dts 파일 업로드" -#: menu.sh:1297 +#: menu.sh:1309 msgid "Delete dts file" msgstr "dts 파일 삭제" -#: menu.sh:1298 +#: menu.sh:1310 msgid "Edit dts file" msgstr "dts 파일 편집" -#: menu.sh:1308 +#: menu.sh:1320 msgid "" "Or upload the dts file to %s via DUFS, Will be automatically imported when " "building." msgstr "" "또는 DUFS를 통해 %s에 dts 파일을 업로드하면 빌드할 때 자동으로 가져옵니다." -#: menu.sh:1314 +#: menu.sh:1326 msgid "" "Currently, only dts format files are supported. Please prepare and click to " "confirm uploading.\\n(saved in /mnt/p3/users/)" @@ -843,181 +859,181 @@ msgstr "" "현재는 dts 형식의 파일만 지원됩니다. 준비 후 클릭하여 업로드를 확인해주세요." "\\n(/mnt/p3/users/에 저장됨)" -#: menu.sh:1331 menu.sh:1367 +#: menu.sh:1343 menu.sh:1379 msgid "Not a valid dts file, please try again!" msgstr "dts 파일이 유효하지 않습니다. 다시 시도하세요!" -#: menu.sh:1336 +#: menu.sh:1348 msgid "A valid dts file, Automatically import at compile time." msgstr "유효한 dts 파일로 컴파일 시 자동으로 가져옵니다." -#: menu.sh:1355 +#: menu.sh:1367 msgid "No dts file to edit. Please upload first!" msgstr "편집 가능한 dts 파일이 없습니다.먼저 올려주세요!" -#: menu.sh:1391 +#: menu.sh:1403 msgid "Switch LKM version:" msgstr "LKM 버전을 전환:" -#: menu.sh:1392 +#: menu.sh:1404 msgid "HDD sort(hotplug):" msgstr "HDD 정렬(Hot Plug):" -#: menu.sh:1395 +#: menu.sh:1407 msgid "Switch direct boot:" msgstr "직접 부팅 전환:" -#: menu.sh:1397 +#: menu.sh:1409 msgid "Timeout of get ip in boot:" msgstr "IP 가져오기 시간(초):" -#: menu.sh:1398 +#: menu.sh:1410 msgid "Timeout of boot wait:" msgstr "부팅 대기 시간(초):" -#: menu.sh:1399 +#: menu.sh:1411 msgid "kernel switching method:" msgstr "커널 전환 방법:" -#: menu.sh:1401 +#: menu.sh:1413 msgid "Reboot on kernel panic:" msgstr "커널패닉 시 재부팅(초):" -#: menu.sh:1403 +#: menu.sh:1415 msgid "Set static IP" msgstr "고정 IP 설정" -#: menu.sh:1404 +#: menu.sh:1416 msgid "Set wireless account" msgstr "무선 계정 설정" -#: menu.sh:1405 +#: menu.sh:1417 msgid "Edit user config file manually" msgstr "사용자 구성 config 편집" -#: menu.sh:1406 +#: menu.sh:1418 msgid "Edit grub.cfg file manually" msgstr "grub.cfg 파일을 수동으로 편집하기" -#: menu.sh:1407 -msgid "Try to recovery a DSM installed system" -msgstr "DSM이 설치된 시스템 복구 시도" +#: menu.sh:1419 +msgid "Try to recovery a installed DSM system" +msgstr "설치된 DSM 시스템 복구 시도" -#: menu.sh:1408 +#: menu.sh:1420 msgid "Show disks information" msgstr "디스크 정보 표시" -#: menu.sh:1410 +#: menu.sh:1422 msgid "show/modify the current pat data" msgstr "현재 pat 다운로드 링크 표시/수정" -#: menu.sh:1412 +#: menu.sh:1424 msgid "Allow downgrade installation" msgstr "다운그레이드 설치 허용" -#: menu.sh:1413 +#: menu.sh:1425 msgid "Format disk(s) # Without loader disk" msgstr "포맷 디스크 # 로더 디스크 없음" -#: menu.sh:1414 +#: menu.sh:1426 msgid "Reset DSM system password" msgstr "DSM 시스템 비밀번호 재설정" -#: menu.sh:1415 +#: menu.sh:1427 msgid "Force enable Telnet&SSH of DSM system" msgstr "DSM 시스템의 Telnet&SSH를 강제로 활성화합니다" -#: menu.sh:1416 +#: menu.sh:1428 msgid "Save modifications of '/opt/rr'" msgstr "'/opt/rr'의 수정 사항 저장" -#: menu.sh:1420 +#: menu.sh:1432 msgid "Custom patch script # Developer" msgstr "사용자 정의 패치 스크립트 # 개발" -#: menu.sh:1422 +#: menu.sh:1434 msgid "Use EMMC as the system disk:" msgstr "EMMC를 시스템 디스크로 사용:" -#: menu.sh:1424 +#: menu.sh:1436 msgid "Clone bootloader disk to another disk" msgstr "부트로더 디스크를 다른 디스크에 복제" -#: menu.sh:1425 +#: menu.sh:1437 msgid "Report bugs to the author" msgstr "개발자에게 버그 신고하기" -#: menu.sh:1426 +#: menu.sh:1438 msgid "Install development tools" msgstr "개발자 도구 설치" -#: menu.sh:1427 +#: menu.sh:1439 msgid "Show QR logo:" msgstr "QR 로고 표시:" -#: menu.sh:1428 +#: menu.sh:1440 msgid "Set global proxy" msgstr "글로벌 프록시 설정" -#: menu.sh:1429 +#: menu.sh:1441 msgid "Set github proxy" msgstr "Github 프록시 설정" -#: menu.sh:1430 +#: menu.sh:1442 msgid "Vigorously miracle" msgstr "Vigorously miracle" -#: menu.sh:1433 menu.sh:1457 menu.sh:1469 menu.sh:1489 menu.sh:1512 -#: menu.sh:1536 menu.sh:1541 menu.sh:1553 menu.sh:1562 menu.sh:1584 -#: menu.sh:1685 menu.sh:1692 menu.sh:1710 menu.sh:1723 menu.sh:1726 -#: menu.sh:1739 menu.sh:1743 menu.sh:1744 menu.sh:1749 menu.sh:1753 -#: menu.sh:1768 menu.sh:1770 menu.sh:1793 menu.sh:1797 menu.sh:1804 -#: menu.sh:1810 menu.sh:1828 menu.sh:1830 menu.sh:1834 menu.sh:1856 -#: menu.sh:1859 menu.sh:1863 menu.sh:1866 menu.sh:1881 menu.sh:1894 -#: menu.sh:1926 menu.sh:1930 menu.sh:1936 menu.sh:1942 menu.sh:1948 -#: menu.sh:1979 menu.sh:1992 menu.sh:1996 menu.sh:2006 menu.sh:2011 -#: menu.sh:2018 menu.sh:2020 menu.sh:2032 menu.sh:2043 menu.sh:2065 -#: menu.sh:2076 menu.sh:2093 +#: menu.sh:1445 menu.sh:1469 menu.sh:1481 menu.sh:1501 menu.sh:1524 +#: menu.sh:1548 menu.sh:1553 menu.sh:1565 menu.sh:1574 menu.sh:1596 +#: menu.sh:1697 menu.sh:1704 menu.sh:1722 menu.sh:1735 menu.sh:1738 +#: menu.sh:1751 menu.sh:1755 menu.sh:1756 menu.sh:1761 menu.sh:1765 +#: menu.sh:1780 menu.sh:1782 menu.sh:1805 menu.sh:1809 menu.sh:1816 +#: menu.sh:1822 menu.sh:1840 menu.sh:1842 menu.sh:1846 menu.sh:1868 +#: menu.sh:1871 menu.sh:1875 menu.sh:1878 menu.sh:1893 menu.sh:1906 +#: menu.sh:1938 menu.sh:1942 menu.sh:1948 menu.sh:1954 menu.sh:1960 +#: menu.sh:1991 menu.sh:2004 menu.sh:2008 menu.sh:2018 menu.sh:2023 +#: menu.sh:2030 menu.sh:2032 menu.sh:2044 menu.sh:2055 menu.sh:2077 +#: menu.sh:2088 menu.sh:2105 msgid "Advanced" msgstr "고급" -#: menu.sh:1434 +#: menu.sh:1446 msgid "Advanced option" msgstr "고급 설정" -#: menu.sh:1458 menu.sh:1470 menu.sh:1490 +#: menu.sh:1470 menu.sh:1482 menu.sh:1502 msgid "Choose a time(seconds)" msgstr "시간(초) 선택" -#: menu.sh:1500 +#: menu.sh:1512 msgid "Temporary IP: (UI will not refresh)" msgstr "임시 IP: (UI가 새로고침되지 않음)" -#: menu.sh:1537 +#: menu.sh:1549 msgid "Setting IP ..." msgstr "IP 설정 중..." -#: menu.sh:1542 +#: menu.sh:1554 msgid "Scanning ..." msgstr "검색 중..." -#: menu.sh:1545 +#: menu.sh:1557 msgid "Scanned SSIDs:\\n" msgstr "검색된 SSIDs:\\n" -#: menu.sh:1563 +#: menu.sh:1575 msgid "Invalid SSID/PSK, retry?" msgstr "SSID/PSK가 잘못되었습니다. 다시 시도하시겠습니까?" -#: menu.sh:1585 +#: menu.sh:1597 msgid "Setting ..." msgstr "설정 중..." -#: menu.sh:1683 +#: menu.sh:1695 msgid "\\nTotal of ports: %s\\n" msgstr "\\n총 포트 : %s\\n" -#: menu.sh:1684 +#: menu.sh:1696 msgid "" "\\nPorts with color \\Z1red\\Zn as DUMMY, color \\Z2\\Zbgreen\\Zn has drive " "connected." @@ -1025,11 +1041,11 @@ msgstr "" "\\n\\Z1 빨간색\\Zn은 아날로그 포트, \\Z2\\Zb 녹색\\Zn은 구동되는 물리적 포트" "입니다." -#: menu.sh:1691 +#: menu.sh:1703 msgid "pat: (editable)" msgstr "pat: (편집가능)" -#: menu.sh:1707 +#: menu.sh:1719 msgid "" "This feature will allow you to downgrade the installation by removing the " "VERSION file from the first partition of all disks.\\n" @@ -1037,11 +1053,11 @@ msgstr "" "이 기능을 사용하면 모든 디스크의 첫 번째 파티션에서 버전 파일을 제거하여 설치" "를 다운그레이드할 수 있습니다.\\n" -#: menu.sh:1708 +#: menu.sh:1720 msgid "Therefore, please insert all disks before continuing.\\n" msgstr "따라서 모든 디스크를 삽입한 후 작업을 진행하십시오.\\n" -#: menu.sh:1709 menu.sh:1750 +#: menu.sh:1721 menu.sh:1762 msgid "" "Warning:\\nThis operation is irreversible. Please backup important data. Do " "you want to continue?" @@ -1049,72 +1065,72 @@ msgstr "" "경고:\\n이 작업은 되돌릴 수 없습니다. 중요한 데이터를 백업하십시오. 계속하시" "겠습니까?" -#: menu.sh:1724 +#: menu.sh:1736 msgid "Removing ..." msgstr "제거 중..." -#: menu.sh:1725 +#: menu.sh:1737 msgid "Remove VERSION file for all disks completed." msgstr "모든 디스크의 버전 파일 제거가 완료되었습니다." -#: menu.sh:1740 menu.sh:1927 +#: menu.sh:1752 menu.sh:1939 msgid "No disk found!" msgstr "디스크를 찾을 수 없습니다!" -#: menu.sh:1754 +#: menu.sh:1766 msgid "" "Warning:\\nThe current hds is in raid, do you still want to format them?" msgstr "경고:\\n현재 하드디스크가 RAID 상태입니다. 그래도 포맷하시겠습니까?" -#: menu.sh:1769 +#: menu.sh:1781 msgid "Formatting ..." msgstr "포맷 중..." -#: menu.sh:1771 +#: menu.sh:1783 msgid "Formatting is complete." msgstr "포맷이 완료되었습니다." -#: menu.sh:1794 +#: menu.sh:1806 msgid "The installed Syno system not found in the currently inserted disks!" msgstr "현재 삽입된 디스크에서 설치된 Synology 시스템을 찾을 수 없습니다!" -#: menu.sh:1798 +#: menu.sh:1810 msgid "Choose a user name" msgstr "사용자 이름 선택" -#: menu.sh:1805 +#: menu.sh:1817 msgid "Type a new password for user '%s'" msgstr "사용자 '%s'의 새 비밀번호를 입력하세요." -#: menu.sh:1811 +#: menu.sh:1823 msgid "Invalid password" msgstr "잘못된 비밀번호" -#: menu.sh:1829 +#: menu.sh:1841 msgid "Resetting ..." msgstr "재설정 중..." -#: menu.sh:1831 +#: menu.sh:1843 msgid "Password reset completed." msgstr "비밀번호 재설정이 완료되었습니다." -#: menu.sh:1835 +#: menu.sh:1847 msgid "Please insert all disks before continuing.\\n" msgstr "계속하기 전에 모든 디스크를 삽입하십시오.\\n" -#: menu.sh:1857 +#: menu.sh:1869 msgid "Enabling ..." msgstr "활성화 중..." -#: menu.sh:1858 +#: menu.sh:1870 msgid "Telnet&SSH is enabled." msgstr "Telnet&SSH가 활성화되었습니다." -#: menu.sh:1858 +#: menu.sh:1870 msgid "Telnet&SSH is not enabled." msgstr "Telnet&SSH가 활성화되어 있지 않습니다." -#: menu.sh:1864 +#: menu.sh:1876 msgid "" "Warning:\\nDo not terminate midway, otherwise it may cause damage to the RR. " "Do you want to continue?" @@ -1122,46 +1138,46 @@ msgstr "" "경고:\\n중간에 종료하지 마십시오. 그렇지 않으면 RR 부팅이 손상이 발생할 수 있" "습니다. 계속하시겠습니까?" -#: menu.sh:1867 +#: menu.sh:1879 msgid "" "Saving ...\\n(It usually takes 5-10 minutes, please be patient and wait.)" msgstr "저장 중...\\n(보통 5~10분 정도 소요되니 조금만 기다려 주세요.)" -#: menu.sh:1882 +#: menu.sh:1894 msgid "Save is complete." msgstr "저장이 완료되었습니다." -#: menu.sh:1890 +#: menu.sh:1902 msgid "This option is only informative.\\n\\n" msgstr "이 옵션은 정보 제공용입니다.\\n\\n" -#: menu.sh:1891 +#: menu.sh:1903 msgid "This program reserves an interface for ramdisk custom patch scripts.\\n" msgstr "" "이 프로그램은 램디스크 사용자 지정 패치 스크립트를 위한 인터페이스를 예약합니" "다.\\n" -#: menu.sh:1892 +#: menu.sh:1904 msgid "Call timing: called before ramdisk packaging.\\n" msgstr "호출 타이밍: 램디스크 패키징 전에 호출됩니다.\\n" -#: menu.sh:1893 +#: menu.sh:1905 msgid "Location: /mnt/p3/scripts/*.sh\\n" msgstr "위치: /mnt/p3/scripts/*.sh\\n" -#: menu.sh:1931 +#: menu.sh:1943 msgid "Choose a disk to clone to" msgstr "복제할 디스크를 선택합니다." -#: menu.sh:1937 +#: menu.sh:1949 msgid "No disk selected!" msgstr "선택한 디스크가 없습니다!" -#: menu.sh:1943 +#: menu.sh:1955 msgid "Disk %s size is less than 1GB and cannot be cloned!" msgstr "디스크 %s 크기가 1GB 미만이어서 복제할 수 없습니다!" -#: menu.sh:1947 +#: menu.sh:1959 msgid "" "Warning:\\nDisk %s will be formatted and written to the bootloader. Please " "confirm that important data has been backed up. \\nDo you want to continue?" @@ -1169,11 +1185,11 @@ msgstr "" "경고:\\n디스크 %s가 포맷되어 부트 로더에 기록됩니다. 중요한 데이터가 백업되었" "는지 확인하십시오. \\n계속하시겠습니까?" -#: menu.sh:1980 +#: menu.sh:1992 msgid "Cloning ..." msgstr "복제 중 ..." -#: menu.sh:1982 +#: menu.sh:1994 msgid "" "Bootloader has been cloned to disk %s, please remove the current bootloader " "disk!\\nReboot?" @@ -1181,7 +1197,7 @@ msgstr "" "부트로더가 %s 디스크에 복제되었습니다. 현재 부트로더 디스크를 제거하십시오!" "\\n재부팅하시겠습니까?" -#: menu.sh:1993 +#: menu.sh:2005 msgid "" "Please via %s to download the logs,\\nAnd go to github to create an issue " "and upload the logs." @@ -1189,31 +1205,31 @@ msgstr "" "%s를 통해 로그를 다운로드하고, github로 이동하여 이슈를 생성하고 로그를 업로" "드하세요." -#: menu.sh:1997 +#: menu.sh:2009 msgid "Please go to github to create an issue and upload the logs." msgstr "Github로 이동하여 이슈를 생성하고 로그를 업로드하세요." -#: menu.sh:2001 +#: menu.sh:2013 msgid "\\Z1No logs found!\\Zn\\n\\n" msgstr "\\Z1로그를 찾을 수 없습니다!\\Zn\\n\\n" -#: menu.sh:2002 +#: menu.sh:2014 msgid "Please do as follows:\\n" msgstr "다음과 같이 하세요:\\n" -#: menu.sh:2003 +#: menu.sh:2015 msgid " 1. Add dbgutils in addons and rebuild.\\n" msgstr "1. 애드온에 dbgutils를 추가하고 다시 빌드하세요.\\n" -#: menu.sh:2004 +#: menu.sh:2016 msgid " 2. Wait 10 minutes after booting.\\n" msgstr " 2. 부팅 후 10분간 기다립니다.\\n" -#: menu.sh:2005 +#: menu.sh:2017 msgid " 3. Reboot into RR and go to this option.\\n" msgstr " 3. RR로 재부팅하고 이 옵션으로 이동합니다.\\n" -#: menu.sh:2012 +#: menu.sh:2024 msgid "" "This option only installs opkg package management, allowing you to install " "more tools for use and debugging. Do you want to continue?" @@ -1221,11 +1237,11 @@ msgstr "" "이 옵션은 opkg 패키지 관리만 설치하므로 사용 및 디버깅을 위한 더 많은 도구를 " "설치할 수 있습니다. 계속하시겠습니까?" -#: menu.sh:2019 +#: menu.sh:2031 msgid "opkg installing ..." msgstr "opkg 설치 중 ..." -#: menu.sh:2021 +#: menu.sh:2033 msgid "" "opkg install is complete. Please reconnect to ssh/web, or execute 'source ~/." "bashrc'" @@ -1233,115 +1249,150 @@ msgstr "" "opkg 설치가 완료되었습니다. ssh/web에 다시 연결하거나 'source ~/.bashrc'를 실" "행하세요." -#: menu.sh:2033 +#: menu.sh:2045 msgid "Please enter a proxy server url.(e.g., http://192.168.1.1:7981/)" msgstr "프록시 서버 URL을 입력하세요(예: http://192.168.1.1:7981/)" -#: menu.sh:2044 menu.sh:2077 +#: menu.sh:2056 menu.sh:2089 msgid "Invalid proxy server url, continue?" msgstr "잘못된 프록시 서버 URL입니다. 계속하시겠습니까?" -#: menu.sh:2066 +#: menu.sh:2078 msgid "Please enter a proxy server url.(e.g., https://mirror.ghproxy.com/)" msgstr "프록시 서버 URL을 입력하세요(예: https://mirror.ghproxy.com/)" -#: menu.sh:2091 +#: menu.sh:2103 msgid "It is expected that all restrictions on DSM will be lifted,\\n" msgstr "DSM 에 대한 모든 제한이 해제될 것으로 예상됩니다.\\n" -#: menu.sh:2092 +#: menu.sh:2104 msgid "" "But since upgrading is not supported, I don not want to implement it for the " "time being.\\n" msgstr "" "하지만 업그레이드가 지원되지 않기 때문에 당분간 구현하고 싶지 않습니다.\\n" -#: menu.sh:2104 menu.sh:2139 menu.sh:2146 +#: menu.sh:2116 menu.sh:2120 menu.sh:2134 menu.sh:2154 menu.sh:2170 +#: menu.sh:2178 menu.sh:2262 menu.sh:2267 menu.sh:2273 msgid "Try recovery DSM" msgstr "복구 DSM 시도 중" -#: menu.sh:2105 -msgid "Trying to recovery a DSM installed system ..." -msgstr "DSM이 설치된 시스템을 복구하는 중..." +#: menu.sh:2117 +msgid "Trying to recovery a installed DSM system ..." +msgstr "설치된 DSM 시스템을 복구하려고 합니다..." -#: menu.sh:2133 -msgid "Found a installation:\\nModel: %s\\nProductversion: %s" -msgstr "설치를 찾았습니다:\\n모델: %s\\n제품 버전: %s" - -#: menu.sh:2137 -msgid "\\nSerial: %s" -msgstr "\\n일련번호: %s" - -#: menu.sh:2147 +#: menu.sh:2121 msgid "Unfortunately I couldn't mount the DSM partition!" msgstr "안타깝게도 DSM 파티션을 마운트할 수 없었습니다!" -#: menu.sh:2197 +#: menu.sh:2135 +msgid "Checking for backup of user's configuration for bootloader ..." +msgstr "부트 로더의 사용자 구성 백업을 검사하는 중..." + +#: menu.sh:2155 +msgid "" +"Found a backup of the user's configuration, but the system is damaged and " +"will not be restored. Please reselect model and build." +msgstr "" +"사용자 구성 백업을 찾았지만 시스템이 손상되어 복구할 수 없습니다.모델을 다시 " +"선택하고 구성하십시오." + +#: menu.sh:2171 +msgid "" +"Found a backup of the user's configuration, and restored it. Please rebuild " +"and boot." +msgstr "사용자가 구성한 백업을 찾아 복원했습니다. 다시 생성하여 시작하십시오." + +#: menu.sh:2179 +msgid "Checking for installed DSM system ..." +msgstr "설치된 DSM 시스템을 확인하는 중..." + +#: menu.sh:2263 +msgid "Found a installed DSM system and restored it. Please rebuild and boot." +msgstr "설치된 DSM 시스템을 찾아 복원합니다. 다시 생성하여 시작하십시오." + +#: menu.sh:2268 +msgid "" +"Found a installed DSM system, but the system is damaged and will not be " +"restored. Please reselect model and build." +msgstr "" +"설치된 DSM 시스템을 찾았지만 시스템이 손상되어 복구할 수 없습니다.모델을 다" +"시 선택하고 구성하십시오." + +#: menu.sh:2274 +msgid "" +"The installed DSM system was not found, or the system is damaged and cannot " +"be recovered. Please reselect model and build." +msgstr "" +"설치된 DSM 시스템을 찾을 수 없거나 시스템이 손상되어 복구할 수 없습니다.모델" +"을 다시 선택하고 구성하십시오." + +#: menu.sh:2324 msgid "Alert" msgstr "알림" -#: menu.sh:2198 +#: menu.sh:2325 msgid "Config changed, would you like to rebuild the loader?" msgstr "구성이 변경되었습니다. 로더를 다시 빌드하시겠습니까?" -#: menu.sh:2215 menu.sh:2815 +#: menu.sh:2342 menu.sh:2942 msgid "Choose a language" msgstr "언어 선택" -#: menu.sh:2230 +#: menu.sh:2357 msgid "Choose a layout" msgstr "레이아웃 선택" -#: menu.sh:2242 +#: menu.sh:2369 msgid "Choice a keymap" msgstr "키맵 선택" -#: menu.sh:2261 menu.sh:2338 menu.sh:2435 menu.sh:2480 menu.sh:2530 -#: menu.sh:2569 +#: menu.sh:2388 menu.sh:2465 menu.sh:2562 menu.sh:2607 menu.sh:2657 +#: menu.sh:2696 msgid "Update %s" msgstr "업데이트 %s" -#: menu.sh:2262 +#: menu.sh:2389 msgid "Checking last version ..." msgstr "새 버전 확인 중..." -#: menu.sh:2278 +#: menu.sh:2405 msgid "Error checking new version.\\nError: TAG is %s" msgstr "새 버전을 확인하는 동안 오류가 발생했습니다.\\n오류: 태그는 %s입니다." -#: menu.sh:2291 +#: menu.sh:2418 msgid "No new version." msgstr "새 버전이 없습니다." -#: menu.sh:2295 +#: menu.sh:2422 msgid "Actual version is %s\\nForce update?" msgstr "실제 버전은 %s\\n강제로 업데이트하시겠습니까?" -#: menu.sh:2317 +#: menu.sh:2444 msgid "Downloading ..." msgstr "다운로드 중..." -#: menu.sh:2320 +#: menu.sh:2447 msgid "Error downloading new version.\\nError: %d:%d" msgstr "새 버전을 다운로드하는 동안 오류가 발생했습니다.\\n오류: %d:%d" -#: menu.sh:2338 menu.sh:2422 menu.sh:2615 menu.sh:2642 +#: menu.sh:2465 menu.sh:2549 menu.sh:2742 menu.sh:2769 msgid "RR" msgstr "RR" -#: menu.sh:2339 menu.sh:2436 menu.sh:2481 menu.sh:2531 menu.sh:2570 +#: menu.sh:2466 menu.sh:2563 menu.sh:2608 menu.sh:2658 menu.sh:2697 msgid "Extracting update file ..." msgstr "업데이트 파일 추출 중 ..." -#: menu.sh:2350 menu.sh:2447 menu.sh:2492 menu.sh:2542 menu.sh:2581 +#: menu.sh:2477 menu.sh:2574 menu.sh:2619 menu.sh:2669 menu.sh:2708 msgid "Error extracting update file." msgstr "업데이트 파일 추출 중 오류 발생." -#: menu.sh:2362 +#: menu.sh:2489 msgid "Checksum do not match!" msgstr "체크섬이 일치하지 않습니다!" -#: menu.sh:2376 +#: menu.sh:2503 msgid "" "The current version does not support upgrading to the latest update.zip. " "Please remake the bootloader disk!" @@ -1349,39 +1400,39 @@ msgstr "" "현재 버전은 최신 update.zip으로 업그레이드를 지원하지 않습니다. 부트로더 디스" "크를 다시 제작하세요!" -#: menu.sh:2386 +#: menu.sh:2513 msgid "Installing new files ..." msgstr "새 파일 설치 중 ..." -#: menu.sh:2422 menu.sh:2465 menu.sh:2515 menu.sh:2554 menu.sh:2593 +#: menu.sh:2549 menu.sh:2592 menu.sh:2642 menu.sh:2681 menu.sh:2720 msgid "%s updated with success!" msgstr "s가 성공적으로 업데이트되었습니다!" -#: menu.sh:2422 +#: menu.sh:2549 msgid "Reboot?" msgstr "재부팅?" -#: menu.sh:2530 menu.sh:2554 menu.sh:2618 menu.sh:2671 menu.sh:2675 +#: menu.sh:2657 menu.sh:2681 menu.sh:2745 menu.sh:2798 menu.sh:2802 msgid "LKMs" msgstr "LKMs" -#: menu.sh:2569 menu.sh:2593 menu.sh:2619 menu.sh:2682 menu.sh:2686 +#: menu.sh:2696 menu.sh:2720 menu.sh:2746 menu.sh:2809 menu.sh:2813 msgid "CKs" msgstr "CKs" -#: menu.sh:2614 menu.sh:2636 +#: menu.sh:2741 menu.sh:2763 msgid "All" msgstr "전부의" -#: menu.sh:2620 +#: menu.sh:2747 msgid "Local upload" msgstr "로컬 업로드" -#: menu.sh:2621 +#: menu.sh:2748 msgid "Pre Release:" msgstr "사전 릴리즈:" -#: menu.sh:2626 menu.sh:2694 +#: menu.sh:2753 menu.sh:2821 msgid "" "Manually uploading update*.zip,addons*.zip,modules*.zip,rp-lkms*.zip,rr-cks*." "zip to /tmp/ will skip the download." @@ -1389,127 +1440,133 @@ msgstr "" "update.zip, addons*.zip, modules*.zip, rp-lkms*.zip, rr-cks*.zip을 /tmp/에 수" "동으로 업로드하면 다운로드가 건너뛰게 됩니다." -#: menu.sh:2649 menu.sh:2660 menu.sh:2671 menu.sh:2682 +#: menu.sh:2776 menu.sh:2787 menu.sh:2798 menu.sh:2809 msgid "No longer supports update %s separately. Please choose to update All/RR" msgstr "%s 단독 업데이트는 더 이상 지원되지 않습니다.모든 /RR 업데이트 선택" -#: menu.sh:2700 +#: menu.sh:2827 msgid "" "Please keep the attachment name consistent with the attachment name on " "Github.\\n" msgstr "첨부 파일 이름은 Github의 첨부 파일 이름과 일치하도록 유지하세요.\\n" -#: menu.sh:2701 +#: menu.sh:2828 msgid "Upload update*.zip will update RR.\\n" msgstr "update*.zip을 업로드하면 RR이 업데이트됩니다.\\n" -#: menu.sh:2702 +#: menu.sh:2829 msgid "Upload addons*.zip will update Addons.\\n" msgstr "addons*.zip을 업로드하면 Addons 기능이 업데이트됩니다.\\n" -#: menu.sh:2703 +#: menu.sh:2830 msgid "Upload modules*.zip will update Modules.\\n" msgstr "modules*.zip을 업로드하면 Modules이 업데이트됩니다.\\n" -#: menu.sh:2704 +#: menu.sh:2831 msgid "Upload rp-lkms*.zip will update LKMs.\\n" msgstr "rp-lkms*.zip을 업로드하면 LKMs이 업데이트됩니다.\\n" -#: menu.sh:2705 +#: menu.sh:2832 msgid "Upload rr-cks*.zip will update CKs.\\n" msgstr "rr-cks*.zip을 업로드하면 CKs이 업데이트됩니다.\\n" -#: menu.sh:2761 +#: menu.sh:2888 msgid "This person is very lazy and hasn't written anything." msgstr "이 사람은 매우 게으르고 아무것도 쓰지 않았습니다." -#: menu.sh:2788 +#: menu.sh:2915 msgid "Choose a model" msgstr "모델 선택" -#: menu.sh:2790 +#: menu.sh:2917 msgid "Choose a version" msgstr "버전 선택" -#: menu.sh:2792 +#: menu.sh:2919 msgid "Parse pat" msgstr "Parse pat" -#: menu.sh:2799 +#: menu.sh:2926 msgid "Kernel:" msgstr "Kernel:" -#: menu.sh:2801 +#: menu.sh:2928 msgid "Addons menu" msgstr "애드온 설정" -#: menu.sh:2802 +#: menu.sh:2929 msgid "Modules menu" msgstr "모듈 설정" -#: menu.sh:2803 +#: menu.sh:2930 msgid "Cmdline menu" msgstr "명령줄 설정" -#: menu.sh:2804 +#: menu.sh:2931 msgid "Synoinfo menu" msgstr "synoinfo" -#: menu.sh:2806 +#: menu.sh:2933 msgid "Advanced menu" msgstr "고급 설정" -#: menu.sh:2809 +#: menu.sh:2936 msgid "Build the loader" msgstr "로더 빌드" -#: menu.sh:2813 +#: menu.sh:2940 msgid "Boot the loader" msgstr "로더 부팅" -#: menu.sh:2816 +#: menu.sh:2943 msgid "Choose a keymap" msgstr "키맵 선택" -#: menu.sh:2818 +#: menu.sh:2945 msgid "Clean disk cache" msgstr "디스크 캐시 지우기" -#: menu.sh:2820 +#: menu.sh:2947 msgid "Update menu" msgstr "업데이트" -#: menu.sh:2821 +#: menu.sh:2948 msgid "Notepad" msgstr "메모장" -#: menu.sh:2843 +#: menu.sh:2970 msgid "Change ..." msgstr "변화 ..." -#: menu.sh:2912 +#: menu.sh:3039 msgid "Choose a action" msgstr "작업 선택" -#: menu.sh:2913 +#: menu.sh:3040 msgid "Poweroff" msgstr "전원 끄기" -#: menu.sh:2914 +#: menu.sh:3041 msgid "Reboot" msgstr "재부팅" -#: menu.sh:2915 +#: menu.sh:3042 msgid "Reboot to RR" msgstr "RR로 재부팅" -#: menu.sh:2916 +#: menu.sh:3043 msgid "Back to shell" msgstr "Shell로 돌아가기" -#: menu.sh:2942 +#: menu.sh:3069 msgid "Call \\033[1;32mmenu.sh\\033[0m to return to menu" msgstr "\\033[1;32mmenu.sh\\033[0m 메뉴로 돌아가기" +#~ msgid "Found a installation:\\nModel: %s\\nProductversion: %s" +#~ msgstr "설치를 찾았습니다:\\n모델: %s\\n제품 버전: %s" + +#~ msgid "\\nSerial: %s" +#~ msgstr "\\n일련번호: %s" + #~ msgid "Waiting IP.(For reference only)" #~ msgstr "대기 중인 IP.(참고용)" diff --git a/files/initrd/opt/rr/lang/rr.pot b/files/initrd/opt/rr/lang/rr.pot index af4c0dca..16c25588 100644 --- a/files/initrd/opt/rr/lang/rr.pot +++ b/files/initrd/opt/rr/lang/rr.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-08 00:26+0800\n" +"POT-Creation-Date: 2024-03-08 19:17+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,7 +33,7 @@ msgstr "" msgid "DSM zImage changed" msgstr "" -#: boot.sh:36 menu.sh:1257 +#: boot.sh:36 menu.sh:1269 msgid "" "zImage not patched,\\nPlease upgrade the bootloader version and try again." "\\nPatch error:\\n" @@ -43,7 +43,7 @@ msgstr "" msgid "DSM Ramdisk changed" msgstr "" -#: boot.sh:47 menu.sh:1263 +#: boot.sh:47 menu.sh:1275 msgid "" "Ramdisk not patched,\\nPlease upgrade the bootloader version and try again." "\\nPatch error:\\n" @@ -259,7 +259,7 @@ msgstr "" msgid "Get pat data ..." msgstr "" -#: menu.sh:285 menu.sh:1033 menu.sh:1169 +#: menu.sh:285 menu.sh:1033 menu.sh:1181 msgid "Network error, please check the network connection and try again." msgstr "" @@ -307,10 +307,10 @@ msgid "" "option.\\n" msgstr "" -#: menu.sh:361 menu.sh:371 menu.sh:2614 menu.sh:2615 menu.sh:2616 menu.sh:2617 -#: menu.sh:2618 menu.sh:2619 menu.sh:2625 menu.sh:2648 menu.sh:2659 -#: menu.sh:2670 menu.sh:2681 menu.sh:2695 menu.sh:2706 menu.sh:2723 -#: menu.sh:2742 +#: menu.sh:361 menu.sh:371 menu.sh:2741 menu.sh:2742 menu.sh:2743 menu.sh:2744 +#: menu.sh:2745 menu.sh:2746 menu.sh:2752 menu.sh:2775 menu.sh:2786 +#: menu.sh:2797 menu.sh:2808 menu.sh:2822 menu.sh:2833 menu.sh:2850 +#: menu.sh:2869 msgid "Update" msgstr "" @@ -334,25 +334,25 @@ msgstr "" msgid "Currently, %s of %s is not supported." msgstr "" -#: menu.sh:475 menu.sh:1273 menu.sh:2824 menu.sh:2842 +#: menu.sh:475 menu.sh:1285 menu.sh:2951 menu.sh:2969 msgid "Main menu" msgstr "" -#: menu.sh:476 menu.sh:1274 +#: menu.sh:476 menu.sh:1286 msgid "Making ..." msgstr "" -#: menu.sh:478 menu.sh:1276 +#: menu.sh:478 menu.sh:1288 msgid "Error" msgstr "" #: menu.sh:511 menu.sh:528 menu.sh:533 menu.sh:539 menu.sh:550 menu.sh:558 #: menu.sh:581 menu.sh:588 menu.sh:592 menu.sh:606 menu.sh:610 menu.sh:618 -#: menu.sh:621 menu.sh:2435 menu.sh:2465 menu.sh:2616 menu.sh:2649 menu.sh:2653 +#: menu.sh:621 menu.sh:2562 menu.sh:2592 menu.sh:2743 menu.sh:2776 menu.sh:2780 msgid "Addons" msgstr "" -#: menu.sh:512 menu.sh:642 menu.sh:818 menu.sh:953 menu.sh:1294 menu.sh:2825 +#: menu.sh:512 menu.sh:642 menu.sh:818 menu.sh:953 menu.sh:1306 menu.sh:2952 msgid "Choose a option" msgstr "" @@ -372,8 +372,8 @@ msgstr "" msgid "Upload a external addon" msgstr "" -#: menu.sh:517 menu.sh:649 menu.sh:816 menu.sh:951 menu.sh:1299 menu.sh:1431 -#: menu.sh:2622 menu.sh:2822 menu.sh:2917 +#: menu.sh:517 menu.sh:649 menu.sh:816 menu.sh:951 menu.sh:1311 menu.sh:1443 +#: menu.sh:2749 menu.sh:2949 menu.sh:3044 msgid "Exit" msgstr "" @@ -403,7 +403,7 @@ msgid "" "not added.\\n\\n" msgstr "" -#: menu.sh:587 menu.sh:721 menu.sh:1307 menu.sh:2693 +#: menu.sh:587 menu.sh:721 menu.sh:1319 menu.sh:2820 msgid "" "This feature is only available when accessed via ssh (Requires a terminal " "that supports ZModem protocol).\\n" @@ -413,7 +413,7 @@ msgstr "" msgid "Please upload the *.addons file." msgstr "" -#: menu.sh:607 menu.sh:756 menu.sh:2724 menu.sh:2743 +#: menu.sh:607 menu.sh:756 menu.sh:2851 menu.sh:2870 msgid "Not a valid file, please try again!" msgstr "" @@ -430,8 +430,8 @@ msgid "File format not recognized!" msgstr "" #: menu.sh:641 menu.sh:655 menu.sh:668 menu.sh:705 menu.sh:722 menu.sh:732 -#: menu.sh:735 menu.sh:751 menu.sh:755 menu.sh:769 menu.sh:775 menu.sh:2480 -#: menu.sh:2515 menu.sh:2617 menu.sh:2660 menu.sh:2664 +#: menu.sh:735 menu.sh:751 menu.sh:755 menu.sh:769 menu.sh:775 menu.sh:2607 +#: menu.sh:2642 menu.sh:2744 menu.sh:2787 menu.sh:2791 msgid "Modules" msgstr "" @@ -523,7 +523,7 @@ msgstr "" msgid "Module %s deselected.\\n" msgstr "" -#: menu.sh:790 menu.sh:1361 menu.sh:2155 menu.sh:2162 menu.sh:2185 +#: menu.sh:790 menu.sh:1373 menu.sh:2282 menu.sh:2289 menu.sh:2312 msgid "Edit with caution" msgstr "" @@ -667,7 +667,7 @@ msgstr "" msgid "Downloading old pat to extract synology .pat extractor..." msgstr "" -#: menu.sh:1051 menu.sh:1191 +#: menu.sh:1051 menu.sh:1203 msgid "Check internet or cache disk space.\\nError: %d:%d" msgstr "" @@ -689,7 +689,7 @@ msgid "" "again!" msgstr "" -#: menu.sh:1110 menu.sh:1207 +#: menu.sh:1110 menu.sh:1219 msgid "Disassembling %s: " msgstr "" @@ -705,725 +705,768 @@ msgstr "" msgid "%s cached." msgstr "" -#: menu.sh:1161 +#: menu.sh:1160 +msgid "The cache has been cleared. Please re 'Parse pat' before build." +msgstr "" + +#: menu.sh:1164 +msgid "" +"The cache has been cleared. Please re 'Try to recovery a installed DSM " +"system' before build." +msgstr "" + +#: menu.sh:1168 +msgid "The pat url is empty. Please re 'Choose a version' before build." +msgstr "" + +#: menu.sh:1173 msgid "Cleaning cache ..." msgstr "" -#: menu.sh:1175 +#: menu.sh:1187 msgid "" "Based on the current network situation, switch to %s mirror to downloading." msgstr "" -#: menu.sh:1178 +#: menu.sh:1190 msgid "Downloading %s ..." msgstr "" -#: menu.sh:1197 +#: menu.sh:1209 msgid "Checking hash of %s: " msgstr "" -#: menu.sh:1200 +#: menu.sh:1212 msgid "" "md5 hash of pat not match, Please reget pat data from the version menu and " "try again!" msgstr "" -#: menu.sh:1203 menu.sh:1219 menu.sh:1229 +#: menu.sh:1215 menu.sh:1231 menu.sh:1241 msgid "OK" msgstr "" -#: menu.sh:1214 +#: menu.sh:1226 msgid "Setting hash: " msgstr "" -#: menu.sh:1221 +#: menu.sh:1233 msgid "Copying files: " msgstr "" -#: menu.sh:1245 +#: menu.sh:1257 msgid "Addon %s not found!" msgstr "" -#: menu.sh:1267 +#: menu.sh:1279 msgid "Cleaning ..." msgstr "" -#: menu.sh:1269 +#: menu.sh:1281 msgid "Ready!" msgstr "" -#: menu.sh:1293 menu.sh:1309 menu.sh:1313 menu.sh:1330 menu.sh:1335 -#: menu.sh:1354 menu.sh:1366 menu.sh:1418 +#: menu.sh:1305 menu.sh:1321 menu.sh:1325 menu.sh:1342 menu.sh:1347 +#: menu.sh:1366 menu.sh:1378 menu.sh:1430 msgid "Custom DTS" msgstr "" -#: menu.sh:1295 +#: menu.sh:1307 msgid "Custom dts: " msgstr "" -#: menu.sh:1296 +#: menu.sh:1308 msgid "Upload dts file" msgstr "" -#: menu.sh:1297 +#: menu.sh:1309 msgid "Delete dts file" msgstr "" -#: menu.sh:1298 +#: menu.sh:1310 msgid "Edit dts file" msgstr "" -#: menu.sh:1308 +#: menu.sh:1320 msgid "" "Or upload the dts file to %s via DUFS, Will be automatically imported when " "building." msgstr "" -#: menu.sh:1314 +#: menu.sh:1326 msgid "" "Currently, only dts format files are supported. Please prepare and click to " "confirm uploading.\\n(saved in /mnt/p3/users/)" msgstr "" -#: menu.sh:1331 menu.sh:1367 +#: menu.sh:1343 menu.sh:1379 msgid "Not a valid dts file, please try again!" msgstr "" -#: menu.sh:1336 +#: menu.sh:1348 msgid "A valid dts file, Automatically import at compile time." msgstr "" -#: menu.sh:1355 +#: menu.sh:1367 msgid "No dts file to edit. Please upload first!" msgstr "" -#: menu.sh:1391 +#: menu.sh:1403 msgid "Switch LKM version:" msgstr "" -#: menu.sh:1392 +#: menu.sh:1404 msgid "HDD sort(hotplug):" msgstr "" -#: menu.sh:1395 +#: menu.sh:1407 msgid "Switch direct boot:" msgstr "" -#: menu.sh:1397 +#: menu.sh:1409 msgid "Timeout of get ip in boot:" msgstr "" -#: menu.sh:1398 +#: menu.sh:1410 msgid "Timeout of boot wait:" msgstr "" -#: menu.sh:1399 +#: menu.sh:1411 msgid "kernel switching method:" msgstr "" -#: menu.sh:1401 +#: menu.sh:1413 msgid "Reboot on kernel panic:" msgstr "" -#: menu.sh:1403 +#: menu.sh:1415 msgid "Set static IP" msgstr "" -#: menu.sh:1404 +#: menu.sh:1416 msgid "Set wireless account" msgstr "" -#: menu.sh:1405 +#: menu.sh:1417 msgid "Edit user config file manually" msgstr "" -#: menu.sh:1406 +#: menu.sh:1418 msgid "Edit grub.cfg file manually" msgstr "" -#: menu.sh:1407 -msgid "Try to recovery a DSM installed system" -msgstr "" - -#: menu.sh:1408 -msgid "Show disks information" -msgstr "" - -#: menu.sh:1410 -msgid "show/modify the current pat data" -msgstr "" - -#: menu.sh:1412 -msgid "Allow downgrade installation" -msgstr "" - -#: menu.sh:1413 -msgid "Format disk(s) # Without loader disk" -msgstr "" - -#: menu.sh:1414 -msgid "Reset DSM system password" -msgstr "" - -#: menu.sh:1415 -msgid "Force enable Telnet&SSH of DSM system" -msgstr "" - -#: menu.sh:1416 -msgid "Save modifications of '/opt/rr'" +#: menu.sh:1419 +msgid "Try to recovery a installed DSM system" msgstr "" #: menu.sh:1420 -msgid "Custom patch script # Developer" +msgid "Show disks information" msgstr "" #: menu.sh:1422 -msgid "Use EMMC as the system disk:" +msgid "show/modify the current pat data" msgstr "" #: menu.sh:1424 -msgid "Clone bootloader disk to another disk" +msgid "Allow downgrade installation" msgstr "" #: menu.sh:1425 -msgid "Report bugs to the author" +msgid "Format disk(s) # Without loader disk" msgstr "" #: menu.sh:1426 -msgid "Install development tools" +msgid "Reset DSM system password" msgstr "" #: menu.sh:1427 -msgid "Show QR logo:" +msgid "Force enable Telnet&SSH of DSM system" msgstr "" #: menu.sh:1428 -msgid "Set global proxy" +msgid "Save modifications of '/opt/rr'" msgstr "" -#: menu.sh:1429 -msgid "Set github proxy" -msgstr "" - -#: menu.sh:1430 -msgid "Vigorously miracle" -msgstr "" - -#: menu.sh:1433 menu.sh:1457 menu.sh:1469 menu.sh:1489 menu.sh:1512 -#: menu.sh:1536 menu.sh:1541 menu.sh:1553 menu.sh:1562 menu.sh:1584 -#: menu.sh:1685 menu.sh:1692 menu.sh:1710 menu.sh:1723 menu.sh:1726 -#: menu.sh:1739 menu.sh:1743 menu.sh:1744 menu.sh:1749 menu.sh:1753 -#: menu.sh:1768 menu.sh:1770 menu.sh:1793 menu.sh:1797 menu.sh:1804 -#: menu.sh:1810 menu.sh:1828 menu.sh:1830 menu.sh:1834 menu.sh:1856 -#: menu.sh:1859 menu.sh:1863 menu.sh:1866 menu.sh:1881 menu.sh:1894 -#: menu.sh:1926 menu.sh:1930 menu.sh:1936 menu.sh:1942 menu.sh:1948 -#: menu.sh:1979 menu.sh:1992 menu.sh:1996 menu.sh:2006 menu.sh:2011 -#: menu.sh:2018 menu.sh:2020 menu.sh:2032 menu.sh:2043 menu.sh:2065 -#: menu.sh:2076 menu.sh:2093 -msgid "Advanced" +#: menu.sh:1432 +msgid "Custom patch script # Developer" msgstr "" #: menu.sh:1434 +msgid "Use EMMC as the system disk:" +msgstr "" + +#: menu.sh:1436 +msgid "Clone bootloader disk to another disk" +msgstr "" + +#: menu.sh:1437 +msgid "Report bugs to the author" +msgstr "" + +#: menu.sh:1438 +msgid "Install development tools" +msgstr "" + +#: menu.sh:1439 +msgid "Show QR logo:" +msgstr "" + +#: menu.sh:1440 +msgid "Set global proxy" +msgstr "" + +#: menu.sh:1441 +msgid "Set github proxy" +msgstr "" + +#: menu.sh:1442 +msgid "Vigorously miracle" +msgstr "" + +#: menu.sh:1445 menu.sh:1469 menu.sh:1481 menu.sh:1501 menu.sh:1524 +#: menu.sh:1548 menu.sh:1553 menu.sh:1565 menu.sh:1574 menu.sh:1596 +#: menu.sh:1697 menu.sh:1704 menu.sh:1722 menu.sh:1735 menu.sh:1738 +#: menu.sh:1751 menu.sh:1755 menu.sh:1756 menu.sh:1761 menu.sh:1765 +#: menu.sh:1780 menu.sh:1782 menu.sh:1805 menu.sh:1809 menu.sh:1816 +#: menu.sh:1822 menu.sh:1840 menu.sh:1842 menu.sh:1846 menu.sh:1868 +#: menu.sh:1871 menu.sh:1875 menu.sh:1878 menu.sh:1893 menu.sh:1906 +#: menu.sh:1938 menu.sh:1942 menu.sh:1948 menu.sh:1954 menu.sh:1960 +#: menu.sh:1991 menu.sh:2004 menu.sh:2008 menu.sh:2018 menu.sh:2023 +#: menu.sh:2030 menu.sh:2032 menu.sh:2044 menu.sh:2055 menu.sh:2077 +#: menu.sh:2088 menu.sh:2105 +msgid "Advanced" +msgstr "" + +#: menu.sh:1446 msgid "Advanced option" msgstr "" -#: menu.sh:1458 menu.sh:1470 menu.sh:1490 +#: menu.sh:1470 menu.sh:1482 menu.sh:1502 msgid "Choose a time(seconds)" msgstr "" -#: menu.sh:1500 +#: menu.sh:1512 msgid "Temporary IP: (UI will not refresh)" msgstr "" -#: menu.sh:1537 +#: menu.sh:1549 msgid "Setting IP ..." msgstr "" -#: menu.sh:1542 +#: menu.sh:1554 msgid "Scanning ..." msgstr "" -#: menu.sh:1545 +#: menu.sh:1557 msgid "Scanned SSIDs:\\n" msgstr "" -#: menu.sh:1563 +#: menu.sh:1575 msgid "Invalid SSID/PSK, retry?" msgstr "" -#: menu.sh:1585 +#: menu.sh:1597 msgid "Setting ..." msgstr "" -#: menu.sh:1683 +#: menu.sh:1695 msgid "\\nTotal of ports: %s\\n" msgstr "" -#: menu.sh:1684 +#: menu.sh:1696 msgid "" "\\nPorts with color \\Z1red\\Zn as DUMMY, color \\Z2\\Zbgreen\\Zn has drive " "connected." msgstr "" -#: menu.sh:1691 +#: menu.sh:1703 msgid "pat: (editable)" msgstr "" -#: menu.sh:1707 +#: menu.sh:1719 msgid "" "This feature will allow you to downgrade the installation by removing the " "VERSION file from the first partition of all disks.\\n" msgstr "" -#: menu.sh:1708 +#: menu.sh:1720 msgid "Therefore, please insert all disks before continuing.\\n" msgstr "" -#: menu.sh:1709 menu.sh:1750 +#: menu.sh:1721 menu.sh:1762 msgid "" "Warning:\\nThis operation is irreversible. Please backup important data. Do " "you want to continue?" msgstr "" -#: menu.sh:1724 +#: menu.sh:1736 msgid "Removing ..." msgstr "" -#: menu.sh:1725 +#: menu.sh:1737 msgid "Remove VERSION file for all disks completed." msgstr "" -#: menu.sh:1740 menu.sh:1927 +#: menu.sh:1752 menu.sh:1939 msgid "No disk found!" msgstr "" -#: menu.sh:1754 +#: menu.sh:1766 msgid "" "Warning:\\nThe current hds is in raid, do you still want to format them?" msgstr "" -#: menu.sh:1769 +#: menu.sh:1781 msgid "Formatting ..." msgstr "" -#: menu.sh:1771 +#: menu.sh:1783 msgid "Formatting is complete." msgstr "" -#: menu.sh:1794 +#: menu.sh:1806 msgid "The installed Syno system not found in the currently inserted disks!" msgstr "" -#: menu.sh:1798 +#: menu.sh:1810 msgid "Choose a user name" msgstr "" -#: menu.sh:1805 +#: menu.sh:1817 msgid "Type a new password for user '%s'" msgstr "" -#: menu.sh:1811 +#: menu.sh:1823 msgid "Invalid password" msgstr "" -#: menu.sh:1829 +#: menu.sh:1841 msgid "Resetting ..." msgstr "" -#: menu.sh:1831 +#: menu.sh:1843 msgid "Password reset completed." msgstr "" -#: menu.sh:1835 +#: menu.sh:1847 msgid "Please insert all disks before continuing.\\n" msgstr "" -#: menu.sh:1857 +#: menu.sh:1869 msgid "Enabling ..." msgstr "" -#: menu.sh:1858 +#: menu.sh:1870 msgid "Telnet&SSH is enabled." msgstr "" -#: menu.sh:1858 +#: menu.sh:1870 msgid "Telnet&SSH is not enabled." msgstr "" -#: menu.sh:1864 +#: menu.sh:1876 msgid "" "Warning:\\nDo not terminate midway, otherwise it may cause damage to the RR. " "Do you want to continue?" msgstr "" -#: menu.sh:1867 +#: menu.sh:1879 msgid "" "Saving ...\\n(It usually takes 5-10 minutes, please be patient and wait.)" msgstr "" -#: menu.sh:1882 +#: menu.sh:1894 msgid "Save is complete." msgstr "" -#: menu.sh:1890 +#: menu.sh:1902 msgid "This option is only informative.\\n\\n" msgstr "" -#: menu.sh:1891 +#: menu.sh:1903 msgid "This program reserves an interface for ramdisk custom patch scripts.\\n" msgstr "" -#: menu.sh:1892 +#: menu.sh:1904 msgid "Call timing: called before ramdisk packaging.\\n" msgstr "" -#: menu.sh:1893 +#: menu.sh:1905 msgid "Location: /mnt/p3/scripts/*.sh\\n" msgstr "" -#: menu.sh:1931 +#: menu.sh:1943 msgid "Choose a disk to clone to" msgstr "" -#: menu.sh:1937 +#: menu.sh:1949 msgid "No disk selected!" msgstr "" -#: menu.sh:1943 +#: menu.sh:1955 msgid "Disk %s size is less than 1GB and cannot be cloned!" msgstr "" -#: menu.sh:1947 +#: menu.sh:1959 msgid "" "Warning:\\nDisk %s will be formatted and written to the bootloader. Please " "confirm that important data has been backed up. \\nDo you want to continue?" msgstr "" -#: menu.sh:1980 +#: menu.sh:1992 msgid "Cloning ..." msgstr "" -#: menu.sh:1982 +#: menu.sh:1994 msgid "" "Bootloader has been cloned to disk %s, please remove the current bootloader " "disk!\\nReboot?" msgstr "" -#: menu.sh:1993 +#: menu.sh:2005 msgid "" "Please via %s to download the logs,\\nAnd go to github to create an issue " "and upload the logs." msgstr "" -#: menu.sh:1997 +#: menu.sh:2009 msgid "Please go to github to create an issue and upload the logs." msgstr "" -#: menu.sh:2001 +#: menu.sh:2013 msgid "\\Z1No logs found!\\Zn\\n\\n" msgstr "" -#: menu.sh:2002 +#: menu.sh:2014 msgid "Please do as follows:\\n" msgstr "" -#: menu.sh:2003 +#: menu.sh:2015 msgid " 1. Add dbgutils in addons and rebuild.\\n" msgstr "" -#: menu.sh:2004 +#: menu.sh:2016 msgid " 2. Wait 10 minutes after booting.\\n" msgstr "" -#: menu.sh:2005 +#: menu.sh:2017 msgid " 3. Reboot into RR and go to this option.\\n" msgstr "" -#: menu.sh:2012 +#: menu.sh:2024 msgid "" "This option only installs opkg package management, allowing you to install " "more tools for use and debugging. Do you want to continue?" msgstr "" -#: menu.sh:2019 +#: menu.sh:2031 msgid "opkg installing ..." msgstr "" -#: menu.sh:2021 +#: menu.sh:2033 msgid "" "opkg install is complete. Please reconnect to ssh/web, or execute 'source ~/." "bashrc'" msgstr "" -#: menu.sh:2033 +#: menu.sh:2045 msgid "Please enter a proxy server url.(e.g., http://192.168.1.1:7981/)" msgstr "" -#: menu.sh:2044 menu.sh:2077 +#: menu.sh:2056 menu.sh:2089 msgid "Invalid proxy server url, continue?" msgstr "" -#: menu.sh:2066 +#: menu.sh:2078 msgid "Please enter a proxy server url.(e.g., https://mirror.ghproxy.com/)" msgstr "" -#: menu.sh:2091 +#: menu.sh:2103 msgid "It is expected that all restrictions on DSM will be lifted,\\n" msgstr "" -#: menu.sh:2092 +#: menu.sh:2104 msgid "" "But since upgrading is not supported, I don not want to implement it for the " "time being.\\n" msgstr "" -#: menu.sh:2104 menu.sh:2139 menu.sh:2146 +#: menu.sh:2116 menu.sh:2120 menu.sh:2134 menu.sh:2154 menu.sh:2170 +#: menu.sh:2178 menu.sh:2262 menu.sh:2267 menu.sh:2273 msgid "Try recovery DSM" msgstr "" -#: menu.sh:2105 -msgid "Trying to recovery a DSM installed system ..." +#: menu.sh:2117 +msgid "Trying to recovery a installed DSM system ..." msgstr "" -#: menu.sh:2133 -msgid "Found a installation:\\nModel: %s\\nProductversion: %s" -msgstr "" - -#: menu.sh:2137 -msgid "\\nSerial: %s" -msgstr "" - -#: menu.sh:2147 +#: menu.sh:2121 msgid "Unfortunately I couldn't mount the DSM partition!" msgstr "" -#: menu.sh:2197 +#: menu.sh:2135 +msgid "Checking for backup of user's configuration for bootloader ..." +msgstr "" + +#: menu.sh:2155 +msgid "" +"Found a backup of the user's configuration, but the system is damaged and " +"will not be restored. Please reselect model and build." +msgstr "" + +#: menu.sh:2171 +msgid "" +"Found a backup of the user's configuration, and restored it. Please rebuild " +"and boot." +msgstr "" + +#: menu.sh:2179 +msgid "Checking for installed DSM system ..." +msgstr "" + +#: menu.sh:2263 +msgid "Found a installed DSM system and restored it. Please rebuild and boot." +msgstr "" + +#: menu.sh:2268 +msgid "" +"Found a installed DSM system, but the system is damaged and will not be " +"restored. Please reselect model and build." +msgstr "" + +#: menu.sh:2274 +msgid "" +"The installed DSM system was not found, or the system is damaged and cannot " +"be recovered. Please reselect model and build." +msgstr "" + +#: menu.sh:2324 msgid "Alert" msgstr "" -#: menu.sh:2198 +#: menu.sh:2325 msgid "Config changed, would you like to rebuild the loader?" msgstr "" -#: menu.sh:2215 menu.sh:2815 +#: menu.sh:2342 menu.sh:2942 msgid "Choose a language" msgstr "" -#: menu.sh:2230 +#: menu.sh:2357 msgid "Choose a layout" msgstr "" -#: menu.sh:2242 +#: menu.sh:2369 msgid "Choice a keymap" msgstr "" -#: menu.sh:2261 menu.sh:2338 menu.sh:2435 menu.sh:2480 menu.sh:2530 -#: menu.sh:2569 +#: menu.sh:2388 menu.sh:2465 menu.sh:2562 menu.sh:2607 menu.sh:2657 +#: menu.sh:2696 msgid "Update %s" msgstr "" -#: menu.sh:2262 +#: menu.sh:2389 msgid "Checking last version ..." msgstr "" -#: menu.sh:2278 +#: menu.sh:2405 msgid "Error checking new version.\\nError: TAG is %s" msgstr "" -#: menu.sh:2291 +#: menu.sh:2418 msgid "No new version." msgstr "" -#: menu.sh:2295 +#: menu.sh:2422 msgid "Actual version is %s\\nForce update?" msgstr "" -#: menu.sh:2317 +#: menu.sh:2444 msgid "Downloading ..." msgstr "" -#: menu.sh:2320 +#: menu.sh:2447 msgid "Error downloading new version.\\nError: %d:%d" msgstr "" -#: menu.sh:2338 menu.sh:2422 menu.sh:2615 menu.sh:2642 +#: menu.sh:2465 menu.sh:2549 menu.sh:2742 menu.sh:2769 msgid "RR" msgstr "" -#: menu.sh:2339 menu.sh:2436 menu.sh:2481 menu.sh:2531 menu.sh:2570 +#: menu.sh:2466 menu.sh:2563 menu.sh:2608 menu.sh:2658 menu.sh:2697 msgid "Extracting update file ..." msgstr "" -#: menu.sh:2350 menu.sh:2447 menu.sh:2492 menu.sh:2542 menu.sh:2581 +#: menu.sh:2477 menu.sh:2574 menu.sh:2619 menu.sh:2669 menu.sh:2708 msgid "Error extracting update file." msgstr "" -#: menu.sh:2362 +#: menu.sh:2489 msgid "Checksum do not match!" msgstr "" -#: menu.sh:2376 +#: menu.sh:2503 msgid "" "The current version does not support upgrading to the latest update.zip. " "Please remake the bootloader disk!" msgstr "" -#: menu.sh:2386 +#: menu.sh:2513 msgid "Installing new files ..." msgstr "" -#: menu.sh:2422 menu.sh:2465 menu.sh:2515 menu.sh:2554 menu.sh:2593 +#: menu.sh:2549 menu.sh:2592 menu.sh:2642 menu.sh:2681 menu.sh:2720 msgid "%s updated with success!" msgstr "" -#: menu.sh:2422 +#: menu.sh:2549 msgid "Reboot?" msgstr "" -#: menu.sh:2530 menu.sh:2554 menu.sh:2618 menu.sh:2671 menu.sh:2675 +#: menu.sh:2657 menu.sh:2681 menu.sh:2745 menu.sh:2798 menu.sh:2802 msgid "LKMs" msgstr "" -#: menu.sh:2569 menu.sh:2593 menu.sh:2619 menu.sh:2682 menu.sh:2686 +#: menu.sh:2696 menu.sh:2720 menu.sh:2746 menu.sh:2809 menu.sh:2813 msgid "CKs" msgstr "" -#: menu.sh:2614 menu.sh:2636 +#: menu.sh:2741 menu.sh:2763 msgid "All" msgstr "" -#: menu.sh:2620 +#: menu.sh:2747 msgid "Local upload" msgstr "" -#: menu.sh:2621 +#: menu.sh:2748 msgid "Pre Release:" msgstr "" -#: menu.sh:2626 menu.sh:2694 +#: menu.sh:2753 menu.sh:2821 msgid "" "Manually uploading update*.zip,addons*.zip,modules*.zip,rp-lkms*.zip,rr-cks*." "zip to /tmp/ will skip the download." msgstr "" -#: menu.sh:2649 menu.sh:2660 menu.sh:2671 menu.sh:2682 +#: menu.sh:2776 menu.sh:2787 menu.sh:2798 menu.sh:2809 msgid "No longer supports update %s separately. Please choose to update All/RR" msgstr "" -#: menu.sh:2700 +#: menu.sh:2827 msgid "" "Please keep the attachment name consistent with the attachment name on " "Github.\\n" msgstr "" -#: menu.sh:2701 +#: menu.sh:2828 msgid "Upload update*.zip will update RR.\\n" msgstr "" -#: menu.sh:2702 +#: menu.sh:2829 msgid "Upload addons*.zip will update Addons.\\n" msgstr "" -#: menu.sh:2703 +#: menu.sh:2830 msgid "Upload modules*.zip will update Modules.\\n" msgstr "" -#: menu.sh:2704 +#: menu.sh:2831 msgid "Upload rp-lkms*.zip will update LKMs.\\n" msgstr "" -#: menu.sh:2705 +#: menu.sh:2832 msgid "Upload rr-cks*.zip will update CKs.\\n" msgstr "" -#: menu.sh:2761 +#: menu.sh:2888 msgid "This person is very lazy and hasn't written anything." msgstr "" -#: menu.sh:2788 +#: menu.sh:2915 msgid "Choose a model" msgstr "" -#: menu.sh:2790 +#: menu.sh:2917 msgid "Choose a version" msgstr "" -#: menu.sh:2792 +#: menu.sh:2919 msgid "Parse pat" msgstr "" -#: menu.sh:2799 +#: menu.sh:2926 msgid "Kernel:" msgstr "" -#: menu.sh:2801 +#: menu.sh:2928 msgid "Addons menu" msgstr "" -#: menu.sh:2802 +#: menu.sh:2929 msgid "Modules menu" msgstr "" -#: menu.sh:2803 +#: menu.sh:2930 msgid "Cmdline menu" msgstr "" -#: menu.sh:2804 +#: menu.sh:2931 msgid "Synoinfo menu" msgstr "" -#: menu.sh:2806 +#: menu.sh:2933 msgid "Advanced menu" msgstr "" -#: menu.sh:2809 +#: menu.sh:2936 msgid "Build the loader" msgstr "" -#: menu.sh:2813 +#: menu.sh:2940 msgid "Boot the loader" msgstr "" -#: menu.sh:2816 +#: menu.sh:2943 msgid "Choose a keymap" msgstr "" -#: menu.sh:2818 +#: menu.sh:2945 msgid "Clean disk cache" msgstr "" -#: menu.sh:2820 +#: menu.sh:2947 msgid "Update menu" msgstr "" -#: menu.sh:2821 +#: menu.sh:2948 msgid "Notepad" msgstr "" -#: menu.sh:2843 +#: menu.sh:2970 msgid "Change ..." msgstr "" -#: menu.sh:2912 +#: menu.sh:3039 msgid "Choose a action" msgstr "" -#: menu.sh:2913 +#: menu.sh:3040 msgid "Poweroff" msgstr "" -#: menu.sh:2914 +#: menu.sh:3041 msgid "Reboot" msgstr "" -#: menu.sh:2915 +#: menu.sh:3042 msgid "Reboot to RR" msgstr "" -#: menu.sh:2916 +#: menu.sh:3043 msgid "Back to shell" msgstr "" -#: menu.sh:2942 +#: menu.sh:3069 msgid "Call \\033[1;32mmenu.sh\\033[0m to return to menu" msgstr "" diff --git a/files/initrd/opt/rr/lang/ru_RU/LC_MESSAGES/rr.mo b/files/initrd/opt/rr/lang/ru_RU/LC_MESSAGES/rr.mo index d32f567c9ffe231281ae00c7faa674db2ce8fc4b..21a25a5febdaa1a7c73e8d21d06bbe86a70b29d7 100644 GIT binary patch delta 9509 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 WtZ{?)NQ&>4N7d;Yxc$>h0{#muDYv5l diff --git a/files/initrd/opt/rr/lang/ru_RU/LC_MESSAGES/rr.po b/files/initrd/opt/rr/lang/ru_RU/LC_MESSAGES/rr.po index 7ca77114..8f343d83 100644 --- a/files/initrd/opt/rr/lang/ru_RU/LC_MESSAGES/rr.po +++ b/files/initrd/opt/rr/lang/ru_RU/LC_MESSAGES/rr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: RR\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-08 00:26+0800\n" -"PO-Revision-Date: 2024-03-08 00:45+0800\n" +"POT-Creation-Date: 2024-03-08 19:17+0800\n" +"PO-Revision-Date: 2024-03-08 19:29+0800\n" "Last-Translator: Alex TG @xpenology_russian\n" "Language-Team: Русский перевод TG @xpenology_russian\n" "Language: ru_RU\n" @@ -33,7 +33,7 @@ msgstr "Welcome to %s" msgid "DSM zImage changed" msgstr "DSM zImage изменен" -#: boot.sh:36 menu.sh:1257 +#: boot.sh:36 menu.sh:1269 msgid "" "zImage not patched,\\nPlease upgrade the bootloader version and try again." "\\nPatch error:\\n" @@ -45,7 +45,7 @@ msgstr "" msgid "DSM Ramdisk changed" msgstr "DSM Ramdisk изменен" -#: boot.sh:47 menu.sh:1263 +#: boot.sh:47 menu.sh:1275 msgid "" "Ramdisk not patched,\\nPlease upgrade the bootloader version and try again." "\\nPatch error:\\n" @@ -278,7 +278,7 @@ msgstr "" msgid "Get pat data ..." msgstr "Получение данных pat ..." -#: menu.sh:285 menu.sh:1033 menu.sh:1169 +#: menu.sh:285 menu.sh:1033 menu.sh:1181 msgid "Network error, please check the network connection and try again." msgstr "Ошибка сети, проверьте сетевое соединение, а затем повторите попытку." @@ -334,10 +334,10 @@ msgstr "" "Пожалуйста, загрузите файл pat в папку /tmp/pats/ через DUFS и повторно " "введите эту опцию.\\n" -#: menu.sh:361 menu.sh:371 menu.sh:2614 menu.sh:2615 menu.sh:2616 menu.sh:2617 -#: menu.sh:2618 menu.sh:2619 menu.sh:2625 menu.sh:2648 menu.sh:2659 -#: menu.sh:2670 menu.sh:2681 menu.sh:2695 menu.sh:2706 menu.sh:2723 -#: menu.sh:2742 +#: menu.sh:361 menu.sh:371 menu.sh:2741 menu.sh:2742 menu.sh:2743 menu.sh:2744 +#: menu.sh:2745 menu.sh:2746 menu.sh:2752 menu.sh:2775 menu.sh:2786 +#: menu.sh:2797 menu.sh:2808 menu.sh:2822 menu.sh:2833 menu.sh:2850 +#: menu.sh:2869 msgid "Update" msgstr "Обновить" @@ -361,25 +361,25 @@ msgstr "В настоящее время %s не поддерживается." msgid "Currently, %s of %s is not supported." msgstr "В настоящее время %s-%s не поддерживается." -#: menu.sh:475 menu.sh:1273 menu.sh:2824 menu.sh:2842 +#: menu.sh:475 menu.sh:1285 menu.sh:2951 menu.sh:2969 msgid "Main menu" msgstr "Главное меню" -#: menu.sh:476 menu.sh:1274 +#: menu.sh:476 menu.sh:1286 msgid "Making ..." msgstr "Создание ..." -#: menu.sh:478 menu.sh:1276 +#: menu.sh:478 menu.sh:1288 msgid "Error" msgstr "Ошибка" #: menu.sh:511 menu.sh:528 menu.sh:533 menu.sh:539 menu.sh:550 menu.sh:558 #: menu.sh:581 menu.sh:588 menu.sh:592 menu.sh:606 menu.sh:610 menu.sh:618 -#: menu.sh:621 menu.sh:2435 menu.sh:2465 menu.sh:2616 menu.sh:2649 menu.sh:2653 +#: menu.sh:621 menu.sh:2562 menu.sh:2592 menu.sh:2743 menu.sh:2776 menu.sh:2780 msgid "Addons" msgstr "Дополнения" -#: menu.sh:512 menu.sh:642 menu.sh:818 menu.sh:953 menu.sh:1294 menu.sh:2825 +#: menu.sh:512 menu.sh:642 menu.sh:818 menu.sh:953 menu.sh:1306 menu.sh:2952 msgid "Choose a option" msgstr "Выберите опцию" @@ -399,8 +399,8 @@ msgstr "Показать все дополнения" msgid "Upload a external addon" msgstr "Загрузить внешнее дополнение" -#: menu.sh:517 menu.sh:649 menu.sh:816 menu.sh:951 menu.sh:1299 menu.sh:1431 -#: menu.sh:2622 menu.sh:2822 menu.sh:2917 +#: menu.sh:517 menu.sh:649 menu.sh:816 menu.sh:951 menu.sh:1311 menu.sh:1443 +#: menu.sh:2749 menu.sh:2949 menu.sh:3044 msgid "Exit" msgstr "Выход" @@ -432,7 +432,7 @@ msgstr "" "Имена с цветом \"\\Z4синий\\Zn\" были добавлены, с цветом \"черный\" не " "добавлены.\\n\\n" -#: menu.sh:587 menu.sh:721 menu.sh:1307 menu.sh:2693 +#: menu.sh:587 menu.sh:721 menu.sh:1319 menu.sh:2820 msgid "" "This feature is only available when accessed via ssh (Requires a terminal " "that supports ZModem protocol).\\n" @@ -444,7 +444,7 @@ msgstr "" msgid "Please upload the *.addons file." msgstr "Пожалуйста, загрузите файл *.addons." -#: menu.sh:607 menu.sh:756 menu.sh:2724 menu.sh:2743 +#: menu.sh:607 menu.sh:756 menu.sh:2851 menu.sh:2870 msgid "Not a valid file, please try again!" msgstr "Недействительный файл, пожалуйста, попробуйте снова!" @@ -463,8 +463,8 @@ msgid "File format not recognized!" msgstr "Формат файла не распознан!" #: menu.sh:641 menu.sh:655 menu.sh:668 menu.sh:705 menu.sh:722 menu.sh:732 -#: menu.sh:735 menu.sh:751 menu.sh:755 menu.sh:769 menu.sh:775 menu.sh:2480 -#: menu.sh:2515 menu.sh:2617 menu.sh:2660 menu.sh:2664 +#: menu.sh:735 menu.sh:751 menu.sh:755 menu.sh:769 menu.sh:775 menu.sh:2607 +#: menu.sh:2642 menu.sh:2744 menu.sh:2787 menu.sh:2791 msgid "Modules" msgstr "Модули" @@ -565,7 +565,7 @@ msgstr "Нет i915 с модулем зависимостей, который msgid "Module %s deselected.\\n" msgstr "Выбор модуля %s отменен.\\n" -#: menu.sh:790 menu.sh:1361 menu.sh:2155 menu.sh:2162 menu.sh:2185 +#: menu.sh:790 menu.sh:1373 menu.sh:2282 menu.sh:2289 menu.sh:2312 msgid "Edit with caution" msgstr "Редактируйте с осторожностью" @@ -727,7 +727,7 @@ msgstr "Выберите элемент synoinfo для удаления" msgid "Downloading old pat to extract synology .pat extractor..." msgstr "Загрузка старого pat для извлечения экстрактора .pat Synology..." -#: menu.sh:1051 menu.sh:1191 +#: menu.sh:1051 menu.sh:1203 msgid "Check internet or cache disk space.\\nError: %d:%d" msgstr "Проверьте интернет или место на диске кэша.\\nОшибка: %d:%d" @@ -751,7 +751,7 @@ msgstr "" "Не удалось определить, зашифрован ли файл pat или нет, возможно, он " "поврежден, попробуйте снова!" -#: menu.sh:1110 menu.sh:1207 +#: menu.sh:1110 menu.sh:1219 msgid "Disassembling %s: " msgstr "Разборка %s: " @@ -767,26 +767,45 @@ msgstr "Извлечение ..." msgid "%s cached." msgstr "%s закэшировано." -#: menu.sh:1161 +#: menu.sh:1160 +msgid "The cache has been cleared. Please re 'Parse pat' before build." +msgstr "" +"Кэш был очищен. Пожалуйста, повторно \"проанализируйте pat\" перед " +"генерацией." + +#: menu.sh:1164 +msgid "" +"The cache has been cleared. Please re 'Try to recovery a installed DSM " +"system' before build." +msgstr "" +"Кэш был очищен. Перед генерацией « попробуйте восстановить установленную " +"систему DSM»." + +#: menu.sh:1168 +msgid "The pat url is empty. Please re 'Choose a version' before build." +msgstr "" +"Пустой PAT URL. Пожалуйста, заново \"выберите версию\" перед генерацией." + +#: menu.sh:1173 msgid "Cleaning cache ..." msgstr "Очистка кэша ..." -#: menu.sh:1175 +#: menu.sh:1187 msgid "" "Based on the current network situation, switch to %s mirror to downloading." msgstr "" "В зависимости от текущей сетевой ситуации переключитесь на зеркало %s для " "загрузки." -#: menu.sh:1178 +#: menu.sh:1190 msgid "Downloading %s ..." msgstr "Загрузка %s ..." -#: menu.sh:1197 +#: menu.sh:1209 msgid "Checking hash of %s: " msgstr "Проверка хэша %s: " -#: menu.sh:1200 +#: menu.sh:1212 msgid "" "md5 hash of pat not match, Please reget pat data from the version menu and " "try again!" @@ -794,52 +813,52 @@ msgstr "" "md5 хэш pat не совпадает, пожалуйста, получите данные pat заново из меню " "версий и попробуйте снова!" -#: menu.sh:1203 menu.sh:1219 menu.sh:1229 +#: menu.sh:1215 menu.sh:1231 menu.sh:1241 msgid "OK" msgstr "ОК" -#: menu.sh:1214 +#: menu.sh:1226 msgid "Setting hash: " msgstr "Установка хэша: " -#: menu.sh:1221 +#: menu.sh:1233 msgid "Copying files: " msgstr "Копирование файлов: " -#: menu.sh:1245 +#: menu.sh:1257 msgid "Addon %s not found!" msgstr "Дополнение %s не найдено!" -#: menu.sh:1267 +#: menu.sh:1279 msgid "Cleaning ..." msgstr "Очистка ..." -#: menu.sh:1269 +#: menu.sh:1281 msgid "Ready!" msgstr "Готово!" -#: menu.sh:1293 menu.sh:1309 menu.sh:1313 menu.sh:1330 menu.sh:1335 -#: menu.sh:1354 menu.sh:1366 menu.sh:1418 +#: menu.sh:1305 menu.sh:1321 menu.sh:1325 menu.sh:1342 menu.sh:1347 +#: menu.sh:1366 menu.sh:1378 menu.sh:1430 msgid "Custom DTS" msgstr "Настройка DTS" -#: menu.sh:1295 +#: menu.sh:1307 msgid "Custom dts: " msgstr "Настройка dts: " -#: menu.sh:1296 +#: menu.sh:1308 msgid "Upload dts file" msgstr "Загрузить файл dts" -#: menu.sh:1297 +#: menu.sh:1309 msgid "Delete dts file" msgstr "Удалить файл dts" -#: menu.sh:1298 +#: menu.sh:1310 msgid "Edit dts file" msgstr "Редактирование файлов dts" -#: menu.sh:1308 +#: menu.sh:1320 msgid "" "Or upload the dts file to %s via DUFS, Will be automatically imported when " "building." @@ -847,7 +866,7 @@ msgstr "" "Или загрузите файл dts на %s через DUFS, он будет автоматически импортирован " "при сборке." -#: menu.sh:1314 +#: menu.sh:1326 msgid "" "Currently, only dts format files are supported. Please prepare and click to " "confirm uploading.\\n(saved in /mnt/p3/users/)" @@ -856,182 +875,182 @@ msgstr "" "подготовьте и нажмите, чтобы подтвердить загрузку.\\n(сохранено в /mnt/p3/" "users/)" -#: menu.sh:1331 menu.sh:1367 +#: menu.sh:1343 menu.sh:1379 msgid "Not a valid dts file, please try again!" msgstr "Недействительный файл dts, пожалуйста, попробуйте снова!" -#: menu.sh:1336 +#: menu.sh:1348 msgid "A valid dts file, Automatically import at compile time." msgstr "" "Действительный файл dts, автоматически импортируется во время компиляции." -#: menu.sh:1355 +#: menu.sh:1367 msgid "No dts file to edit. Please upload first!" msgstr "Нет отредактированных dts файлов. Пожалуйста, сначала загрузите!" -#: menu.sh:1391 +#: menu.sh:1403 msgid "Switch LKM version:" msgstr "Переключить версию LKM:" -#: menu.sh:1392 +#: menu.sh:1404 msgid "HDD sort(hotplug):" msgstr "Сортировка HDD(hotplug):" -#: menu.sh:1395 +#: menu.sh:1407 msgid "Switch direct boot:" msgstr "Переключить прямую загрузку:" -#: menu.sh:1397 +#: menu.sh:1409 msgid "Timeout of get ip in boot:" msgstr "Тайм-аут получения ip при загрузке:" -#: menu.sh:1398 +#: menu.sh:1410 msgid "Timeout of boot wait:" msgstr "Тайм-аут ожидания загрузки:" -#: menu.sh:1399 +#: menu.sh:1411 msgid "kernel switching method:" msgstr "Метод переключения ядра:" -#: menu.sh:1401 +#: menu.sh:1413 msgid "Reboot on kernel panic:" msgstr "Перезагрузка при панике ядра:" -#: menu.sh:1403 +#: menu.sh:1415 msgid "Set static IP" msgstr "Установить статический IP" -#: menu.sh:1404 +#: menu.sh:1416 msgid "Set wireless account" msgstr "Установить беспроводной аккаунт" -#: menu.sh:1405 +#: menu.sh:1417 msgid "Edit user config file manually" msgstr "Вручную отредактировать файл конфигурации пользователя" -#: menu.sh:1406 +#: menu.sh:1418 msgid "Edit grub.cfg file manually" msgstr "Вручную отредактировать файл grub.cfg" -#: menu.sh:1407 -msgid "Try to recovery a DSM installed system" -msgstr "Попытка восстановить установленную систему DSM" +#: menu.sh:1419 +msgid "Try to recovery a installed DSM system" +msgstr "Восстановление установленной системы DSM" -#: menu.sh:1408 +#: menu.sh:1420 msgid "Show disks information" msgstr "Показать информацию о дисках" -#: menu.sh:1410 +#: menu.sh:1422 msgid "show/modify the current pat data" msgstr "показать/изменить текущие данные pat" -#: menu.sh:1412 +#: menu.sh:1424 msgid "Allow downgrade installation" msgstr "Разрешить установку более ранней версии" -#: menu.sh:1413 +#: menu.sh:1425 msgid "Format disk(s) # Without loader disk" msgstr "Форматировать диск(и) # Без диска загрузчика" -#: menu.sh:1414 +#: menu.sh:1426 msgid "Reset DSM system password" msgstr "Сбросить пароль системы DSM" -#: menu.sh:1415 +#: menu.sh:1427 msgid "Force enable Telnet&SSH of DSM system" msgstr "Принудительно включить Telnet&SSH системы DSM" -#: menu.sh:1416 +#: menu.sh:1428 msgid "Save modifications of '/opt/rr'" msgstr "Сохранить изменения в '/opt/rr'" -#: menu.sh:1420 +#: menu.sh:1432 msgid "Custom patch script # Developer" msgstr "Пользовательский скрипт патча # Разработчик" -#: menu.sh:1422 +#: menu.sh:1434 msgid "Use EMMC as the system disk:" msgstr "Использовать EMMC в качестве системного диска:" -#: menu.sh:1424 +#: menu.sh:1436 msgid "Clone bootloader disk to another disk" msgstr "Клонировать диск загрузчика на другой диск" -#: menu.sh:1425 +#: menu.sh:1437 msgid "Report bugs to the author" msgstr "Сообщить об ошибках автору" -#: menu.sh:1426 +#: menu.sh:1438 msgid "Install development tools" msgstr "Установить инструменты разработки" -#: menu.sh:1427 +#: menu.sh:1439 msgid "Show QR logo:" msgstr "Показать QR-логотип:" -#: menu.sh:1428 +#: menu.sh:1440 msgid "Set global proxy" msgstr "Установить глобальный прокси" -#: menu.sh:1429 +#: menu.sh:1441 msgid "Set github proxy" msgstr "Установить прокси GitHub" -#: menu.sh:1430 +#: menu.sh:1442 msgid "Vigorously miracle" msgstr "Энергичное чудо" -#: menu.sh:1433 menu.sh:1457 menu.sh:1469 menu.sh:1489 menu.sh:1512 -#: menu.sh:1536 menu.sh:1541 menu.sh:1553 menu.sh:1562 menu.sh:1584 -#: menu.sh:1685 menu.sh:1692 menu.sh:1710 menu.sh:1723 menu.sh:1726 -#: menu.sh:1739 menu.sh:1743 menu.sh:1744 menu.sh:1749 menu.sh:1753 -#: menu.sh:1768 menu.sh:1770 menu.sh:1793 menu.sh:1797 menu.sh:1804 -#: menu.sh:1810 menu.sh:1828 menu.sh:1830 menu.sh:1834 menu.sh:1856 -#: menu.sh:1859 menu.sh:1863 menu.sh:1866 menu.sh:1881 menu.sh:1894 -#: menu.sh:1926 menu.sh:1930 menu.sh:1936 menu.sh:1942 menu.sh:1948 -#: menu.sh:1979 menu.sh:1992 menu.sh:1996 menu.sh:2006 menu.sh:2011 -#: menu.sh:2018 menu.sh:2020 menu.sh:2032 menu.sh:2043 menu.sh:2065 -#: menu.sh:2076 menu.sh:2093 +#: menu.sh:1445 menu.sh:1469 menu.sh:1481 menu.sh:1501 menu.sh:1524 +#: menu.sh:1548 menu.sh:1553 menu.sh:1565 menu.sh:1574 menu.sh:1596 +#: menu.sh:1697 menu.sh:1704 menu.sh:1722 menu.sh:1735 menu.sh:1738 +#: menu.sh:1751 menu.sh:1755 menu.sh:1756 menu.sh:1761 menu.sh:1765 +#: menu.sh:1780 menu.sh:1782 menu.sh:1805 menu.sh:1809 menu.sh:1816 +#: menu.sh:1822 menu.sh:1840 menu.sh:1842 menu.sh:1846 menu.sh:1868 +#: menu.sh:1871 menu.sh:1875 menu.sh:1878 menu.sh:1893 menu.sh:1906 +#: menu.sh:1938 menu.sh:1942 menu.sh:1948 menu.sh:1954 menu.sh:1960 +#: menu.sh:1991 menu.sh:2004 menu.sh:2008 menu.sh:2018 menu.sh:2023 +#: menu.sh:2030 menu.sh:2032 menu.sh:2044 menu.sh:2055 menu.sh:2077 +#: menu.sh:2088 menu.sh:2105 msgid "Advanced" msgstr "Расширенные настройки" -#: menu.sh:1434 +#: menu.sh:1446 msgid "Advanced option" msgstr "Расширенные настройки" -#: menu.sh:1458 menu.sh:1470 menu.sh:1490 +#: menu.sh:1470 menu.sh:1482 menu.sh:1502 msgid "Choose a time(seconds)" msgstr "Выберите опцию" -#: menu.sh:1500 +#: menu.sh:1512 msgid "Temporary IP: (UI will not refresh)" msgstr "Временный IP: (UI не будет обновляться)" -#: menu.sh:1537 +#: menu.sh:1549 msgid "Setting IP ..." msgstr "Сброс ..." -#: menu.sh:1542 +#: menu.sh:1554 msgid "Scanning ..." msgstr "Очистка ..." -#: menu.sh:1545 +#: menu.sh:1557 msgid "Scanned SSIDs:\\n" msgstr "Сканированные SSID:\\n" -#: menu.sh:1563 +#: menu.sh:1575 msgid "Invalid SSID/PSK, retry?" msgstr "Недействительный SN/MAC, повторить?" -#: menu.sh:1585 +#: menu.sh:1597 msgid "Setting ..." msgstr "Сброс ..." -#: menu.sh:1683 +#: menu.sh:1695 msgid "\\nTotal of ports: %s\\n" msgstr "\\nВсего портов: %s\\n" -#: menu.sh:1684 +#: menu.sh:1696 msgid "" "\\nPorts with color \\Z1red\\Zn as DUMMY, color \\Z2\\Zbgreen\\Zn has drive " "connected." @@ -1039,11 +1058,11 @@ msgstr "" "\\nПорты цвета \\Z1red\\Zn указаны как DUMMY, цвет \\Z2\\Zbgreen\\Zn " "подключен к диску." -#: menu.sh:1691 +#: menu.sh:1703 msgid "pat: (editable)" msgstr "pat: (редактируется)" -#: menu.sh:1707 +#: menu.sh:1719 msgid "" "This feature will allow you to downgrade the installation by removing the " "VERSION file from the first partition of all disks.\\n" @@ -1051,11 +1070,11 @@ msgstr "" "Эта функция позволит вам понизить версию установки, удалив файл VERSION из " "первого раздела всех дисков.\\n" -#: menu.sh:1708 +#: menu.sh:1720 msgid "Therefore, please insert all disks before continuing.\\n" msgstr "Пожалуйста, вставьте все диски перед продолжением.\\n" -#: menu.sh:1709 menu.sh:1750 +#: menu.sh:1721 menu.sh:1762 msgid "" "Warning:\\nThis operation is irreversible. Please backup important data. Do " "you want to continue?" @@ -1064,74 +1083,74 @@ msgstr "" "Пожалуйста, подтвердите, что важные данные были сохранены. \\nХотите " "продолжить?" -#: menu.sh:1724 +#: menu.sh:1736 msgid "Removing ..." msgstr "Сброс ..." -#: menu.sh:1725 +#: menu.sh:1737 msgid "Remove VERSION file for all disks completed." msgstr "Удаление файла VERSION для всех дисков завершено." -#: menu.sh:1740 menu.sh:1927 +#: menu.sh:1752 menu.sh:1939 msgid "No disk found!" msgstr "Диски не найдены!" -#: menu.sh:1754 +#: menu.sh:1766 msgid "" "Warning:\\nThe current hds is in raid, do you still want to format them?" msgstr "" "Предупреждение:\\nТекущие hds находятся в рейде, вы все еще хотите их " "отформатировать?" -#: menu.sh:1769 +#: menu.sh:1781 msgid "Formatting ..." msgstr "Форматирование ..." -#: menu.sh:1771 +#: menu.sh:1783 msgid "Formatting is complete." msgstr "Форматирование завершено." -#: menu.sh:1794 +#: menu.sh:1806 msgid "The installed Syno system not found in the currently inserted disks!" msgstr "Установленная система Syno не найдена на вставленных дисках!" -#: menu.sh:1798 +#: menu.sh:1810 msgid "Choose a user name" msgstr "Выберите имя пользователя" -#: menu.sh:1805 +#: menu.sh:1817 msgid "Type a new password for user '%s'" msgstr "Введите новый пароль для пользователя '%s'" -#: menu.sh:1811 +#: menu.sh:1823 msgid "Invalid password" msgstr "Неверный пароль" -#: menu.sh:1829 +#: menu.sh:1841 msgid "Resetting ..." msgstr "Сброс ..." -#: menu.sh:1831 +#: menu.sh:1843 msgid "Password reset completed." msgstr "Сброс пароля завершен." -#: menu.sh:1835 +#: menu.sh:1847 msgid "Please insert all disks before continuing.\\n" msgstr "Пожалуйста, вставьте все диски перед продолжением.\\n" -#: menu.sh:1857 +#: menu.sh:1869 msgid "Enabling ..." msgstr "Включение ..." -#: menu.sh:1858 +#: menu.sh:1870 msgid "Telnet&SSH is enabled." msgstr "Telnet&SSH включен." -#: menu.sh:1858 +#: menu.sh:1870 msgid "Telnet&SSH is not enabled." msgstr "Telnet&SSH не включен." -#: menu.sh:1864 +#: menu.sh:1876 msgid "" "Warning:\\nDo not terminate midway, otherwise it may cause damage to the RR. " "Do you want to continue?" @@ -1139,48 +1158,48 @@ msgstr "" "Предупреждение:\\nНе прерывайте процесс, иначе это может повредить RR. " "Хотите продолжить?" -#: menu.sh:1867 +#: menu.sh:1879 msgid "" "Saving ...\\n(It usually takes 5-10 minutes, please be patient and wait.)" msgstr "" "Сохранение ...\\n(Обычно занимает 5-10 минут, пожалуйста, будьте терпеливы и " "подождите.)" -#: menu.sh:1882 +#: menu.sh:1894 msgid "Save is complete." msgstr "Сохранение завершено." -#: menu.sh:1890 +#: menu.sh:1902 msgid "This option is only informative.\\n\\n" msgstr "Эта опция только информативная.\\n\\n" -#: menu.sh:1891 +#: menu.sh:1903 msgid "This program reserves an interface for ramdisk custom patch scripts.\\n" msgstr "" "Эта программа резервирует интерфейс для пользовательских скриптов патчей " "ramdisk.\\n" -#: menu.sh:1892 +#: menu.sh:1904 msgid "Call timing: called before ramdisk packaging.\\n" msgstr "Время вызова: вызывается перед упаковкой ramdisk.\\n" -#: menu.sh:1893 +#: menu.sh:1905 msgid "Location: /mnt/p3/scripts/*.sh\\n" msgstr "Расположение: /mnt/p3/scripts/*.sh\\n" -#: menu.sh:1931 +#: menu.sh:1943 msgid "Choose a disk to clone to" msgstr "Выберите диск для клонирования" -#: menu.sh:1937 +#: menu.sh:1949 msgid "No disk selected!" msgstr "Диск не выбран!" -#: menu.sh:1943 +#: menu.sh:1955 msgid "Disk %s size is less than 1GB and cannot be cloned!" msgstr "Размер диска %s меньше 1 ГБ и не может быть клонирован!" -#: menu.sh:1947 +#: menu.sh:1959 msgid "" "Warning:\\nDisk %s will be formatted and written to the bootloader. Please " "confirm that important data has been backed up. \\nDo you want to continue?" @@ -1189,11 +1208,11 @@ msgstr "" "Пожалуйста, подтвердите, что важные данные были сохранены. \\nХотите " "продолжить?" -#: menu.sh:1980 +#: menu.sh:1992 msgid "Cloning ..." msgstr "Клонирование ..." -#: menu.sh:1982 +#: menu.sh:1994 msgid "" "Bootloader has been cloned to disk %s, please remove the current bootloader " "disk!\\nReboot?" @@ -1201,7 +1220,7 @@ msgstr "" "Загрузчик был клонирован на диск %s, пожалуйста, удалите текущий диск " "загрузчика!\\nПерезагрузить?" -#: menu.sh:1993 +#: menu.sh:2005 msgid "" "Please via %s to download the logs,\\nAnd go to github to create an issue " "and upload the logs." @@ -1209,32 +1228,32 @@ msgstr "" "Пожалуйста, используйте %s для загрузки логов,\\nи перейдите на github, " "чтобы создать проблему и загрузить логи." -#: menu.sh:1997 +#: menu.sh:2009 msgid "Please go to github to create an issue and upload the logs." msgstr "" "Пожалуйста, перейдите на github, чтобы создать проблему и загрузить логи." -#: menu.sh:2001 +#: menu.sh:2013 msgid "\\Z1No logs found!\\Zn\\n\\n" msgstr "\\Z1Логи не найдены!\\Zn\\n\\n" -#: menu.sh:2002 +#: menu.sh:2014 msgid "Please do as follows:\\n" msgstr "Пожалуйста, сделайте следующее:\\n" -#: menu.sh:2003 +#: menu.sh:2015 msgid " 1. Add dbgutils in addons and rebuild.\\n" msgstr " 1. Добавьте dbgutils в дополнения и пересоберите.\\n" -#: menu.sh:2004 +#: menu.sh:2016 msgid " 2. Wait 10 minutes after booting.\\n" msgstr " 2. Подождите 10 минут после загрузки.\\n" -#: menu.sh:2005 +#: menu.sh:2017 msgid " 3. Reboot into RR and go to this option.\\n" msgstr " 3. Перезагрузитесь в RR и перейдите к этому варианту.\\n" -#: menu.sh:2012 +#: menu.sh:2024 msgid "" "This option only installs opkg package management, allowing you to install " "more tools for use and debugging. Do you want to continue?" @@ -1243,11 +1262,11 @@ msgstr "" "устанавливать больше инструментов для использования и отладки. Хотите " "продолжить?" -#: menu.sh:2019 +#: menu.sh:2031 msgid "opkg installing ..." msgstr "Установка opkg ..." -#: menu.sh:2021 +#: menu.sh:2033 msgid "" "opkg install is complete. Please reconnect to ssh/web, or execute 'source ~/." "bashrc'" @@ -1255,26 +1274,26 @@ msgstr "" "Установка opkg завершена. Пожалуйста, переподключитесь к ssh/web или " "выполните 'source ~/.bashrc'" -#: menu.sh:2033 +#: menu.sh:2045 msgid "Please enter a proxy server url.(e.g., http://192.168.1.1:7981/)" msgstr "" "Пожалуйста, введите URL прокси-сервера (например, http://192.168.1.1:7981/)" -#: menu.sh:2044 menu.sh:2077 +#: menu.sh:2056 menu.sh:2089 msgid "Invalid proxy server url, continue?" msgstr "Недействительный URL прокси-сервера, продолжить?" -#: menu.sh:2066 +#: menu.sh:2078 msgid "Please enter a proxy server url.(e.g., https://mirror.ghproxy.com/)" msgstr "" "Пожалуйста, введите URL прокси-сервера (например, https://mirror.ghproxy." "com/)" -#: menu.sh:2091 +#: menu.sh:2103 msgid "It is expected that all restrictions on DSM will be lifted,\\n" msgstr "Ожидается, что все ограничения на DSM будут сняты,\\n" -#: menu.sh:2092 +#: menu.sh:2104 msgid "" "But since upgrading is not supported, I don not want to implement it for the " "time being.\\n" @@ -1282,92 +1301,132 @@ msgstr "" "Но поскольку обновление не поддерживается, я пока не хочу его реализовывать." "\\n" -#: menu.sh:2104 menu.sh:2139 menu.sh:2146 +#: menu.sh:2116 menu.sh:2120 menu.sh:2134 menu.sh:2154 menu.sh:2170 +#: menu.sh:2178 menu.sh:2262 menu.sh:2267 menu.sh:2273 msgid "Try recovery DSM" msgstr "Попытка восстановления DSM" -#: menu.sh:2105 -msgid "Trying to recovery a DSM installed system ..." -msgstr "Попытка восстановления установленной системы DSM ..." +#: menu.sh:2117 +msgid "Trying to recovery a installed DSM system ..." +msgstr "Предпринимаются попытки восстановить установленную систему DSM." -#: menu.sh:2133 -msgid "Found a installation:\\nModel: %s\\nProductversion: %s" -msgstr "Найдена установка:\\nМодель: %s\\nВерсия продукта: %s" - -#: menu.sh:2137 -msgid "\\nSerial: %s" -msgstr "\\nСерийный номер: %s" - -#: menu.sh:2147 +#: menu.sh:2121 msgid "Unfortunately I couldn't mount the DSM partition!" msgstr "К сожалению, не удалось смонтировать раздел DSM!" -#: menu.sh:2197 +#: menu.sh:2135 +msgid "Checking for backup of user's configuration for bootloader ..." +msgstr "Проверяется настройка резервного копирования пользователя загрузчика." + +#: menu.sh:2155 +msgid "" +"Found a backup of the user's configuration, but the system is damaged and " +"will not be restored. Please reselect model and build." +msgstr "" +"Была найдена резервная копия конфигурации пользователя, но система " +"повреждена и не будет восстановлена. Пожалуйста, выберите модель и создайте " +"ее заново." + +#: menu.sh:2171 +msgid "" +"Found a backup of the user's configuration, and restored it. Please rebuild " +"and boot." +msgstr "" +"Найдена резервная копия конфигурации пользователя и восстановлена. " +"Пожалуйста, создайте ее заново и запустите." + +#: menu.sh:2179 +msgid "Checking for installed DSM system ..." +msgstr "Проводится проверка установленных систем DSM." + +#: menu.sh:2263 +msgid "Found a installed DSM system and restored it. Please rebuild and boot." +msgstr "" +"Найдите установленную систему DSM и восстановите ее. Создайте ее заново и " +"запустите." + +#: menu.sh:2268 +msgid "" +"Found a installed DSM system, but the system is damaged and will not be " +"restored. Please reselect model and build." +msgstr "" +"Найдите установленную систему DSM, но система повреждена и не будет " +"восстановлена. Пожалуйста, выберите модель и создайте ее заново." + +#: menu.sh:2274 +msgid "" +"The installed DSM system was not found, or the system is damaged and cannot " +"be recovered. Please reselect model and build." +msgstr "" +"Найдите установленную систему DSM, но система повреждена и не будет " +"восстановлена. Пожалуйста, выберите модель и создайте ее заново." + +#: menu.sh:2324 msgid "Alert" msgstr "Предупреждение" -#: menu.sh:2198 +#: menu.sh:2325 msgid "Config changed, would you like to rebuild the loader?" msgstr "Конфигурация изменена, хотите пересобрать загрузчик?" -#: menu.sh:2215 menu.sh:2815 +#: menu.sh:2342 menu.sh:2942 msgid "Choose a language" msgstr "Выберите язык" -#: menu.sh:2230 +#: menu.sh:2357 msgid "Choose a layout" msgstr "Выберите раскладку" -#: menu.sh:2242 +#: menu.sh:2369 msgid "Choice a keymap" msgstr "Выберите карту клавиш" -#: menu.sh:2261 menu.sh:2338 menu.sh:2435 menu.sh:2480 menu.sh:2530 -#: menu.sh:2569 +#: menu.sh:2388 menu.sh:2465 menu.sh:2562 menu.sh:2607 menu.sh:2657 +#: menu.sh:2696 msgid "Update %s" msgstr "Обновление %s" -#: menu.sh:2262 +#: menu.sh:2389 msgid "Checking last version ..." msgstr "Проверка последней версии ..." -#: menu.sh:2278 +#: menu.sh:2405 msgid "Error checking new version.\\nError: TAG is %s" msgstr "Ошибка проверки новой версии.\\nОшибка: TAG is %s" -#: menu.sh:2291 +#: menu.sh:2418 msgid "No new version." msgstr "Новых версий нет." -#: menu.sh:2295 +#: menu.sh:2422 msgid "Actual version is %s\\nForce update?" msgstr "Текущая версия %s\\nПринудительное обновление?" -#: menu.sh:2317 +#: menu.sh:2444 msgid "Downloading ..." msgstr "Загрузка ..." -#: menu.sh:2320 +#: menu.sh:2447 msgid "Error downloading new version.\\nError: %d:%d" msgstr "Ошибка загрузки новой версии.\\nОшибка: %d:%d" -#: menu.sh:2338 menu.sh:2422 menu.sh:2615 menu.sh:2642 +#: menu.sh:2465 menu.sh:2549 menu.sh:2742 menu.sh:2769 msgid "RR" msgstr "RR" -#: menu.sh:2339 menu.sh:2436 menu.sh:2481 menu.sh:2531 menu.sh:2570 +#: menu.sh:2466 menu.sh:2563 menu.sh:2608 menu.sh:2658 menu.sh:2697 msgid "Extracting update file ..." msgstr "Извлекается файл обновления ..." -#: menu.sh:2350 menu.sh:2447 menu.sh:2492 menu.sh:2542 menu.sh:2581 +#: menu.sh:2477 menu.sh:2574 menu.sh:2619 menu.sh:2669 menu.sh:2708 msgid "Error extracting update file." msgstr "Ошибка извлечения файла обновления." -#: menu.sh:2362 +#: menu.sh:2489 msgid "Checksum do not match!" msgstr "Контрольные суммы не совпадают!" -#: menu.sh:2376 +#: menu.sh:2503 msgid "" "The current version does not support upgrading to the latest update.zip. " "Please remake the bootloader disk!" @@ -1375,39 +1434,39 @@ msgstr "" "Текущая версия не поддерживает обновление до последней версии update.zip. " "Пожалуйста, пересоздайте диск загрузчика!" -#: menu.sh:2386 +#: menu.sh:2513 msgid "Installing new files ..." msgstr "Установка новых файлов ..." -#: menu.sh:2422 menu.sh:2465 menu.sh:2515 menu.sh:2554 menu.sh:2593 +#: menu.sh:2549 menu.sh:2592 menu.sh:2642 menu.sh:2681 menu.sh:2720 msgid "%s updated with success!" msgstr "%s успешно обновлен!" -#: menu.sh:2422 +#: menu.sh:2549 msgid "Reboot?" msgstr "Перезагрузка?" -#: menu.sh:2530 menu.sh:2554 menu.sh:2618 menu.sh:2671 menu.sh:2675 +#: menu.sh:2657 menu.sh:2681 menu.sh:2745 menu.sh:2798 menu.sh:2802 msgid "LKMs" msgstr "LKMs" -#: menu.sh:2569 menu.sh:2593 menu.sh:2619 menu.sh:2682 menu.sh:2686 +#: menu.sh:2696 menu.sh:2720 menu.sh:2746 menu.sh:2809 menu.sh:2813 msgid "CKs" msgstr "CKs" -#: menu.sh:2614 menu.sh:2636 +#: menu.sh:2741 menu.sh:2763 msgid "All" msgstr "Все" -#: menu.sh:2620 +#: menu.sh:2747 msgid "Local upload" msgstr "Локальная загрузка" -#: menu.sh:2621 +#: menu.sh:2748 msgid "Pre Release:" msgstr "Предварительный выпуск:" -#: menu.sh:2626 menu.sh:2694 +#: menu.sh:2753 menu.sh:2821 msgid "" "Manually uploading update*.zip,addons*.zip,modules*.zip,rp-lkms*.zip,rr-cks*." "zip to /tmp/ will skip the download." @@ -1415,12 +1474,12 @@ msgstr "" "Ручная загрузка update*.zip, addons*.zip, modules*.zip, rp-lkms*.zip, rr-" "cks*.zip в /tmp/ позволит пропустить скачивание." -#: menu.sh:2649 menu.sh:2660 menu.sh:2671 menu.sh:2682 +#: menu.sh:2776 menu.sh:2787 menu.sh:2798 menu.sh:2809 msgid "No longer supports update %s separately. Please choose to update All/RR" msgstr "" "Отдельное обновление%s больше не поддерживается. Выберите Обновить все/RR" -#: menu.sh:2700 +#: menu.sh:2827 msgid "" "Please keep the attachment name consistent with the attachment name on " "Github.\\n" @@ -1428,117 +1487,123 @@ msgstr "" "Пожалуйста, сохраните имя вложения в соответствии с именем вложения на " "Github.\\n" -#: menu.sh:2701 +#: menu.sh:2828 msgid "Upload update*.zip will update RR.\\n" msgstr "Загрузка update*.zip обновит RR.\\n" -#: menu.sh:2702 +#: menu.sh:2829 msgid "Upload addons*.zip will update Addons.\\n" msgstr "Загрузка addons*.zip обновит дополнения.\\n" -#: menu.sh:2703 +#: menu.sh:2830 msgid "Upload modules*.zip will update Modules.\\n" msgstr "Загрузка modules*.zip обновит модули.\\n" -#: menu.sh:2704 +#: menu.sh:2831 msgid "Upload rp-lkms*.zip will update LKMs.\\n" msgstr "Загрузка rp-lkms*.zip обновит LKMs.\\n" -#: menu.sh:2705 +#: menu.sh:2832 msgid "Upload rr-cks*.zip will update CKs.\\n" msgstr "Загрузка rr-cks*.zip обновит CKs.\\n" -#: menu.sh:2761 +#: menu.sh:2888 msgid "This person is very lazy and hasn't written anything." msgstr "Этот человек очень ленив и ничего не написал." -#: menu.sh:2788 +#: menu.sh:2915 msgid "Choose a model" msgstr "Выберите модель" -#: menu.sh:2790 +#: menu.sh:2917 msgid "Choose a version" msgstr "Выберите версию" -#: menu.sh:2792 +#: menu.sh:2919 msgid "Parse pat" msgstr "Разобрать pat" -#: menu.sh:2799 +#: menu.sh:2926 msgid "Kernel:" msgstr "Ядро:" -#: menu.sh:2801 +#: menu.sh:2928 msgid "Addons menu" msgstr "Меню дополнений" -#: menu.sh:2802 +#: menu.sh:2929 msgid "Modules menu" msgstr "Меню модулей" -#: menu.sh:2803 +#: menu.sh:2930 msgid "Cmdline menu" msgstr "Настройка Cmdline" -#: menu.sh:2804 +#: menu.sh:2931 msgid "Synoinfo menu" msgstr "Настройка Synoinfo" -#: menu.sh:2806 +#: menu.sh:2933 msgid "Advanced menu" msgstr "Расширенные настройки" -#: menu.sh:2809 +#: menu.sh:2936 msgid "Build the loader" msgstr "Сборка загрузчика" -#: menu.sh:2813 +#: menu.sh:2940 msgid "Boot the loader" msgstr "Загрузить загрузчик" -#: menu.sh:2816 +#: menu.sh:2943 msgid "Choose a keymap" msgstr "Выбрать карту клавиш" -#: menu.sh:2818 +#: menu.sh:2945 msgid "Clean disk cache" msgstr "Очистить кэш диска" -#: menu.sh:2820 +#: menu.sh:2947 msgid "Update menu" msgstr "Меню обновлений" -#: menu.sh:2821 +#: menu.sh:2948 msgid "Notepad" msgstr "Блокнот" -#: menu.sh:2843 +#: menu.sh:2970 msgid "Change ..." msgstr "Изменять ..." -#: menu.sh:2912 +#: menu.sh:3039 msgid "Choose a action" msgstr "Выберите действие" -#: menu.sh:2913 +#: menu.sh:3040 msgid "Poweroff" msgstr "Выключение" -#: menu.sh:2914 +#: menu.sh:3041 msgid "Reboot" msgstr "Перезагрузка" -#: menu.sh:2915 +#: menu.sh:3042 msgid "Reboot to RR" msgstr "Перезагрузка в RR" -#: menu.sh:2916 +#: menu.sh:3043 msgid "Back to shell" msgstr "Вернуться в shell" -#: menu.sh:2942 +#: menu.sh:3069 msgid "Call \\033[1;32mmenu.sh\\033[0m to return to menu" msgstr "Вызовите \\033[1;32mmenu.sh\\033[0m для возврата в меню" +#~ msgid "Found a installation:\\nModel: %s\\nProductversion: %s" +#~ msgstr "Найдена установка:\\nМодель: %s\\nВерсия продукта: %s" + +#~ msgid "\\nSerial: %s" +#~ msgstr "\\nСерийный номер: %s" + #~ msgid "Waiting IP.(For reference only)" #~ msgstr "Ожидание IP.(Только для справки)" diff --git a/files/initrd/opt/rr/lang/zh_CN/LC_MESSAGES/rr.mo b/files/initrd/opt/rr/lang/zh_CN/LC_MESSAGES/rr.mo index 538ff96f54bc00458ade26bf59ec1dc5c57f624a..49917b42b6ac2d22efd09053e90f5ed0205e3e20 100644 GIT binary patch delta 8823 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 delta 7290 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 R&w2ag^mSi$^|3u3{{zdJR!0B; diff --git a/files/initrd/opt/rr/lang/zh_CN/LC_MESSAGES/rr.po b/files/initrd/opt/rr/lang/zh_CN/LC_MESSAGES/rr.po index dae41e6d..a404bbd7 100644 --- a/files/initrd/opt/rr/lang/zh_CN/LC_MESSAGES/rr.po +++ b/files/initrd/opt/rr/lang/zh_CN/LC_MESSAGES/rr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: RR\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-08 00:26+0800\n" -"PO-Revision-Date: 2024-03-08 00:28+0800\n" +"POT-Creation-Date: 2024-03-08 19:17+0800\n" +"PO-Revision-Date: 2024-03-08 19:26+0800\n" "Last-Translator: Ing \n" "Language-Team: Chinese (simplified) \n" "Language: zh_CN\n" @@ -33,7 +33,7 @@ msgstr "Welcome to %s" msgid "DSM zImage changed" msgstr "DSM zImage 已更改" -#: boot.sh:36 menu.sh:1257 +#: boot.sh:36 menu.sh:1269 msgid "" "zImage not patched,\\nPlease upgrade the bootloader version and try again." "\\nPatch error:\\n" @@ -43,7 +43,7 @@ msgstr "zImage 打补丁失败,\\n请升级引导版本并重试.\\nPatch 错误 msgid "DSM Ramdisk changed" msgstr "DSM Ramdisk 已更改" -#: boot.sh:47 menu.sh:1263 +#: boot.sh:47 menu.sh:1275 msgid "" "Ramdisk not patched,\\nPlease upgrade the bootloader version and try again." "\\nPatch error:\\n" @@ -262,7 +262,7 @@ msgstr "该版本不支持 UEFI 启动, 请选择其他版本或者切换启动 msgid "Get pat data ..." msgstr "获取 pat 数据 ..." -#: menu.sh:285 menu.sh:1033 menu.sh:1169 +#: menu.sh:285 menu.sh:1033 menu.sh:1181 msgid "Network error, please check the network connection and try again." msgstr "网络错误, 请检查网络连接并重试." @@ -312,10 +312,10 @@ msgid "" msgstr "" "请通过 DUFS 将 pat 文件上传到 /tmp/pats/ 文件夹,然后重新输入此选项.\\n" -#: menu.sh:361 menu.sh:371 menu.sh:2614 menu.sh:2615 menu.sh:2616 menu.sh:2617 -#: menu.sh:2618 menu.sh:2619 menu.sh:2625 menu.sh:2648 menu.sh:2659 -#: menu.sh:2670 menu.sh:2681 menu.sh:2695 menu.sh:2706 menu.sh:2723 -#: menu.sh:2742 +#: menu.sh:361 menu.sh:371 menu.sh:2741 menu.sh:2742 menu.sh:2743 menu.sh:2744 +#: menu.sh:2745 menu.sh:2746 menu.sh:2752 menu.sh:2775 menu.sh:2786 +#: menu.sh:2797 menu.sh:2808 menu.sh:2822 menu.sh:2833 menu.sh:2850 +#: menu.sh:2869 msgid "Update" msgstr "更新" @@ -339,25 +339,25 @@ msgstr "目前,不支持 %s." msgid "Currently, %s of %s is not supported." msgstr "目前,不支持 %s-%s." -#: menu.sh:475 menu.sh:1273 menu.sh:2824 menu.sh:2842 +#: menu.sh:475 menu.sh:1285 menu.sh:2951 menu.sh:2969 msgid "Main menu" msgstr "主菜单" -#: menu.sh:476 menu.sh:1274 +#: menu.sh:476 menu.sh:1286 msgid "Making ..." msgstr "编译中 ..." -#: menu.sh:478 menu.sh:1276 +#: menu.sh:478 menu.sh:1288 msgid "Error" msgstr "错误" #: menu.sh:511 menu.sh:528 menu.sh:533 menu.sh:539 menu.sh:550 menu.sh:558 #: menu.sh:581 menu.sh:588 menu.sh:592 menu.sh:606 menu.sh:610 menu.sh:618 -#: menu.sh:621 menu.sh:2435 menu.sh:2465 menu.sh:2616 menu.sh:2649 menu.sh:2653 +#: menu.sh:621 menu.sh:2562 menu.sh:2592 menu.sh:2743 menu.sh:2776 menu.sh:2780 msgid "Addons" msgstr "插件" -#: menu.sh:512 menu.sh:642 menu.sh:818 menu.sh:953 menu.sh:1294 menu.sh:2825 +#: menu.sh:512 menu.sh:642 menu.sh:818 menu.sh:953 menu.sh:1306 menu.sh:2952 msgid "Choose a option" msgstr "选择一个选项" @@ -377,8 +377,8 @@ msgstr "显示所有插件" msgid "Upload a external addon" msgstr "上传外部插件" -#: menu.sh:517 menu.sh:649 menu.sh:816 menu.sh:951 menu.sh:1299 menu.sh:1431 -#: menu.sh:2622 menu.sh:2822 menu.sh:2917 +#: menu.sh:517 menu.sh:649 menu.sh:816 menu.sh:951 menu.sh:1311 menu.sh:1443 +#: menu.sh:2749 menu.sh:2949 menu.sh:3044 msgid "Exit" msgstr "退出" @@ -408,7 +408,7 @@ msgid "" "not added.\\n\\n" msgstr "名称颜色为\"\\Z4蓝色\\Zn\"的为已添加, 颜色为\"黑色\"的为未添加.\\n\\n" -#: menu.sh:587 menu.sh:721 menu.sh:1307 menu.sh:2693 +#: menu.sh:587 menu.sh:721 menu.sh:1319 menu.sh:2820 msgid "" "This feature is only available when accessed via ssh (Requires a terminal " "that supports ZModem protocol).\\n" @@ -418,7 +418,7 @@ msgstr "此功能仅在通过 ssh 访问时可用(需要支持 ZModem 协议的 msgid "Please upload the *.addons file." msgstr "请上传 *.addons 文件." -#: menu.sh:607 menu.sh:756 menu.sh:2724 menu.sh:2743 +#: menu.sh:607 menu.sh:756 menu.sh:2851 menu.sh:2870 msgid "Not a valid file, please try again!" msgstr "不是有效的文件, 请重试!" @@ -435,8 +435,8 @@ msgid "File format not recognized!" msgstr "文件格式无法识别!" #: menu.sh:641 menu.sh:655 menu.sh:668 menu.sh:705 menu.sh:722 menu.sh:732 -#: menu.sh:735 menu.sh:751 menu.sh:755 menu.sh:769 menu.sh:775 menu.sh:2480 -#: menu.sh:2515 menu.sh:2617 menu.sh:2660 menu.sh:2664 +#: menu.sh:735 menu.sh:751 menu.sh:755 menu.sh:769 menu.sh:775 menu.sh:2607 +#: menu.sh:2642 menu.sh:2744 menu.sh:2787 menu.sh:2791 msgid "Modules" msgstr "模块" @@ -533,7 +533,7 @@ msgstr "没有 i915 及其依赖模块取消选择." msgid "Module %s deselected.\\n" msgstr "模块 %s 已取消选择.\\n" -#: menu.sh:790 menu.sh:1361 menu.sh:2155 menu.sh:2162 menu.sh:2185 +#: menu.sh:790 menu.sh:1373 menu.sh:2282 menu.sh:2289 menu.sh:2312 msgid "Edit with caution" msgstr "请谨慎编辑" @@ -682,7 +682,7 @@ msgstr "选择要删除的参数" msgid "Downloading old pat to extract synology .pat extractor..." msgstr "下载旧 pat, 提取 .pat 解密程序中..." -#: menu.sh:1051 menu.sh:1191 +#: menu.sh:1051 menu.sh:1203 msgid "Check internet or cache disk space.\\nError: %d:%d" msgstr "请检查网络连接或磁盘空间.\\nError: %d:%d" @@ -704,7 +704,7 @@ msgid "" "again!" msgstr "无法确定 pat 文件是否加密, 可能已损坏, 请重试!" -#: menu.sh:1110 menu.sh:1207 +#: menu.sh:1110 menu.sh:1219 msgid "Disassembling %s: " msgstr "解压缩 %s: " @@ -720,81 +720,95 @@ msgstr "解压中 ..." msgid "%s cached." msgstr "%s 已缓存." -#: menu.sh:1161 +#: menu.sh:1160 +msgid "The cache has been cleared. Please re 'Parse pat' before build." +msgstr "缓存已被清除. 请在编译前重新 \"解析 pat\"." + +#: menu.sh:1164 +msgid "" +"The cache has been cleared. Please re 'Try to recovery a installed DSM " +"system' before build." +msgstr "缓存已被清除. 请在编译前重新 \"尝试恢复已安装的 DSM 系统\"." + +#: menu.sh:1168 +msgid "The pat url is empty. Please re 'Choose a version' before build." +msgstr "pat 的 url 为空. 请在编译前重新 \"选择版本\"." + +#: menu.sh:1173 msgid "Cleaning cache ..." msgstr "清除缓存 ..." -#: menu.sh:1175 +#: menu.sh:1187 msgid "" "Based on the current network situation, switch to %s mirror to downloading." msgstr "根据当前的网络状况, 已切换到 %s 镜像服务器进行下载." -#: menu.sh:1178 +#: menu.sh:1190 msgid "Downloading %s ..." msgstr "下载 %s 中 ..." -#: menu.sh:1197 +#: menu.sh:1209 msgid "Checking hash of %s: " msgstr "检查 %s 的 hash: " -#: menu.sh:1200 +#: menu.sh:1212 msgid "" "md5 hash of pat not match, Please reget pat data from the version menu and " "try again!" msgstr "pat 的 md5 Hash 不匹配, 请在版本菜单中重新获取 pat 数据后重试!" -#: menu.sh:1203 menu.sh:1219 menu.sh:1229 +#: menu.sh:1215 menu.sh:1231 menu.sh:1241 msgid "OK" msgstr "OK" -#: menu.sh:1214 +#: menu.sh:1226 msgid "Setting hash: " msgstr "设置 hash: " -#: menu.sh:1221 +#: menu.sh:1233 msgid "Copying files: " msgstr "拷贝文件: " -#: menu.sh:1245 +#: menu.sh:1257 msgid "Addon %s not found!" msgstr "插件 %s 未找到!" -#: menu.sh:1267 +#: menu.sh:1279 msgid "Cleaning ..." msgstr "清除中 ..." -#: menu.sh:1269 +#: menu.sh:1281 msgid "Ready!" msgstr "已就绪!" -#: menu.sh:1293 menu.sh:1309 menu.sh:1313 menu.sh:1330 menu.sh:1335 -#: menu.sh:1354 menu.sh:1366 menu.sh:1418 +#: menu.sh:1305 menu.sh:1321 menu.sh:1325 menu.sh:1342 menu.sh:1347 +#: menu.sh:1366 menu.sh:1378 menu.sh:1430 msgid "Custom DTS" msgstr "自定义 DTS" -#: menu.sh:1295 +#: menu.sh:1307 msgid "Custom dts: " msgstr "自定义 dts: " -#: menu.sh:1296 +#: menu.sh:1308 msgid "Upload dts file" msgstr "上传 dts 文件" -#: menu.sh:1297 +#: menu.sh:1309 msgid "Delete dts file" msgstr "删除 dts 文件" -#: menu.sh:1298 +#: menu.sh:1310 msgid "Edit dts file" msgstr "编辑 dts 文件" -#: menu.sh:1308 +#: menu.sh:1320 msgid "" "Or upload the dts file to %s via DUFS, Will be automatically imported when " "building." msgstr "或者通过 DUFS 上传 dts 文件到 %s, 编译时会自动导入." -#: menu.sh:1314 +#: menu.sh:1326 msgid "" "Currently, only dts format files are supported. Please prepare and click to " "confirm uploading.\\n(saved in /mnt/p3/users/)" @@ -802,524 +816,554 @@ msgstr "" "目前, 只支持 dts 格式的文件, 请准备并点击确认上传.\\n(保存于 /mnt/p3/users/ " "中)" -#: menu.sh:1331 menu.sh:1367 +#: menu.sh:1343 menu.sh:1379 msgid "Not a valid dts file, please try again!" msgstr "dts 文件无效, 请重试!" -#: menu.sh:1336 +#: menu.sh:1348 msgid "A valid dts file, Automatically import at compile time." msgstr "dts 文件有效, 将在编译时自动导入." -#: menu.sh:1355 +#: menu.sh:1367 msgid "No dts file to edit. Please upload first!" msgstr "没有可编辑的 dts 文件, 请先上传!" -#: menu.sh:1391 +#: menu.sh:1403 msgid "Switch LKM version:" msgstr "选择 LKM 版本:" -#: menu.sh:1392 +#: menu.sh:1404 msgid "HDD sort(hotplug):" msgstr "HDD 排序(hotplug):" -#: menu.sh:1395 +#: menu.sh:1407 msgid "Switch direct boot:" msgstr "切换直接启动:" -#: menu.sh:1397 +#: menu.sh:1409 msgid "Timeout of get ip in boot:" msgstr "启动时获取 IP 的超时时间:" -#: menu.sh:1398 +#: menu.sh:1410 msgid "Timeout of boot wait:" msgstr "启动超时时间:" -#: menu.sh:1399 +#: menu.sh:1411 msgid "kernel switching method:" msgstr "内核切换的方式:" -#: menu.sh:1401 +#: menu.sh:1413 msgid "Reboot on kernel panic:" msgstr "内核恐慌时重新启动:" -#: menu.sh:1403 +#: menu.sh:1415 msgid "Set static IP" msgstr "设置静态 IP" -#: menu.sh:1404 +#: menu.sh:1416 msgid "Set wireless account" msgstr "设置无线帐号" -#: menu.sh:1405 +#: menu.sh:1417 msgid "Edit user config file manually" msgstr "手动编辑用户配置文件" -#: menu.sh:1406 +#: menu.sh:1418 msgid "Edit grub.cfg file manually" msgstr "手动编辑 grub.cfg 文件" -#: menu.sh:1407 -msgid "Try to recovery a DSM installed system" -msgstr "尝试恢复已安装 DSM 的系统" +#: menu.sh:1419 +msgid "Try to recovery a installed DSM system" +msgstr "尝试恢复已安装的 DSM 系统" -#: menu.sh:1408 +#: menu.sh:1420 msgid "Show disks information" msgstr "显示磁盘信息" -#: menu.sh:1410 +#: menu.sh:1422 msgid "show/modify the current pat data" msgstr "显示/修改当前 pat 下载链接" -#: menu.sh:1412 +#: menu.sh:1424 msgid "Allow downgrade installation" msgstr "允许降级安装" -#: menu.sh:1413 +#: menu.sh:1425 msgid "Format disk(s) # Without loader disk" msgstr "格式化磁盘(s) # 不含启动盘" -#: menu.sh:1414 +#: menu.sh:1426 msgid "Reset DSM system password" msgstr "重置 DSM 系统密码" -#: menu.sh:1415 +#: menu.sh:1427 msgid "Force enable Telnet&SSH of DSM system" msgstr "强制打开 DSM 的 Telnet&SSH" -#: menu.sh:1416 +#: menu.sh:1428 msgid "Save modifications of '/opt/rr'" msgstr "保存'/opt/rr'的修改" -#: menu.sh:1420 +#: menu.sh:1432 msgid "Custom patch script # Developer" msgstr "自定义补丁脚本 # 开发" -#: menu.sh:1422 +#: menu.sh:1434 msgid "Use EMMC as the system disk:" msgstr "使用 EMMC 作为系统磁盘:" -#: menu.sh:1424 +#: menu.sh:1436 msgid "Clone bootloader disk to another disk" msgstr "克隆引导盘到另一个磁盘" -#: menu.sh:1425 +#: menu.sh:1437 msgid "Report bugs to the author" msgstr "向作者报告错误" -#: menu.sh:1426 +#: menu.sh:1438 msgid "Install development tools" msgstr "安装开发者工具" -#: menu.sh:1427 +#: menu.sh:1439 msgid "Show QR logo:" msgstr "显示 QR logo:" -#: menu.sh:1428 +#: menu.sh:1440 msgid "Set global proxy" msgstr "设置全局代理" -#: menu.sh:1429 +#: menu.sh:1441 msgid "Set github proxy" msgstr "设置 GitHub 代理" -#: menu.sh:1430 +#: menu.sh:1442 msgid "Vigorously miracle" msgstr "大力出奇迹" -#: menu.sh:1433 menu.sh:1457 menu.sh:1469 menu.sh:1489 menu.sh:1512 -#: menu.sh:1536 menu.sh:1541 menu.sh:1553 menu.sh:1562 menu.sh:1584 -#: menu.sh:1685 menu.sh:1692 menu.sh:1710 menu.sh:1723 menu.sh:1726 -#: menu.sh:1739 menu.sh:1743 menu.sh:1744 menu.sh:1749 menu.sh:1753 -#: menu.sh:1768 menu.sh:1770 menu.sh:1793 menu.sh:1797 menu.sh:1804 -#: menu.sh:1810 menu.sh:1828 menu.sh:1830 menu.sh:1834 menu.sh:1856 -#: menu.sh:1859 menu.sh:1863 menu.sh:1866 menu.sh:1881 menu.sh:1894 -#: menu.sh:1926 menu.sh:1930 menu.sh:1936 menu.sh:1942 menu.sh:1948 -#: menu.sh:1979 menu.sh:1992 menu.sh:1996 menu.sh:2006 menu.sh:2011 -#: menu.sh:2018 menu.sh:2020 menu.sh:2032 menu.sh:2043 menu.sh:2065 -#: menu.sh:2076 menu.sh:2093 +#: menu.sh:1445 menu.sh:1469 menu.sh:1481 menu.sh:1501 menu.sh:1524 +#: menu.sh:1548 menu.sh:1553 menu.sh:1565 menu.sh:1574 menu.sh:1596 +#: menu.sh:1697 menu.sh:1704 menu.sh:1722 menu.sh:1735 menu.sh:1738 +#: menu.sh:1751 menu.sh:1755 menu.sh:1756 menu.sh:1761 menu.sh:1765 +#: menu.sh:1780 menu.sh:1782 menu.sh:1805 menu.sh:1809 menu.sh:1816 +#: menu.sh:1822 menu.sh:1840 menu.sh:1842 menu.sh:1846 menu.sh:1868 +#: menu.sh:1871 menu.sh:1875 menu.sh:1878 menu.sh:1893 menu.sh:1906 +#: menu.sh:1938 menu.sh:1942 menu.sh:1948 menu.sh:1954 menu.sh:1960 +#: menu.sh:1991 menu.sh:2004 menu.sh:2008 menu.sh:2018 menu.sh:2023 +#: menu.sh:2030 menu.sh:2032 menu.sh:2044 menu.sh:2055 menu.sh:2077 +#: menu.sh:2088 menu.sh:2105 msgid "Advanced" msgstr "高级" -#: menu.sh:1434 +#: menu.sh:1446 msgid "Advanced option" msgstr "高级设置" -#: menu.sh:1458 menu.sh:1470 menu.sh:1490 +#: menu.sh:1470 menu.sh:1482 menu.sh:1502 msgid "Choose a time(seconds)" msgstr "选择一个时间(秒)" -#: menu.sh:1500 +#: menu.sh:1512 msgid "Temporary IP: (UI will not refresh)" msgstr "临时 IP: (UI 不会刷新)" -#: menu.sh:1537 +#: menu.sh:1549 msgid "Setting IP ..." msgstr "设置 IP ..." -#: menu.sh:1542 +#: menu.sh:1554 msgid "Scanning ..." msgstr "扫描中 ..." -#: menu.sh:1545 +#: menu.sh:1557 msgid "Scanned SSIDs:\\n" msgstr "扫描到的 SSIDs:\\n" -#: menu.sh:1563 +#: menu.sh:1575 msgid "Invalid SSID/PSK, retry?" msgstr "无效 SSID/PSK, 重试?" -#: menu.sh:1585 +#: menu.sh:1597 msgid "Setting ..." msgstr "设置中 ..." -#: menu.sh:1683 +#: menu.sh:1695 msgid "\\nTotal of ports: %s\\n" msgstr "\\n端口总数: %s\\n" -#: menu.sh:1684 +#: menu.sh:1696 msgid "" "\\nPorts with color \\Z1red\\Zn as DUMMY, color \\Z2\\Zbgreen\\Zn has drive " "connected." msgstr "\\n\\Z1红色\\Zn 为模拟端口, \\Z2\\Zb绿色\\Zn 为已驱动的物理端口." -#: menu.sh:1691 +#: menu.sh:1703 msgid "pat: (editable)" msgstr "pat: (可编辑)" -#: menu.sh:1707 +#: menu.sh:1719 msgid "" "This feature will allow you to downgrade the installation by removing the " "VERSION file from the first partition of all disks.\\n" msgstr "此功能通过删除所有磁盘的第一个分区的 VERSION 文件来允许你降级安装.\\n" -#: menu.sh:1708 +#: menu.sh:1720 msgid "Therefore, please insert all disks before continuing.\\n" msgstr "因此, 请插入所有磁盘后再进行操作.\\n" -#: menu.sh:1709 menu.sh:1750 +#: menu.sh:1721 menu.sh:1762 msgid "" "Warning:\\nThis operation is irreversible. Please backup important data. Do " "you want to continue?" msgstr "警告:\\n该操作不可逆, 请提前备份重要数据. 是否继续?" -#: menu.sh:1724 +#: menu.sh:1736 msgid "Removing ..." msgstr "删除中 ..." -#: menu.sh:1725 +#: menu.sh:1737 msgid "Remove VERSION file for all disks completed." msgstr "已移除所有磁盘的 VERSION 文件." -#: menu.sh:1740 menu.sh:1927 +#: menu.sh:1752 menu.sh:1939 msgid "No disk found!" msgstr "未找到磁盘!" -#: menu.sh:1754 +#: menu.sh:1766 msgid "" "Warning:\\nThe current hds is in raid, do you still want to format them?" msgstr "警告:\\n当前的硬盘处于 raid 中,是否仍要格式化?" -#: menu.sh:1769 +#: menu.sh:1781 msgid "Formatting ..." msgstr "格式化中 ..." -#: menu.sh:1771 +#: menu.sh:1783 msgid "Formatting is complete." msgstr "格式化完成." -#: menu.sh:1794 +#: menu.sh:1806 msgid "The installed Syno system not found in the currently inserted disks!" msgstr "未在当前插入的硬盘中找到已安装的 syno 系统!" -#: menu.sh:1798 +#: menu.sh:1810 msgid "Choose a user name" msgstr "选择一个用户" -#: menu.sh:1805 +#: menu.sh:1817 msgid "Type a new password for user '%s'" msgstr "输入用户 '%s' 的新密码" -#: menu.sh:1811 +#: menu.sh:1823 msgid "Invalid password" msgstr "无效密码" -#: menu.sh:1829 +#: menu.sh:1841 msgid "Resetting ..." msgstr "重置中 ..." -#: menu.sh:1831 +#: menu.sh:1843 msgid "Password reset completed." msgstr "重置密码完成." -#: menu.sh:1835 +#: menu.sh:1847 msgid "Please insert all disks before continuing.\\n" msgstr "请插入所有磁盘后再进行操作.\\n" -#: menu.sh:1857 +#: menu.sh:1869 msgid "Enabling ..." msgstr "开启中 ..." -#: menu.sh:1858 +#: menu.sh:1870 msgid "Telnet&SSH is enabled." msgstr "Telnet&SSH 已开启." -#: menu.sh:1858 +#: menu.sh:1870 msgid "Telnet&SSH is not enabled." msgstr "Telnet&SSH 未开启." -#: menu.sh:1864 +#: menu.sh:1876 msgid "" "Warning:\\nDo not terminate midway, otherwise it may cause damage to the RR. " "Do you want to continue?" msgstr "警告:\\n请不要中途停止, 否则将导致 RR 引导损毁, 是否继续?" -#: menu.sh:1867 +#: menu.sh:1879 msgid "" "Saving ...\\n(It usually takes 5-10 minutes, please be patient and wait.)" msgstr "保存中 ...\\n(一般需要 5~10 分钟,请耐心等待.)" -#: menu.sh:1882 +#: menu.sh:1894 msgid "Save is complete." msgstr "保存完成." -#: menu.sh:1890 +#: menu.sh:1902 msgid "This option is only informative.\\n\\n" msgstr "此选项仅为提示.\\n\\n" -#: menu.sh:1891 +#: menu.sh:1903 msgid "This program reserves an interface for ramdisk custom patch scripts.\\n" msgstr "此程序为 ramdisk 自定义补丁脚本保留了一个接口.\\n" -#: menu.sh:1892 +#: menu.sh:1904 msgid "Call timing: called before ramdisk packaging.\\n" msgstr "调用时机: 在 ramdisk 打包前调用.\\n" -#: menu.sh:1893 +#: menu.sh:1905 msgid "Location: /mnt/p3/scripts/*.sh\\n" msgstr "位置: /mnt/p3/scripts/*.sh\\n" -#: menu.sh:1931 +#: menu.sh:1943 msgid "Choose a disk to clone to" msgstr "选择要克隆到的磁盘" -#: menu.sh:1937 +#: menu.sh:1949 msgid "No disk selected!" msgstr "未选择磁盘!" -#: menu.sh:1943 +#: menu.sh:1955 msgid "Disk %s size is less than 1GB and cannot be cloned!" msgstr "磁盘 %s 的大小小于 1GB,无法克隆!" -#: menu.sh:1947 +#: menu.sh:1959 msgid "" "Warning:\\nDisk %s will be formatted and written to the bootloader. Please " "confirm that important data has been backed up. \\nDo you want to continue?" msgstr "" "警告:\\n磁盘 %s 将被格式化并写入引导程序. 请确认重要数据已备份. \\n是否继续?" -#: menu.sh:1980 +#: menu.sh:1992 msgid "Cloning ..." msgstr "克隆中 ..." -#: menu.sh:1982 +#: menu.sh:1994 msgid "" "Bootloader has been cloned to disk %s, please remove the current bootloader " "disk!\\nReboot?" msgstr "引导程序已克隆到磁盘 %s, 请移除当前引导盘! \\n重启?" -#: menu.sh:1993 +#: menu.sh:2005 msgid "" "Please via %s to download the logs,\\nAnd go to github to create an issue " "and upload the logs." msgstr "请通过 %s 下载日志 logs,\\n并前往 github 创建问题并上传日志 logs." -#: menu.sh:1997 +#: menu.sh:2009 msgid "Please go to github to create an issue and upload the logs." msgstr "请前往 github 创建问题并上传日志 logs." -#: menu.sh:2001 +#: menu.sh:2013 msgid "\\Z1No logs found!\\Zn\\n\\n" msgstr "\\Z1日志 logs 未找到!\\Zn\\n\\n" -#: menu.sh:2002 +#: menu.sh:2014 msgid "Please do as follows:\\n" msgstr "请按如下操作:\\n" -#: menu.sh:2003 +#: menu.sh:2015 msgid " 1. Add dbgutils in addons and rebuild.\\n" msgstr " 1. 在插件中添加 dbgutils 并重新编译.\\n" -#: menu.sh:2004 +#: menu.sh:2016 msgid " 2. Wait 10 minutes after booting.\\n" msgstr " 2. 启动后等待10分钟.\\n" -#: menu.sh:2005 +#: menu.sh:2017 msgid " 3. Reboot into RR and go to this option.\\n" msgstr " 3. 重启到 RR 并回到该选项.\\n" -#: menu.sh:2012 +#: menu.sh:2024 msgid "" "This option only installs opkg package management, allowing you to install " "more tools for use and debugging. Do you want to continue?" msgstr "" "该选项仅安装 opkg 包管理工具, 使你能够安装更多的工具以供使用和调试, 是否继续?" -#: menu.sh:2019 +#: menu.sh:2031 msgid "opkg installing ..." msgstr "opkg 安装中 ..." -#: menu.sh:2021 +#: menu.sh:2033 msgid "" "opkg install is complete. Please reconnect to ssh/web, or execute 'source ~/." "bashrc'" msgstr "opkg 安装完成. 请重新链接 ssh/web, 或者执行 'source ~/.bashrc'" -#: menu.sh:2033 +#: menu.sh:2045 msgid "Please enter a proxy server url.(e.g., http://192.168.1.1:7981/)" msgstr "请输入代理服务器 url.(e.g., http://192.168.1.1:7981/)" -#: menu.sh:2044 menu.sh:2077 +#: menu.sh:2056 menu.sh:2089 msgid "Invalid proxy server url, continue?" msgstr "无效的代理服务器 url, 是否继续?" -#: menu.sh:2066 +#: menu.sh:2078 msgid "Please enter a proxy server url.(e.g., https://mirror.ghproxy.com/)" msgstr "请输入代理服务器 url.(e.g., https://mirror.ghproxy.com/)" -#: menu.sh:2091 +#: menu.sh:2103 msgid "It is expected that all restrictions on DSM will be lifted,\\n" msgstr "预计将解除DSM一切限制,\\n" -#: menu.sh:2092 +#: menu.sh:2104 msgid "" "But since upgrading is not supported, I don not want to implement it for the " "time being.\\n" msgstr "但由于不支持升级, 暂时不想实现.\\n" -#: menu.sh:2104 menu.sh:2139 menu.sh:2146 +#: menu.sh:2116 menu.sh:2120 menu.sh:2134 menu.sh:2154 menu.sh:2170 +#: menu.sh:2178 menu.sh:2262 menu.sh:2267 menu.sh:2273 msgid "Try recovery DSM" msgstr "尝试恢复 DSM 系统" -#: menu.sh:2105 -msgid "Trying to recovery a DSM installed system ..." +#: menu.sh:2117 +msgid "Trying to recovery a installed DSM system ..." msgstr "尝试恢复已安装的 DSM 系统中 ..." -#: menu.sh:2133 -msgid "Found a installation:\\nModel: %s\\nProductversion: %s" -msgstr "找到已安装:\\n型号: %s\\n版本: %s" - -#: menu.sh:2137 -msgid "\\nSerial: %s" -msgstr "\\nSN: %s" - -#: menu.sh:2147 +#: menu.sh:2121 msgid "Unfortunately I couldn't mount the DSM partition!" msgstr "很遗憾, 我无法挂载 DSM 分区!" -#: menu.sh:2197 +#: menu.sh:2135 +msgid "Checking for backup of user's configuration for bootloader ..." +msgstr "检查引导程序的用户配置备份中 ..." + +#: menu.sh:2155 +msgid "" +"Found a backup of the user's configuration, but the system is damaged and " +"will not be restored. Please reselect model and build." +msgstr "找到用户配置的备份, 但系统已损坏, 将无法恢复. 请重新选择模型并构建." + +#: menu.sh:2171 +msgid "" +"Found a backup of the user's configuration, and restored it. Please rebuild " +"and boot." +msgstr "找到用户配置的备份, 并已还原. 请重新编译并启动." + +#: menu.sh:2179 +msgid "Checking for installed DSM system ..." +msgstr "检查已安装的 DSM 系统中 ..." + +#: menu.sh:2263 +msgid "Found a installed DSM system and restored it. Please rebuild and boot." +msgstr "找到已安装的DSM系统, 并已还原. 请重新编译并启动." + +#: menu.sh:2268 +msgid "" +"Found a installed DSM system, but the system is damaged and will not be " +"restored. Please reselect model and build." +msgstr "找到已安装的DSM系统, 但系统已损坏, 将无法恢复. 请重新选择模型并构建." + +#: menu.sh:2274 +msgid "" +"The installed DSM system was not found, or the system is damaged and cannot " +"be recovered. Please reselect model and build." +msgstr "" +"未找到已安装的DSM系统, 或者系统已损坏, 将无法恢复. 请重新选择模型并构建." + +#: menu.sh:2324 msgid "Alert" msgstr "警告" -#: menu.sh:2198 +#: menu.sh:2325 msgid "Config changed, would you like to rebuild the loader?" msgstr "配置已更改, 是否重新编译引导?" -#: menu.sh:2215 menu.sh:2815 +#: menu.sh:2342 menu.sh:2942 msgid "Choose a language" msgstr "选择语言" -#: menu.sh:2230 +#: menu.sh:2357 msgid "Choose a layout" msgstr "选择布局" -#: menu.sh:2242 +#: menu.sh:2369 msgid "Choice a keymap" msgstr "选择键盘映射" -#: menu.sh:2261 menu.sh:2338 menu.sh:2435 menu.sh:2480 menu.sh:2530 -#: menu.sh:2569 +#: menu.sh:2388 menu.sh:2465 menu.sh:2562 menu.sh:2607 menu.sh:2657 +#: menu.sh:2696 msgid "Update %s" msgstr "更新 %s" -#: menu.sh:2262 +#: menu.sh:2389 msgid "Checking last version ..." msgstr "检测新版本中 ..." -#: menu.sh:2278 +#: menu.sh:2405 msgid "Error checking new version.\\nError: TAG is %s" msgstr "检测新版本错误.\\nError: TAG is %s" -#: menu.sh:2291 +#: menu.sh:2418 msgid "No new version." msgstr "没有新版本." -#: menu.sh:2295 +#: menu.sh:2422 msgid "Actual version is %s\\nForce update?" msgstr "实际版本为 %s\\n强制更新?" -#: menu.sh:2317 +#: menu.sh:2444 msgid "Downloading ..." msgstr "下载中 ..." -#: menu.sh:2320 +#: menu.sh:2447 msgid "Error downloading new version.\\nError: %d:%d" msgstr "下载新版本错误.\\nError: %d:%d" -#: menu.sh:2338 menu.sh:2422 menu.sh:2615 menu.sh:2642 +#: menu.sh:2465 menu.sh:2549 menu.sh:2742 menu.sh:2769 msgid "RR" msgstr "RR" -#: menu.sh:2339 menu.sh:2436 menu.sh:2481 menu.sh:2531 menu.sh:2570 +#: menu.sh:2466 menu.sh:2563 menu.sh:2608 menu.sh:2658 menu.sh:2697 msgid "Extracting update file ..." msgstr "解压更新文件 ..." -#: menu.sh:2350 menu.sh:2447 menu.sh:2492 menu.sh:2542 menu.sh:2581 +#: menu.sh:2477 menu.sh:2574 menu.sh:2619 menu.sh:2669 menu.sh:2708 msgid "Error extracting update file." msgstr "更新文件解压错误." -#: menu.sh:2362 +#: menu.sh:2489 msgid "Checksum do not match!" msgstr "Checksum 不匹配!" -#: menu.sh:2376 +#: menu.sh:2503 msgid "" "The current version does not support upgrading to the latest update.zip. " "Please remake the bootloader disk!" msgstr "当前版本不支持最新的 update.zip 升级, 请重新制作引导盘!" -#: menu.sh:2386 +#: menu.sh:2513 msgid "Installing new files ..." msgstr "安装更新中 ..." -#: menu.sh:2422 menu.sh:2465 menu.sh:2515 menu.sh:2554 menu.sh:2593 +#: menu.sh:2549 menu.sh:2592 menu.sh:2642 menu.sh:2681 menu.sh:2720 msgid "%s updated with success!" msgstr "%s 更新成功!" -#: menu.sh:2422 +#: menu.sh:2549 msgid "Reboot?" msgstr "重启?" -#: menu.sh:2530 menu.sh:2554 menu.sh:2618 menu.sh:2671 menu.sh:2675 +#: menu.sh:2657 menu.sh:2681 menu.sh:2745 menu.sh:2798 menu.sh:2802 msgid "LKMs" msgstr "LKMs" -#: menu.sh:2569 menu.sh:2593 menu.sh:2619 menu.sh:2682 menu.sh:2686 +#: menu.sh:2696 menu.sh:2720 menu.sh:2746 menu.sh:2809 menu.sh:2813 msgid "CKs" msgstr "CKs" -#: menu.sh:2614 menu.sh:2636 +#: menu.sh:2741 menu.sh:2763 msgid "All" msgstr "全部" -#: menu.sh:2620 +#: menu.sh:2747 msgid "Local upload" msgstr "本地上传" -#: menu.sh:2621 +#: menu.sh:2748 msgid "Pre Release:" msgstr "预发布:" -#: menu.sh:2626 menu.sh:2694 +#: menu.sh:2753 menu.sh:2821 msgid "" "Manually uploading update*.zip,addons*.zip,modules*.zip,rp-lkms*.zip,rr-cks*." "zip to /tmp/ will skip the download." @@ -1327,127 +1371,133 @@ msgstr "" "手动上传 update*.zip,addons*.zip,modules*.zip,rp-lkms*.zip,rr-cks*.zip 到 /" "tmp/ 将跳过下载." -#: menu.sh:2649 menu.sh:2660 menu.sh:2671 menu.sh:2682 +#: menu.sh:2776 menu.sh:2787 menu.sh:2798 menu.sh:2809 msgid "No longer supports update %s separately. Please choose to update All/RR" msgstr "不再支持单独更新%s. 请选择更新全部/RR" -#: menu.sh:2700 +#: menu.sh:2827 msgid "" "Please keep the attachment name consistent with the attachment name on " "Github.\\n" msgstr "请保持附件名称与 github 上附件名称一致.\\n" -#: menu.sh:2701 +#: menu.sh:2828 msgid "Upload update*.zip will update RR.\\n" msgstr "上传 update*.zip 将更新 RR.\\n" -#: menu.sh:2702 +#: menu.sh:2829 msgid "Upload addons*.zip will update Addons.\\n" msgstr "上传 addons*.zip 将更新 插件.\\n" -#: menu.sh:2703 +#: menu.sh:2830 msgid "Upload modules*.zip will update Modules.\\n" msgstr "上传 modules*.zip 将更新 模块.\\n" -#: menu.sh:2704 +#: menu.sh:2831 msgid "Upload rp-lkms*.zip will update LKMs.\\n" msgstr "上传 rp-lkms*.zip 将更新 LKMs.\\n" -#: menu.sh:2705 +#: menu.sh:2832 msgid "Upload rr-cks*.zip will update CKs.\\n" msgstr "上传 rr-cks*.zip 将更新 CKs.\\n" -#: menu.sh:2761 +#: menu.sh:2888 msgid "This person is very lazy and hasn't written anything." msgstr "这个人很懒, 什么也没有写." -#: menu.sh:2788 +#: menu.sh:2915 msgid "Choose a model" msgstr "选择型号" -#: menu.sh:2790 +#: menu.sh:2917 msgid "Choose a version" msgstr "选择版本" -#: menu.sh:2792 +#: menu.sh:2919 msgid "Parse pat" msgstr "解析 pat" -#: menu.sh:2799 +#: menu.sh:2926 msgid "Kernel:" msgstr "内核:" -#: menu.sh:2801 +#: menu.sh:2928 msgid "Addons menu" msgstr "插件" -#: menu.sh:2802 +#: menu.sh:2929 msgid "Modules menu" msgstr "模块" -#: menu.sh:2803 +#: menu.sh:2930 msgid "Cmdline menu" msgstr "设置 Cmdline" -#: menu.sh:2804 +#: menu.sh:2931 msgid "Synoinfo menu" msgstr "设置 Synoinfo" -#: menu.sh:2806 +#: menu.sh:2933 msgid "Advanced menu" msgstr "高级设置" -#: menu.sh:2809 +#: menu.sh:2936 msgid "Build the loader" msgstr "编译引导" -#: menu.sh:2813 +#: menu.sh:2940 msgid "Boot the loader" msgstr "启动" -#: menu.sh:2816 +#: menu.sh:2943 msgid "Choose a keymap" msgstr "选择键盘" -#: menu.sh:2818 +#: menu.sh:2945 msgid "Clean disk cache" msgstr "清除磁盘缓存" -#: menu.sh:2820 +#: menu.sh:2947 msgid "Update menu" msgstr "更新" -#: menu.sh:2821 +#: menu.sh:2948 msgid "Notepad" msgstr "备注" -#: menu.sh:2843 +#: menu.sh:2970 msgid "Change ..." msgstr "改变 ..." -#: menu.sh:2912 +#: menu.sh:3039 msgid "Choose a action" msgstr "选择动作" -#: menu.sh:2913 +#: menu.sh:3040 msgid "Poweroff" msgstr "关机" -#: menu.sh:2914 +#: menu.sh:3041 msgid "Reboot" msgstr "重启" -#: menu.sh:2915 +#: menu.sh:3042 msgid "Reboot to RR" msgstr "重启到 RR" -#: menu.sh:2916 +#: menu.sh:3043 msgid "Back to shell" msgstr "退出到 shell" -#: menu.sh:2942 +#: menu.sh:3069 msgid "Call \\033[1;32mmenu.sh\\033[0m to return to menu" msgstr "执行 \\033[1;32mmenu.sh\\033[0m 重新进入设置菜单" +#~ msgid "Found a installation:\\nModel: %s\\nProductversion: %s" +#~ msgstr "找到已安装:\\n型号: %s\\n版本: %s" + +#~ msgid "\\nSerial: %s" +#~ msgstr "\\nSN: %s" + #~ msgid "Waiting IP.(For reference only)" #~ msgstr "获取 IP.(仅供参考)" diff --git a/files/initrd/opt/rr/lang/zh_HK/LC_MESSAGES/rr.mo b/files/initrd/opt/rr/lang/zh_HK/LC_MESSAGES/rr.mo index 34e306e9522053084bb3c7cb6e9b0f7a3901c34f..4abdd762559f53ac8fc648dbc104dea34c5b757f 100644 GIT binary patch delta 8882 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 delta 7273 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 C3r{5g diff --git a/files/initrd/opt/rr/lang/zh_HK/LC_MESSAGES/rr.po b/files/initrd/opt/rr/lang/zh_HK/LC_MESSAGES/rr.po index b2bb89b4..3b2074da 100644 --- a/files/initrd/opt/rr/lang/zh_HK/LC_MESSAGES/rr.po +++ b/files/initrd/opt/rr/lang/zh_HK/LC_MESSAGES/rr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: RR\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-03-08 00:26+0800\n" -"PO-Revision-Date: 2024-03-08 00:35+0800\n" +"POT-Creation-Date: 2024-03-08 19:05+0800\n" +"PO-Revision-Date: 2024-03-08 19:23+0800\n" "Last-Translator: Ing \n" "Language-Team: Chinese (HongKong) \n" "Language: zh_HK\n" @@ -33,7 +33,7 @@ msgstr "Welcome to %s" msgid "DSM zImage changed" msgstr "DSM zImage 已變更" -#: boot.sh:36 menu.sh:1257 +#: boot.sh:36 menu.sh:1269 msgid "" "zImage not patched,\\nPlease upgrade the bootloader version and try again." "\\nPatch error:\\n" @@ -43,7 +43,7 @@ msgstr "zImage patch 失敗,\\n請升級引導版本並重試.\\nPatch 錯誤:\\ msgid "DSM Ramdisk changed" msgstr "DSM Ramdisk 已變更" -#: boot.sh:47 menu.sh:1263 +#: boot.sh:47 menu.sh:1275 msgid "" "Ramdisk not patched,\\nPlease upgrade the bootloader version and try again." "\\nPatch error:\\n" @@ -262,7 +262,7 @@ msgstr "該版本不支持 UEFI 啟動, 請選擇其他版本或者切換啟動 msgid "Get pat data ..." msgstr "獲取 pat 數據 ..." -#: menu.sh:285 menu.sh:1033 menu.sh:1169 +#: menu.sh:285 menu.sh:1033 menu.sh:1181 msgid "Network error, please check the network connection and try again." msgstr "網絡錯誤, 請檢查網絡連接然後重試." @@ -312,10 +312,10 @@ msgid "" msgstr "" "請透過 DUFS 將 pat 檔案上傳到 /tmp/pats/ 資料夾,然後重新进入此選項.\\n" -#: menu.sh:361 menu.sh:371 menu.sh:2614 menu.sh:2615 menu.sh:2616 menu.sh:2617 -#: menu.sh:2618 menu.sh:2619 menu.sh:2625 menu.sh:2648 menu.sh:2659 -#: menu.sh:2670 menu.sh:2681 menu.sh:2695 menu.sh:2706 menu.sh:2723 -#: menu.sh:2742 +#: menu.sh:361 menu.sh:371 menu.sh:2741 menu.sh:2742 menu.sh:2743 menu.sh:2744 +#: menu.sh:2745 menu.sh:2746 menu.sh:2752 menu.sh:2775 menu.sh:2786 +#: menu.sh:2797 menu.sh:2808 menu.sh:2822 menu.sh:2833 menu.sh:2850 +#: menu.sh:2869 msgid "Update" msgstr "更新" @@ -339,25 +339,25 @@ msgstr "目前,不支援 %s." msgid "Currently, %s of %s is not supported." msgstr "目前,不支援 %s-%s." -#: menu.sh:475 menu.sh:1273 menu.sh:2824 menu.sh:2842 +#: menu.sh:475 menu.sh:1285 menu.sh:2951 menu.sh:2969 msgid "Main menu" msgstr "主選單" -#: menu.sh:476 menu.sh:1274 +#: menu.sh:476 menu.sh:1286 msgid "Making ..." msgstr "編譯中 ..." -#: menu.sh:478 menu.sh:1276 +#: menu.sh:478 menu.sh:1288 msgid "Error" msgstr "錯誤" #: menu.sh:511 menu.sh:528 menu.sh:533 menu.sh:539 menu.sh:550 menu.sh:558 #: menu.sh:581 menu.sh:588 menu.sh:592 menu.sh:606 menu.sh:610 menu.sh:618 -#: menu.sh:621 menu.sh:2435 menu.sh:2465 menu.sh:2616 menu.sh:2649 menu.sh:2653 +#: menu.sh:621 menu.sh:2562 menu.sh:2592 menu.sh:2743 menu.sh:2776 menu.sh:2780 msgid "Addons" msgstr "挿件" -#: menu.sh:512 menu.sh:642 menu.sh:818 menu.sh:953 menu.sh:1294 menu.sh:2825 +#: menu.sh:512 menu.sh:642 menu.sh:818 menu.sh:953 menu.sh:1306 menu.sh:2952 msgid "Choose a option" msgstr "設定" @@ -377,8 +377,8 @@ msgstr "顯示所有挿件" msgid "Upload a external addon" msgstr "上傳外部挿件" -#: menu.sh:517 menu.sh:649 menu.sh:816 menu.sh:951 menu.sh:1299 menu.sh:1431 -#: menu.sh:2622 menu.sh:2822 menu.sh:2917 +#: menu.sh:517 menu.sh:649 menu.sh:816 menu.sh:951 menu.sh:1311 menu.sh:1443 +#: menu.sh:2749 menu.sh:2949 menu.sh:3044 msgid "Exit" msgstr "退出" @@ -408,7 +408,7 @@ msgid "" "not added.\\n\\n" msgstr "名稱顏色為\"\\Z4藍色\\Zn\"的為已添加, 顏色為\"黑色\"的為未添加..\\n\\n" -#: menu.sh:587 menu.sh:721 menu.sh:1307 menu.sh:2693 +#: menu.sh:587 menu.sh:721 menu.sh:1319 menu.sh:2820 msgid "" "This feature is only available when accessed via ssh (Requires a terminal " "that supports ZModem protocol).\\n" @@ -418,7 +418,7 @@ msgstr "此功能僅通過 ssh 訪問時可用(需要支援 ZModem 協定的終 msgid "Please upload the *.addons file." msgstr "請上傳 *.addons 檔案." -#: menu.sh:607 menu.sh:756 menu.sh:2724 menu.sh:2743 +#: menu.sh:607 menu.sh:756 menu.sh:2851 menu.sh:2870 msgid "Not a valid file, please try again!" msgstr "不是有效的檔案, 請重試!" @@ -435,8 +435,8 @@ msgid "File format not recognized!" msgstr "檔案格式無法識別!" #: menu.sh:641 menu.sh:655 menu.sh:668 menu.sh:705 menu.sh:722 menu.sh:732 -#: menu.sh:735 menu.sh:751 menu.sh:755 menu.sh:769 menu.sh:775 menu.sh:2480 -#: menu.sh:2515 menu.sh:2617 menu.sh:2660 menu.sh:2664 +#: menu.sh:735 menu.sh:751 menu.sh:755 menu.sh:769 menu.sh:775 menu.sh:2607 +#: menu.sh:2642 menu.sh:2744 menu.sh:2787 menu.sh:2791 msgid "Modules" msgstr "模塊" @@ -533,7 +533,7 @@ msgstr "沒有 i915 及其依賴模組取消選擇." msgid "Module %s deselected.\\n" msgstr "模組 %s 已取消選擇.\\n" -#: menu.sh:790 menu.sh:1361 menu.sh:2155 menu.sh:2162 menu.sh:2185 +#: menu.sh:790 menu.sh:1373 menu.sh:2282 menu.sh:2289 menu.sh:2312 msgid "Edit with caution" msgstr "請謹慎編輯" @@ -682,7 +682,7 @@ msgstr "選擇要删除的參數" msgid "Downloading old pat to extract synology .pat extractor..." msgstr "下載舊 pat, 選取 .pat 解密程式中..." -#: menu.sh:1051 menu.sh:1191 +#: menu.sh:1051 menu.sh:1203 msgid "Check internet or cache disk space.\\nError: %d:%d" msgstr "請檢查網際網路或磁碟空間.\\n錯誤: %d:%d" @@ -704,7 +704,7 @@ msgid "" "again!" msgstr "無法確定 pat 檔案是否加密, 可能已損壞, 請重試!" -#: menu.sh:1110 menu.sh:1207 +#: menu.sh:1110 menu.sh:1219 msgid "Disassembling %s: " msgstr "解壓縮 %s: " @@ -720,81 +720,95 @@ msgstr "解壓中 ..." msgid "%s cached." msgstr "%s 已緩存." -#: menu.sh:1161 +#: menu.sh:1160 +msgid "The cache has been cleared. Please re 'Parse pat' before build." +msgstr "緩存已被清除. 請在生成之前重新 \"解析 pat\"." + +#: menu.sh:1164 +msgid "" +"The cache has been cleared. Please re 'Try to ecovery a installed DSM " +"system' before build." +msgstr "緩存已被清除. 請在生成之前重新 \"嘗試恢復已安裝 DSM 的系統\"." + +#: menu.sh:1168 +msgid "The pat url is empty. Please re 'Choose a version' before build." +msgstr "pat 的 url 为空. 請在生成之前重新 \"選擇版本\"." + +#: menu.sh:1173 msgid "Cleaning cache ..." msgstr "清除緩存 ..." -#: menu.sh:1175 +#: menu.sh:1187 msgid "" "Based on the current network situation, switch to %s mirror to downloading." msgstr "根據當前的網絡狀況, 已切換到 %s 鏡像伺服器進行下載." -#: menu.sh:1178 +#: menu.sh:1190 msgid "Downloading %s ..." msgstr "下載 %s 中 ..." -#: menu.sh:1197 +#: menu.sh:1209 msgid "Checking hash of %s: " msgstr "檢查 %s 的 hash: " -#: menu.sh:1200 +#: menu.sh:1212 msgid "" "md5 hash of pat not match, Please reget pat data from the version menu and " "try again!" msgstr "pat 的 md5 Hash 不匹配, 請在版本選單中重新獲取 pat 數據後重試!" -#: menu.sh:1203 menu.sh:1219 menu.sh:1229 +#: menu.sh:1215 menu.sh:1231 menu.sh:1241 msgid "OK" msgstr "OK" -#: menu.sh:1214 +#: menu.sh:1226 msgid "Setting hash: " msgstr "設定 hash: " -#: menu.sh:1221 +#: menu.sh:1233 msgid "Copying files: " msgstr "拷貝檔案: " -#: menu.sh:1245 +#: menu.sh:1257 msgid "Addon %s not found!" msgstr "挿件 %s 未找到!" -#: menu.sh:1267 +#: menu.sh:1279 msgid "Cleaning ..." msgstr "清除中 ..." -#: menu.sh:1269 +#: menu.sh:1281 msgid "Ready!" msgstr "已就绪!" -#: menu.sh:1293 menu.sh:1309 menu.sh:1313 menu.sh:1330 menu.sh:1335 -#: menu.sh:1354 menu.sh:1366 menu.sh:1418 +#: menu.sh:1305 menu.sh:1321 menu.sh:1325 menu.sh:1342 menu.sh:1347 +#: menu.sh:1366 menu.sh:1378 menu.sh:1430 msgid "Custom DTS" msgstr "自定義 DTS" -#: menu.sh:1295 +#: menu.sh:1307 msgid "Custom dts: " msgstr "自定義 dts: " -#: menu.sh:1296 +#: menu.sh:1308 msgid "Upload dts file" msgstr "上傳 dts 檔案" -#: menu.sh:1297 +#: menu.sh:1309 msgid "Delete dts file" msgstr "删除 dts 檔案" -#: menu.sh:1298 +#: menu.sh:1310 msgid "Edit dts file" msgstr "編輯 dts 檔案" -#: menu.sh:1308 +#: menu.sh:1320 msgid "" "Or upload the dts file to %s via DUFS, Will be automatically imported when " "building." msgstr "或透過 DUFS 上傳 dts 檔案到 %s,編譯時會自動匯入。" -#: menu.sh:1314 +#: menu.sh:1326 msgid "" "Currently, only dts format files are supported. Please prepare and click to " "confirm uploading.\\n(saved in /mnt/p3/users/)" @@ -802,524 +816,554 @@ msgstr "" "現時, 只支持 dts 格式的檔案, 請準備並點擊確認上傳.\\n(保存於 /mnt/p3/users/ " "中)" -#: menu.sh:1331 menu.sh:1367 +#: menu.sh:1343 menu.sh:1379 msgid "Not a valid dts file, please try again!" msgstr "dts 檔案無效, 請重試!" -#: menu.sh:1336 +#: menu.sh:1348 msgid "A valid dts file, Automatically import at compile time." msgstr "dts 檔案有效, 將在編譯時自動導入." -#: menu.sh:1355 +#: menu.sh:1367 msgid "No dts file to edit. Please upload first!" msgstr "沒有可編輯的 dts 檔案,請先上傳!" -#: menu.sh:1391 +#: menu.sh:1403 msgid "Switch LKM version:" msgstr "選擇 LKM 版本:" -#: menu.sh:1392 +#: menu.sh:1404 msgid "HDD sort(hotplug):" msgstr "HDD 排序(hotplug):" -#: menu.sh:1395 +#: menu.sh:1407 msgid "Switch direct boot:" msgstr "切換直接啟動:" -#: menu.sh:1397 +#: menu.sh:1409 msgid "Timeout of get ip in boot:" msgstr "啟動時取得 IP 的超時時間:" -#: menu.sh:1398 +#: menu.sh:1410 msgid "Timeout of boot wait:" msgstr "啟動超時時間:" -#: menu.sh:1399 +#: menu.sh:1411 msgid "kernel switching method:" msgstr "內核切換的管道:" -#: menu.sh:1401 +#: menu.sh:1413 msgid "Reboot on kernel panic:" msgstr "內核恐慌時重新啟動:" -#: menu.sh:1403 +#: menu.sh:1415 msgid "Set static IP" msgstr "設定靜態 IP" -#: menu.sh:1404 +#: menu.sh:1416 msgid "Set wireless account" msgstr "設定無線帳號" -#: menu.sh:1405 +#: menu.sh:1417 msgid "Edit user config file manually" msgstr "編輯用戶設定檔" -#: menu.sh:1406 +#: menu.sh:1418 msgid "Edit grub.cfg file manually" msgstr "編輯 grub.cfg" -#: menu.sh:1407 -msgid "Try to recovery a DSM installed system" +#: menu.sh:1419 +msgid "Try to recovery a installed DSM system" msgstr "嘗試恢復已安裝 DSM 的系統" -#: menu.sh:1408 +#: menu.sh:1420 msgid "Show disks information" msgstr "顯示磁片資訊" -#: menu.sh:1410 +#: menu.sh:1422 msgid "show/modify the current pat data" msgstr "顯示/修改當前 pat 下載連結" -#: menu.sh:1412 +#: menu.sh:1424 msgid "Allow downgrade installation" msgstr "允許降級安裝" -#: menu.sh:1413 +#: menu.sh:1425 msgid "Format disk(s) # Without loader disk" msgstr "格式化磁碟(s) # 不含開機磁碟" -#: menu.sh:1414 +#: menu.sh:1426 msgid "Reset DSM system password" msgstr "重置 DSM 系統密碼" -#: menu.sh:1415 +#: menu.sh:1427 msgid "Force enable Telnet&SSH of DSM system" msgstr "強制開啟 DSM 的 Telnet&SSH" -#: menu.sh:1416 +#: menu.sh:1428 msgid "Save modifications of '/opt/rr'" msgstr "保存'/opt/rr'的修改" -#: menu.sh:1420 +#: menu.sh:1432 msgid "Custom patch script # Developer" msgstr "自定義補丁腳本 # 開發" -#: menu.sh:1422 +#: menu.sh:1434 msgid "Use EMMC as the system disk:" msgstr "使用EMMC作為系統磁片:" -#: menu.sh:1424 +#: menu.sh:1436 msgid "Clone bootloader disk to another disk" msgstr "克隆引導盤到另一個磁碟" -#: menu.sh:1425 +#: menu.sh:1437 msgid "Report bugs to the author" msgstr "向作者报告错误" -#: menu.sh:1426 +#: menu.sh:1438 msgid "Install development tools" msgstr "安裝開發者工具" -#: menu.sh:1427 +#: menu.sh:1439 msgid "Show QR logo:" msgstr "顯示 QR logo:" -#: menu.sh:1428 +#: menu.sh:1440 msgid "Set global proxy" msgstr "設定全域代理" -#: menu.sh:1429 +#: menu.sh:1441 msgid "Set github proxy" msgstr "設定 GitHub 代理" -#: menu.sh:1430 +#: menu.sh:1442 msgid "Vigorously miracle" msgstr "大力出奇蹟" -#: menu.sh:1433 menu.sh:1457 menu.sh:1469 menu.sh:1489 menu.sh:1512 -#: menu.sh:1536 menu.sh:1541 menu.sh:1553 menu.sh:1562 menu.sh:1584 -#: menu.sh:1685 menu.sh:1692 menu.sh:1710 menu.sh:1723 menu.sh:1726 -#: menu.sh:1739 menu.sh:1743 menu.sh:1744 menu.sh:1749 menu.sh:1753 -#: menu.sh:1768 menu.sh:1770 menu.sh:1793 menu.sh:1797 menu.sh:1804 -#: menu.sh:1810 menu.sh:1828 menu.sh:1830 menu.sh:1834 menu.sh:1856 -#: menu.sh:1859 menu.sh:1863 menu.sh:1866 menu.sh:1881 menu.sh:1894 -#: menu.sh:1926 menu.sh:1930 menu.sh:1936 menu.sh:1942 menu.sh:1948 -#: menu.sh:1979 menu.sh:1992 menu.sh:1996 menu.sh:2006 menu.sh:2011 -#: menu.sh:2018 menu.sh:2020 menu.sh:2032 menu.sh:2043 menu.sh:2065 -#: menu.sh:2076 menu.sh:2093 +#: menu.sh:1445 menu.sh:1469 menu.sh:1481 menu.sh:1501 menu.sh:1524 +#: menu.sh:1548 menu.sh:1553 menu.sh:1565 menu.sh:1574 menu.sh:1596 +#: menu.sh:1697 menu.sh:1704 menu.sh:1722 menu.sh:1735 menu.sh:1738 +#: menu.sh:1751 menu.sh:1755 menu.sh:1756 menu.sh:1761 menu.sh:1765 +#: menu.sh:1780 menu.sh:1782 menu.sh:1805 menu.sh:1809 menu.sh:1816 +#: menu.sh:1822 menu.sh:1840 menu.sh:1842 menu.sh:1846 menu.sh:1868 +#: menu.sh:1871 menu.sh:1875 menu.sh:1878 menu.sh:1893 menu.sh:1906 +#: menu.sh:1938 menu.sh:1942 menu.sh:1948 menu.sh:1954 menu.sh:1960 +#: menu.sh:1991 menu.sh:2004 menu.sh:2008 menu.sh:2018 menu.sh:2023 +#: menu.sh:2030 menu.sh:2032 menu.sh:2044 menu.sh:2055 menu.sh:2077 +#: menu.sh:2088 menu.sh:2105 msgid "Advanced" msgstr "高級" -#: menu.sh:1434 +#: menu.sh:1446 msgid "Advanced option" msgstr "高級設定" -#: menu.sh:1458 menu.sh:1470 menu.sh:1490 +#: menu.sh:1470 menu.sh:1482 menu.sh:1502 msgid "Choose a time(seconds)" msgstr "選擇一個時間(秒)" -#: menu.sh:1500 +#: menu.sh:1512 msgid "Temporary IP: (UI will not refresh)" msgstr "臨時 IP: (UI 不會重繪)" -#: menu.sh:1537 +#: menu.sh:1549 msgid "Setting IP ..." msgstr "設定 IP..." -#: menu.sh:1542 +#: menu.sh:1554 msgid "Scanning ..." msgstr "掃描中 ..." -#: menu.sh:1545 +#: menu.sh:1557 msgid "Scanned SSIDs:\\n" msgstr "掃描的 SSID:\\n" -#: menu.sh:1563 +#: menu.sh:1575 msgid "Invalid SSID/PSK, retry?" msgstr "無效的 SSID/PSK, 重試?" -#: menu.sh:1585 +#: menu.sh:1597 msgid "Setting ..." msgstr "設定中 ..." -#: menu.sh:1683 +#: menu.sh:1695 msgid "\\nTotal of ports: %s\\n" msgstr "\\n埠總數: %s\\n" -#: menu.sh:1684 +#: menu.sh:1696 msgid "" "\\nPorts with color \\Z1red\\Zn as DUMMY, color \\Z2\\Zbgreen\\Zn has drive " "connected." msgstr "\\n\\Z1红色\\Zn 為類比埠, \\Z2\\Zb绿色\\Zn 為已驅動的物理埠." -#: menu.sh:1691 +#: menu.sh:1703 msgid "pat: (editable)" msgstr "pat: (可編輯)" -#: menu.sh:1707 +#: menu.sh:1719 msgid "" "This feature will allow you to downgrade the installation by removing the " "VERSION file from the first partition of all disks.\\n" msgstr "此功能通過删除所有磁碟的第一個分區的 VERSION 檔案來允許你降級安裝.\\n" -#: menu.sh:1708 +#: menu.sh:1720 msgid "Therefore, please insert all disks before continuing.\\n" msgstr "囙此, 請插入所有磁碟後再進行操作.\\n" -#: menu.sh:1709 menu.sh:1750 +#: menu.sh:1721 menu.sh:1762 msgid "" "Warning:\\nThis operation is irreversible. Please backup important data. Do " "you want to continue?" msgstr "警告:\\n該操作不可逆, 請提前備份重要數據. 是否繼續?" -#: menu.sh:1724 +#: menu.sh:1736 msgid "Removing ..." msgstr "删除中..." -#: menu.sh:1725 +#: menu.sh:1737 msgid "Remove VERSION file for all disks completed." msgstr "已移除所有磁碟的 VERSION 檔案." -#: menu.sh:1740 menu.sh:1927 +#: menu.sh:1752 menu.sh:1939 msgid "No disk found!" msgstr "未找到磁碟!" -#: menu.sh:1754 +#: menu.sh:1766 msgid "" "Warning:\\nThe current hds is in raid, do you still want to format them?" msgstr "警告:\\n當前的硬碟處於 raid 中, 是否仍要格式化?" -#: menu.sh:1769 +#: menu.sh:1781 msgid "Formatting ..." msgstr "格式化中..." -#: menu.sh:1771 +#: menu.sh:1783 msgid "Formatting is complete." msgstr "格式化完成." -#: menu.sh:1794 +#: menu.sh:1806 msgid "The installed Syno system not found in the currently inserted disks!" msgstr "未在當前插入的硬碟中找到已安裝的 syno 系統!" -#: menu.sh:1798 +#: menu.sh:1810 msgid "Choose a user name" msgstr "選擇一個用戶" -#: menu.sh:1805 +#: menu.sh:1817 msgid "Type a new password for user '%s'" msgstr "輸入用戶 '%s' 的新密碼" -#: menu.sh:1811 +#: menu.sh:1823 msgid "Invalid password" msgstr "無效密碼" -#: menu.sh:1829 +#: menu.sh:1841 msgid "Resetting ..." msgstr "重置中 ..." -#: menu.sh:1831 +#: menu.sh:1843 msgid "Password reset completed." msgstr "重置密碼完成." -#: menu.sh:1835 +#: menu.sh:1847 msgid "Please insert all disks before continuing.\\n" msgstr "請插入所有磁碟後再進行操作.\\n" -#: menu.sh:1857 +#: menu.sh:1869 msgid "Enabling ..." msgstr "開啟中 ..." -#: menu.sh:1858 +#: menu.sh:1870 msgid "Telnet&SSH is enabled." msgstr "Telnet&SSH 已開啟." -#: menu.sh:1858 +#: menu.sh:1870 msgid "Telnet&SSH is not enabled." msgstr "Telnet&SSH 未開啟." -#: menu.sh:1864 +#: menu.sh:1876 msgid "" "Warning:\\nDo not terminate midway, otherwise it may cause damage to the RR. " "Do you want to continue?" msgstr "警告:\\n請不要中途停止, 否則將導致 RR 引導損毀, 是否繼續?" -#: menu.sh:1867 +#: menu.sh:1879 msgid "" "Saving ...\\n(It usually takes 5-10 minutes, please be patient and wait.)" msgstr "保存中...\\n(一般需要5~10分鐘,請耐心等待.)" -#: menu.sh:1882 +#: menu.sh:1894 msgid "Save is complete." msgstr "保存完成." -#: menu.sh:1890 +#: menu.sh:1902 msgid "This option is only informative.\\n\\n" msgstr "此選項僅為提示. \\n\\n" -#: menu.sh:1891 +#: menu.sh:1903 msgid "This program reserves an interface for ramdisk custom patch scripts.\\n" msgstr "此程式為 ramdisk 自定義補丁腳本保留了一個介面. \\n" -#: menu.sh:1892 +#: menu.sh:1904 msgid "Call timing: called before ramdisk packaging.\\n" msgstr "調用時機:在 ramdisk 打包前調用. \\n" -#: menu.sh:1893 +#: menu.sh:1905 msgid "Location: /mnt/p3/scripts/*.sh\\n" msgstr "位置:/mnt/p3/scripts/*.sh\\n" -#: menu.sh:1931 +#: menu.sh:1943 msgid "Choose a disk to clone to" msgstr "選擇要克隆到的磁碟" -#: menu.sh:1937 +#: menu.sh:1949 msgid "No disk selected!" msgstr "未選擇磁碟!" -#: menu.sh:1943 +#: menu.sh:1955 msgid "Disk %s size is less than 1GB and cannot be cloned!" msgstr "磁碟 %s 的大小小於 1GB,無法克隆!" -#: menu.sh:1947 +#: menu.sh:1959 msgid "" "Warning:\\nDisk %s will be formatted and written to the bootloader. Please " "confirm that important data has been backed up. \\nDo you want to continue?" msgstr "" "警告:\\n磁碟 %s 將被格式化並寫入引導程式. 請確認重要資料已備份. \\n是否繼續?" -#: menu.sh:1980 +#: menu.sh:1992 msgid "Cloning ..." msgstr "克隆中 ..." -#: menu.sh:1982 +#: menu.sh:1994 msgid "" "Bootloader has been cloned to disk %s, please remove the current bootloader " "disk!\\nReboot?" msgstr "引導程式已克隆到磁碟 %s, 請移除目前引導磁碟! \\n重新啟動?" -#: menu.sh:1993 +#: menu.sh:2005 msgid "" "Please via %s to download the logs,\\nAnd go to github to create an issue " "and upload the logs." msgstr "請透過 %s 下載日誌 logs,\\n並前往 github 建立問題並上傳日誌 logs." -#: menu.sh:1997 +#: menu.sh:2009 msgid "Please go to github to create an issue and upload the logs." msgstr "請前往 github 建立問題並上傳日誌 logs." -#: menu.sh:2001 +#: menu.sh:2013 msgid "\\Z1No logs found!\\Zn\\n\\n" msgstr "\\Z1日誌 logs 找不到!\\Zn\\n\\n" -#: menu.sh:2002 +#: menu.sh:2014 msgid "Please do as follows:\\n" msgstr "請按如下操作:\\n" -#: menu.sh:2003 +#: menu.sh:2015 msgid " 1. Add dbgutils in addons and rebuild.\\n" msgstr "1. 在外掛程式中加入 dbgutils 並重新編譯.\\n" -#: menu.sh:2004 +#: menu.sh:2016 msgid " 2. Wait 10 minutes after booting.\\n" msgstr "2. 啟動後等待10分鐘.\\n" -#: menu.sh:2005 +#: menu.sh:2017 msgid " 3. Reboot into RR and go to this option.\\n" msgstr "3. 重啟到 RR 並回到該選項.\\n" -#: menu.sh:2012 +#: menu.sh:2024 msgid "" "This option only installs opkg package management, allowing you to install " "more tools for use and debugging. Do you want to continue?" msgstr "" "該選項僅安裝 opkg 包管理工具, 使你能够安裝更多的工具以供使用和調試, 是否繼續?" -#: menu.sh:2019 +#: menu.sh:2031 msgid "opkg installing ..." msgstr "opkg 安裝中 ..." -#: menu.sh:2021 +#: menu.sh:2033 msgid "" "opkg install is complete. Please reconnect to ssh/web, or execute 'source ~/." "bashrc'" msgstr "opkg 安裝完成. 請重新連結 ssh/web, 或者執行 'source ~/.bashrc'" -#: menu.sh:2033 +#: menu.sh:2045 msgid "Please enter a proxy server url.(e.g., http://192.168.1.1:7981/)" msgstr "請輸入代理伺服器 url.(e.g., http://192.168.1.1:7981/)" -#: menu.sh:2044 menu.sh:2077 +#: menu.sh:2056 menu.sh:2089 msgid "Invalid proxy server url, continue?" msgstr "無效的代理伺服器 url, 是否繼續?" -#: menu.sh:2066 +#: menu.sh:2078 msgid "Please enter a proxy server url.(e.g., https://mirror.ghproxy.com/)" msgstr "請輸入代理伺服器 url.(e.g., https://mirror.ghproxy.com/)" -#: menu.sh:2091 +#: menu.sh:2103 msgid "It is expected that all restrictions on DSM will be lifted,\\n" msgstr "預計将解除DSM一切限制,\\n" -#: menu.sh:2092 +#: menu.sh:2104 msgid "" "But since upgrading is not supported, I don not want to implement it for the " "time being.\\n" msgstr "但由於不支援升級, 暫時不想實現.\\n" -#: menu.sh:2104 menu.sh:2139 menu.sh:2146 +#: menu.sh:2116 menu.sh:2120 menu.sh:2134 menu.sh:2154 menu.sh:2170 +#: menu.sh:2178 menu.sh:2262 menu.sh:2267 menu.sh:2273 msgid "Try recovery DSM" msgstr "嘗試恢復 DSM 系統" -#: menu.sh:2105 -msgid "Trying to recovery a DSM installed system ..." +#: menu.sh:2117 +msgid "Trying to recovery a installed DSM system ..." msgstr "嘗試恢復已安裝的 DSM 系統中 ..." -#: menu.sh:2133 -msgid "Found a installation:\\nModel: %s\\nProductversion: %s" -msgstr "找到已安裝:\\n型號: %s\\n版本: %s" - -#: menu.sh:2137 -msgid "\\nSerial: %s" -msgstr "\\nSN: %s" - -#: menu.sh:2147 +#: menu.sh:2121 msgid "Unfortunately I couldn't mount the DSM partition!" msgstr "很遺憾, 我無法掛載 DSM 分區!" -#: menu.sh:2197 +#: menu.sh:2135 +msgid "Checking for backup of user's configuration for bootloader ..." +msgstr "檢查引導加載程式的用戶配寘備份中 ..." + +#: menu.sh:2155 +msgid "" +"Found a backup of the user's configuration, but the system is damaged and " +"will not be restored. Please reselect model and build." +msgstr "找到用戶配寘的備份, 但系統已損壞, 將無法恢復. 請重新選擇模型並構建." + +#: menu.sh:2171 +msgid "" +"Found a backup of the user's configuration, and restored it. Please rebuild " +"and boot." +msgstr "找到用戶配寘的備份, 並已還原. 請重新編譯引導並啟動." + +#: menu.sh:2179 +msgid "Checking for installed DSM system ..." +msgstr "檢查已安裝的 DSM 系統中 ..." + +#: menu.sh:2263 +msgid "Found a installed DSM system and restored it. Please rebuild and boot." +msgstr "找到已安裝的 DSM 系統, 並已還原. 請重新編譯引導並啟動." + +#: menu.sh:2268 +msgid "" +"Found a installed DSM system, but the system is damaged and will not be " +"restored. Please reselect model and build." +msgstr "找到已安裝的 DSM 系統, 但系統已損壞, 將無法恢復. 請重新選擇模型並構建." + +#: menu.sh:2274 +msgid "" +"The installed DSM system was not found, or the system is damaged and cannot " +"be recovered. Please reselect model and build." +msgstr "" +"找不到已安裝的DSM系統, 或者該系統已損壞, 無法恢復. 請重新選擇模型並構建." + +#: menu.sh:2324 msgid "Alert" msgstr "警告" -#: menu.sh:2198 +#: menu.sh:2325 msgid "Config changed, would you like to rebuild the loader?" msgstr "配寘已更改, 是否重新編譯引導?" -#: menu.sh:2215 menu.sh:2815 +#: menu.sh:2342 menu.sh:2942 msgid "Choose a language" msgstr "選擇語言" -#: menu.sh:2230 +#: menu.sh:2357 msgid "Choose a layout" msgstr "選擇佈局" -#: menu.sh:2242 +#: menu.sh:2369 msgid "Choice a keymap" msgstr "選擇鍵盤" -#: menu.sh:2261 menu.sh:2338 menu.sh:2435 menu.sh:2480 menu.sh:2530 -#: menu.sh:2569 +#: menu.sh:2388 menu.sh:2465 menu.sh:2562 menu.sh:2607 menu.sh:2657 +#: menu.sh:2696 msgid "Update %s" msgstr "更新 %s" -#: menu.sh:2262 +#: menu.sh:2389 msgid "Checking last version ..." msgstr "檢測新版本中 ..." -#: menu.sh:2278 +#: menu.sh:2405 msgid "Error checking new version.\\nError: TAG is %s" msgstr "檢測新版本錯誤.\\nError: TAG is %s" -#: menu.sh:2291 +#: menu.sh:2418 msgid "No new version." msgstr "沒有新版本." -#: menu.sh:2295 +#: menu.sh:2422 msgid "Actual version is %s\\nForce update?" msgstr "實際版本為 %s\\n強制更新?" -#: menu.sh:2317 +#: menu.sh:2444 msgid "Downloading ..." msgstr "下載中 ..." -#: menu.sh:2320 +#: menu.sh:2447 msgid "Error downloading new version.\\nError: %d:%d" msgstr "下載新版本錯誤.\\nError: %d:%d" -#: menu.sh:2338 menu.sh:2422 menu.sh:2615 menu.sh:2642 +#: menu.sh:2465 menu.sh:2549 menu.sh:2742 menu.sh:2769 msgid "RR" msgstr "RR" -#: menu.sh:2339 menu.sh:2436 menu.sh:2481 menu.sh:2531 menu.sh:2570 +#: menu.sh:2466 menu.sh:2563 menu.sh:2608 menu.sh:2658 menu.sh:2697 msgid "Extracting update file ..." msgstr "解壓更新檔案 ..." -#: menu.sh:2350 menu.sh:2447 menu.sh:2492 menu.sh:2542 menu.sh:2581 +#: menu.sh:2477 menu.sh:2574 menu.sh:2619 menu.sh:2669 menu.sh:2708 msgid "Error extracting update file." msgstr "更新檔案解壓錯誤." -#: menu.sh:2362 +#: menu.sh:2489 msgid "Checksum do not match!" msgstr "Checksum 不匹配!" -#: menu.sh:2376 +#: menu.sh:2503 msgid "" "The current version does not support upgrading to the latest update.zip. " "Please remake the bootloader disk!" msgstr "當前版本不支持最新的 update.zip 陞級, 請重新製作引導盤!" -#: menu.sh:2386 +#: menu.sh:2513 msgid "Installing new files ..." msgstr "安裝更新中 ..." -#: menu.sh:2422 menu.sh:2465 menu.sh:2515 menu.sh:2554 menu.sh:2593 +#: menu.sh:2549 menu.sh:2592 menu.sh:2642 menu.sh:2681 menu.sh:2720 msgid "%s updated with success!" msgstr "%s 更新成功!" -#: menu.sh:2422 +#: menu.sh:2549 msgid "Reboot?" msgstr "重啓?" -#: menu.sh:2530 menu.sh:2554 menu.sh:2618 menu.sh:2671 menu.sh:2675 +#: menu.sh:2657 menu.sh:2681 menu.sh:2745 menu.sh:2798 menu.sh:2802 msgid "LKMs" msgstr "LKMs" -#: menu.sh:2569 menu.sh:2593 menu.sh:2619 menu.sh:2682 menu.sh:2686 +#: menu.sh:2696 menu.sh:2720 menu.sh:2746 menu.sh:2809 menu.sh:2813 msgid "CKs" msgstr "CKs" -#: menu.sh:2614 menu.sh:2636 +#: menu.sh:2741 menu.sh:2763 msgid "All" msgstr "全部" -#: menu.sh:2620 +#: menu.sh:2747 msgid "Local upload" msgstr "本地上傳" -#: menu.sh:2621 +#: menu.sh:2748 msgid "Pre Release:" msgstr "預發佈:" -#: menu.sh:2626 menu.sh:2694 +#: menu.sh:2753 menu.sh:2821 msgid "" "Manually uploading update*.zip,addons*.zip,modules*.zip,rp-lkms*.zip,rr-cks*." "zip to /tmp/ will skip the download." @@ -1327,127 +1371,133 @@ msgstr "" "手動上傳 update*.zip,addons*.zip,modules*.zip,rp-lkms*.zip,rr-cks*.zip 到 /" "tmp/ 將跳過下載." -#: menu.sh:2649 menu.sh:2660 menu.sh:2671 menu.sh:2682 +#: menu.sh:2776 menu.sh:2787 menu.sh:2798 menu.sh:2809 msgid "No longer supports update %s separately. Please choose to update All/RR" msgstr "不再支持單獨更新%s. 請選擇更新全部/RR" -#: menu.sh:2700 +#: menu.sh:2827 msgid "" "Please keep the attachment name consistent with the attachment name on " "Github.\\n" msgstr "請保持附件名稱與 github 上附件名稱一致.\\n" -#: menu.sh:2701 +#: menu.sh:2828 msgid "Upload update*.zip will update RR.\\n" msgstr "上傳 update*.zip 将更新 RR.\\n" -#: menu.sh:2702 +#: menu.sh:2829 msgid "Upload addons*.zip will update Addons.\\n" msgstr "上傳 addons*.zip 将更新 挿件.\\n" -#: menu.sh:2703 +#: menu.sh:2830 msgid "Upload modules*.zip will update Modules.\\n" msgstr "上傳 modules*.zip 将更新 模塊.\\n" -#: menu.sh:2704 +#: menu.sh:2831 msgid "Upload rp-lkms*.zip will update LKMs.\\n" msgstr "上傳 rp-lkms*.zip 将更新 LKMs.\\n" -#: menu.sh:2705 +#: menu.sh:2832 msgid "Upload rr-cks*.zip will update CKs.\\n" msgstr "上傳 rr-cks*.zip 将更新 CKs.\\n" -#: menu.sh:2761 +#: menu.sh:2888 msgid "This person is very lazy and hasn't written anything." msgstr "這個人很懶, 什麼也沒有寫." -#: menu.sh:2788 +#: menu.sh:2915 msgid "Choose a model" msgstr "選擇型號" -#: menu.sh:2790 +#: menu.sh:2917 msgid "Choose a version" msgstr "選擇版本" -#: menu.sh:2792 +#: menu.sh:2919 msgid "Parse pat" msgstr "解析 pat" -#: menu.sh:2799 +#: menu.sh:2926 msgid "Kernel:" msgstr "核心:" -#: menu.sh:2801 +#: menu.sh:2928 msgid "Addons menu" msgstr "挿件" -#: menu.sh:2802 +#: menu.sh:2929 msgid "Modules menu" msgstr "模塊" -#: menu.sh:2803 +#: menu.sh:2930 msgid "Cmdline menu" msgstr "設定 Cmdline" -#: menu.sh:2804 +#: menu.sh:2931 msgid "Synoinfo menu" msgstr "設定 Synoinfo" -#: menu.sh:2806 +#: menu.sh:2933 msgid "Advanced menu" msgstr "高級設定" -#: menu.sh:2809 +#: menu.sh:2936 msgid "Build the loader" msgstr "編譯引導" -#: menu.sh:2813 +#: menu.sh:2940 msgid "Boot the loader" msgstr "啟動" -#: menu.sh:2816 +#: menu.sh:2943 msgid "Choose a keymap" msgstr "選擇鍵盤" -#: menu.sh:2818 +#: menu.sh:2945 msgid "Clean disk cache" msgstr "清除磁碟緩存" -#: menu.sh:2820 +#: menu.sh:2947 msgid "Update menu" msgstr "更新" -#: menu.sh:2821 +#: menu.sh:2948 msgid "Notepad" msgstr "備註" -#: menu.sh:2843 +#: menu.sh:2970 msgid "Change ..." msgstr "改變 ..." -#: menu.sh:2912 +#: menu.sh:3039 msgid "Choose a action" msgstr "選擇動作" -#: menu.sh:2913 +#: menu.sh:3040 msgid "Poweroff" msgstr "關機" -#: menu.sh:2914 +#: menu.sh:3041 msgid "Reboot" msgstr "重啓" -#: menu.sh:2915 +#: menu.sh:3042 msgid "Reboot to RR" msgstr "重啓到 RR" -#: menu.sh:2916 +#: menu.sh:3043 msgid "Back to shell" msgstr "退出到 shell" -#: menu.sh:2942 +#: menu.sh:3069 msgid "Call \\033[1;32mmenu.sh\\033[0m to return to menu" msgstr "執行 \\033[1;32mmenu.sh\\033[0m 重新進入設定選單" +#~ msgid "Found a installation:\\nModel: %s\\nProductversion: %s" +#~ msgstr "找到已安裝:\\n型號: %s\\n版本: %s" + +#~ msgid "\\nSerial: %s" +#~ msgstr "\\nSN: %s" + #~ msgid "Waiting IP.(For reference only)" #~ msgstr "獲取 IP.(僅供參考)" diff --git a/files/initrd/opt/rr/lang/zh_TW/LC_MESSAGES/rr.mo b/files/initrd/opt/rr/lang/zh_TW/LC_MESSAGES/rr.mo index 9444f644956ea3512d7b35f90eed3c8821af2ce6..bcdcd01502c9402bcd55e212665f62d2461b01e4 100644 GIT binary patch delta 8958 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\n" "Language-Team: Chinese (Taiwan) \n" "Language: zh_TW\n" @@ -33,7 +33,7 @@ msgstr "歡迎使用 %s" msgid "DSM zImage changed" msgstr "DSM zImage 已變更" -#: boot.sh:36 menu.sh:1257 +#: boot.sh:36 menu.sh:1269 msgid "" "zImage not patched,\\nPlease upgrade the bootloader version and try again." "\\nPatch error:\\n" @@ -43,7 +43,7 @@ msgstr "zImage 未修補,\\n請升級開機載入程式版本然後重試。\\ msgid "DSM Ramdisk changed" msgstr "DSM Ramdisk 已變更" -#: boot.sh:47 menu.sh:1263 +#: boot.sh:47 menu.sh:1275 msgid "" "Ramdisk not patched,\\nPlease upgrade the bootloader version and try again." "\\nPatch error:\\n" @@ -262,7 +262,7 @@ msgstr "該版本不支援 UEFI 開機,請選擇其他版本或者切換開機 msgid "Get pat data ..." msgstr "取得 pat 資料..." -#: menu.sh:285 menu.sh:1033 menu.sh:1169 +#: menu.sh:285 menu.sh:1033 menu.sh:1181 msgid "Network error, please check the network connection and try again." msgstr "網絡錯誤, 請檢查網絡連線然後重試." @@ -311,10 +311,10 @@ msgid "" "option.\\n" msgstr "請透過 DUFS 將 pat 檔上傳到 /tmp/pats/ 資料夾,然後重新進入此選項。\\n" -#: menu.sh:361 menu.sh:371 menu.sh:2614 menu.sh:2615 menu.sh:2616 menu.sh:2617 -#: menu.sh:2618 menu.sh:2619 menu.sh:2625 menu.sh:2648 menu.sh:2659 -#: menu.sh:2670 menu.sh:2681 menu.sh:2695 menu.sh:2706 menu.sh:2723 -#: menu.sh:2742 +#: menu.sh:361 menu.sh:371 menu.sh:2741 menu.sh:2742 menu.sh:2743 menu.sh:2744 +#: menu.sh:2745 menu.sh:2746 menu.sh:2752 menu.sh:2775 menu.sh:2786 +#: menu.sh:2797 menu.sh:2808 menu.sh:2822 menu.sh:2833 menu.sh:2850 +#: menu.sh:2869 msgid "Update" msgstr "更新" @@ -338,25 +338,25 @@ msgstr "目前不支援 %s。" msgid "Currently, %s of %s is not supported." msgstr "目前不支援 %s 中的 %s。" -#: menu.sh:475 menu.sh:1273 menu.sh:2824 menu.sh:2842 +#: menu.sh:475 menu.sh:1285 menu.sh:2951 menu.sh:2969 msgid "Main menu" msgstr "主功能表" -#: menu.sh:476 menu.sh:1274 +#: menu.sh:476 menu.sh:1286 msgid "Making ..." msgstr "製作中 ..." -#: menu.sh:478 menu.sh:1276 +#: menu.sh:478 menu.sh:1288 msgid "Error" msgstr "錯誤" #: menu.sh:511 menu.sh:528 menu.sh:533 menu.sh:539 menu.sh:550 menu.sh:558 #: menu.sh:581 menu.sh:588 menu.sh:592 menu.sh:606 menu.sh:610 menu.sh:618 -#: menu.sh:621 menu.sh:2435 menu.sh:2465 menu.sh:2616 menu.sh:2649 menu.sh:2653 +#: menu.sh:621 menu.sh:2562 menu.sh:2592 menu.sh:2743 menu.sh:2776 menu.sh:2780 msgid "Addons" msgstr "增益集" -#: menu.sh:512 menu.sh:642 menu.sh:818 menu.sh:953 menu.sh:1294 menu.sh:2825 +#: menu.sh:512 menu.sh:642 menu.sh:818 menu.sh:953 menu.sh:1306 menu.sh:2952 msgid "Choose a option" msgstr "選擇選項" @@ -376,8 +376,8 @@ msgstr "顯示所有增益集" msgid "Upload a external addon" msgstr "上傳外部增益集" -#: menu.sh:517 menu.sh:649 menu.sh:816 menu.sh:951 menu.sh:1299 menu.sh:1431 -#: menu.sh:2622 menu.sh:2822 menu.sh:2917 +#: menu.sh:517 menu.sh:649 menu.sh:816 menu.sh:951 menu.sh:1311 menu.sh:1443 +#: menu.sh:2749 menu.sh:2949 menu.sh:3044 msgid "Exit" msgstr "退出" @@ -408,7 +408,7 @@ msgid "" msgstr "" "名稱色彩為 \"\\Z4藍色\\Zn\" 者為已加入,色彩為 \"黑色\" 者為未加入。\\n\\n" -#: menu.sh:587 menu.sh:721 menu.sh:1307 menu.sh:2693 +#: menu.sh:587 menu.sh:721 menu.sh:1319 menu.sh:2820 msgid "" "This feature is only available when accessed via ssh (Requires a terminal " "that supports ZModem protocol).\\n" @@ -418,7 +418,7 @@ msgstr "此功能僅在透過 ssh 存取時可用。(需要支援 ZModem 協定 msgid "Please upload the *.addons file." msgstr "請上傳 *.addons 檔案。" -#: menu.sh:607 menu.sh:756 menu.sh:2724 menu.sh:2743 +#: menu.sh:607 menu.sh:756 menu.sh:2851 menu.sh:2870 msgid "Not a valid file, please try again!" msgstr "不是有效的檔案,請重試!" @@ -435,8 +435,8 @@ msgid "File format not recognized!" msgstr "檔案格式無法識別!" #: menu.sh:641 menu.sh:655 menu.sh:668 menu.sh:705 menu.sh:722 menu.sh:732 -#: menu.sh:735 menu.sh:751 menu.sh:755 menu.sh:769 menu.sh:775 menu.sh:2480 -#: menu.sh:2515 menu.sh:2617 menu.sh:2660 menu.sh:2664 +#: menu.sh:735 menu.sh:751 menu.sh:755 menu.sh:769 menu.sh:775 menu.sh:2607 +#: menu.sh:2642 menu.sh:2744 menu.sh:2787 menu.sh:2791 msgid "Modules" msgstr "模組" @@ -532,7 +532,7 @@ msgstr "沒有且依賴項模組的 i915 可以取消選擇。" msgid "Module %s deselected.\\n" msgstr "已取消選擇模組 %s。\\n" -#: menu.sh:790 menu.sh:1361 menu.sh:2155 menu.sh:2162 menu.sh:2185 +#: menu.sh:790 menu.sh:1373 menu.sh:2282 menu.sh:2289 menu.sh:2312 msgid "Edit with caution" msgstr "請謹慎編輯" @@ -683,7 +683,7 @@ msgstr "選擇要删除的參數" msgid "Downloading old pat to extract synology .pat extractor..." msgstr "下載舊 pat,選取 .pat 解密程式中..." -#: menu.sh:1051 menu.sh:1191 +#: menu.sh:1051 menu.sh:1203 msgid "Check internet or cache disk space.\\nError: %d:%d" msgstr "請檢查網際網路或快取磁碟空間。\\n錯誤: %d:%d" @@ -705,7 +705,7 @@ msgid "" "again!" msgstr "無法確定 pat 檔案是否加密,可能已損壞,請重試!" -#: menu.sh:1110 menu.sh:1207 +#: menu.sh:1110 menu.sh:1219 msgid "Disassembling %s: " msgstr "解壓縮 %s: " @@ -721,81 +721,95 @@ msgstr "解壓中..." msgid "%s cached." msgstr "%s 已快取。" -#: menu.sh:1161 +#: menu.sh:1160 +msgid "The cache has been cleared. Please re 'Parse pat' before build." +msgstr "緩存已被清除. 請在生成之前重新 \"解析 pat\"." + +#: menu.sh:1164 +msgid "" +"The cache has been cleared. Please re 'Try to recovery a installed DSM " +"system' before build." +msgstr "緩存已被清除. 請在生成之前重新 \"嘗試恢復已安裝 DSM 的系統\"." + +#: menu.sh:1168 +msgid "The pat url is empty. Please re 'Choose a version' before build." +msgstr "pat 的 url 为空. 請在生成之前重新 \"選擇版本\"." + +#: menu.sh:1173 msgid "Cleaning cache ..." msgstr "清除快取..." -#: menu.sh:1175 +#: menu.sh:1187 msgid "" "Based on the current network situation, switch to %s mirror to downloading." msgstr "根據目前的網路狀況,已切換到 %s 鏡像伺服器進行下載。" -#: menu.sh:1178 +#: menu.sh:1190 msgid "Downloading %s ..." msgstr "下載 %s 中..." -#: menu.sh:1197 +#: menu.sh:1209 msgid "Checking hash of %s: " msgstr "檢查 %s 的雜湊值: " -#: menu.sh:1200 +#: menu.sh:1212 msgid "" "md5 hash of pat not match, Please reget pat data from the version menu and " "try again!" msgstr "pat 的 md5 雜湊值不相符,請自版本功能表中重新取得 pat 資料並再試一次!" -#: menu.sh:1203 menu.sh:1219 menu.sh:1229 +#: menu.sh:1215 menu.sh:1231 menu.sh:1241 msgid "OK" msgstr "OK" -#: menu.sh:1214 +#: menu.sh:1226 msgid "Setting hash: " msgstr "設定雜湊值: " -#: menu.sh:1221 +#: menu.sh:1233 msgid "Copying files: " msgstr "複製檔案: " -#: menu.sh:1245 +#: menu.sh:1257 msgid "Addon %s not found!" msgstr "增益集 %s 未找到!" -#: menu.sh:1267 +#: menu.sh:1279 msgid "Cleaning ..." msgstr "清除中..." -#: menu.sh:1269 +#: menu.sh:1281 msgid "Ready!" msgstr "已就绪!" -#: menu.sh:1293 menu.sh:1309 menu.sh:1313 menu.sh:1330 menu.sh:1335 -#: menu.sh:1354 menu.sh:1366 menu.sh:1418 +#: menu.sh:1305 menu.sh:1321 menu.sh:1325 menu.sh:1342 menu.sh:1347 +#: menu.sh:1366 menu.sh:1378 menu.sh:1430 msgid "Custom DTS" msgstr "自訂 DTS" -#: menu.sh:1295 +#: menu.sh:1307 msgid "Custom dts: " msgstr "自訂 dts: " -#: menu.sh:1296 +#: menu.sh:1308 msgid "Upload dts file" msgstr "上傳 dts 檔案" -#: menu.sh:1297 +#: menu.sh:1309 msgid "Delete dts file" msgstr "刪除 dts 檔案" -#: menu.sh:1298 +#: menu.sh:1310 msgid "Edit dts file" msgstr "編輯 dts 檔案" -#: menu.sh:1308 +#: menu.sh:1320 msgid "" "Or upload the dts file to %s via DUFS, Will be automatically imported when " "building." msgstr "或者透過 DUFS 將 dts 檔案上傳到 %s,建構時會自動匯入。" -#: menu.sh:1314 +#: menu.sh:1326 msgid "" "Currently, only dts format files are supported. Please prepare and click to " "confirm uploading.\\n(saved in /mnt/p3/users/)" @@ -803,315 +817,315 @@ msgstr "" "目前只支援 dts 格式的檔案,請準備並點選確認上傳。\\n(儲存於 /mnt/p3/users/ " "中)" -#: menu.sh:1331 menu.sh:1367 +#: menu.sh:1343 menu.sh:1379 msgid "Not a valid dts file, please try again!" msgstr "dts 檔案無效,請重試!" -#: menu.sh:1336 +#: menu.sh:1348 msgid "A valid dts file, Automatically import at compile time." msgstr "dts 檔案有效,將在編譯時自動匯入。" -#: menu.sh:1355 +#: menu.sh:1367 msgid "No dts file to edit. Please upload first!" msgstr "沒有可編輯的 dts 檔案。請先上傳 !" -#: menu.sh:1391 +#: menu.sh:1403 msgid "Switch LKM version:" msgstr "切換 LKM 版本:" -#: menu.sh:1392 +#: menu.sh:1404 msgid "HDD sort(hotplug):" msgstr "HDD 排序 (熱插拔):" -#: menu.sh:1395 +#: menu.sh:1407 msgid "Switch direct boot:" msgstr "切換直接開機:" -#: menu.sh:1397 +#: menu.sh:1409 msgid "Timeout of get ip in boot:" msgstr "開機時取得 IP 的逾時時間:" -#: menu.sh:1398 +#: menu.sh:1410 msgid "Timeout of boot wait:" msgstr "開機逾時時間:" -#: menu.sh:1399 +#: menu.sh:1411 msgid "kernel switching method:" msgstr "核心切換方式:" -#: menu.sh:1401 +#: menu.sh:1413 msgid "Reboot on kernel panic:" msgstr "核心崩潰時重新啟動:" -#: menu.sh:1403 +#: menu.sh:1415 msgid "Set static IP" msgstr "設定靜態 IP" -#: menu.sh:1404 +#: menu.sh:1416 msgid "Set wireless account" msgstr "設定無線網路帳號" -#: menu.sh:1405 +#: menu.sh:1417 msgid "Edit user config file manually" msgstr "手動編輯使用者設定檔" -#: menu.sh:1406 +#: menu.sh:1418 msgid "Edit grub.cfg file manually" msgstr "手動編輯 grub.cfg" -#: menu.sh:1407 -msgid "Try to recovery a DSM installed system" -msgstr "嘗試回復已安裝 DSM 的系統" +#: menu.sh:1419 +msgid "Try to recovery a installed DSM system" +msgstr "嘗試回復已安裝的 DSM 系統" -#: menu.sh:1408 +#: menu.sh:1420 msgid "Show disks information" msgstr "顯示磁碟資訊" -#: menu.sh:1410 +#: menu.sh:1422 msgid "show/modify the current pat data" msgstr "顯示/修改目前 pat 資料" -#: menu.sh:1412 +#: menu.sh:1424 msgid "Allow downgrade installation" msgstr "允許降級安裝" -#: menu.sh:1413 +#: menu.sh:1425 msgid "Format disk(s) # Without loader disk" msgstr "格式化磁碟(s) # 不含開機碟" -#: menu.sh:1414 +#: menu.sh:1426 msgid "Reset DSM system password" msgstr "重設 DSM 系統密碼" -#: menu.sh:1415 +#: menu.sh:1427 msgid "Force enable Telnet&SSH of DSM system" msgstr "強制啟用 DSM 系統的 telnet 及 SSH" -#: menu.sh:1416 +#: menu.sh:1428 msgid "Save modifications of '/opt/rr'" msgstr "儲存「/opt/rr」的修改" -#: menu.sh:1420 +#: menu.sh:1432 msgid "Custom patch script # Developer" msgstr "自訂修補指令碼 # Developer" -#: menu.sh:1422 +#: menu.sh:1434 msgid "Use EMMC as the system disk:" msgstr "使用 EMMC 作為系統碟:" -#: menu.sh:1424 +#: menu.sh:1436 msgid "Clone bootloader disk to another disk" msgstr "將開機碟複製到另一個磁碟" -#: menu.sh:1425 +#: menu.sh:1437 msgid "Report bugs to the author" msgstr "回報問題給作者" -#: menu.sh:1426 +#: menu.sh:1438 msgid "Install development tools" msgstr "安裝開發者工具" -#: menu.sh:1427 +#: menu.sh:1439 msgid "Show QR logo:" msgstr "顯示 QR 商標:" -#: menu.sh:1428 +#: menu.sh:1440 msgid "Set global proxy" msgstr "設定全域代理伺服器" -#: menu.sh:1429 +#: menu.sh:1441 msgid "Set github proxy" msgstr "設定 github 代理伺服器" -#: menu.sh:1430 +#: menu.sh:1442 msgid "Vigorously miracle" msgstr "用力創造奇蹟" -#: menu.sh:1433 menu.sh:1457 menu.sh:1469 menu.sh:1489 menu.sh:1512 -#: menu.sh:1536 menu.sh:1541 menu.sh:1553 menu.sh:1562 menu.sh:1584 -#: menu.sh:1685 menu.sh:1692 menu.sh:1710 menu.sh:1723 menu.sh:1726 -#: menu.sh:1739 menu.sh:1743 menu.sh:1744 menu.sh:1749 menu.sh:1753 -#: menu.sh:1768 menu.sh:1770 menu.sh:1793 menu.sh:1797 menu.sh:1804 -#: menu.sh:1810 menu.sh:1828 menu.sh:1830 menu.sh:1834 menu.sh:1856 -#: menu.sh:1859 menu.sh:1863 menu.sh:1866 menu.sh:1881 menu.sh:1894 -#: menu.sh:1926 menu.sh:1930 menu.sh:1936 menu.sh:1942 menu.sh:1948 -#: menu.sh:1979 menu.sh:1992 menu.sh:1996 menu.sh:2006 menu.sh:2011 -#: menu.sh:2018 menu.sh:2020 menu.sh:2032 menu.sh:2043 menu.sh:2065 -#: menu.sh:2076 menu.sh:2093 +#: menu.sh:1445 menu.sh:1469 menu.sh:1481 menu.sh:1501 menu.sh:1524 +#: menu.sh:1548 menu.sh:1553 menu.sh:1565 menu.sh:1574 menu.sh:1596 +#: menu.sh:1697 menu.sh:1704 menu.sh:1722 menu.sh:1735 menu.sh:1738 +#: menu.sh:1751 menu.sh:1755 menu.sh:1756 menu.sh:1761 menu.sh:1765 +#: menu.sh:1780 menu.sh:1782 menu.sh:1805 menu.sh:1809 menu.sh:1816 +#: menu.sh:1822 menu.sh:1840 menu.sh:1842 menu.sh:1846 menu.sh:1868 +#: menu.sh:1871 menu.sh:1875 menu.sh:1878 menu.sh:1893 menu.sh:1906 +#: menu.sh:1938 menu.sh:1942 menu.sh:1948 menu.sh:1954 menu.sh:1960 +#: menu.sh:1991 menu.sh:2004 menu.sh:2008 menu.sh:2018 menu.sh:2023 +#: menu.sh:2030 menu.sh:2032 menu.sh:2044 menu.sh:2055 menu.sh:2077 +#: menu.sh:2088 menu.sh:2105 msgid "Advanced" msgstr "進階" -#: menu.sh:1434 +#: menu.sh:1446 msgid "Advanced option" msgstr "進階選項" -#: menu.sh:1458 menu.sh:1470 menu.sh:1490 +#: menu.sh:1470 menu.sh:1482 menu.sh:1502 msgid "Choose a time(seconds)" msgstr "選擇一個時間 (秒)" -#: menu.sh:1500 +#: menu.sh:1512 msgid "Temporary IP: (UI will not refresh)" msgstr "臨時 IP: (UI 不會重整)" -#: menu.sh:1537 +#: menu.sh:1549 msgid "Setting IP ..." msgstr "設定 IP..." -#: menu.sh:1542 +#: menu.sh:1554 msgid "Scanning ..." msgstr "掃瞄中..." -#: menu.sh:1545 +#: menu.sh:1557 msgid "Scanned SSIDs:\\n" msgstr "已找到的 SSID:\\n" -#: menu.sh:1563 +#: menu.sh:1575 msgid "Invalid SSID/PSK, retry?" msgstr "無效的 SSID/PSK,要重試 ?" -#: menu.sh:1585 +#: menu.sh:1597 msgid "Setting ..." msgstr "設定中..." -#: menu.sh:1683 +#: menu.sh:1695 msgid "\\nTotal of ports: %s\\n" msgstr "\\n埠總數: %s\\n" -#: menu.sh:1684 +#: menu.sh:1696 msgid "" "\\nPorts with color \\Z1red\\Zn as DUMMY, color \\Z2\\Zbgreen\\Zn has drive " "connected." msgstr "\\n\\Z1紅色\\Zn 為空,\\Z2\\Zb綠色\\Zn 為已連接磁碟機。" -#: menu.sh:1691 +#: menu.sh:1703 msgid "pat: (editable)" msgstr "pat: (可編輯)" -#: menu.sh:1707 +#: menu.sh:1719 msgid "" "This feature will allow you to downgrade the installation by removing the " "VERSION file from the first partition of all disks.\\n" msgstr "此功能透過删除所有磁碟第一個分區的 VERSION 檔案以允許你降級安裝。\\n" -#: menu.sh:1708 +#: menu.sh:1720 msgid "Therefore, please insert all disks before continuing.\\n" msgstr "因此,請插入所有磁碟後再繼續。\\n" -#: menu.sh:1709 menu.sh:1750 +#: menu.sh:1721 menu.sh:1762 msgid "" "Warning:\\nThis operation is irreversible. Please backup important data. Do " "you want to continue?" msgstr "警告:\\n該作業不可逆,請提前備份重要資料。是否繼續?" -#: menu.sh:1724 +#: menu.sh:1736 msgid "Removing ..." msgstr "移除中 ..." -#: menu.sh:1725 +#: menu.sh:1737 msgid "Remove VERSION file for all disks completed." msgstr "已移除所有磁碟的 VERSION 檔案。" -#: menu.sh:1740 menu.sh:1927 +#: menu.sh:1752 menu.sh:1939 msgid "No disk found!" msgstr "未找到磁碟!" -#: menu.sh:1754 +#: menu.sh:1766 msgid "" "Warning:\\nThe current hds is in raid, do you still want to format them?" msgstr "警告:\\n目前的硬碟使用 raid 中,是否仍要格式化?" -#: menu.sh:1769 +#: menu.sh:1781 msgid "Formatting ..." msgstr "格式化中 ..." -#: menu.sh:1771 +#: menu.sh:1783 msgid "Formatting is complete." msgstr "格式化完成。" -#: menu.sh:1794 +#: menu.sh:1806 msgid "The installed Syno system not found in the currently inserted disks!" msgstr "未在目前插入的硬碟中找到已安裝的 Syno 系統!" -#: menu.sh:1798 +#: menu.sh:1810 msgid "Choose a user name" msgstr "選擇使用者" -#: menu.sh:1805 +#: menu.sh:1817 msgid "Type a new password for user '%s'" msgstr "輸入使用者 '%s' 的新密碼" -#: menu.sh:1811 +#: menu.sh:1823 msgid "Invalid password" msgstr "無效的密碼" -#: menu.sh:1829 +#: menu.sh:1841 msgid "Resetting ..." msgstr "重設中 ..." -#: menu.sh:1831 +#: menu.sh:1843 msgid "Password reset completed." msgstr "重設密碼完成。" -#: menu.sh:1835 +#: menu.sh:1847 msgid "Please insert all disks before continuing.\\n" msgstr "請先插入所有磁碟,然後再繼續。\\n" -#: menu.sh:1857 +#: menu.sh:1869 msgid "Enabling ..." msgstr "啟用中..." -#: menu.sh:1858 +#: menu.sh:1870 msgid "Telnet&SSH is enabled." msgstr "Telnet 及 SSH 已啟用。" -#: menu.sh:1858 +#: menu.sh:1870 msgid "Telnet&SSH is not enabled." msgstr "Telnet 及 SSH 未啟用。" -#: menu.sh:1864 +#: menu.sh:1876 msgid "" "Warning:\\nDo not terminate midway, otherwise it may cause damage to the RR. " "Do you want to continue?" msgstr "警告:\\n請不要中途停止,否則將導致 RR 開機損毀,是否繼續?" -#: menu.sh:1867 +#: menu.sh:1879 msgid "" "Saving ...\\n(It usually takes 5-10 minutes, please be patient and wait.)" msgstr "儲存中...\\n(通常需要 5-10 分鐘,請耐心等候)。" -#: menu.sh:1882 +#: menu.sh:1894 msgid "Save is complete." msgstr "儲存完成。" -#: menu.sh:1890 +#: menu.sh:1902 msgid "This option is only informative.\\n\\n" msgstr "此選項僅供參考。\\n\\n" -#: menu.sh:1891 +#: menu.sh:1903 msgid "This program reserves an interface for ramdisk custom patch scripts.\\n" msgstr "該程式為 ramdisk 自訂修補指令碼保留一個介面。\\n" -#: menu.sh:1892 +#: menu.sh:1904 msgid "Call timing: called before ramdisk packaging.\\n" msgstr "調用時機: 在 ramdisk 封裝前調用。\\n" -#: menu.sh:1893 +#: menu.sh:1905 msgid "Location: /mnt/p3/scripts/*.sh\\n" msgstr "位置: /mnt/p3/scripts/*.sh\\n" -#: menu.sh:1931 +#: menu.sh:1943 msgid "Choose a disk to clone to" msgstr "選擇要複製磁碟的目標" -#: menu.sh:1937 +#: menu.sh:1949 msgid "No disk selected!" msgstr "未選擇磁碟!" -#: menu.sh:1943 +#: menu.sh:1955 msgid "Disk %s size is less than 1GB and cannot be cloned!" msgstr "磁碟 %s 大小小於 1GB,無法複製!" -#: menu.sh:1947 +#: menu.sh:1959 msgid "" "Warning:\\nDisk %s will be formatted and written to the bootloader. Please " "confirm that important data has been backed up. \\nDo you want to continue?" @@ -1119,47 +1133,47 @@ msgstr "" "警告:\\n磁碟 %s 將被格式化並寫入開機程式。請確認重要資料已備份。\\n是否要繼" "續?" -#: menu.sh:1980 +#: menu.sh:1992 msgid "Cloning ..." msgstr "複製中..." -#: menu.sh:1982 +#: menu.sh:1994 msgid "" "Bootloader has been cloned to disk %s, please remove the current bootloader " "disk!\\nReboot?" msgstr "開機程式已複製到磁碟 %s,請移除目前的開機磁碟!\\n重新啟動?" -#: menu.sh:1993 +#: menu.sh:2005 msgid "" "Please via %s to download the logs,\\nAnd go to github to create an issue " "and upload the logs." msgstr "請透過 %s 下載記錄,\\n並前往 github 建立問題並上傳記錄。" -#: menu.sh:1997 +#: menu.sh:2009 msgid "Please go to github to create an issue and upload the logs." msgstr "請前往 github 建立問題並上傳記錄。" -#: menu.sh:2001 +#: menu.sh:2013 msgid "\\Z1No logs found!\\Zn\\n\\n" msgstr "\\Z1未找到記錄!\\Zn\\n\\n" -#: menu.sh:2002 +#: menu.sh:2014 msgid "Please do as follows:\\n" msgstr "請執行以下操作:\\n" -#: menu.sh:2003 +#: menu.sh:2015 msgid " 1. Add dbgutils in addons and rebuild.\\n" msgstr " 1. 在增益集中加入 dbgutils 並重建。\\n" -#: menu.sh:2004 +#: menu.sh:2016 msgid " 2. Wait 10 minutes after booting.\\n" msgstr " 2. 開機後等待 10 分鐘。\\n" -#: menu.sh:2005 +#: menu.sh:2017 msgid " 3. Reboot into RR and go to this option.\\n" msgstr " 3. 重新啟動進入 RR 並前往此選項。\\n" -#: menu.sh:2012 +#: menu.sh:2024 msgid "" "This option only installs opkg package management, allowing you to install " "more tools for use and debugging. Do you want to continue?" @@ -1167,162 +1181,192 @@ msgstr "" "該選項僅安裝 opkg 套件管理工具,讓你能?安裝更多的工具以供使用和除錯,是否繼" "續 ?" -#: menu.sh:2019 +#: menu.sh:2031 msgid "opkg installing ..." msgstr "opkg 安裝中..." -#: menu.sh:2021 +#: menu.sh:2033 msgid "" "opkg install is complete. Please reconnect to ssh/web, or execute 'source ~/." "bashrc'" msgstr "opkg 安裝完成。請重新連線 ssh/web,或者執行「source ~/.bashrc」" -#: menu.sh:2033 +#: menu.sh:2045 msgid "Please enter a proxy server url.(e.g., http://192.168.1.1:7981/)" msgstr "請輸入代理伺服器網址。(如,http://192.168.1.1:7981/)" -#: menu.sh:2044 menu.sh:2077 +#: menu.sh:2056 menu.sh:2089 msgid "Invalid proxy server url, continue?" msgstr "代理伺服器網址無效,是否繼續?" -#: menu.sh:2066 +#: menu.sh:2078 msgid "Please enter a proxy server url.(e.g., https://mirror.ghproxy.com/)" msgstr "請輸入代理伺服器網址。(如,https://mirror.ghproxy.com/)" -#: menu.sh:2091 +#: menu.sh:2103 msgid "It is expected that all restrictions on DSM will be lifted,\\n" msgstr "預期可以去掉所有 DSM 的限制,\\n" -#: menu.sh:2092 +#: menu.sh:2104 msgid "" "But since upgrading is not supported, I don not want to implement it for the " "time being.\\n" msgstr "但是由於不支援升級,因此暫時不想實現它。\\n" -#: menu.sh:2104 menu.sh:2139 menu.sh:2146 +#: menu.sh:2116 menu.sh:2120 menu.sh:2134 menu.sh:2154 menu.sh:2170 +#: menu.sh:2178 menu.sh:2262 menu.sh:2267 menu.sh:2273 msgid "Try recovery DSM" msgstr "嘗試回復 DSM 系統" -#: menu.sh:2105 -msgid "Trying to recovery a DSM installed system ..." -msgstr "嘗試回復已安裝的 DSM 系統..." +#: menu.sh:2117 +msgid "Trying to recovery a installed DSM system ..." +msgstr "嘗試恢復已安裝的 DSM 系統中 ..." -#: menu.sh:2133 -msgid "Found a installation:\\nModel: %s\\nProductversion: %s" -msgstr "找到已安裝:\\n型號: %s\\n版本: %s" - -#: menu.sh:2137 -msgid "\\nSerial: %s" -msgstr "\\nSN: %s" - -#: menu.sh:2147 +#: menu.sh:2121 msgid "Unfortunately I couldn't mount the DSM partition!" msgstr "很遺憾,無法掛載 DSM 分割區!" -#: menu.sh:2197 +#: menu.sh:2135 +msgid "Checking for backup of user's configuration for bootloader ..." +msgstr "檢查引導加載程式的用戶配寘備份中 ..." + +#: menu.sh:2155 +msgid "" +"Found a backup of the user's configuration, but the system is damaged and " +"will not be restored. Please reselect model and build." +msgstr "找到用戶配寘的備份, 但系統已損壞, 將無法恢復. 請重新選擇模型並構建." + +#: menu.sh:2171 +msgid "" +"Found a backup of the user's configuration, and restored it. Please rebuild " +"and boot." +msgstr "找到用戶配寘的備份, 並已還原. 請重新編譯引導並啟動." + +#: menu.sh:2179 +msgid "Checking for installed DSM system ..." +msgstr "檢查已安裝的 DSM 系統中 ..." + +#: menu.sh:2263 +msgid "Found a installed DSM system and restored it. Please rebuild and boot." +msgstr "找到已安裝的 DSM 系統, 並已還原. 請重新編譯引導並啟動." + +#: menu.sh:2268 +msgid "" +"Found a installed DSM system, but the system is damaged and will not be " +"restored. Please reselect model and build." +msgstr "找到已安裝的 DSM 系統, 但系統已損壞, 將無法恢復. 請重新選擇模型並構建." + +#: menu.sh:2274 +msgid "" +"The installed DSM system was not found, or the system is damaged and cannot " +"be recovered. Please reselect model and build." +msgstr "" +"找不到已安裝的DSM系統, 或者該系統已損壞, 無法恢復. 請重新選擇模型並構建." + +#: menu.sh:2324 msgid "Alert" msgstr "警告" -#: menu.sh:2198 +#: menu.sh:2325 msgid "Config changed, would you like to rebuild the loader?" msgstr "設置已變更,是否重新編譯開機檔?" -#: menu.sh:2215 menu.sh:2815 +#: menu.sh:2342 menu.sh:2942 msgid "Choose a language" msgstr "選擇語言" -#: menu.sh:2230 +#: menu.sh:2357 msgid "Choose a layout" msgstr "選擇佈局" -#: menu.sh:2242 +#: menu.sh:2369 msgid "Choice a keymap" msgstr "選擇鍵盤" -#: menu.sh:2261 menu.sh:2338 menu.sh:2435 menu.sh:2480 menu.sh:2530 -#: menu.sh:2569 +#: menu.sh:2388 menu.sh:2465 menu.sh:2562 menu.sh:2607 menu.sh:2657 +#: menu.sh:2696 msgid "Update %s" msgstr "更新 %s" -#: menu.sh:2262 +#: menu.sh:2389 msgid "Checking last version ..." msgstr "檢測最新版本..." -#: menu.sh:2278 +#: menu.sh:2405 msgid "Error checking new version.\\nError: TAG is %s" msgstr "檢查新版本時錯誤。\\n錯誤: TAG 為 %s" -#: menu.sh:2291 +#: menu.sh:2418 msgid "No new version." msgstr "沒有新版本。" -#: menu.sh:2295 +#: menu.sh:2422 msgid "Actual version is %s\\nForce update?" msgstr "實際版本為 %s\\n強制更新 ?" -#: menu.sh:2317 +#: menu.sh:2444 msgid "Downloading ..." msgstr "下載中..." -#: menu.sh:2320 +#: menu.sh:2447 msgid "Error downloading new version.\\nError: %d:%d" msgstr "下載新版本時錯誤。\\n錯誤: %d:%d" -#: menu.sh:2338 menu.sh:2422 menu.sh:2615 menu.sh:2642 +#: menu.sh:2465 menu.sh:2549 menu.sh:2742 menu.sh:2769 msgid "RR" msgstr "RR" -#: menu.sh:2339 menu.sh:2436 menu.sh:2481 menu.sh:2531 menu.sh:2570 +#: menu.sh:2466 menu.sh:2563 menu.sh:2608 menu.sh:2658 menu.sh:2697 msgid "Extracting update file ..." msgstr "正在提取更新檔案..." -#: menu.sh:2350 menu.sh:2447 menu.sh:2492 menu.sh:2542 menu.sh:2581 +#: menu.sh:2477 menu.sh:2574 menu.sh:2619 menu.sh:2669 menu.sh:2708 msgid "Error extracting update file." msgstr "提取更新檔時發生錯誤。" -#: menu.sh:2362 +#: menu.sh:2489 msgid "Checksum do not match!" msgstr "總和檢查碼不相符!" -#: menu.sh:2376 +#: menu.sh:2503 msgid "" "The current version does not support upgrading to the latest update.zip. " "Please remake the bootloader disk!" msgstr "目前版本不支援升級到最新的 update.zip。請重新製作開機程式磁碟!" -#: menu.sh:2386 +#: menu.sh:2513 msgid "Installing new files ..." msgstr "安裝新的檔案..." -#: menu.sh:2422 menu.sh:2465 menu.sh:2515 menu.sh:2554 menu.sh:2593 +#: menu.sh:2549 menu.sh:2592 menu.sh:2642 menu.sh:2681 menu.sh:2720 msgid "%s updated with success!" msgstr "%s 更新成功!" -#: menu.sh:2422 +#: menu.sh:2549 msgid "Reboot?" msgstr "重新開機 ?" -#: menu.sh:2530 menu.sh:2554 menu.sh:2618 menu.sh:2671 menu.sh:2675 +#: menu.sh:2657 menu.sh:2681 menu.sh:2745 menu.sh:2798 menu.sh:2802 msgid "LKMs" msgstr "LKMs" -#: menu.sh:2569 menu.sh:2593 menu.sh:2619 menu.sh:2682 menu.sh:2686 +#: menu.sh:2696 menu.sh:2720 menu.sh:2746 menu.sh:2809 menu.sh:2813 msgid "CKs" msgstr "CKs" -#: menu.sh:2614 menu.sh:2636 +#: menu.sh:2741 menu.sh:2763 msgid "All" msgstr "全部" -#: menu.sh:2620 +#: menu.sh:2747 msgid "Local upload" msgstr "本地上傳" -#: menu.sh:2621 +#: menu.sh:2748 msgid "Pre Release:" msgstr "預發佈:" -#: menu.sh:2626 menu.sh:2694 +#: menu.sh:2753 menu.sh:2821 msgid "" "Manually uploading update*.zip,addons*.zip,modules*.zip,rp-lkms*.zip,rr-cks*." "zip to /tmp/ will skip the download." @@ -1330,127 +1374,133 @@ msgstr "" "手動上傳 uploading update*.zip,addons*.zip,modules*.zip,rp-lkms*.zip,rr-cks*." "zip 到 /tmp/ 將跳過下載。" -#: menu.sh:2649 menu.sh:2660 menu.sh:2671 menu.sh:2682 +#: menu.sh:2776 menu.sh:2787 menu.sh:2798 menu.sh:2809 msgid "No longer supports update %s separately. Please choose to update All/RR" msgstr "不再支援單獨更新 %s。請選擇更新全部/RR" -#: menu.sh:2700 +#: menu.sh:2827 msgid "" "Please keep the attachment name consistent with the attachment name on " "Github.\\n" msgstr "請保持附件名稱與 Github 上的附件名稱一致。\\n" -#: menu.sh:2701 +#: menu.sh:2828 msgid "Upload update*.zip will update RR.\\n" msgstr "上傳 update*.zip 將更新 RR。\\n" -#: menu.sh:2702 +#: menu.sh:2829 msgid "Upload addons*.zip will update Addons.\\n" msgstr "上傳 addons*.zip 將更新增益集。\\n" -#: menu.sh:2703 +#: menu.sh:2830 msgid "Upload modules*.zip will update Modules.\\n" msgstr "上傳 modules*.zip 將更新模組。\\n" -#: menu.sh:2704 +#: menu.sh:2831 msgid "Upload rp-lkms*.zip will update LKMs.\\n" msgstr "上傳 rp-lkms*.zip 將更新 LKM。\\n" -#: menu.sh:2705 +#: menu.sh:2832 msgid "Upload rr-cks*.zip will update CKs.\\n" msgstr "上傳 rr-cks*.zip 將更新 CK。\\n" -#: menu.sh:2761 +#: menu.sh:2888 msgid "This person is very lazy and hasn't written anything." msgstr "這個人很懶,什麼也沒有寫。" -#: menu.sh:2788 +#: menu.sh:2915 msgid "Choose a model" msgstr "選擇型號" -#: menu.sh:2790 +#: menu.sh:2917 msgid "Choose a version" msgstr "選擇版本" -#: menu.sh:2792 +#: menu.sh:2919 msgid "Parse pat" msgstr "解析 pat" -#: menu.sh:2799 +#: menu.sh:2926 msgid "Kernel:" msgstr "核心:" -#: menu.sh:2801 +#: menu.sh:2928 msgid "Addons menu" msgstr "增益集" -#: menu.sh:2802 +#: menu.sh:2929 msgid "Modules menu" msgstr "模組" -#: menu.sh:2803 +#: menu.sh:2930 msgid "Cmdline menu" msgstr "設定 Cmdline" -#: menu.sh:2804 +#: menu.sh:2931 msgid "Synoinfo menu" msgstr "設定 Synoinfo" -#: menu.sh:2806 +#: menu.sh:2933 msgid "Advanced menu" msgstr "進階設定" -#: menu.sh:2809 +#: menu.sh:2936 msgid "Build the loader" msgstr "編譯開機檔" -#: menu.sh:2813 +#: menu.sh:2940 msgid "Boot the loader" msgstr "開機" -#: menu.sh:2816 +#: menu.sh:2943 msgid "Choose a keymap" msgstr "選擇鍵盤" -#: menu.sh:2818 +#: menu.sh:2945 msgid "Clean disk cache" msgstr "清除磁碟快取" -#: menu.sh:2820 +#: menu.sh:2947 msgid "Update menu" msgstr "更新" -#: menu.sh:2821 +#: menu.sh:2948 msgid "Notepad" msgstr "記事本" -#: menu.sh:2843 +#: menu.sh:2970 msgid "Change ..." msgstr "變更..." -#: menu.sh:2912 +#: menu.sh:3039 msgid "Choose a action" msgstr "選擇動作" -#: menu.sh:2913 +#: menu.sh:3040 msgid "Poweroff" msgstr "關機" -#: menu.sh:2914 +#: menu.sh:3041 msgid "Reboot" msgstr "重新開機" -#: menu.sh:2915 +#: menu.sh:3042 msgid "Reboot to RR" msgstr "重新開機進入 RR" -#: menu.sh:2916 +#: menu.sh:3043 msgid "Back to shell" msgstr "退回到 shell" -#: menu.sh:2942 +#: menu.sh:3069 msgid "Call \\033[1;32mmenu.sh\\033[0m to return to menu" msgstr "執行 \\033[1;32mmenu.sh\\033[0m 重新回到功能表" +#~ msgid "Found a installation:\\nModel: %s\\nProductversion: %s" +#~ msgstr "找到已安裝:\\n型號: %s\\n版本: %s" + +#~ msgid "\\nSerial: %s" +#~ msgstr "\\nSN: %s" + #~ msgid "Waiting IP.(For reference only)" #~ msgstr "正在取得 IP (僅供參考)" diff --git a/files/initrd/opt/rr/menu.sh b/files/initrd/opt/rr/menu.sh index b053b4b4..fafe8f52 100755 --- a/files/initrd/opt/rr/menu.sh +++ b/files/initrd/opt/rr/menu.sh @@ -442,7 +442,7 @@ function ParsePat() { cp -f "${PAT_PATH}" "${PART3_PATH}/dl/${MODEL}-${PRODUCTVER}.pat" fi MD5SUM="$(md5sum "${PART3_PATH}/dl/${MODEL}-${PRODUCTVER}.pat" | awk '{print $1}')" - writeConfigKey "paturl" "" "${USER_CONFIG_FILE}" + writeConfigKey "paturl" "#PARSEPAT" "${USER_CONFIG_FILE}" writeConfigKey "patsum" "${MD5SUM}" "${USER_CONFIG_FILE}" # Delete synoinfo and reload model/build synoinfo @@ -1156,6 +1156,18 @@ function extractDsmFiles() { if [ -f "${PAT_PATH}" ]; then echo "$(printf "$(TEXT "%s cached.")" "${PAT_FILE}")" else + if [ "${PATURL}" = "#PARSEPAT" ]; then + echo -e "$(TEXT "The cache has been cleared. Please re 'Parse pat' before build.")" >"${MKERR_FILE}" + return 1 + fi + if [ "${PATURL}" = "#RECOVERY" ]; then + echo -e "$(TEXT "The cache has been cleared. Please re 'Try to recovery a installed DSM system' before build.")" >"${MKERR_FILE}" + return 1 + fi + if [ -z "${PATURL}" -o "${PATURL:0:1}" = "#" ]; then + echo -e "$(TEXT "The pat url is empty. Please re 'Choose a version' before build.")" >"${MKERR_FILE}" + return 1 + fi # If we have little disk space, clean cache folder if [ ${CLEARCACHE} -eq 1 ]; then echo "$(TEXT "Cleaning cache ...")" @@ -1404,7 +1416,7 @@ function advancedMenu() { echo "y \"$(TEXT "Set wireless account")\"" >>"${TMP_PATH}/menu" echo "u \"$(TEXT "Edit user config file manually")\"" >>"${TMP_PATH}/menu" echo "h \"$(TEXT "Edit grub.cfg file manually")\"" >>"${TMP_PATH}/menu" - echo "t \"$(TEXT "Try to recovery a DSM installed system")\"" >>"${TMP_PATH}/menu" + echo "t \"$(TEXT "Try to recovery a installed DSM system")\"" >>"${TMP_PATH}/menu" echo "s \"$(TEXT "Show disks information")\"" >>"${TMP_PATH}/menu" if [ -n "${MODEL}" -a -n "${PRODUCTVER}" ]; then echo "c \"$(TEXT "show/modify the current pat data")\"" >>"${TMP_PATH}/menu" @@ -2102,50 +2114,165 @@ EOF # Try to recovery a DSM already installed function tryRecoveryDSM() { DIALOG --title "$(TEXT "Try recovery DSM")" \ - --infobox "$(TEXT "Trying to recovery a DSM installed system ...")" 0 0 - if findAndMountDSMRoot; then - MODEL="" - PRODUCTVER="" - if [ -f "${DSMROOT_PATH}/.syno/patch/VERSION" ]; then - eval $(cat ${DSMROOT_PATH}/.syno/patch/VERSION 2>/dev/null | grep unique) - eval $(cat ${DSMROOT_PATH}/.syno/patch/VERSION 2>/dev/null | grep majorversion) - eval $(cat ${DSMROOT_PATH}/.syno/patch/VERSION 2>/dev/null | grep minorversion) - eval $(cat ${DSMROOT_PATH}/.syno/patch/VERSION 2>/dev/null | grep buildnumber) - eval $(cat ${DSMROOT_PATH}/.syno/patch/VERSION 2>/dev/null | grep smallfixnumber) - if [ -n "${unique}" ]; then - while read F; do - M="$(basename ${F})" - M="${M::-4}" - UNIQUE=$(readModelKey "${M}" "unique") - [ "${unique}" = "${UNIQUE}" ] || continue - # Found - modelMenu "${M}" - done <<<$(find "${WORK_PATH}/model-configs" -maxdepth 1 -name \*.yml 2>/dev/null | sort) - if [ -n "${MODEL}" ]; then - productversMenu "${majorversion}.${minorversion}" - if [ -n "${PRODUCTVER}" ]; then - cp -f "${DSMROOT_PATH}/.syno/patch/zImage" "${PART2_PATH}" - cp -f "${DSMROOT_PATH}/.syno/patch/rd.gz" "${PART2_PATH}" - BUILDNUM=${buildnumber} - SMALLNUM=${smallfixnumber} - writeConfigKey "buildnum" "${BUILDNUM}" "${USER_CONFIG_FILE}" - writeConfigKey "smallnum" "${SMALLNUM}" "${USER_CONFIG_FILE}" - MSG="$(printf "$(TEXT "Found a installation:\nModel: %s\nProductversion: %s")" "${MODEL}" "${PRODUCTVER}(${BUILDNUM}$([ ${SMALLNUM:-0} -ne 0 ] && echo "u${SMALLNUM}"))")" - SN=$(_get_conf_kv SN "${DSMROOT_PATH}/etc/synoinfo.conf") - if [ -n "${SN}" ]; then - writeConfigKey "sn" "${SN}" "${USER_CONFIG_FILE}" - MSG+="$(printf "$(TEXT "\nSerial: %s")" "${SN}")" - fi - DIALOG --title "$(TEXT "Try recovery DSM")" \ - --msgbox "${MSG}" 0 0 - fi - fi - fi - fi - else + --infobox "$(TEXT "Trying to recovery a installed DSM system ...")" 0 0 + DSMROOTDISK="$(blkid 2>/dev/null | grep -i linux_raid_member | grep -E "/dev/.*1: " | head -1 | awk -F ":" '{print $1}')" + if [ -z "${DSMROOTDISK}" ]; then DIALOG --title "$(TEXT "Try recovery DSM")" \ --msgbox "$(TEXT "Unfortunately I couldn't mount the DSM partition!")" 0 0 + return fi + + rm -rf "${TMP_PATH}/sdX1" + mkdir -p "${TMP_PATH}/sdX1" + mount "${DSMROOTDISK}" "${TMP_PATH}/sdX1" + + function __umountDSMRootDisk() { + umount "${TMP_PATH}/sdX1" + rm -rf "${TMP_PATH}/sdX1" + } + + DIALOG --title "$(TEXT "Try recovery DSM")" \ + --infobox "$(TEXT "Checking for backup of user's configuration for bootloader ...")" 0 0 + if [ -f "${TMP_PATH}/sdX1/usr/rr/backup/p1/user-config.yml" ]; then + R_MODEL="$(readConfigKey "model" "${TMP_PATH}/sdX1/usr/rr/backup/p1/user-config.yml")" + R_PRODUCTVER="$(readConfigKey "productver" "${TMP_PATH}/sdX1/usr/rr/backup/p1/user-config.yml")" + R_BUILDNUM="$(readConfigKey "buildnum" "${TMP_PATH}/sdX1/usr/rr/backup/p1/user-config.yml")" + R_SMALLNUM="$(readConfigKey "smallnum" "${TMP_PATH}/sdX1/usr/rr/backup/p1/user-config.yml")" + R_PATURL="$(readConfigKey "paturl" "${USER_CONFIG_FILE}")" + R_PATSUM="$(readConfigKey "patsum" "${USER_CONFIG_FILE}")" + if [ -n "${R_MODEL}" ] && [ -f "${WORK_PATH}/model-configs/${R_MODEL}.yml" ] && + [ -n "${R_PRODUCTVER}" ] && arrayExistItem "${R_PRODUCTVER}" "$(readConfigEntriesArray "productvers" "${WORK_PATH}/model-configs/${R_MODEL}.yml" | sort -r)" && + [ -n "${R_BUILDNUM}" ] && [ -n "${R_SMALLNUM}" ]; then + if [ "${R_PATURL:0:1}" = "#" ] || [ -z "${R_PATSUM}" ]; then + if [ -f "${TMP_PATH}/sdX1/.syno/patch/VERSION" ] && + [ -f "${TMP_PATH}/sdX1/.syno/patch/zImage" ] && + [ -f "${TMP_PATH}/sdX1/.syno/patch/rd.gz" ]; then + cp -f "${TMP_PATH}/sdX1/.syno/patch/zImage" "${ORI_ZIMAGE_FILE}" + cp -f "${TMP_PATH}/sdX1/.syno/patch/rd.gz" "${ORI_RDGZ_FILE}" + else + __umountDSMRootDisk + DIALOG --title "$(TEXT "Try recovery DSM")" \ + --msgbox "$(TEXT "Found a backup of the user's configuration, but the system is damaged and will not be restored. Please reselect model and build.")" 0 0 + return + fi + else + cp -rf "${TMP_PATH}/sdX1/usr/rr/backup/p1/*" "${PART1_PATH}" + if [ -d "${TMP_PATH}/sdX1/usr/rr/backup/p3" ]; then + cp -rf "${TMP_PATH}/sdX1/usr/rr/backup/p3/*" "${PART3_PATH}" + fi + if [ -f "${TMP_PATH}/sdX1/.syno/patch/VERSION" ] && + [ -f "${TMP_PATH}/sdX1/.syno/patch/zImage" ] && + [ -f "${TMP_PATH}/sdX1/.syno/patch/rd.gz" ]; then + cp -f "${TMP_PATH}/sdX1/.syno/patch/zImage" "${ORI_ZIMAGE_FILE}" + cp -f "${TMP_PATH}/sdX1/.syno/patch/rd.gz" "${ORI_RDGZ_FILE}" + fi + __umountDSMRootDisk + DIALOG --title "$(TEXT "Try recovery DSM")" \ + --msgbox "$(TEXT "Found a backup of the user's configuration, and restored it. Please rebuild and boot.")" 0 0 + exec "$0" + return + fi + fi + fi + + DIALOG --title "$(TEXT "Try recovery DSM")" \ + --infobox "$(TEXT "Checking for installed DSM system ...")" 0 0 + if [ -f "${TMP_PATH}/sdX1/.syno/patch/VERSION" ] && + [ -f "${TMP_PATH}/sdX1/.syno/patch/zImage" ] && + [ -f "${TMP_PATH}/sdX1/.syno/patch/rd.gz" ]; then + R_MODEL="" + R_PRODUCTVER="" + R_BUILDNUM="" + R_SMALLNUM="" + R_SN="" + R_MAC1="" + R_MAC2="" + unique="$(_get_conf_kv unique "${TMP_PATH}/sdX1/.syno/patch/VERSION")" + majorversion="$(_get_conf_kv majorversion "${TMP_PATH}/sdX1/.syno/patch/VERSION")" + minorversion="$(_get_conf_kv minorversion "${TMP_PATH}/sdX1/.syno/patch/VERSION")" + buildnumber="$(_get_conf_kv buildnumber "${TMP_PATH}/sdX1/.syno/patch/VERSION")" + smallfixnumber="$(_get_conf_kv smallfixnumber "${TMP_PATH}/sdX1/.syno/patch/VERSION")" + while read F; do + M="$(basename ${F} .yml)" + UNIQUE=$(readModelKey "${M}" "unique") + [ "${unique}" = "${UNIQUE}" ] && R_MODEL="${M}" && break + done <<<$(find "${WORK_PATH}/model-configs" -maxdepth 1 -name \*.yml 2>/dev/null | sort) + if [ -n "${R_MODEL}" ]; then + ITEMS="$(readConfigEntriesArray "productvers" "${WORK_PATH}/model-configs/${R_MODEL}.yml" | sort -r)" + if arrayExistItem "${majorversion}.${minorversion}" ${ITEMS}; then + R_PRODUCTVER="${majorversion}.${minorversion}" + fi + fi + R_BUILDNUM=${buildnumber} + R_SMALLNUM=${smallfixnumber} + if [ -f "${TMP_PATH}/sdX1/etc/synoinfo.conf" ]; then + R_SN=$(_get_conf_kv SN "${TMP_PATH}/sdX1/etc/synoinfo.conf") + fi + + if [ -n "${R_MODEL}" ] && [ -n "${R_PRODUCTVER}" ] && [ -n "${R_BUILDNUM}" ] && [ -n "${R_SMALLNUM}" ]; then + cp -f "${TMP_PATH}/sdX1/.syno/patch/zImage" "${ORI_ZIMAGE_FILE}" + cp -f "${TMP_PATH}/sdX1/.syno/patch/rd.gz" "${ORI_RDGZ_FILE}" + + MODEL="${R_MODEL}" + PRODUCTVER="${R_PRODUCTVER}" + BUILDNUM=${R_BUILDNUM} + SMALLNUM=${R_SMALLNUM} + if [ -n "${R_SN}" ]; then + SN=${R_SN} + else + SN=$(generateSerial "${MODEL}") + fi + + writeConfigKey "model" "${MODEL}" "${USER_CONFIG_FILE}" + writeConfigKey "productver" "${PRODUCTVER}" "${USER_CONFIG_FILE}" + writeConfigKey "buildnum" "${BUILDNUM}" "${USER_CONFIG_FILE}" + writeConfigKey "smallnum" "${SMALLNUM}" "${USER_CONFIG_FILE}" + writeConfigKey "sn" "${SN}" "${USER_CONFIG_FILE}" + NETIF_NUM=2 + MACS=($(generateMacAddress "${MODEL}" ${NETIF_NUM})) + for I in $(seq 1 ${NETIF_NUM}); do + writeConfigKey "mac${I}" "${MACS[$((${I} - 1))]}" "${USER_CONFIG_FILE}" + done + writeConfigKey "paturl" "#RECOVERY" "${USER_CONFIG_FILE}" + writeConfigKey "patsum" "" "${USER_CONFIG_FILE}" + + # Delete synoinfo and reload model/build synoinfo + writeConfigKey "synoinfo" "{}" "${USER_CONFIG_FILE}" + while IFS=': ' read KEY VALUE; do + writeConfigKey "synoinfo.\"${KEY}\"" "${VALUE}" "${USER_CONFIG_FILE}" + done <<<$(readModelMap "${MODEL}" "productvers.[${PRODUCTVER}].synoinfo") + + # Check addons + PLATFORM="$(readModelKey "${MODEL}" "platform")" + KVER="$(readModelKey "${MODEL}" "productvers.[${PRODUCTVER}].kver")" + KPRE="$(readModelKey "${MODEL}" "productvers.[${PRODUCTVER}].kpre")" + while IFS=': ' read ADDON PARAM; do + [ -z "${ADDON}" ] && continue + if ! checkAddonExist "${ADDON}" "${PLATFORM}" "$([ -n "${KPRE}" ] && echo "${KPRE}-")${KVER}"; then + deleteConfigKey "addons.\"${ADDON}\"" "${USER_CONFIG_FILE}" + fi + done <<<$(readConfigMap "addons" "${USER_CONFIG_FILE}") + # Rebuild modules + writeConfigKey "modules" "{}" "${USER_CONFIG_FILE}" + while read ID DESC; do + writeConfigKey "modules.\"${ID}\"" "" "${USER_CONFIG_FILE}" + done <<<$(getAllModules "${PLATFORM}" "$([ -n "${KPRE}" ] && echo "${KPRE}-")${KVER}") + + __umountDSMRootDisk + DIALOG --title "$(TEXT "Try recovery DSM")" \ + --msgbox "$(TEXT "Found a installed DSM system and restored it. Please rebuild and boot.")" 0 0 + return + else + __umountDSMRootDisk + DIALOG --title "$(TEXT "Try recovery DSM")" \ + --msgbox "$(TEXT "Found a installed DSM system, but the system is damaged and will not be restored. Please reselect model and build.")" 0 0 + return + fi + fi + __umountDSMRootDisk + DIALOG --title "$(TEXT "Try recovery DSM")" \ + --msgbox "$(TEXT "The installed DSM system was not found, or the system is damaged and cannot be recovered. Please reselect model and build.")" 0 0 + return } ############################################################################### diff --git a/files/initrd/opt/rr/ramdisk-patch.sh b/files/initrd/opt/rr/ramdisk-patch.sh index 9a237e4d..6dff9d25 100755 --- a/files/initrd/opt/rr/ramdisk-patch.sh +++ b/files/initrd/opt/rr/ramdisk-patch.sh @@ -40,6 +40,9 @@ PATSUM="$(readConfigKey "patsum" "${USER_CONFIG_FILE}")" ODP="$(readConfigKey "odp" "${USER_CONFIG_FILE}")" # official drivers priorities HDDSORT="$(readConfigKey "hddsort" "${USER_CONFIG_FILE}")" +[ "${PATURL:0:1}" = "#" ] && PATURL="" +[ "${PATSUM:0:1}" = "#" ] && PATSUM="" + # Check if DSM buildnumber changed . "${RAMDISK_PATH}/etc/VERSION"