Compare commits

..

No commits in common. "e881231efe6fb8a2ccf05f3dfb0fc7d6035ed14e" and "a331b0338c12b5f59d4bcaa99ae863e40f318f65" have entirely different histories.

7 changed files with 21 additions and 43 deletions

22
get.php
View File

@ -1,5 +1,5 @@
<?php
// Copyright (C) 2024 UUP dump authors. All rights reserved.
// Copyright (C) 2023 UUP dump authors. All rights reserved.
/*
* Changing anything in this file is a really painful experience.
@ -31,7 +31,7 @@ function createUupConvertPackage(
:DOWNLOAD_APPS
echo Retrieving aria2 script for Microsoft Store Apps...
"%aria2%" --no-conf --async-dns=false --console-log-level=warn --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=true --auto-file-renaming=false "$app"
"%aria2%" --no-conf --console-log-level=warn --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=true --auto-file-renaming=false "$app"
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1
echo.
@ -45,7 +45,7 @@ if NOT [%DETECTED_ERROR%] == [] (
)
echo Downloading Microsoft Store Apps...
"%aria2%" --no-conf --async-dns=false --console-log-level=warn --log-level=info --log="aria2_download.log" -x16 -s16 -j25 -c -R -d"%destDir%" -i"%aria2Script%"
"%aria2%" --no-conf --console-log-level=warn --log-level=info --log="aria2_download.log" -x16 -s16 -j25 -c -R -d"%destDir%" -i"%aria2Script%"
if %ERRORLEVEL% GTR 0 goto :DOWNLOAD_APPS
echo.
@ -119,7 +119,7 @@ powershell -NoProfile -ExecutionPolicy Unrestricted .\\files\\get_aria2.ps1 || (
echo.
echo Downloading the UUP converter...
"%aria2%" --no-conf --async-dns=false --console-log-level=warn --log-level=info --log="aria2_download.log" -x16 -s16 -j2 -c -R -d"files" -i"files\\converter_windows"
"%aria2%" --no-conf --console-log-level=warn --log-level=info --log="aria2_download.log" -x16 -s16 -j2 -c -R -d"files" -i"files\\converter_windows"
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_CONVERTER_ERROR & exit /b 1
echo.
@ -134,7 +134,7 @@ echo.
$downloadapp
:DOWNLOAD_UUPS
echo Retrieving aria2 script for the UUP set...
"%aria2%" --no-conf --async-dns=false --console-log-level=warn --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=true --auto-file-renaming=false "$url"
"%aria2%" --no-conf --console-log-level=warn --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=true --auto-file-renaming=false "$url"
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1
echo.
@ -148,7 +148,7 @@ if NOT [%DETECTED_ERROR%] == [] (
)
echo Downloading the UUP set...
"%aria2%" --no-conf --async-dns=false --console-log-level=warn --log-level=info --log="aria2_download.log" -x16 -s16 -j5 -c -R -d"%destDir%" -i"%aria2Script%"
"%aria2%" --no-conf --console-log-level=warn --log-level=info --log="aria2_download.log" -x16 -s16 -j5 -c -R -d"%destDir%" -i"%aria2Script%"
if %ERRORLEVEL% GTR 0 goto :DOWNLOAD_UUPS & exit /b 1
if EXIST convert-UUP.cmd goto :START_CONVERT
@ -369,7 +369,7 @@ function createAria2Package($url, $archiveName, $app = null) {
$time = gmdate("Y-m-d H:i:s T", time());
$ariacmd = <<<TEXT
"%aria2%" --no-conf --async-dns=false --console-log-level=warn --log-level=info --log="aria2_download.log" -x16 -s16 -j5 -c -R -d"%destDir%" -i"%aria2Script%"
"%aria2%" --no-conf --console-log-level=warn --log-level=info --log="aria2_download.log" -x16 -s16 -j5 -c -R -d"%destDir%" -i"%aria2Script%"
TEXT;
$ariabash = <<<TEXT
@ -378,7 +378,7 @@ TEXT;
if(strpos($archiveName, "_app")) {
$ariacmd = <<<TEXT
"%aria2%" --no-conf --async-dns=false --console-log-level=warn --log-level=info --log="aria2_download.log" -x16 -s16 -j25 -c -R -d"%destDir%" -i"%aria2Script%"
"%aria2%" --no-conf --console-log-level=warn --log-level=info --log="aria2_download.log" -x16 -s16 -j25 -c -R -d"%destDir%" -i"%aria2Script%"
TEXT;
$ariabash = <<<TEXT
@ -392,7 +392,7 @@ TEXT;
:DOWNLOAD_APPS
echo Retrieving aria2 script for Microsoft Store Apps...
"%aria2%" --no-conf --async-dns=false --console-log-level=warn --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=true --auto-file-renaming=false "$app"
"%aria2%" --no-conf --console-log-level=warn --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=true --auto-file-renaming=false "$app"
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1
echo.
@ -406,7 +406,7 @@ if NOT [%DETECTED_ERROR%] == [] (
)
echo Downloading Microsoft Store Apps...
"%aria2%" --no-conf --async-dns=false --console-log-level=warn --log-level=info --log="aria2_download.log" -x16 -s16 -j25 -c -R -d"%destDir%" -i"%aria2Script%"
"%aria2%" --no-conf --console-log-level=warn --log-level=info --log="aria2_download.log" -x16 -s16 -j25 -c -R -d"%destDir%" -i"%aria2Script%"
if %ERRORLEVEL% GTR 0 goto :DOWNLOAD_APPS
echo.
@ -445,7 +445,7 @@ echo.
$downloadapp
:DOWNLOAD_UUPS
echo Retrieving aria2 script for the UUP set...
"%aria2%" --no-conf --async-dns=false --console-log-level=warn --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=true --auto-file-renaming=false "$url"
"%aria2%" --no-conf --console-log-level=warn --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=true --auto-file-renaming=false "$url"
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1
echo.

View File

@ -19,7 +19,6 @@ $s['uupdumpSub'] = '%s - UUP dump'; //Browse known builds - UUP dump
$s['build'] = 'الإصدار';
$s['arch'] = 'النواة';
$s['ring'] = 'القناة';
$s['branch'] = 'الرتبة';
$s['updateid'] = 'رمز التعريف';
$s['update'] = 'اسم الإصدار';
$s['lang'] = 'اللغة';
@ -83,8 +82,6 @@ $s['addNewBuild'] = 'اكتشاف إصدار جديد';
$s['newBuildNextText'] = 'اضغط على زر التالي لبدء البحث بالخيارات المحددة';
$s['optionsNotice'] = 'تنبيه حول الخيارات';
$s['optionsNoticeText'] = 'هذه الخيارات تحدد كيف يتم تكوين معلومات وكيل تحديث ويندوز التي ترسل لسيرفرات مايكروسوفت. من المهم تحديد الخيارات بدقة للحصول على نتائج';
$s['autoSelect'] = 'اختيار تلقائي';
$s['thisOnly'] = 'إيجاد رقم الإصدار المحدد فقط';
//known.php
$s['browseKnown'] = 'الإصدارات المعروفة';
@ -102,18 +99,16 @@ $s['selectLangFor'] = 'اختيار اللغة - %s'; //Select language for Wind
$s['chooseLang'] = 'اختيار اللغة';
$s['chooseLangDesc'] = 'اختر اللغة المرغوبة';
$s['allLangs'] = 'كل اللغات';
$s['selLangFiles'] = 'الملفات';
$s['allFiles'] = 'كل الملفات';
$s['selectLangInfoText1'] = 'اضغط زر التالي لاختيار النسخة التي تود تنزيلها';
$s['noLangsAvailable'] = 'لا توجد لغات متاحة<br>لا يمكن إنشاء ملف آيزو من هذا الإصدار<br>لمزيد من التفاصيل راجع الأسئلة الشائعة';
$s['browseFiles'] = 'تصفح الملفات';
$s['browseFilesDesc'] = 'عرض قائمة الملفات للتحميل يدوياً من الإصدار المحدد';
$s['searchFiles'] = 'البحث في الملفات';
$s['toSearchForCUUseQuery'] = '<i>%s</i> لعرض ملفات التحديثات فقط استخدم جملة البحث'; //To search for Cumulative Updates use the <i>Windows10 KB</i> search query.
$s['aboutBuild'] = 'معلومات الإصدار';
$s['downloadNotAvailable'] = 'التنزيل غير متاح';
$s['processingUpdate'] = '...المعالجة جارية';
$s['noLangsAvailablev2'] = 'لا يمكن إنشاء ملف آيزو من هذا الإصدار<br>لمزيد من التفاصيل راجع الأسئلة الشائعة';
$s['updateIsBlockedv2'] = 'هذا الإصدار لا يوفر إمكانية إنشاء آيزو مكتمل<br>لمزيد من التفاصيل راجع الأسئلة الشائعة';
$s['updateNotProcessedv2'] = 'خيارات التنزيل لهذا الإصدار غير متوفرة لحين اكتمال المعالجة<br>حاول مجدداً بعد عدة دقائق';
$s['updateNotProcessed'] = 'لم يتم تجهيز بيانات هذا الإصدار بعد - تتم المعالجة آلياً كل %d دقيقة. يمكنك تصفح وتحميل ملفات الإصدار يدوياً إلى حين ذلك'; //UUP dump hasn't processed this update's metadata yet - this happens automatically once every 30 minutes. You can only browse the update's file list until then.
$s['updateIsBlocked'] = 'هذا الإصدار لا يوفر جميع الملفات اللازمة لإنشاء آيزو متكامل. بالإمكان فقط تصفح وتحميل الملفات أو التحديثات المضمنة يدوياً';
//selectedition.php
$s['selectEditionFor'] = 'اختيار النسخة - %s'; //Select edition for Windows 10 Insider Preview 18890.1000 (rs_prerelease) amd64, English (United States)
@ -324,6 +319,5 @@ $s['edition_SERVERSTANDARD'] = 'Windows Server Standard';
$s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard - بدون الواجهة الرسومية';
$s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition';
$s['edition_SERVERTURBINECOR'] = 'Windows Server Datacenter: Azure Edition - بدون الواجهة الرسومية';
$s['edition_SERVERTURBINECORE'] = 'Windows Server Datacenter: Azure Edition - بدون الواجهة الرسومية';
$s['edition_SERVERSTANDARDACOR'] = 'Windows Server Standard - القناة نصف السنوية';
$s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter - القناة نصف السنوية';

View File

@ -343,6 +343,5 @@ $s['edition_SERVERSTANDARD'] = 'Windows Server Standard';
$s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard (Core)';
$s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition';
$s['edition_SERVERTURBINECOR'] = 'Windows Server Datacenter: Azure Edition (Core)';
$s['edition_SERVERTURBINECORE'] = 'Windows Server Datacenter: Azure Edition (Core)';
$s['edition_SERVERSTANDARDACOR'] = 'Windows Server Standard (Semi-Annual Channel)';
$s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter (Semi-Annual Channel)';

View File

@ -19,7 +19,6 @@ $s['uupdumpSub'] = '%s - UUP dump'; //Browse known builds - UUP dump
$s['build'] = 'Build';
$s['arch'] = 'Architecture';
$s['ring'] = 'Channel';
$s['branch'] = 'Branch';
$s['updateid'] = 'Update ID';
$s['update'] = 'Update';
$s['lang'] = 'Language';
@ -83,8 +82,6 @@ $s['addNewBuild'] = 'Add a new build';
$s['newBuildNextText'] = 'Click the <i>Next</i> button to start searching with the specified options.';
$s['optionsNotice'] = 'Options notice';
$s['optionsNoticeText'] = 'Options found here configure how the underlying Windows Update client reports itself to the Microsoft servers. It is crucial to set these properly, otherwise you will receive an error.';
$s['autoSelect'] = 'Automatic selection';
$s['thisOnly'] = 'Return the specified build only';
//known.php
$s['browseKnown'] = 'Browse known builds';
@ -324,6 +321,5 @@ $s['edition_SERVERSTANDARD'] = 'Windows Server Standard';
$s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard (Core)';
$s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition';
$s['edition_SERVERTURBINECOR'] = 'Windows Server Datacenter: Azure Edition (Core)';
$s['edition_SERVERTURBINECORE'] = 'Windows Server Datacenter: Azure Edition (Core)';
$s['edition_SERVERSTANDARDACOR'] = 'Windows Server Standard (Semi-Annual Channel)';
$s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter (Semi-Annual Channel)';

View File

@ -321,6 +321,5 @@ $s['edition_SERVERSTANDARD'] = 'Windows Server Standard';
$s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard (Core)';
$s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition';
$s['edition_SERVERTURBINECOR'] = 'Windows Server Datacenter: Azure Edition (Core)';
$s['edition_SERVERTURBINECORE'] = 'Windows Server Datacenter: Azure Edition (Core)';
$s['edition_SERVERSTANDARDACOR'] = 'Windows Server Standard (Semi-Annual Channel)';
$s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter (Semi-Annual Channel)';

View File

@ -19,7 +19,6 @@ $s['uupdumpSub'] = '%s - UUP dump'; //Browse known builds - UUP dump
$s['build'] = 'Kompilacja';
$s['arch'] = 'Architektura';
$s['ring'] = 'Kanał';
$s['branch'] = 'Gałąź';
$s['updateid'] = 'Identyfikator aktualizacji';
$s['update'] = 'Aktualizacja';
$s['lang'] = 'Język';
@ -83,8 +82,6 @@ $s['addNewBuild'] = 'Dodaj nową kompilację';
$s['newBuildNextText'] = 'Kliknij przycisk <i>Dalej</i>, aby rozpocząć wyszukiwanie przy użyciu wybranych opcji.';
$s['optionsNotice'] = 'Uwaga dotycząca opcji';
$s['optionsNoticeText'] = 'Opcje dostępne tutaj konfigurują sposób w jaki klient usługi Windows Update raportuje się serwerom firmy Microsoft. Ważne jest, aby ustawić je prawidłowo, w przeciwnym wypadku otrzymany zostanie błąd.';
$s['autoSelect'] = 'Wybór automatyczny';
$s['thisOnly'] = 'Zwróć wyłącznie podaną kompilację';
//known.php
$s['browseKnown'] = 'Przeglądaj znane kompilacje';
@ -324,6 +321,5 @@ $s['edition_SERVERSTANDARD'] = 'Windows Server Standard';
$s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard (Core)';
$s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition';
$s['edition_SERVERTURBINECOR'] = 'Windows Server Datacenter: Azure Edition (Core)';
$s['edition_SERVERTURBINECORE'] = 'Windows Server Datacenter: Azure Edition (Core)';
$s['edition_SERVERSTANDARDACOR'] = 'Windows Server Standard (Semi-Annual Channel)';
$s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter (Semi-Annual Channel)';

View File

@ -19,7 +19,6 @@ $s['uupdumpSub'] = '%s - UUP dump'; //Browse known builds - UUP dump
$s['build'] = '内部版本';
$s['arch'] = '体系结构';
$s['ring'] = '推送渠道';
$s['branch'] = '编译分支';
$s['updateid'] = '更新 ID';
$s['update'] = '更新名称';
$s['lang'] = '语言';
@ -83,8 +82,6 @@ $s['addNewBuild'] = '添加新内部版本';
$s['newBuildNextText'] = '单击<i>下一步</i>按钮开始搜索指定的选项。';
$s['optionsNotice'] = '选项注意';
$s['optionsNoticeText'] = '在此处找到的选项是配置基础 Windows 更新客户端向 Microsoft 服务器报告自身的方式。正确设置这些内容至关重要,否则你将会遇到错误,从而无法完成添加。';
$s['autoSelect'] = '自动选择';
$s['thisOnly'] = '仅返回指定的内部版本';
//known.php
$s['browseKnown'] = '浏览已知内部版本';
@ -102,18 +99,16 @@ $s['selectLangFor'] = '选择 %s 的语言'; //Select language for Windows 10 In
$s['chooseLang'] = '选择语言';
$s['chooseLangDesc'] = '选择你所需要的语言';
$s['allLangs'] = '所有语言';
$s['selLangFiles'] = '文件';
$s['allFiles'] = '所有文件';
$s['selectLangInfoText1'] = '单击<i>下一步</i>按钮选择你要下载的版本。';
$s['noLangsAvailable'] = '在此内部版本中没有可用的语言。<br>此内部版本将无法转换为 ISO 镜像。<br>有关详细信息,请参阅常见问题。';
$s['browseFiles'] = '浏览文件';
$s['browseFilesDesc'] = '快速浏览所选内部版本中的文件';
$s['searchFiles'] = '搜索文件';
$s['toSearchForCUUseQuery'] = '若要搜索累积更新,请使用 <i>%s</i> 搜索查询。'; //To search for Cumulative Updates use the <i>Windows10 KB</i> search query.
$s['aboutBuild'] = '内部版本信息';
$s['downloadNotAvailable'] = '没有可用下载';
$s['processingUpdate'] = '正在处理内部版本……';
$s['noLangsAvailablev2'] = '此内部版本无法转换为 ISO 镜像文件。<br>有关详细信息,请参阅常见问题解答。';
$s['updateIsBlockedv2'] = '此内部版本存在阻止创建有效 ISO 镜像文件的已知问题。<br>有关详细信息,请参阅常见问题解答。';
$s['updateNotProcessedv2'] = '此内部版本的下载选项尚不可用,它正在处理中。<br>请稍后再试。';
$s['updateNotProcessed'] = 'UUP dump 尚未处理此更新的元数据 —— 这将每 %d 分钟自动发起一次。在此之前,你只能浏览更新的文件列表。'; //UUP dump hasn't processed this update's metadata yet - this happens automatically once every 30 minutes. You can only browse the update's file list until then.
$s['updateIsBlocked'] = '此更新存在阻止创建有效 ISO 文件的已知问题。因此,你只能手动浏览其文件。';
//selectedition.php
$s['selectEditionFor'] = '选择 %s 的 SKU 版本'; //Select edition for Windows 10 Insider Preview 18890.1000 (rs_prerelease) amd64, English (United States)
@ -150,7 +145,7 @@ $s['systemWithAdk'] = '%s已安装 Windows 10 评估和部署工具包)'; /
$s['additionalUpdates'] = '其他更新';
$s['additionalUpdatesDesc'] = '此 UUP 文件集包含在转换过程中将会集成的其他更新,这将会明显增加创建时间。';
$s['browseUpdatesList'] = '浏览更新列表';
$s['selectDownloadOptions'] = '选择你的下载选项';
$s['selectDownloadOptions'] = '选择你的下载选项';
$s['selectDownloadOptionsSub'] = '配置使用何种方式下载你所选择的内容';
$s['downloadMethod'] = '下载方式';
$s['conversionOptions'] = '转换选项';
@ -187,7 +182,7 @@ $s['fileRenamingScriptDescFindFiles'] = '如果你要对从此页面下载的文
$s['fileRenamingScriptGenW'] = '生成重命名脚本Windows';
$s['fileRenamingScriptGenL'] = '生成重命名脚本Linux、macOS';
$s['searchForFiles'] = '搜索文件……';
$s['weFoundFiles'] = '根据你的查询,已找到 <b>%d</b> 个文件。'; //<b>692</b> files were found for your query.
$s['weFoundFiles'] = '根据你的查询,已找到 <b>%d</b> 个文件。'; //<b>692</b> files were found for your query.
$s['sizeOfShownFiles'] = '显示文件大小:%s'; //Size of shown files: 2.86 GiB
//Error pages
@ -324,6 +319,5 @@ $s['edition_SERVERSTANDARD'] = 'Windows Server Standard';
$s['edition_SERVERSTANDARDCORE'] = 'Windows Server StandardCore';
$s['edition_SERVERTURBINE'] = 'Windows Server DatacenterAzure Edition';
$s['edition_SERVERTURBINECOR'] = 'Windows Server DatacenterAzure EditionCore';
$s['edition_SERVERTURBINECORE'] = 'Windows Server DatacenterAzure EditionCore';
$s['edition_SERVERSTANDARDACOR'] = 'Windows Server Standard半年频道';
$s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter半年频道';