Skip to content

Commit

Permalink
Fix some missing Chinese translation of PHP 8.3 release page
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Nov 23, 2023
1 parent d14b82f commit 17bee26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions releases/8.3/languages/zh.php
Original file line number Diff line number Diff line change
@@ -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' => '只读属性深拷贝',
Expand Down Expand Up @@ -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> 时未提供参数,已被废弃。',

Expand Down

0 comments on commit 17bee26

Please sign in to comment.