forked from uup-dump/contrib
Compare commits
13
Commits
22e8b5b4ef
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a490774ed3 | ||
|
|
ae99d51148 | ||
|
|
135dd08bcb | ||
|
|
0014d169e6 | ||
|
|
7ee3de7174 | ||
|
|
5f0b17e7cd | ||
|
|
6f8d09bb06 | ||
|
|
577359ccc2 | ||
|
|
3d2da8b515 | ||
|
|
2da2b26619 | ||
|
|
fe7e0f9654 | ||
|
|
060027d800 | ||
|
|
626b07611a |
@@ -22,6 +22,8 @@ function createUupConvertPackage(
|
|||||||
|
|
||||||
$type = $esd ? 'esd' : 'wim';
|
$type = $esd ? 'esd' : 'wim';
|
||||||
|
|
||||||
|
$winUrl = str_replace("%", "%%", $url);
|
||||||
|
|
||||||
$currDir = dirname(__FILE__).'/..';
|
$currDir = dirname(__FILE__).'/..';
|
||||||
$time = gmdate("Y-m-d H:i:s T", time());
|
$time = gmdate("Y-m-d H:i:s T", time());
|
||||||
|
|
||||||
@@ -134,7 +136,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 --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 --async-dns=false --console-log-level=warn --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=true --auto-file-renaming=false "$winUrl"
|
||||||
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1
|
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
@@ -312,6 +314,7 @@ vwim2esd =$esd
|
|||||||
vwim2swm =0
|
vwim2swm =0
|
||||||
vSkipISO =0
|
vSkipISO =0
|
||||||
vAutoEditions=$desiredVirtualEditions
|
vAutoEditions=$desiredVirtualEditions
|
||||||
|
vSortEditions=
|
||||||
|
|
||||||
CONFIG;
|
CONFIG;
|
||||||
|
|
||||||
@@ -368,6 +371,8 @@ CONFIG;
|
|||||||
|
|
||||||
//Create aria2 download package only
|
//Create aria2 download package only
|
||||||
function createAria2Package($url, $archiveName, $app = null) {
|
function createAria2Package($url, $archiveName, $app = null) {
|
||||||
|
$winUrl = str_replace("%", "%%", $url);
|
||||||
|
|
||||||
$currDir = dirname(__FILE__).'/..';
|
$currDir = dirname(__FILE__).'/..';
|
||||||
$time = gmdate("Y-m-d H:i:s T", time());
|
$time = gmdate("Y-m-d H:i:s T", time());
|
||||||
|
|
||||||
@@ -448,7 +453,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 --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 --async-dns=false --console-log-level=warn --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=true --auto-file-renaming=false "$winUrl"
|
||||||
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1
|
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
|||||||
+4
-4
@@ -19,7 +19,7 @@ limitations under the License.
|
|||||||
$supportedLangs = [
|
$supportedLangs = [
|
||||||
'en-us',
|
'en-us',
|
||||||
'qps-ploc',
|
'qps-ploc',
|
||||||
'pl-pl',
|
/* 'pl-pl',
|
||||||
'de-de',
|
'de-de',
|
||||||
'pt-br',
|
'pt-br',
|
||||||
'pt-pt',
|
'pt-pt',
|
||||||
@@ -35,7 +35,7 @@ $supportedLangs = [
|
|||||||
'hu-hu',
|
'hu-hu',
|
||||||
'tr-tr',
|
'tr-tr',
|
||||||
'ro-ro',
|
'ro-ro',
|
||||||
'ru-ru',
|
'ru-ru',*/
|
||||||
];
|
];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -47,7 +47,7 @@ it's better to not force half translated website down to people's throats.
|
|||||||
$autoLangMappings = [
|
$autoLangMappings = [
|
||||||
'en-us' => 'en-us',
|
'en-us' => 'en-us',
|
||||||
'en' => 'en-us',
|
'en' => 'en-us',
|
||||||
'pl-pl' => 'pl-pl',
|
/* 'pl-pl' => 'pl-pl',
|
||||||
'pl' => 'pl-pl',
|
'pl' => 'pl-pl',
|
||||||
'de-de' => 'de-de',
|
'de-de' => 'de-de',
|
||||||
'de' => 'de-de',
|
'de' => 'de-de',
|
||||||
@@ -56,7 +56,7 @@ $autoLangMappings = [
|
|||||||
'zh-cn' => 'zh-cn',
|
'zh-cn' => 'zh-cn',
|
||||||
'zh' => 'zh-cn',
|
'zh' => 'zh-cn',
|
||||||
'ar-sa' => 'ar-sa',
|
'ar-sa' => 'ar-sa',
|
||||||
'ar' => 'ar-sa',
|
'ar' => 'ar-sa',*/
|
||||||
];
|
];
|
||||||
|
|
||||||
//Language selector configuration
|
//Language selector configuration
|
||||||
|
|||||||
+4
-3
@@ -57,6 +57,7 @@ $s['themeAuto'] = 'تلقائي';
|
|||||||
$s['themeLight'] = 'فاتح';
|
$s['themeLight'] = 'فاتح';
|
||||||
$s['themeDark'] = 'داكن';
|
$s['themeDark'] = 'داكن';
|
||||||
$s['themeLegacy'] = 'كلاسيكي';
|
$s['themeLegacy'] = 'كلاسيكي';
|
||||||
|
$s['maintenanceNotice'] = 'صيانة مجدولة: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Windows Update تحميل إصدارات وتحديثات ويندوز بكل سهولة من سيرفرات';
|
$s['slogan'] = 'Windows Update تحميل إصدارات وتحديثات ويندوز بكل سهولة من سيرفرات';
|
||||||
@@ -67,15 +68,15 @@ $s['tHeadArchitectures'] = 'النواة المرغوبة';
|
|||||||
$s['latestPublicRelease'] = 'Public أحدث إصدار رسمي';
|
$s['latestPublicRelease'] = 'Public أحدث إصدار رسمي';
|
||||||
$s['latestPublicReleaseSub'] = 'الإصدارات والتحديثات الرسمية للمستخدم العادي';
|
$s['latestPublicReleaseSub'] = 'الإصدارات والتحديثات الرسمية للمستخدم العادي';
|
||||||
$s['latestDevRelease'] = 'Dev أحدث إصدار من قناة';
|
$s['latestDevRelease'] = 'Dev أحدث إصدار من قناة';
|
||||||
$s['latestDevReleaseSub'] = 'إصدارات قناة التطوير توفر ميزات متقدمة غير راسخة وأفكار جديدة<br>يناسب المستخدم المتقدم والمطورين';
|
$s['latestDevReleaseSub'] = 'إصدارات قناة التطوير توفر ميزات متقدمة غير راسخة وأفكار جديدة. يناسب المستخدم المتقدم والمطورين';
|
||||||
$s['latestBetaRelease'] = 'Beta أحدث إصدار من قناة';
|
$s['latestBetaRelease'] = 'Beta أحدث إصدار من قناة';
|
||||||
$s['latestBetaReleaseSub'] = 'إصدارات قناة التجريب تحتوي ميزات جديدة أكثر موثوقية<br>يناسب المستخدم المتحمس';
|
$s['latestBetaReleaseSub'] = 'إصدارات قناة التجريب تحتوي ميزات جديدة أكثر موثوقية. يناسب المستخدم المتحمس';
|
||||||
$s['latestRPRelease'] = 'Preview أحدث إصدار من قناة';
|
$s['latestRPRelease'] = 'Preview أحدث إصدار من قناة';
|
||||||
$s['latestRPReleaseSub'] = 'معاينة الإصدارات الرسمية قبل طرحها للعموم مع الميزات المعتمدة';
|
$s['latestRPReleaseSub'] = 'معاينة الإصدارات الرسمية قبل طرحها للعموم مع الميزات المعتمدة';
|
||||||
$s['newlyAdded'] = 'الإصدارات المضافة حديثاً';
|
$s['newlyAdded'] = 'الإصدارات المضافة حديثاً';
|
||||||
$s['dateAdded'] = 'تاريخ الإضافة';
|
$s['dateAdded'] = 'تاريخ الإضافة';
|
||||||
$s['latestCanaryRelease'] = 'Canary أحدث إصدار من قناة';
|
$s['latestCanaryRelease'] = 'Canary أحدث إصدار من قناة';
|
||||||
$s['latestCanaryReleaseSub'] = 'إصدارات قناة البناء الخام تقدم آخر التغيرات على نظام ويندوز مع ميزات غير مكتملة أو مستقرة كلياً<br>يناسب المستخدم ذو المستوى العالي من التقنية';
|
$s['latestCanaryReleaseSub'] = 'إصدارات قناة البناء الخام تقدم آخر التغيرات على نظام ويندوز مع ميزات غير مكتملة أو مستقرة كلياً. يناسب المستخدم ذو المستوى العالي من التقنية';
|
||||||
$s['checkOutAddANewBuild'] = 'لم تعثر على الإصدار المرغوب؟ تفقد صفحة: <i><a href="newbuild.php">اكتشاف الإصدارات</a></i>';
|
$s['checkOutAddANewBuild'] = 'لم تعثر على الإصدار المرغوب؟ تفقد صفحة: <i><a href="newbuild.php">اكتشاف الإصدارات</a></i>';
|
||||||
|
|
||||||
//newbuild.php
|
//newbuild.php
|
||||||
|
|||||||
+5
-4
@@ -60,6 +60,7 @@ $s['themeAuto'] = 'Automatisch';
|
|||||||
$s['themeLight'] = 'Hell';
|
$s['themeLight'] = 'Hell';
|
||||||
$s['themeDark'] = 'Dunkel';
|
$s['themeDark'] = 'Dunkel';
|
||||||
$s['themeLegacy'] = 'Legacy';
|
$s['themeLegacy'] = 'Legacy';
|
||||||
|
$s['maintenanceNotice'] = 'Geplante Wartung: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Laden Sie UUP-Dateien von Windows Update-Servern mit Leichtigkeit herunter.';
|
$s['slogan'] = 'Laden Sie UUP-Dateien von Windows Update-Servern mit Leichtigkeit herunter.';
|
||||||
@@ -70,11 +71,11 @@ $s['tHeadArchitectures'] = 'Architekturen';
|
|||||||
$s['latestPublicRelease'] = 'Letzter Build der öffentlichen Version';
|
$s['latestPublicRelease'] = 'Letzter Build der öffentlichen Version';
|
||||||
$s['latestPublicReleaseSub'] = 'Neuester aktualisierter Build für normale Benutzer.';
|
$s['latestPublicReleaseSub'] = 'Neuester aktualisierter Build für normale Benutzer.';
|
||||||
$s['latestDevRelease'] = 'Neueste Dev Channel-Version';
|
$s['latestDevRelease'] = 'Neueste Dev Channel-Version';
|
||||||
$s['latestDevReleaseSub'] = 'Etwas unzuverlässigere Builds mit den neuesten Funktionen.<br>Ideal für hochtechnische Benutzer.';
|
$s['latestDevReleaseSub'] = 'Etwas unzuverlässigere Builds mit den neuesten Funktionen. Ideal für hochtechnische Benutzer.';
|
||||||
$s['latestBetaRelease'] = 'Neueste Beta Channel-Version';
|
$s['latestBetaRelease'] = 'Neueste Beta Channel-Version';
|
||||||
$s['latestBetaReleaseSub'] = 'Zuverlässigere Builds mit den meisten verfügbaren Funktionen.<br>Ideal für Personen, die gerne früh neue Funktionen wollen.';
|
$s['latestBetaReleaseSub'] = 'Zuverlässigere Builds mit den meisten verfügbaren Funktionen. Ideal für Personen, die gerne früh neue Funktionen wollen.';
|
||||||
$s['latestRPRelease'] = 'Neueste Release Vorschau-Version';
|
$s['latestRPRelease'] = 'Neueste Release Vorschau-Version';
|
||||||
$s['latestRPReleaseSub'] = 'Zuverlässiges Build für die Vorschau auf die nächste Version.<br>Ideal zum Ausprobieren kommender öffentlichen Versionen.';
|
$s['latestRPReleaseSub'] = 'Zuverlässiges Build für die Vorschau auf die nächste Version. Ideal zum Ausprobieren kommender öffentlichen Versionen.';
|
||||||
$s['advOptions'] = 'Erweiterte Optionen';
|
$s['advOptions'] = 'Erweiterte Optionen';
|
||||||
$s['browseBuilds'] = 'Bekannte Builds durchsuchen.';
|
$s['browseBuilds'] = 'Bekannte Builds durchsuchen.';
|
||||||
$s['browseBuildsSub'] = 'Wählen Sie ein bereits bekanntes Build aus und laden Sie es herunter.';
|
$s['browseBuildsSub'] = 'Wählen Sie ein bereits bekanntes Build aus und laden Sie es herunter.';
|
||||||
@@ -83,7 +84,7 @@ $s['fetchLatestSub'] = 'Abrufen der neuesten Buildinformationen von Windows Upda
|
|||||||
$s['newlyAdded'] = 'Kürzlich hinzugefügte Builds';
|
$s['newlyAdded'] = 'Kürzlich hinzugefügte Builds';
|
||||||
$s['dateAdded'] = 'Datum des Hinzufügens';
|
$s['dateAdded'] = 'Datum des Hinzufügens';
|
||||||
$s['latestCanaryRelease'] = 'Letzte Canary Channel-Version';
|
$s['latestCanaryRelease'] = 'Letzte Canary Channel-Version';
|
||||||
// $s['latestCanaryReleaseSub'] = 'Somewhat unstable builds with latest platform changes and early features.<br>Ideal for highly technical users.';
|
// $s['latestCanaryReleaseSub'] = 'Somewhat unstable builds with latest platform changes and early features. Ideal for highly technical users.';
|
||||||
$s['checkOutAddANewBuild'] = 'Nicht die gewünschte Option gefunden? Schau doch mal auf der <i><a href="newbuild.php">Neuen Build hinzufügen</a></i> Seite nach.';
|
$s['checkOutAddANewBuild'] = 'Nicht die gewünschte Option gefunden? Schau doch mal auf der <i><a href="newbuild.php">Neuen Build hinzufügen</a></i> Seite nach.';
|
||||||
|
|
||||||
//newbuild.php
|
//newbuild.php
|
||||||
|
|||||||
+30
-15
@@ -39,6 +39,7 @@ $s['size'] = 'Size';
|
|||||||
$s['additionalEdition'] = 'Additional edition';
|
$s['additionalEdition'] = 'Additional edition';
|
||||||
$s['requiredEdition'] = 'Required edition';
|
$s['requiredEdition'] = 'Required edition';
|
||||||
$s['unknown'] = 'Unknown';
|
$s['unknown'] = 'Unknown';
|
||||||
|
$s['targetRelease'] = 'Target release';
|
||||||
|
|
||||||
//global
|
//global
|
||||||
$s['home'] = 'Home';
|
$s['home'] = 'Home';
|
||||||
@@ -57,6 +58,7 @@ $s['themeAuto'] = 'Automatic';
|
|||||||
$s['themeLight'] = 'Light';
|
$s['themeLight'] = 'Light';
|
||||||
$s['themeDark'] = 'Dark';
|
$s['themeDark'] = 'Dark';
|
||||||
$s['themeLegacy'] = 'Legacy';
|
$s['themeLegacy'] = 'Legacy';
|
||||||
|
$s['maintenanceNotice'] = 'Planned maintenance: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Download UUP files from Windows Update servers with ease.';
|
$s['slogan'] = 'Download UUP files from Windows Update servers with ease.';
|
||||||
@@ -66,17 +68,17 @@ $s['tHeadDescription'] = 'Description';
|
|||||||
$s['tHeadArchitectures'] = 'Architectures';
|
$s['tHeadArchitectures'] = 'Architectures';
|
||||||
$s['latestPublicRelease'] = 'Latest Public Release build';
|
$s['latestPublicRelease'] = 'Latest Public Release build';
|
||||||
$s['latestPublicReleaseSub'] = 'Latest updated build for regular users.';
|
$s['latestPublicReleaseSub'] = 'Latest updated build for regular users.';
|
||||||
$s['latestDevRelease'] = 'Latest Dev Channel build';
|
|
||||||
$s['latestDevReleaseSub'] = 'Somewhat unreliable builds with new ideas and long lead features.<br>Ideal for enthusiasts.';
|
|
||||||
$s['latestBetaRelease'] = 'Latest Beta Channel build';
|
$s['latestBetaRelease'] = 'Latest Beta Channel build';
|
||||||
$s['latestBetaReleaseSub'] = 'Reliable builds with most upcoming features available.<br>Ideal for early adopters.';
|
$s['latestBetaReleaseSub'] = 'Reliable builds with most upcoming features available. Ideal for early adopters.';
|
||||||
$s['latestRPRelease'] = 'Latest Release Preview build';
|
$s['latestRPRelease'] = 'Latest Release Preview build';
|
||||||
$s['latestRPReleaseSub'] = 'Reliable builds for previewing the next release.<br>Ideal for trying out upcoming releases.';
|
$s['latestRPReleaseSub'] = 'Reliable builds for previewing the next release. Ideal for trying out upcoming releases.';
|
||||||
$s['newlyAdded'] = 'Recently added builds';
|
$s['newlyAdded'] = 'Recently added builds';
|
||||||
$s['dateAdded'] = 'Date added';
|
$s['dateAdded'] = 'Date added';
|
||||||
$s['latestCanaryRelease'] = 'Latest Canary Channel build';
|
|
||||||
$s['latestCanaryReleaseSub'] = 'Somewhat unstable builds with latest platform changes and early features.<br>Ideal for highly technical users.';
|
|
||||||
$s['checkOutAddANewBuild'] = 'Haven\'t found a desired option? Check out the <i><a href="newbuild.php">Add a new build</a></i> page.';
|
$s['checkOutAddANewBuild'] = 'Haven\'t found a desired option? Check out the <i><a href="newbuild.php">Add a new build</a></i> page.';
|
||||||
|
$s['latestExperimentalRelease'] = 'Latest Experimental Channel build';
|
||||||
|
$s['latestExperimentalReleaseSub'] = 'Somewhat unreliable builds with new ideas and long lead features. Ideal for enthusiasts.';
|
||||||
|
$s['latestFuturePlatformsRelease'] = 'Latest Future Platforms build';
|
||||||
|
$s['latestFuturePlatformsReleaseSub'] = 'Somewhat unstable builds with latest platform changes and early features. Ideal for highly technical users.';
|
||||||
|
|
||||||
//newbuild.php
|
//newbuild.php
|
||||||
$s['addNewBuild'] = 'Add a new build';
|
$s['addNewBuild'] = 'Add a new build';
|
||||||
@@ -85,6 +87,13 @@ $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['autoSelect'] = 'Automatic selection';
|
||||||
$s['thisOnly'] = 'Return the specified build only';
|
$s['thisOnly'] = 'Return the specified build only';
|
||||||
|
$s['help_arch'] = 'Determines the architecture of the searched build.';
|
||||||
|
$s['help_ring'] = 'Configures the channel in which the search will be performed.';
|
||||||
|
$s['help_targetRelease'] = 'Configures the release which the searched update is associated with. This option applies to <i>Beta</i> and <i>Experimental</i> channels only. For others, use <i>Any Release</i> selection.';
|
||||||
|
$s['help_branch'] = 'Configures the reported branch of the operating system used by the seeker.';
|
||||||
|
$s['help_build'] = 'Configures the reported build number of the operating system used by the seeker. Has to be lower or equal to one of the searched update.';
|
||||||
|
$s['help_edition'] = 'Configures the reported operating system edition of the seeker.';
|
||||||
|
$s['help_thisOnly'] = 'Asks the server to return an update with build number equal the the build number of the seeker.';
|
||||||
|
|
||||||
//known.php
|
//known.php
|
||||||
$s['browseKnown'] = 'Browse known builds';
|
$s['browseKnown'] = 'Browse known builds';
|
||||||
@@ -146,7 +155,6 @@ $s['learnMoreAdditionalEditions1'] = 'This option enables automatic creation of
|
|||||||
$s['learnMoreAdditionalEditions2'] = 'The list of additional editions is determined by the selected base editions. Below you can check the list of base editions which are needed to create the desired additional editions:';
|
$s['learnMoreAdditionalEditions2'] = 'The list of additional editions is determined by the selected base editions. Below you can check the list of base editions which are needed to create the desired additional editions:';
|
||||||
$s['learnMoreUpdates1'] = 'Updates will be integrated to the converted image only when the conversion script is run on the following systems:';
|
$s['learnMoreUpdates1'] = 'Updates will be integrated to the converted image only when the conversion script is run on the following systems:';
|
||||||
$s['learnMoreUpdates2'] = 'If you run the conversion script on any other system, the updates will not be integrated to the resulting image.';
|
$s['learnMoreUpdates2'] = 'If you run the conversion script on any other system, the updates will not be integrated to the resulting image.';
|
||||||
$s['systemWithAdk'] = '%s with Windows 10 ADK installed'; //Windows 7 with Windows 10 ADK installed
|
|
||||||
$s['additionalUpdates'] = 'Additional updates';
|
$s['additionalUpdates'] = 'Additional updates';
|
||||||
$s['additionalUpdatesDesc'] = 'This UUP set contains additional updates which will be integrated during the conversion process, significantly increasing the creation time.';
|
$s['additionalUpdatesDesc'] = 'This UUP set contains additional updates which will be integrated during the conversion process, significantly increasing the creation time.';
|
||||||
$s['browseUpdatesList'] = 'Browse the list of updates';
|
$s['browseUpdatesList'] = 'Browse the list of updates';
|
||||||
@@ -159,10 +167,9 @@ $s['convOpt2'] = 'Include updates (Windows converter only)';
|
|||||||
$s['convOpt3'] = 'Run component cleanup (Windows converter only)';
|
$s['convOpt3'] = 'Run component cleanup (Windows converter only)';
|
||||||
$s['convOpt4'] = 'Integrate .NET Framework 3.5 (Windows converter only)';
|
$s['convOpt4'] = 'Integrate .NET Framework 3.5 (Windows converter only)';
|
||||||
$s['startDownload'] = 'Create download package';
|
$s['startDownload'] = 'Create download package';
|
||||||
$s['legalCopeHarder'] = 'By clicking the <i>Create download package</i> button you agree with the following:';
|
$s['legalHeader'] = 'Content Notice';
|
||||||
$s['legalCope1'] = 'Installation images created using the scripts provided by UUP dump are meant only for <b>evaluation purposes</b>';
|
$s['legal1'] = 'You <b>may not use</b> the resulting installation images for any <b>purpose other than evaluation</b>. The images and deployments done with them are <b>not supported</b> in any way by Microsoft Corporation. <b>The authors of the website</b> are not responsible for any misuse of the content provided.';
|
||||||
$s['legalCope2'] = 'The images and their deployments are <b>not supported</b> in any way by Microsoft Corporation';
|
$s['legal2'] = 'By clicking the <i>Create download package</i> button, you confirm that you have read and acknowledged the above.';
|
||||||
$s['legalCope3v2'] = '<b>The authors are not liable for any damages</b> caused by a misuse of the website';
|
|
||||||
$s['win1122h2OrLaterv2'] = 'Windows is required to create the ISO image';
|
$s['win1122h2OrLaterv2'] = 'Windows is required to create the ISO image';
|
||||||
$s['requiresWindows102004v2'] = 'You\'ll need to use a modern version of Windows such as Windows 10, version 2004 or Windows 11 to create an ISO image of this build. Other platforms won\'t work.';
|
$s['requiresWindows102004v2'] = 'You\'ll need to use a modern version of Windows such as Windows 10, version 2004 or Windows 11 to create an ISO image of this build. Other platforms won\'t work.';
|
||||||
|
|
||||||
@@ -273,12 +280,20 @@ $s['lang_zh-hk'] = 'Chinese (Hong Kong)';
|
|||||||
$s['lang_zh-tw'] = 'Chinese (Traditional)';
|
$s['lang_zh-tw'] = 'Chinese (Traditional)';
|
||||||
|
|
||||||
//Channels
|
//Channels
|
||||||
$s['channel_canary'] = 'Canary Channel';
|
$s['channel_canary'] = 'Canary';
|
||||||
$s['channel_skipAhead'] = 'Skip Ahead';
|
$s['channel_skipAhead'] = 'Skip Ahead';
|
||||||
$s['channel_dev'] = 'Dev Channel';
|
$s['channel_dev'] = 'Dev';
|
||||||
$s['channel_beta'] = 'Beta Channel';
|
$s['channel_beta'] = 'Beta';
|
||||||
$s['channel_releasepreview'] = 'Release Preview Channel';
|
$s['channel_releasepreview'] = 'Release Preview';
|
||||||
$s['channel_retail'] = 'Retail';
|
$s['channel_retail'] = 'Retail';
|
||||||
|
$s['channel_experimental'] = 'Experimental';
|
||||||
|
|
||||||
|
//Releases
|
||||||
|
$s['release_any'] = 'Any Release';
|
||||||
|
$s['release_future'] = 'Future Platforms';
|
||||||
|
$s['release_25h2'] = 'Windows 11, version 25H2';
|
||||||
|
$s['release_26h1'] = 'Windows 11, version 26H1';
|
||||||
|
$s['release_26h2'] = 'Windows 11, version 26H2';
|
||||||
|
|
||||||
//Editions
|
//Editions
|
||||||
$s['edition_APP'] = 'Microsoft Store Inbox Apps';
|
$s['edition_APP'] = 'Microsoft Store Inbox Apps';
|
||||||
|
|||||||
+4
-3
@@ -51,6 +51,7 @@ $s['websiteDesc'] = 'Descarga con facilidad archivos UUP desde los servidores de
|
|||||||
$s['notAffiliated'] = 'Este proyecto no está afiliado a Microsoft Corporation. Windows es una marca registrada de Microsoft Corporation.';
|
$s['notAffiliated'] = 'Este proyecto no está afiliado a Microsoft Corporation. Windows es una marca registrada de Microsoft Corporation.';
|
||||||
$s['copyright'] = '© %d %s y colaboradores.'; //© 2019 whatever127 y colaboradores.
|
$s['copyright'] = '© %d %s y colaboradores.'; //© 2019 whatever127 y colaboradores.
|
||||||
$s['selectLanguage'] = 'Por favor, selecciona tu idioma';
|
$s['selectLanguage'] = 'Por favor, selecciona tu idioma';
|
||||||
|
$s['maintenanceNotice'] = 'Mantenimiento programado: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Descarga con facilidad archivos UUP desde los servidores de Windows Update.';
|
$s['slogan'] = 'Descarga con facilidad archivos UUP desde los servidores de Windows Update.';
|
||||||
@@ -61,11 +62,11 @@ $s['tHeadArchitectures'] = 'Arquitecturas';
|
|||||||
$s['latestPublicRelease'] = 'Compilación más reciente de la versión pública';
|
$s['latestPublicRelease'] = 'Compilación más reciente de la versión pública';
|
||||||
$s['latestPublicReleaseSub'] = 'Compilación actualizada más reciente para usuarios normales.';
|
$s['latestPublicReleaseSub'] = 'Compilación actualizada más reciente para usuarios normales.';
|
||||||
$s['latestDevRelease'] = 'Compilación más reciente del Canal de Desarrollador';
|
$s['latestDevRelease'] = 'Compilación más reciente del Canal de Desarrollador';
|
||||||
$s['latestDevReleaseSub'] = 'Compilaciones poco confiables con las funcionalidades más recientes.<br>Ideal para usuarios sumamente técnicos.';
|
$s['latestDevReleaseSub'] = 'Compilaciones poco confiables con las funcionalidades más recientes. Ideal para usuarios sumamente técnicos.';
|
||||||
$s['latestBetaRelease'] = 'Compilación más reciente del Canal Beta';
|
$s['latestBetaRelease'] = 'Compilación más reciente del Canal Beta';
|
||||||
$s['latestBetaReleaseSub'] = 'Compilaciones confiables con la mayoría de las funcionalidades futuras disponibles.<br>Ideal para pioneros.';
|
$s['latestBetaReleaseSub'] = 'Compilaciones confiables con la mayoría de las funcionalidades futuras disponibles. Ideal para pioneros.';
|
||||||
$s['latestRPRelease'] = 'Compilación más reciente de la versión del Release Preview';
|
$s['latestRPRelease'] = 'Compilación más reciente de la versión del Release Preview';
|
||||||
$s['latestRPReleaseSub'] = 'Compilaciones confiables para previsualizar la próxima versión.<br>Ideal para probar versiones futuras.';
|
$s['latestRPReleaseSub'] = 'Compilaciones confiables para previsualizar la próxima versión. Ideal para probar versiones futuras.';
|
||||||
$s['advOptions'] = 'Opciones avanzadas';
|
$s['advOptions'] = 'Opciones avanzadas';
|
||||||
$s['browseBuilds'] = 'Examinar las compilaciones conocidas';
|
$s['browseBuilds'] = 'Examinar las compilaciones conocidas';
|
||||||
$s['browseBuildsSub'] = 'Escoge y descarga una compilación ya conocida.';
|
$s['browseBuildsSub'] = 'Escoge y descarga una compilación ya conocida.';
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ $s['websiteDesc'] = 'Télécharger les fichiers UUP à partir des serveurs Windo
|
|||||||
$s['notAffiliated'] = 'Ce projet n\'est pas affilié à Microsoft Corporation. Windows est une marque déposée de Microsoft Corporation.';
|
$s['notAffiliated'] = 'Ce projet n\'est pas affilié à Microsoft Corporation. Windows est une marque déposée de Microsoft Corporation.';
|
||||||
$s['copyright'] = '© %d %s et contributeurs.'; //© 2019 whatever127 et contributeurs.
|
$s['copyright'] = '© %d %s et contributeurs.'; //© 2019 whatever127 et contributeurs.
|
||||||
$s['selectLanguage'] = 'S\'il vous plaît sélectionnez votre langue';
|
$s['selectLanguage'] = 'S\'il vous plaît sélectionnez votre langue';
|
||||||
|
$s['maintenanceNotice'] = 'Maintenance planifiée : %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Télécharger les fichiers UUP à partir des serveurs Windows Update avec facilité.';
|
$s['slogan'] = 'Télécharger les fichiers UUP à partir des serveurs Windows Update avec facilité.';
|
||||||
|
|||||||
+5
-4
@@ -55,6 +55,7 @@ $s['copyrightNew'] = '© %d UUP dump szerzők és közreműködők.';
|
|||||||
$s['selectLanguage'] = 'Kérjük, válassza ki a nyelvet';
|
$s['selectLanguage'] = 'Kérjük, válassza ki a nyelvet';
|
||||||
$s['uupDumpDesc'] = 'Az "UUP dump lehetővé teszi az Unified Update Platform fájlok, például a Windows Insider frissítések letöltését közvetlenül a Windows Update-ről.';
|
$s['uupDumpDesc'] = 'Az "UUP dump lehetővé teszi az Unified Update Platform fájlok, például a Windows Insider frissítések letöltését közvetlenül a Windows Update-ről.';
|
||||||
$s['uupDumpDescSub'] = '%s az UUP dumpon. Az UUP dump segítségével közvetlenül a Windows Update-ről tölthet le Unified Update Platform fájlokat, például Windows Insider frissítéseket.'; //Select language for Windows 11 Insider Preview 25188.1000 (rs_prerelease) amd64 on UUP dump. Az UUP dump segítségével közvetlenül a Windows Update-ről tölthet le Unified Update Platform fájlokat, például Windows Insider frissítéseket..
|
$s['uupDumpDescSub'] = '%s az UUP dumpon. Az UUP dump segítségével közvetlenül a Windows Update-ről tölthet le Unified Update Platform fájlokat, például Windows Insider frissítéseket.'; //Select language for Windows 11 Insider Preview 25188.1000 (rs_prerelease) amd64 on UUP dump. Az UUP dump segítségével közvetlenül a Windows Update-ről tölthet le Unified Update Platform fájlokat, például Windows Insider frissítéseket..
|
||||||
|
$s['maintenanceNotice'] = 'Tervezett karbantartás: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Töltse le UUP fájlokat a Windows Update kiszolgálókról könnyedén.';
|
$s['slogan'] = 'Töltse le UUP fájlokat a Windows Update kiszolgálókról könnyedén.';
|
||||||
@@ -65,11 +66,11 @@ $s['tHeadArchitectures'] = 'Architektúrák';
|
|||||||
$s['latestPublicRelease'] = 'Legújabb nyilvános kiadás';
|
$s['latestPublicRelease'] = 'Legújabb nyilvános kiadás';
|
||||||
$s['latestPublicReleaseSub'] = 'Legfrissebb frissített kiadás a rendszeres felhasználók számára.';
|
$s['latestPublicReleaseSub'] = 'Legfrissebb frissített kiadás a rendszeres felhasználók számára.';
|
||||||
$s['latestDevRelease'] = 'A fejlesztői csatorna legújabb verziója';
|
$s['latestDevRelease'] = 'A fejlesztői csatorna legújabb verziója';
|
||||||
$s['latestDevReleaseSub'] = 'Kissé megbízhatatlanul kiadások a legújabb funkciókkal.<br>Ideális a magas technikai felkészültségű felhasználók számára.';
|
$s['latestDevReleaseSub'] = 'Kissé megbízhatatlanul kiadások a legújabb funkciókkal. Ideális a magas technikai felkészültségű felhasználók számára.';
|
||||||
$s['latestBetaRelease'] = 'A béta-csatorna legújabb kiadása';
|
$s['latestBetaRelease'] = 'A béta-csatorna legújabb kiadása';
|
||||||
$s['latestBetaReleaseSub'] = 'Megbízható buildek a legtöbb hamarosan elérhető funkcióval.<br>Ideális a korai alkalmazók számára.';
|
$s['latestBetaReleaseSub'] = 'Megbízható buildek a legtöbb hamarosan elérhető funkcióval. Ideális a korai alkalmazók számára.';
|
||||||
$s['latestRPRelease'] = 'Legújabb előnézeti kiadás';
|
$s['latestRPRelease'] = 'Legújabb előnézeti kiadás';
|
||||||
$s['latestRPReleaseSub'] = 'Megbízható buildek a következő kiadás előzetes megtekintéséhez.<br>Ideális a közelgő kiadások kipróbálásához.';
|
$s['latestRPReleaseSub'] = 'Megbízható buildek a következő kiadás előzetes megtekintéséhez. Ideális a közelgő kiadások kipróbálásához.';
|
||||||
$s['advOptions'] = 'Haladó beállítások';
|
$s['advOptions'] = 'Haladó beállítások';
|
||||||
$s['browseBuilds'] = 'Keressen az ismert építmények listájából';
|
$s['browseBuilds'] = 'Keressen az ismert építmények listájából';
|
||||||
$s['browseBuildsSub'] = 'Válasszon egy már ismert kiadást, és töltse le.';
|
$s['browseBuildsSub'] = 'Válasszon egy már ismert kiadást, és töltse le.';
|
||||||
@@ -78,7 +79,7 @@ $s['fetchLatestSub'] = 'A legfrissebb összeállítási információk lekérése
|
|||||||
$s['newlyAdded'] = 'Nemrég hozzáadott összeállítások';
|
$s['newlyAdded'] = 'Nemrég hozzáadott összeállítások';
|
||||||
$s['dateAdded'] = 'Hozzáadás dátuma';
|
$s['dateAdded'] = 'Hozzáadás dátuma';
|
||||||
$s['latestCanaryRelease'] = 'Legújabb Canary Channel build';
|
$s['latestCanaryRelease'] = 'Legújabb Canary Channel build';
|
||||||
$s['latestCanaryReleaseSub'] = 'Kissé instabil buildek a legújabb platformváltozásokkal és korai funkciókkal.<br>Ideális a magasan képzett felhasználók számára.';
|
$s['latestCanaryReleaseSub'] = 'Kissé instabil buildek a legújabb platformváltozásokkal és korai funkciókkal. Ideális a magasan képzett felhasználók számára.';
|
||||||
|
|
||||||
//newbuild.php
|
//newbuild.php
|
||||||
$s['newBuild'] = 'Új build';
|
$s['newBuild'] = 'Új build';
|
||||||
|
|||||||
+4
-3
@@ -52,6 +52,7 @@ $s['websiteDesc'] = 'Scarica facilmente i file UUP dai server Windows Update. Qu
|
|||||||
$s['notAffiliated'] = 'Questo progetto non è affiliato con Microsoft Corporation. Windows è un marchio registrato di Microsoft Corporation.';
|
$s['notAffiliated'] = 'Questo progetto non è affiliato con Microsoft Corporation. Windows è un marchio registrato di Microsoft Corporation.';
|
||||||
$s['copyright'] = '© %d %s e collaboratori.'; //© 2019 whatever127 e collaboratori.
|
$s['copyright'] = '© %d %s e collaboratori.'; //© 2019 whatever127 e collaboratori.
|
||||||
$s['selectLanguage'] = 'Seleziona la tua lingua';
|
$s['selectLanguage'] = 'Seleziona la tua lingua';
|
||||||
|
$s['maintenanceNotice'] = 'Manutenzione programmata: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Scarica facilmente i file UUP dai server Windows Update.';
|
$s['slogan'] = 'Scarica facilmente i file UUP dai server Windows Update.';
|
||||||
@@ -62,11 +63,11 @@ $s['tHeadArchitectures'] = 'Architetture';
|
|||||||
$s['latestPublicRelease'] = 'Ultima build Release Pubblica';
|
$s['latestPublicRelease'] = 'Ultima build Release Pubblica';
|
||||||
$s['latestPublicReleaseSub'] = 'Ultima build aggiornata per utenti regolari.';
|
$s['latestPublicReleaseSub'] = 'Ultima build aggiornata per utenti regolari.';
|
||||||
$s['latestDevRelease'] = 'Ultima build Canale Dev';
|
$s['latestDevRelease'] = 'Ultima build Canale Dev';
|
||||||
$s['latestDevReleaseSub'] = 'Builds piuttosto inaffidabili con le ultime novità.<br>Ideale per utenti particolarmente tecnici.';
|
$s['latestDevReleaseSub'] = 'Builds piuttosto inaffidabili con le ultime novità. Ideale per utenti particolarmente tecnici.';
|
||||||
$s['latestBetaRelease'] = 'Ultima build Canale Beta';
|
$s['latestBetaRelease'] = 'Ultima build Canale Beta';
|
||||||
$s['latestBetaReleaseSub'] = 'Builds affidabili con la maggior parte delle funzionalità imminenti disponibili.<br>Ideale per i primi adottanti.';
|
$s['latestBetaReleaseSub'] = 'Builds affidabili con la maggior parte delle funzionalità imminenti disponibili. Ideale per i primi adottanti.';
|
||||||
$s['latestRPRelease'] = 'Ultima build Anteprima Release';
|
$s['latestRPRelease'] = 'Ultima build Anteprima Release';
|
||||||
$s['latestRPReleaseSub'] = 'Builds affidabili di anteprima del prossimo rilascio.<br>Ideale per provare i rilasci imminenti.';
|
$s['latestRPReleaseSub'] = 'Builds affidabili di anteprima del prossimo rilascio. Ideale per provare i rilasci imminenti.';
|
||||||
$s['advOptions'] = 'Opzioni avanzate';
|
$s['advOptions'] = 'Opzioni avanzate';
|
||||||
$s['browseBuilds'] = 'Sfoglia la lista delle build conosciute';
|
$s['browseBuilds'] = 'Sfoglia la lista delle build conosciute';
|
||||||
$s['browseBuildsSub'] = 'Scegli una build che è già nota nel database locale e scaricala.';
|
$s['browseBuildsSub'] = 'Scegli una build che è già nota nel database locale e scaricala.';
|
||||||
|
|||||||
+5
-4
@@ -57,6 +57,7 @@ $s['themeAuto'] = 'オート';
|
|||||||
$s['themeLight'] = 'ライト';
|
$s['themeLight'] = 'ライト';
|
||||||
$s['themeDark'] = 'ダーク';
|
$s['themeDark'] = 'ダーク';
|
||||||
$s['themeLegacy'] = 'レガシー';
|
$s['themeLegacy'] = 'レガシー';
|
||||||
|
$s['maintenanceNotice'] = 'メンテナンス予定: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Windows Update サーバからUUPファイルを簡単にダウンロードできます。';
|
$s['slogan'] = 'Windows Update サーバからUUPファイルを簡単にダウンロードできます。';
|
||||||
@@ -67,15 +68,15 @@ $s['tHeadArchitectures'] = 'アーキテクチャ';
|
|||||||
$s['latestPublicRelease'] = '最新の公開ビルド';
|
$s['latestPublicRelease'] = '最新の公開ビルド';
|
||||||
$s['latestPublicReleaseSub'] = '一般的なユーザー向けに更新された最新ビルドです。';
|
$s['latestPublicReleaseSub'] = '一般的なユーザー向けに更新された最新ビルドです。';
|
||||||
$s['latestDevRelease'] = '最新のDev チャネル';
|
$s['latestDevRelease'] = '最新のDev チャネル';
|
||||||
$s['latestDevReleaseSub'] = '新しいアイデアやリードタイムの長い機能については、信頼性の低いビルド。<br>非常に専門的なユーザーに最適です。';
|
$s['latestDevReleaseSub'] = '新しいアイデアやリードタイムの長い機能については、信頼性の低いビルド。非常に専門的なユーザーに最適です。';
|
||||||
$s['latestBetaRelease'] = '最新のベータチャネル';
|
$s['latestBetaRelease'] = '最新のベータチャネル';
|
||||||
$s['latestBetaReleaseSub'] = '今後提供されるほとんどの機能を備えたDev チャネルより信頼性の高いビルド。<br>早期導入者に最適です。';
|
$s['latestBetaReleaseSub'] = '今後提供されるほとんどの機能を備えたDev チャネルより信頼性の高いビルド。早期導入者に最適です。';
|
||||||
$s['latestRPRelease'] = '最新のリリースプレビューチャネル';
|
$s['latestRPRelease'] = '最新のリリースプレビューチャネル';
|
||||||
$s['latestRPReleaseSub'] = '次のリリースをプレビューするための信頼性の高いビルド。<br>今後のリリースを試すのに最適です。';
|
$s['latestRPReleaseSub'] = '次のリリースをプレビューするための信頼性の高いビルド。今後のリリースを試すのに最適です。';
|
||||||
$s['newlyAdded'] = '最近追加されたビルド';
|
$s['newlyAdded'] = '最近追加されたビルド';
|
||||||
$s['dateAdded'] = '追加された日付';
|
$s['dateAdded'] = '追加された日付';
|
||||||
$s['latestCanaryRelease'] = '最新のCanary チャネル';
|
$s['latestCanaryRelease'] = '最新のCanary チャネル';
|
||||||
$s['latestCanaryReleaseSub'] = '最新のプラットフォームの変更と初期の機能を含む、不安定なビルド。<br>上級ユーザーに最適です。';
|
$s['latestCanaryReleaseSub'] = '最新のプラットフォームの変更と初期の機能を含む、不安定なビルド。上級ユーザーに最適です。';
|
||||||
$s['checkOutAddANewBuild'] = '目的のオプションがない場合は、<i><a href="newbuild.php">新しいビルドを追加</a></i>ページをご覧ください。';
|
$s['checkOutAddANewBuild'] = '目的のオプションがない場合は、<i><a href="newbuild.php">新しいビルドを追加</a></i>ページをご覧ください。';
|
||||||
|
|
||||||
//newbuild.php
|
//newbuild.php
|
||||||
|
|||||||
+5
-4
@@ -50,6 +50,7 @@ $s['websiteDesc'] = 'Windows Update 서버에서 UUP 파일을 쉽게 다운로
|
|||||||
$s['notAffiliated'] = '이 프로젝트는 Microsoft Corporation과 관련이 없습니다. Windows는 Microsoft Corporation의 등록 상표 입니다.';
|
$s['notAffiliated'] = '이 프로젝트는 Microsoft Corporation과 관련이 없습니다. Windows는 Microsoft Corporation의 등록 상표 입니다.';
|
||||||
$s['copyright'] = '© %d %s와 기여자.'; //© 2019 whatever127 and contributors.
|
$s['copyright'] = '© %d %s와 기여자.'; //© 2019 whatever127 and contributors.
|
||||||
$s['selectLanguage'] = '언어를 선택 해 주십시오';
|
$s['selectLanguage'] = '언어를 선택 해 주십시오';
|
||||||
|
$s['maintenanceNotice'] = '예정된 유지 관리: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Windows Update 서버에서 UUP 파일을 쉽게 다운로드 할 수 있습니다.';
|
$s['slogan'] = 'Windows Update 서버에서 UUP 파일을 쉽게 다운로드 할 수 있습니다.';
|
||||||
@@ -58,13 +59,13 @@ $s['tHeadReleaseType'] = '출시 타입';
|
|||||||
$s['tHeadDescription'] = '설명';
|
$s['tHeadDescription'] = '설명';
|
||||||
$s['tHeadArchitectures'] = '아키텍처';
|
$s['tHeadArchitectures'] = '아키텍처';
|
||||||
$s['latestPublicRelease'] = '최근 공식 출시 빌드';
|
$s['latestPublicRelease'] = '최근 공식 출시 빌드';
|
||||||
$s['latestPublicReleaseSub'] = '일반 사용자 용 최근 업데이트 빌드';
|
$s['latestPublicReleaseSub'] = '일반 사용자 용 최근 업데이트 빌드.';
|
||||||
$s['latestDevRelease'] = '최근 개발 채널 빌드';
|
$s['latestDevRelease'] = '최근 개발 채널 빌드';
|
||||||
$s['latestDevReleaseSub'] = '최신 기능을 포함하는 다소 불안정한 빌드<br>고도로 기술적인 사용자 용';
|
$s['latestDevReleaseSub'] = '최신 기능을 포함하는 다소 불안정한 빌드. 고도로 기술적인 사용자 용.';
|
||||||
$s['latestBetaRelease'] = '최근 베타 채널 빌드';
|
$s['latestBetaRelease'] = '최근 베타 채널 빌드';
|
||||||
$s['latestBetaReleaseSub'] = '최신 기능을 포함하는 안정적인 빌드<br>얼리 어답터 용';
|
$s['latestBetaReleaseSub'] = '최신 기능을 포함하는 안정적인 빌드. 얼리 어답터 용.';
|
||||||
$s['latestRPRelease'] = '최신 릴리스 미리 보기';
|
$s['latestRPRelease'] = '최신 릴리스 미리 보기';
|
||||||
$s['latestRPReleaseSub'] = '다음 릴리스를 미리 볼 수 있는 안정적인 빌드<br>다음 릴리스를 시험 해 보는 데 적합';
|
$s['latestRPReleaseSub'] = '다음 릴리스를 미리 볼 수 있는 안정적인 빌드. 다음 릴리스를 시험 해 보는 데 적합.';
|
||||||
$s['advOptions'] = '고급 옵션';
|
$s['advOptions'] = '고급 옵션';
|
||||||
$s['browseBuilds'] = '알려진 빌드 찾아보기';
|
$s['browseBuilds'] = '알려진 빌드 찾아보기';
|
||||||
$s['browseBuildsSub'] = '이미 발견 된 빌드를 선택하고 다운로드 하십시오.';
|
$s['browseBuildsSub'] = '이미 발견 된 빌드를 선택하고 다운로드 하십시오.';
|
||||||
|
|||||||
+4
-3
@@ -50,6 +50,7 @@ $s['websiteDesc'] = 'Download makkelijk UUP bestanden, direct van de Windows upd
|
|||||||
$s['notAffiliated'] = 'Dit project is niet gelieerd aan Microsoft. Windows is een geregistreerd handelsmerk van Microsoft.';
|
$s['notAffiliated'] = 'Dit project is niet gelieerd aan Microsoft. Windows is een geregistreerd handelsmerk van Microsoft.';
|
||||||
$s['copyright'] = '© %d %s en bijdragers.'; //© 2019 whatever127 en bijdragers.
|
$s['copyright'] = '© %d %s en bijdragers.'; //© 2019 whatever127 en bijdragers.
|
||||||
$s['selectLanguage'] = 'Selecteer de gewenste taal';
|
$s['selectLanguage'] = 'Selecteer de gewenste taal';
|
||||||
|
$s['maintenanceNotice'] = 'Gepland onderhoud: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Download makkelijk UUP bestanden, direct van de Windows update servers.';
|
$s['slogan'] = 'Download makkelijk UUP bestanden, direct van de Windows update servers.';
|
||||||
@@ -60,11 +61,11 @@ $s['tHeadArchitectures'] = 'Architecturen';
|
|||||||
$s['latestPublicRelease'] = 'Laatste Publieke Release build';
|
$s['latestPublicRelease'] = 'Laatste Publieke Release build';
|
||||||
$s['latestPublicReleaseSub'] = 'Meest recente uptodate builds voor reguliere gebruikers.';
|
$s['latestPublicReleaseSub'] = 'Meest recente uptodate builds voor reguliere gebruikers.';
|
||||||
$s['latestDevRelease'] = 'Laatste Dev Channel build';
|
$s['latestDevRelease'] = 'Laatste Dev Channel build';
|
||||||
$s['latestDevReleaseSub'] = 'Enigszins onbetrouwbare builds met de nieuwste functies.<br>Ideaal voor zeer technische gebruikers.';
|
$s['latestDevReleaseSub'] = 'Enigszins onbetrouwbare builds met de nieuwste functies. Ideaal voor zeer technische gebruikers.';
|
||||||
$s['latestBetaRelease'] = 'Laatste Beta Channel build';
|
$s['latestBetaRelease'] = 'Laatste Beta Channel build';
|
||||||
$s['latestBetaReleaseSub'] = 'Betrouwbare builds met de meeste aankomende functies die beschikbaar zijn.<br>Ideaal voor vroege gebruikers.';
|
$s['latestBetaReleaseSub'] = 'Betrouwbare builds met de meeste aankomende functies die beschikbaar zijn. Ideaal voor vroege gebruikers.';
|
||||||
$s['latestRPRelease'] = 'Laatste Release Preview build';
|
$s['latestRPRelease'] = 'Laatste Release Preview build';
|
||||||
$s['latestRPReleaseSub'] = 'Betrouwbare builds voor previewing de volgende release.<br>Ideaal om de volgende release the testen.';
|
$s['latestRPReleaseSub'] = 'Betrouwbare builds voor previewing de volgende release. Ideaal om de volgende release the testen.';
|
||||||
$s['advOptions'] = 'Geavanceerde Opties';
|
$s['advOptions'] = 'Geavanceerde Opties';
|
||||||
$s['browseBuilds'] = 'Blader door de volledige versie lijst.';
|
$s['browseBuilds'] = 'Blader door de volledige versie lijst.';
|
||||||
$s['browseBuildsSub'] = 'Selecteer een versie, die al in de lokale database aanwezig is, en download de geselecteerde versie.';
|
$s['browseBuildsSub'] = 'Selecteer een versie, die al in de lokale database aanwezig is, en download de geselecteerde versie.';
|
||||||
|
|||||||
+5
-4
@@ -57,6 +57,7 @@ $s['themeAuto'] = 'Automatyczny';
|
|||||||
$s['themeLight'] = 'Jasny';
|
$s['themeLight'] = 'Jasny';
|
||||||
$s['themeDark'] = 'Ciemny';
|
$s['themeDark'] = 'Ciemny';
|
||||||
$s['themeLegacy'] = 'Starszy';
|
$s['themeLegacy'] = 'Starszy';
|
||||||
|
$s['maintenanceNotice'] = 'Planowana konserwacja: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Pobieraj pliki UUP z serwerów Windows Update z łatwością.';
|
$s['slogan'] = 'Pobieraj pliki UUP z serwerów Windows Update z łatwością.';
|
||||||
@@ -67,15 +68,15 @@ $s['tHeadArchitectures'] = 'Architektury';
|
|||||||
$s['latestPublicRelease'] = 'Najnowsza publicznie wydana kompilacja';
|
$s['latestPublicRelease'] = 'Najnowsza publicznie wydana kompilacja';
|
||||||
$s['latestPublicReleaseSub'] = 'Najnowsza kompilacja dla zwykłych użytkowników.';
|
$s['latestPublicReleaseSub'] = 'Najnowsza kompilacja dla zwykłych użytkowników.';
|
||||||
$s['latestDevRelease'] = 'Najnowsza kompilacja kanału deweloperów';
|
$s['latestDevRelease'] = 'Najnowsza kompilacja kanału deweloperów';
|
||||||
$s['latestDevReleaseSub'] = 'Poniekąd niepewne kompilacje zawierające z dużym wyprzedzeniem nowe funkcje oraz nowe pomysły.<br>Idealne dla entuzjastów.';
|
$s['latestDevReleaseSub'] = 'Poniekąd niepewne kompilacje zawierające z dużym wyprzedzeniem nowe funkcje oraz nowe pomysły. Idealne dla entuzjastów.';
|
||||||
$s['latestBetaRelease'] = 'Najnowsza kompilacja kanału beta';
|
$s['latestBetaRelease'] = 'Najnowsza kompilacja kanału beta';
|
||||||
$s['latestBetaReleaseSub'] = 'Pewne kompilacje z większością nowych funkcji.<br>Idealne dla wczesnych adaptacji.';
|
$s['latestBetaReleaseSub'] = 'Pewne kompilacje z większością nowych funkcji. Idealne dla wczesnych adaptacji.';
|
||||||
$s['latestRPRelease'] = 'Najnowsza kompilacja zapoznawcza';
|
$s['latestRPRelease'] = 'Najnowsza kompilacja zapoznawcza';
|
||||||
$s['latestRPReleaseSub'] = 'Pewne kompilacje z podglądami następnego wydania.<br>Idealne do spróbowania nadchodzących wydań.';
|
$s['latestRPReleaseSub'] = 'Pewne kompilacje z podglądami następnego wydania. Idealne do spróbowania nadchodzących wydań.';
|
||||||
$s['newlyAdded'] = 'Ostatnio dodane kompilacje';
|
$s['newlyAdded'] = 'Ostatnio dodane kompilacje';
|
||||||
$s['dateAdded'] = 'Data dodania';
|
$s['dateAdded'] = 'Data dodania';
|
||||||
$s['latestCanaryRelease'] = 'Najnowsza kompilacja kanału Canary';
|
$s['latestCanaryRelease'] = 'Najnowsza kompilacja kanału Canary';
|
||||||
$s['latestCanaryReleaseSub'] = 'Poniekąd niestabilne kompilacje z najnowszymi zmianami platformy i wczesnymi funkcjami.<br>Idealne dla wysoce kompetentnych technicznie użytkowników.';
|
$s['latestCanaryReleaseSub'] = 'Poniekąd niestabilne kompilacje z najnowszymi zmianami platformy i wczesnymi funkcjami. Idealne dla wysoce kompetentnych technicznie użytkowników.';
|
||||||
$s['checkOutAddANewBuild'] = 'Brakuje interesującej Cię opcji? Sprawdź stronę <i><a href="newbuild.php">Dodaj nową kompilację</a></i>.';
|
$s['checkOutAddANewBuild'] = 'Brakuje interesującej Cię opcji? Sprawdź stronę <i><a href="newbuild.php">Dodaj nową kompilację</a></i>.';
|
||||||
|
|
||||||
//newbuild.php
|
//newbuild.php
|
||||||
|
|||||||
+5
-4
@@ -58,6 +58,7 @@ $s['themeAuto'] = 'Automático';
|
|||||||
$s['themeLight'] = 'Modo Claro';
|
$s['themeLight'] = 'Modo Claro';
|
||||||
$s['themeDark'] = 'Modo Escuro';
|
$s['themeDark'] = 'Modo Escuro';
|
||||||
$s['themeLegacy'] = 'Modo Tradicional';
|
$s['themeLegacy'] = 'Modo Tradicional';
|
||||||
|
$s['maintenanceNotice'] = 'Manutenção programada: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Faça o download de arquivos UUP dos servidores do Windows Update com facilidade.';
|
$s['slogan'] = 'Faça o download de arquivos UUP dos servidores do Windows Update com facilidade.';
|
||||||
@@ -68,15 +69,15 @@ $s['tHeadArchitectures'] = 'Arquitetura';
|
|||||||
$s['latestPublicRelease'] = 'Recente Compilação de Lançamento Público';
|
$s['latestPublicRelease'] = 'Recente Compilação de Lançamento Público';
|
||||||
$s['latestPublicReleaseSub'] = 'Última Compilação Atualizada para usuários regulares.';
|
$s['latestPublicReleaseSub'] = 'Última Compilação Atualizada para usuários regulares.';
|
||||||
$s['latestDevRelease'] = 'Recente Compilação do Canal de Desenvolvimento';
|
$s['latestDevRelease'] = 'Recente Compilação do Canal de Desenvolvimento';
|
||||||
$s['latestDevReleaseSub'] = 'Compilações pouco confiáveis com os recursos mais recentes.<br>Ideal para usuários altamente técnicos.';
|
$s['latestDevReleaseSub'] = 'Compilações pouco confiáveis com os recursos mais recentes. Ideal para usuários altamente técnicos.';
|
||||||
$s['latestBetaRelease'] = 'Recente Compilação do Canal Beta';
|
$s['latestBetaRelease'] = 'Recente Compilação do Canal Beta';
|
||||||
$s['latestBetaReleaseSub'] = 'Compilações confiáveis com a maioria dos recursos futuros disponíveis.<br>Ideal para os usuários iniciantes.';
|
$s['latestBetaReleaseSub'] = 'Compilações confiáveis com a maioria dos recursos futuros disponíveis. Ideal para os usuários iniciantes.';
|
||||||
$s['latestRPRelease'] = 'Recente Compilação de Prévias de Lançamento';
|
$s['latestRPRelease'] = 'Recente Compilação de Prévias de Lançamento';
|
||||||
$s['latestRPReleaseSub'] = 'Compilações confiáveis para ter um vislumbre do próximo lançamento.<br>Ideal para experimentar os próximos lançamentos.';
|
$s['latestRPReleaseSub'] = 'Compilações confiáveis para ter um vislumbre do próximo lançamento. Ideal para experimentar os próximos lançamentos.';
|
||||||
$s['newlyAdded'] = 'Novas compilações adicionadas';
|
$s['newlyAdded'] = 'Novas compilações adicionadas';
|
||||||
$s['dateAdded'] = 'Adicionada em';
|
$s['dateAdded'] = 'Adicionada em';
|
||||||
$s['latestCanaryRelease'] = 'Canal Canário - compilações mais recente';
|
$s['latestCanaryRelease'] = 'Canal Canário - compilações mais recente';
|
||||||
$s['latestCanaryReleaseSub'] = 'Compilações um pouco instáveis, com as últimas mudanças de plataforma e recursos em fases iniciais de desenvolvimento.<br>Ideal para usuários altamente técnicos.';
|
$s['latestCanaryReleaseSub'] = 'Compilações um pouco instáveis, com as últimas mudanças de plataforma e recursos em fases iniciais de desenvolvimento. Ideal para usuários altamente técnicos.';
|
||||||
$s['checkOutAddANewBuild'] = 'Não encontrou a opção desejada? Confira a página <i><a href="newbuild.php">Adicionar uma nova compilação</a></i>.';
|
$s['checkOutAddANewBuild'] = 'Não encontrou a opção desejada? Confira a página <i><a href="newbuild.php">Adicionar uma nova compilação</a></i>.';
|
||||||
|
|
||||||
//newbuild.php
|
//newbuild.php
|
||||||
|
|||||||
+5
-4
@@ -57,6 +57,7 @@ $s['themeAuto'] = 'Automático';
|
|||||||
$s['themeLight'] = 'Modo Claro';
|
$s['themeLight'] = 'Modo Claro';
|
||||||
$s['themeDark'] = 'Modo Escuro';
|
$s['themeDark'] = 'Modo Escuro';
|
||||||
$s['themeLegacy'] = 'Modo Tradicional';
|
$s['themeLegacy'] = 'Modo Tradicional';
|
||||||
|
$s['maintenanceNotice'] = 'Manutenção programada: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Faça o download de arquivos UUP dos servidores do Windows Update com facilidade.';
|
$s['slogan'] = 'Faça o download de arquivos UUP dos servidores do Windows Update com facilidade.';
|
||||||
@@ -67,15 +68,15 @@ $s['tHeadArchitectures'] = 'Arquitetura';
|
|||||||
$s['latestPublicRelease'] = 'Recente Compilação de Lançamento Público';
|
$s['latestPublicRelease'] = 'Recente Compilação de Lançamento Público';
|
||||||
$s['latestPublicReleaseSub'] = 'Última Compilação Atualizada para usuários regulares.';
|
$s['latestPublicReleaseSub'] = 'Última Compilação Atualizada para usuários regulares.';
|
||||||
$s['latestDevRelease'] = 'Recente Compilação do Canal de Desenvolvimento';
|
$s['latestDevRelease'] = 'Recente Compilação do Canal de Desenvolvimento';
|
||||||
$s['latestDevReleaseSub'] = 'Compilações pouco confiáveis com os recursos mais recentes.<br>Ideal para usuários altamente técnicos.';
|
$s['latestDevReleaseSub'] = 'Compilações pouco confiáveis com os recursos mais recentes. Ideal para usuários altamente técnicos.';
|
||||||
$s['latestBetaRelease'] = 'Recente Compilação do Canal Beta';
|
$s['latestBetaRelease'] = 'Recente Compilação do Canal Beta';
|
||||||
$s['latestBetaReleaseSub'] = 'Compilações confiáveis com a maioria dos recursos futuros disponíveis.<br>Ideal para os usuários iniciantes.';
|
$s['latestBetaReleaseSub'] = 'Compilações confiáveis com a maioria dos recursos futuros disponíveis. Ideal para os usuários iniciantes.';
|
||||||
$s['latestRPRelease'] = 'Recente Compilação de Prévias de Lançamento';
|
$s['latestRPRelease'] = 'Recente Compilação de Prévias de Lançamento';
|
||||||
$s['latestRPReleaseSub'] = 'Compilações confiáveis para ter um vislumbre do próximo lançamento.<br>Ideal para experimentar os próximos lançamentos.';
|
$s['latestRPReleaseSub'] = 'Compilações confiáveis para ter um vislumbre do próximo lançamento. Ideal para experimentar os próximos lançamentos.';
|
||||||
$s['newlyAdded'] = 'Novas compilações adicionadas';
|
$s['newlyAdded'] = 'Novas compilações adicionadas';
|
||||||
$s['dateAdded'] = 'Adicionada em';
|
$s['dateAdded'] = 'Adicionada em';
|
||||||
$s['latestCanaryRelease'] = 'Canal Canário - compilações mais recente';
|
$s['latestCanaryRelease'] = 'Canal Canário - compilações mais recente';
|
||||||
$s['latestCanaryReleaseSub'] = 'Compilações um pouco instáveis, com as últimas mudanças de plataforma e recursos em fases iniciais de desenvolvimento.<br>Ideal para usuários altamente técnicos.';
|
$s['latestCanaryReleaseSub'] = 'Compilações um pouco instáveis, com as últimas mudanças de plataforma e recursos em fases iniciais de desenvolvimento. Ideal para usuários altamente técnicos.';
|
||||||
$s['checkOutAddANewBuild'] = 'Não encontrou a opção desejada? Confira a página <i><a href="newbuild.php">Adicionar uma nova compilação</a></i>.';
|
$s['checkOutAddANewBuild'] = 'Não encontrou a opção desejada? Confira a página <i><a href="newbuild.php">Adicionar uma nova compilação</a></i>.';
|
||||||
|
|
||||||
//newbuild.php
|
//newbuild.php
|
||||||
|
|||||||
+4
-3
@@ -51,6 +51,7 @@ $s['websiteDesc'] = 'Descărcați fișiere UUP cu ușurință de la serverele Wi
|
|||||||
$s['notAffiliated'] = 'Acest proiect nu este afiliat cu Microsoft Corporation. Windows este marcă înregistrată a Microsoft Corporation.';
|
$s['notAffiliated'] = 'Acest proiect nu este afiliat cu Microsoft Corporation. Windows este marcă înregistrată a Microsoft Corporation.';
|
||||||
$s['copyright'] = '© %d %s și contribuitorii.'; //© 2019 whatever127 și contribuitorii.
|
$s['copyright'] = '© %d %s și contribuitorii.'; //© 2019 whatever127 și contribuitorii.
|
||||||
$s['selectLanguage'] = 'Alegeți limba dorită';
|
$s['selectLanguage'] = 'Alegeți limba dorită';
|
||||||
|
$s['maintenanceNotice'] = 'Mentenanță planificată: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'Descărcați fișiere UUP cu ușurință de la serverele Windows Update.';
|
$s['slogan'] = 'Descărcați fișiere UUP cu ușurință de la serverele Windows Update.';
|
||||||
@@ -61,11 +62,11 @@ $s['tHeadArchitectures'] = 'Arhitectură';
|
|||||||
$s['latestPublicRelease'] = 'Ultima compilare lansată public';
|
$s['latestPublicRelease'] = 'Ultima compilare lansată public';
|
||||||
$s['latestPublicReleaseSub'] = 'Compilare actualizată recent pentru utilizatori obișnuiți.';
|
$s['latestPublicReleaseSub'] = 'Compilare actualizată recent pentru utilizatori obișnuiți.';
|
||||||
$s['latestDevRelease'] = 'Ultima compilare Dev Channel';
|
$s['latestDevRelease'] = 'Ultima compilare Dev Channel';
|
||||||
$s['latestDevReleaseSub'] = 'Compilări oarecum nesigure cu caracteristici recente.<br>Ideal pentru utilizatori foarte tehnici.';
|
$s['latestDevReleaseSub'] = 'Compilări oarecum nesigure cu caracteristici recente. Ideal pentru utilizatori foarte tehnici.';
|
||||||
$s['latestBetaRelease'] = 'Ultima compilare Beta Channel';
|
$s['latestBetaRelease'] = 'Ultima compilare Beta Channel';
|
||||||
$s['latestBetaReleaseSub'] = 'Compilări de încredere cu mai multe caracteristici disponibile în curând.<br>Ideal pentru adoptatori timpurii.';
|
$s['latestBetaReleaseSub'] = 'Compilări de încredere cu mai multe caracteristici disponibile în curând. Ideal pentru adoptatori timpurii.';
|
||||||
$s['latestRPRelease'] = 'Ultima compilare Release Preview';
|
$s['latestRPRelease'] = 'Ultima compilare Release Preview';
|
||||||
$s['latestRPReleaseSub'] = 'Compilări de încredere pentru previzualizarea următoarei lansări.<br>Ideal pentru a încerca lansările ce vor fi disponibile în curând.';
|
$s['latestRPReleaseSub'] = 'Compilări de încredere pentru previzualizarea următoarei lansări. Ideal pentru a încerca lansările ce vor fi disponibile în curând.';
|
||||||
$s['advOptions'] = 'Opțiuni avansate';
|
$s['advOptions'] = 'Opțiuni avansate';
|
||||||
$s['browseBuilds'] = 'Răsfoiți compilările cunoscute';
|
$s['browseBuilds'] = 'Răsfoiți compilările cunoscute';
|
||||||
$s['browseBuildsSub'] = 'Alegeți o compilare deja descoperită și descărcați.';
|
$s['browseBuildsSub'] = 'Alegeți o compilare deja descoperită și descărcați.';
|
||||||
|
|||||||
+4
-3
@@ -55,6 +55,7 @@ $s['copyrightNew'] = '© %d авторы и соавторы UUP dump.';
|
|||||||
$s['selectLanguage'] = 'Выберите желаемый язык';
|
$s['selectLanguage'] = 'Выберите желаемый язык';
|
||||||
$s['uupDumpDesc'] = 'UUP dump позволяет скачивать файлы платформы унифицированных обновлений, например обновления Windows Insider, непосредственно из Центра обновления Windows.';
|
$s['uupDumpDesc'] = 'UUP dump позволяет скачивать файлы платформы унифицированных обновлений, например обновления Windows Insider, непосредственно из Центра обновления Windows.';
|
||||||
$s['uupDumpDescSub'] = '%s на UUP dump. UUP dump позволяет скачивать файлы платформы унифицированных обновлений, например обновления Windows Insider, непосредственно из Центра обновления Windows.'; //Select language for Windows 11 Insider Preview 25188.1000 (rs_prerelease) amd64 on UUP dump. UUP dump lets you download Unified Update Platform files, like Windows Insider updates, directly from Windows Update.
|
$s['uupDumpDescSub'] = '%s на UUP dump. UUP dump позволяет скачивать файлы платформы унифицированных обновлений, например обновления Windows Insider, непосредственно из Центра обновления Windows.'; //Select language for Windows 11 Insider Preview 25188.1000 (rs_prerelease) amd64 on UUP dump. UUP dump lets you download Unified Update Platform files, like Windows Insider updates, directly from Windows Update.
|
||||||
|
$s['maintenanceNotice'] = 'Плановое обслуживание: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'С лёгкостью скачивайте UUP-файлы с серверов обновления Windows.';
|
$s['slogan'] = 'С лёгкостью скачивайте UUP-файлы с серверов обновления Windows.';
|
||||||
@@ -65,11 +66,11 @@ $s['tHeadArchitectures'] = 'Архитектуры';
|
|||||||
$s['latestPublicRelease'] = 'Последняя сборка публичного выпуска';
|
$s['latestPublicRelease'] = 'Последняя сборка публичного выпуска';
|
||||||
$s['latestPublicReleaseSub'] = 'Последняя обновлённая сборка для обычных пользователей.';
|
$s['latestPublicReleaseSub'] = 'Последняя обновлённая сборка для обычных пользователей.';
|
||||||
$s['latestDevRelease'] = 'Последняя сборка канала разработчика';
|
$s['latestDevRelease'] = 'Последняя сборка канала разработчика';
|
||||||
$s['latestDevReleaseSub'] = 'Несколько ненадёжные сборки с новейшими функциями.<br>Идеально подходит для высокотехничных пользователей.';
|
$s['latestDevReleaseSub'] = 'Несколько ненадёжные сборки с новейшими функциями. Идеально подходит для высокотехничных пользователей.';
|
||||||
$s['latestBetaRelease'] = 'Последняя сборка бета-канала';
|
$s['latestBetaRelease'] = 'Последняя сборка бета-канала';
|
||||||
$s['latestBetaReleaseSub'] = 'Надёжные сборки с большинством новых функций.<br>Идеально подходит для ранних последователей.';
|
$s['latestBetaReleaseSub'] = 'Надёжные сборки с большинством новых функций. Идеально подходит для ранних последователей.';
|
||||||
$s['latestRPRelease'] = 'Последняя сборка предварительного выпуска';
|
$s['latestRPRelease'] = 'Последняя сборка предварительного выпуска';
|
||||||
$s['latestRPReleaseSub'] = 'Надёжные сборки для предпросмотра следующего выпуска.<br>Идеально подходит для опробования предстоящих релизов.';
|
$s['latestRPReleaseSub'] = 'Надёжные сборки для предпросмотра следующего выпуска. Идеально подходит для опробования предстоящих релизов.';
|
||||||
$s['advOptions'] = 'Дополнительные параметры';
|
$s['advOptions'] = 'Дополнительные параметры';
|
||||||
$s['browseBuilds'] = 'Посмотреть известные сбороки';
|
$s['browseBuilds'] = 'Посмотреть известные сбороки';
|
||||||
$s['browseBuildsSub'] = 'Выберите уже обнаруженную сборку и скачайте её.';
|
$s['browseBuildsSub'] = 'Выберите уже обнаруженную сборку и скачайте её.';
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ $s['websiteDesc'] = 'UUP dosyalarını Windows Update sunucularından kolaylıkl
|
|||||||
$s['notAffiliated'] = 'Bu proje Microsoft Corporation ile ilişkili değildir. Windows, Microsoft Corporation\'ın tescilli ticari markasıdır.';
|
$s['notAffiliated'] = 'Bu proje Microsoft Corporation ile ilişkili değildir. Windows, Microsoft Corporation\'ın tescilli ticari markasıdır.';
|
||||||
$s['copyright'] = '© %d %s ve katkıda bulunanlar.'; //© 2019 whatever127 and contributors.
|
$s['copyright'] = '© %d %s ve katkıda bulunanlar.'; //© 2019 whatever127 and contributors.
|
||||||
$s['selectLanguage'] = 'Lütfen dilinizi seçin';
|
$s['selectLanguage'] = 'Lütfen dilinizi seçin';
|
||||||
|
$s['maintenanceNotice'] = 'Planlı bakım: %1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = 'UUP dosyalarını Windows Update sunucularından kolaylıkla indirin.';
|
$s['slogan'] = 'UUP dosyalarını Windows Update sunucularından kolaylıkla indirin.';
|
||||||
|
|||||||
+10
-9
@@ -57,6 +57,7 @@ $s['themeAuto'] = '自动选择';
|
|||||||
$s['themeLight'] = '浅色模式主题';
|
$s['themeLight'] = '浅色模式主题';
|
||||||
$s['themeDark'] = '深色模式主题';
|
$s['themeDark'] = '深色模式主题';
|
||||||
$s['themeLegacy'] = '旧版主题';
|
$s['themeLegacy'] = '旧版主题';
|
||||||
|
$s['maintenanceNotice'] = '计划维护:%1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = '轻松地从 Windows 更新服务器下载 UUP 文件。';
|
$s['slogan'] = '轻松地从 Windows 更新服务器下载 UUP 文件。';
|
||||||
@@ -66,17 +67,17 @@ $s['tHeadDescription'] = '描述';
|
|||||||
$s['tHeadArchitectures'] = '体系结构';
|
$s['tHeadArchitectures'] = '体系结构';
|
||||||
$s['latestPublicRelease'] = '公开发布的最新内部版本';
|
$s['latestPublicRelease'] = '公开发布的最新内部版本';
|
||||||
$s['latestPublicReleaseSub'] = '面向普通用户的最新更新版本。';
|
$s['latestPublicReleaseSub'] = '面向普通用户的最新更新版本。';
|
||||||
$s['latestDevRelease'] = '最新 Dev 渠道版本';
|
$s['latestDevRelease'] = '最新 Dev 渠道内部版本';
|
||||||
$s['latestDevReleaseSub'] = '具有新想法和长期领先功能的内部版本,运行有些不可靠。<br>它是面向爱好者的理想之选。';
|
$s['latestDevReleaseSub'] = '包括新想法和长期领先功能的内部版本,运行有些不可靠。它是面向爱好者的理想之选。';
|
||||||
$s['latestBetaRelease'] = '最新 Beta 渠道版本';
|
$s['latestBetaRelease'] = '最新 Beta 渠道内部版本';
|
||||||
$s['latestBetaReleaseSub'] = '具有大多数即将推出的功能的可靠版本。<br>它是早期采用者的理想选择。';
|
$s['latestBetaReleaseSub'] = '包括大多数即将推出的功能的可靠版本。它是早期采用者的理想选择。';
|
||||||
$s['latestRPRelease'] = '最新 Release Preview 渠道版本';
|
$s['latestRPRelease'] = '最新 Release Preview 渠道内部版本';
|
||||||
$s['latestRPReleaseSub'] = '预览下一个发行版本,拥有更好的可靠性。<br>它是试用即将发布版本的理想选择。';
|
$s['latestRPReleaseSub'] = '预览下一个发行版本,拥有更好的可靠性。它是试用即将发布版本的理想选择。';
|
||||||
$s['newlyAdded'] = '最近添加的内部版本';
|
$s['newlyAdded'] = '最近添加的内部版本';
|
||||||
$s['dateAdded'] = '添加日期';
|
$s['dateAdded'] = '添加日期';
|
||||||
$s['latestCanaryRelease'] = '最新 Canary 渠道版本';
|
$s['latestCanaryRelease'] = '最新 Canary 渠道内部版本';
|
||||||
$s['latestCanaryReleaseSub'] = '具有最新平台更改和早期功能的内部版本,运行有些不稳定。<br>非常适合高度技术性用户。';
|
$s['latestCanaryReleaseSub'] = '包括最新平台更改和早期功能的内部版本,运行有些不稳定。非常适合高度技术性用户。';
|
||||||
$s['checkOutAddANewBuild'] = '没有找到所需的选项?请查看<i><a href="newbuild.php">添加新内部版本</a></i>页面。';
|
$s['checkOutAddANewBuild'] = '没有找到所需的选项吗?请转到<i><a href="newbuild.php">添加新内部版本</a></i>页面。';
|
||||||
|
|
||||||
//newbuild.php
|
//newbuild.php
|
||||||
$s['addNewBuild'] = '添加新内部版本';
|
$s['addNewBuild'] = '添加新内部版本';
|
||||||
|
|||||||
+5
-4
@@ -57,6 +57,7 @@ $s['themeAuto'] = '自動';
|
|||||||
$s['themeLight'] = '亮色模式';
|
$s['themeLight'] = '亮色模式';
|
||||||
$s['themeDark'] = '暗色模式';
|
$s['themeDark'] = '暗色模式';
|
||||||
$s['themeLegacy'] = '傳統模式';
|
$s['themeLegacy'] = '傳統模式';
|
||||||
|
$s['maintenanceNotice'] = '計劃維護:%1$s – %2$s'; //Planned maintenance: Sep 9, 2026, 8:00 PM – Sep 10, 2026, 12:00 AM
|
||||||
|
|
||||||
//index.php
|
//index.php
|
||||||
$s['slogan'] = '輕鬆地從 Windows Update 伺服器下載 UUP 檔案。';
|
$s['slogan'] = '輕鬆地從 Windows Update 伺服器下載 UUP 檔案。';
|
||||||
@@ -67,15 +68,15 @@ $s['tHeadArchitectures'] = '架構';
|
|||||||
$s['latestPublicRelease'] = '最新公開發行組建版本';
|
$s['latestPublicRelease'] = '最新公開發行組建版本';
|
||||||
$s['latestPublicReleaseSub'] = '供一般使用者下載的最新更新組建版本。';
|
$s['latestPublicReleaseSub'] = '供一般使用者下載的最新更新組建版本。';
|
||||||
$s['latestDevRelease'] = '最新開發人員通道組建版本';
|
$s['latestDevRelease'] = '最新開發人員通道組建版本';
|
||||||
$s['latestDevReleaseSub'] = '有點不穩定的組建版本,包含新的想法和長期領先功能。<br>適合非常熟悉電腦操作的使用者的理想選擇。';
|
$s['latestDevReleaseSub'] = '有點不穩定的組建版本,包含新的想法和長期領先功能。適合非常熟悉電腦操作的使用者的理想選擇。';
|
||||||
$s['latestBetaRelease'] = '最新 Beta 版通道組建版本';
|
$s['latestBetaRelease'] = '最新 Beta 版通道組建版本';
|
||||||
$s['latestBetaReleaseSub'] = '包含了大多數即將推出的功能可靠組建。<br>適合想提早熟悉新功能的使用者的理想選擇。';
|
$s['latestBetaReleaseSub'] = '包含了大多數即將推出的功能可靠組建。適合想提早熟悉新功能的使用者的理想選擇。';
|
||||||
$s['latestRPRelease'] = '最新版本預覽通道組建版本';
|
$s['latestRPRelease'] = '最新版本預覽通道組建版本';
|
||||||
$s['latestRPReleaseSub'] = '用於預覽下個發行版本的可靠組建版本。<br>非常適合嘗鮮即將發佈的版本的使用者。';
|
$s['latestRPReleaseSub'] = '用於預覽下個發行版本的可靠組建版本。非常適合嘗鮮即將發佈的版本的使用者。';
|
||||||
$s['newlyAdded'] = '新加入的組建版本';
|
$s['newlyAdded'] = '新加入的組建版本';
|
||||||
$s['dateAdded'] = '加入日期';
|
$s['dateAdded'] = '加入日期';
|
||||||
$s['latestCanaryRelease'] = '最新 Canary 版通道組建版本';
|
$s['latestCanaryRelease'] = '最新 Canary 版通道組建版本';
|
||||||
$s['latestCanaryReleaseSub'] = '包含最新平台和早期功能改進的不穩定組建版本。<br>非常適合技術含量高的使用者。';
|
$s['latestCanaryReleaseSub'] = '包含最新平台和早期功能改進的不穩定組建版本。非常適合技術含量高的使用者。';
|
||||||
$s['checkOutAddANewBuild'] = '還沒有找到所需的選項?請查看<i><a href="newbuild.php">「添加新組建版本」</a></i>頁面。';
|
$s['checkOutAddANewBuild'] = '還沒有找到所需的選項?請查看<i><a href="newbuild.php">「添加新組建版本」</a></i>頁面。';
|
||||||
|
|
||||||
//newbuild.php
|
//newbuild.php
|
||||||
|
|||||||
Reference in New Issue
Block a user