Compare commits

...

12 Commits

Author SHA1 Message Date
e881231efe Merge pull request 'Update translation ar-sa' (#5) from abbodi1406/contrib:master into master
Reviewed-on: uup-dump/contrib#5
2024-02-29 12:21:16 +01:00
8483590c33 zh-cn translation update by JRJSheep
https://discord.com/channels/600104690684002321/600104690684002323/1212662009053716531
2024-02-29 11:56:01 +01:00
7c1c34c528 Update translation ar-sa 2024-02-29 00:33:56 +03:00
f587655e99 Update translations 2024-02-28 18:38:49 +01:00
1f317d0dff Copy ServerTurbineCor to ServerTurbineCore 2024-01-26 23:17:49 +01:00
7b11426733 Remove async-dns=false from bash script
Even though aria2c builds for Linux have this flag, builds for toyOS don't seem to have it. I'm not sure why there is a support for this platform as nobody from the team has a Mac and it constantly causes reports of something being broken.
2024-01-14 16:09:35 +01:00
860e3aa9bb Disable async DNS in aria2c 2024-01-07 01:27:45 +01:00
d290c13e7c Update of zh-cn translation by JRJSheep
https://discord.com/channels/600104690684002321/600104690684002323/1193171314324815872
2024-01-07 00:20:58 +01:00
935557254c Update of zh-cn translation by JRJSheep
https://discord.com/channels/600104690684002321/600104690684002323/1179704609544089691
2023-11-30 16:58:40 +01:00
403ac22592 Merge pull request 'update JP translation for new strings' (#4) from witherornot/contrib:master into master
Reviewed-on: uup-dump/contrib#4
2023-11-30 02:06:07 +01:00
76ca51209a Merge pull request 'Update translation ar-sa' (#3) from abbodi1406/contrib:master into master
Reviewed-on: uup-dump/contrib#3
2023-11-29 19:30:46 +01:00
116684bc24 Update translation ar-sa 2023-11-29 15:37:15 +03:00
7 changed files with 43 additions and 21 deletions

22
get.php
View File

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

View File

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

View File

@ -343,5 +343,6 @@ $s['edition_SERVERSTANDARD'] = 'Windows Server Standard';
$s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard (Core)'; $s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard (Core)';
$s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition'; $s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition';
$s['edition_SERVERTURBINECOR'] = 'Windows Server Datacenter: Azure Edition (Core)'; $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_SERVERSTANDARDACOR'] = 'Windows Server Standard (Semi-Annual Channel)';
$s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter (Semi-Annual Channel)'; $s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter (Semi-Annual Channel)';

View File

@ -19,6 +19,7 @@ $s['uupdumpSub'] = '%s - UUP dump'; //Browse known builds - UUP dump
$s['build'] = 'Build'; $s['build'] = 'Build';
$s['arch'] = 'Architecture'; $s['arch'] = 'Architecture';
$s['ring'] = 'Channel'; $s['ring'] = 'Channel';
$s['branch'] = 'Branch';
$s['updateid'] = 'Update ID'; $s['updateid'] = 'Update ID';
$s['update'] = 'Update'; $s['update'] = 'Update';
$s['lang'] = 'Language'; $s['lang'] = 'Language';
@ -82,6 +83,8 @@ $s['addNewBuild'] = 'Add a new build';
$s['newBuildNextText'] = 'Click the <i>Next</i> button to start searching with the specified options.'; $s['newBuildNextText'] = 'Click the <i>Next</i> button to start searching with the specified options.';
$s['optionsNotice'] = 'Options notice'; $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['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 //known.php
$s['browseKnown'] = 'Browse known builds'; $s['browseKnown'] = 'Browse known builds';
@ -321,5 +324,6 @@ $s['edition_SERVERSTANDARD'] = 'Windows Server Standard';
$s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard (Core)'; $s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard (Core)';
$s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition'; $s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition';
$s['edition_SERVERTURBINECOR'] = 'Windows Server Datacenter: Azure Edition (Core)'; $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_SERVERSTANDARDACOR'] = 'Windows Server Standard (Semi-Annual Channel)';
$s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter (Semi-Annual Channel)'; $s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter (Semi-Annual Channel)';

View File

@ -321,5 +321,6 @@ $s['edition_SERVERSTANDARD'] = 'Windows Server Standard';
$s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard (Core)'; $s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard (Core)';
$s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition'; $s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition';
$s['edition_SERVERTURBINECOR'] = 'Windows Server Datacenter: Azure Edition (Core)'; $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_SERVERSTANDARDACOR'] = 'Windows Server Standard (Semi-Annual Channel)';
$s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter (Semi-Annual Channel)'; $s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter (Semi-Annual Channel)';

View File

@ -19,6 +19,7 @@ $s['uupdumpSub'] = '%s - UUP dump'; //Browse known builds - UUP dump
$s['build'] = 'Kompilacja'; $s['build'] = 'Kompilacja';
$s['arch'] = 'Architektura'; $s['arch'] = 'Architektura';
$s['ring'] = 'Kanał'; $s['ring'] = 'Kanał';
$s['branch'] = 'Gałąź';
$s['updateid'] = 'Identyfikator aktualizacji'; $s['updateid'] = 'Identyfikator aktualizacji';
$s['update'] = 'Aktualizacja'; $s['update'] = 'Aktualizacja';
$s['lang'] = 'Język'; $s['lang'] = 'Język';
@ -82,6 +83,8 @@ $s['addNewBuild'] = 'Dodaj nową kompilację';
$s['newBuildNextText'] = 'Kliknij przycisk <i>Dalej</i>, aby rozpocząć wyszukiwanie przy użyciu wybranych opcji.'; $s['newBuildNextText'] = 'Kliknij przycisk <i>Dalej</i>, aby rozpocząć wyszukiwanie przy użyciu wybranych opcji.';
$s['optionsNotice'] = 'Uwaga dotycząca 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['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 //known.php
$s['browseKnown'] = 'Przeglądaj znane kompilacje'; $s['browseKnown'] = 'Przeglądaj znane kompilacje';
@ -321,5 +324,6 @@ $s['edition_SERVERSTANDARD'] = 'Windows Server Standard';
$s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard (Core)'; $s['edition_SERVERSTANDARDCORE'] = 'Windows Server Standard (Core)';
$s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition'; $s['edition_SERVERTURBINE'] = 'Windows Server Datacenter: Azure Edition';
$s['edition_SERVERTURBINECOR'] = 'Windows Server Datacenter: Azure Edition (Core)'; $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_SERVERSTANDARDACOR'] = 'Windows Server Standard (Semi-Annual Channel)';
$s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter (Semi-Annual Channel)'; $s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter (Semi-Annual Channel)';

View File

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