Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some missing Chinese translation of PHP 8.3 release page #831

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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