Author: sy-records (sy-records) Committer: Lu Fei (sy-records) Date: 2023-11-22T18:25:44-06:00
Commit: https://github.com/php/web-php/commit/17bee260581725d90b98e631e5632531c4ac014a Raw diff: https://github.com/php/web-php/commit/17bee260581725d90b98e631e5632531c4ac014a.diff Fix some missing Chinese translation of PHP 8.3 release page Changed paths: M releases/8.3/languages/zh.php Diff: diff --git a/releases/8.3/languages/zh.php b/releases/8.3/languages/zh.php index 90c7b5c15d..76b6395bb2 100644 --- a/releases/8.3/languages/zh.php +++ b/releases/8.3/languages/zh.php @@ -1,14 +1,14 @@ <?php /** - * En-revision: 213255390a7898d58ea61e951fe27eca3acd5d1b5426 + * En-revision: 55390a7898d58ea61e951fe27eca3acd5d1b5426 */ return [ - 'common_header' => 'PHP 8.3 是 PHP 语言的主版本更新。它包含了许多新功能,例如:类常量显式类型、只读属性深拷贝,以及增加随机性功能。一如既往,它还包括性能改进、错误修复和常规清理等。', + 'common_header' => 'PHP 8.3 是 PHP 语言的主版本更新。它包含了许多新功能,例如:类常量显式类型、只读属性深拷贝,以及对随机性功能的补充。一如既往,它还包括性能改进、错误修复和常规清理等。', 'documentation' => '文档', 'main_title' => '已发布!', - 'main_subtitle' => 'PHP 8.3 是 PHP 语言的主版本更新。它包含了许多新功能,<br class="display-none-md">它包含了许多新功能,例如:类常量显式类型、只读属性深拷贝,以及增加随机性功能。一如既往,它还包括性能改进、错误修复和常规清理等。', + 'main_subtitle' => 'PHP 8.3 是 PHP 语言的主版本更新。它包含了许多新功能,<br class="display-none-md">它包含了许多新功能,例如:类常量显式类型、只读属性深拷贝,以及对随机性功能的补充。一如既往,它还包括性能改进、错误修复和常规清理等。', 'upgrade_now' => '更新到 PHP 8.3 !', 'readonly_title' => '只读属性深拷贝', @@ -44,7 +44,7 @@ 'bc_traits' => '在 traits 中重新声明静态属性的更改。', 'bc_umultipledecimalseparators' => '<code>U_MULTIPLE_DECIMAL_SEPERATORS</code> 常量已被废弃,改为 <code>U_MULTIPLE_DECIMAL_SEPARATORS</code>。', 'bc_mtrand' => '<a href="/manual/zh/random.constants.php#constant.mt-rand-php"><code>MT_RAND_PHP</code></a> Mt19937 变体已被废弃。', - 'bc_reflection' => '<a href="/manual/zh/reflectionclass.getstaticproperties.php"><code>ReflectionClass::getStaticProperties()</code></a> is no longer nullable.', + 'bc_reflection' => '<a href="/manual/zh/reflectionclass.getstaticproperties.php"><code>ReflectionClass::getStaticProperties()</code></a> 不再为空。', 'bc_ini' => 'INI 配置 <a href="/manual/zh/info.configuration.php#ini.assert.active"><code>assert.active</code></a>、<a href="/manual/zh/info.configuration.php#ini.assert.bail"><code>assert.bail</code></a>、<a href="/manual/zh/info.configuration.php#ini.assert.callback"><code>assert.callback</code></a>、<a href="/manual/zh/info.configuration.php#ini.assert.exception"><code>assert.exception</code></a> 和 <a href="/manual/zh/info.configuration.php#ini.assert.warning"><code>assert.warning</code></a> 已被废弃。', 'bc_standard' => '调用 <a href="/manual/zh/function.get-class.php"><code>get_class()</code></a> 和 <a href="/manual/zh/function.get-parent-class.php"><code>get_parent_class()</code></a> 时未提供参数,已被废弃。', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php