From fc1ed7316ed68de84e7206d8e063610c1b8e9bba Mon Sep 17 00:00:00 2001 From: orin Date: Sun, 29 Oct 2023 17:58:49 +0100 Subject: [PATCH] Update of Chinese translation by JRJSheep --- langs/zh-cn.php | 50 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/langs/zh-cn.php b/langs/zh-cn.php index 4b53417..050d191 100644 --- a/langs/zh-cn.php +++ b/langs/zh-cn.php @@ -212,8 +212,7 @@ $s['sizeOfShownFiles'] = '显示文件大小:%s'; //Size of shown files: 2.86 $s['error'] = '错误'; $s['requestNotSuccessful'] = '请求未成功'; $s['anErrorHasOccurred'] = '在尝试处理你的请求时发生错误。'; -$s['arm64Warning2022h'] = '这是一个 ARM64 内部版本'; -$s['arm64Warning2022b'] = '

此内部版本仅兼容:

UUP dump 的作者们没有其中的任何一个,因此绝对不会提供任何的支持

'; +$s['arm64Warning2023'] = '这是一个 ARM64 内部版本。UUP dump 的作者们没有与之兼容的单一设备,因此绝对不会提供任何的支持。'; //Error messages $s['error_ERROR'] = '一般错误。'; @@ -299,3 +298,50 @@ $s['channel_dev'] = 'Dev 渠道'; $s['channel_beta'] = 'Beta 渠道'; $s['channel_releasepreview'] = '发布预览渠道'; $s['channel_retail'] = '零售'; + +//Editions +$s['edition_APP'] = 'Microsoft Store 预装应用'; +$s['edition_APP_MOMENT'] = 'Microsoft Store Moment 应用'; +$s['edition_FOD'] = '按需功能(兼容性)'; +$s['edition_CLOUD'] = 'Windows S'; +$s['edition_CLOUDN'] = 'Windows S N'; +$s['edition_CLOUDE'] = 'Windows Lean'; +$s['edition_CLOUDEDITION'] = 'Windows SE'; +$s['edition_CLOUDEDITIONN'] = 'Windows SE N'; +$s['edition_CORE'] = 'Windows 家庭版'; +$s['edition_CORECOUNTRYSPECIFIC'] = 'Windows 家庭中文版'; +$s['edition_COREN'] = 'Windows 家庭版 N'; +$s['edition_CORESINGLELANGUAGE'] = 'Windows 家庭单语言版'; +$s['edition_EDUCATION'] = 'Windows 教育版'; +$s['edition_EDUCATIONN'] = 'Windows 教育版 N'; +$s['edition_ENTERPRISE'] = 'Windows 企业版'; +$s['edition_ENTERPRISEEVAL'] = 'Windows 企业版订阅'; +$s['edition_ENTERPRISEN'] = 'Windows 企业版 N'; +$s['edition_ENTERPRISES'] = 'Windows 企业版 LTSC'; +$s['edition_ENTERPRISESEVAL'] = 'Windows 企业版 LTSC 订阅'; +$s['edition_ENTERPRISESN'] = 'Windows 企业版 N LTSC'; +$s['edition_ENTERPRISESNEVAL'] = 'Windows 企业版 N LTSC 订阅'; +$s['edition_HOLOGRAPHIC'] = 'Windows Holographic'; +$s['edition_IOTENTERPRISE'] = 'Windows IoT 企业版'; +$s['edition_IOTENTERPRISEK'] = 'Windows IoT 企业版订阅'; +$s['edition_IOTENTERPRISES'] = 'Windows IoT 企业版 LTSC'; +$s['edition_IOTENTERPRISESK'] = 'Windows IoT 企业版 LTSC 订阅'; +$s['edition_LITE'] = 'Windows 10X'; +$s['edition_PPIPRO'] = 'Windows 协同版'; +$s['edition_PROFESSIONAL'] = 'Windows 专业版'; +$s['edition_PROFESSIONALN'] = 'Windows 专业版 N'; +$s['edition_PROFESSIONALWORKSTATION'] = 'Windows 专业工作站版'; +$s['edition_PROFESSIONALWORKSTATIONN'] = 'Windows 专业工作站版 N'; +$s['edition_PROFESSIONALEDUCATION'] = 'Windows 专业教育版'; +$s['edition_PROFESSIONALEDUCATIONN'] = 'Windows 专业教育版 N'; +$s['edition_SERVERRDSH'] = 'Windows 企业版多会话 / 虚拟桌面'; +$s['edition_SERVERARM64'] = 'Windows Server ARM64'; +$s['edition_SERVERAZURESTACKHCICOR'] = 'Azure Stack HCI'; +$s['edition_SERVERDATACENTER'] = 'Windows Server Datacenter'; +$s['edition_SERVERDATACENTERCORE'] = 'Windows Server Datacenter(Core)'; +$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_SERVERSTANDARDACOR'] = 'Windows Server Standard(半年频道)'; +$s['edition_SERVERDATACENTERACOR'] = 'Windows Server Datacenter(半年频道)'; \ No newline at end of file