diff --git a/en/appendices/2-6-migration-guide.rst b/en/appendices/2-6-migration-guide.rst index 20ab27def0..9932a75c72 100644 --- a/en/appendices/2-6-migration-guide.rst +++ b/en/appendices/2-6-migration-guide.rst @@ -11,7 +11,7 @@ Basics.php It directly echos just as ``debug()`` does. But only if debug level is on. - New i18n functions have been added. The new functions allow you to include message context which allows you disambiguate possibly confusing message - strings. For example 'read' can mean multiple things in english depending on + strings. For example 'read' can mean multiple things in English depending on the context. The new ``__x``, ``__xn``, ``__dx``, ``__dxn``, ``__dxc``, ``__dxcn``, and ``__xc`` functions provide access to the new features. diff --git a/ja/core-libraries/components/email.rst b/ja/core-libraries/components/email.rst index f9b29548e9..02e1c946c9 100644 --- a/ja/core-libraries/components/email.rst +++ b/ja/core-libraries/components/email.rst @@ -8,7 +8,7 @@ EmailComponent `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/appendices.rst b/zh/appendices.rst index c6a32692df..c095800c8a 100644 --- a/zh/appendices.rst +++ b/zh/appendices.rst @@ -8,7 +8,7 @@ Appendices `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. Appendices contain information regarding the new features diff --git a/zh/appendices/2-0-migration-guide.rst b/zh/appendices/2-0-migration-guide.rst index 08b297e372..b767254b09 100644 --- a/zh/appendices/2-0-migration-guide.rst +++ b/zh/appendices/2-0-migration-guide.rst @@ -8,7 +8,7 @@ `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/appendices/2-1-migration-guide.rst b/zh/appendices/2-1-migration-guide.rst index 7889947148..2140c8d86d 100644 --- a/zh/appendices/2-1-migration-guide.rst +++ b/zh/appendices/2-1-migration-guide.rst @@ -8,5 +8,5 @@ `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. diff --git a/zh/appendices/2-2-migration-guide.rst b/zh/appendices/2-2-migration-guide.rst index 3ebb8042d0..0b2d70a19e 100644 --- a/zh/appendices/2-2-migration-guide.rst +++ b/zh/appendices/2-2-migration-guide.rst @@ -8,5 +8,5 @@ `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. diff --git a/zh/appendices/2-3-migration-guide.rst b/zh/appendices/2-3-migration-guide.rst index 424d1bfc0e..1c43a509a5 100644 --- a/zh/appendices/2-3-migration-guide.rst +++ b/zh/appendices/2-3-migration-guide.rst @@ -8,5 +8,5 @@ `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. diff --git a/zh/appendices/2-4-migration-guide.rst b/zh/appendices/2-4-migration-guide.rst index 1a01cfb776..3886f39b4c 100644 --- a/zh/appendices/2-4-migration-guide.rst +++ b/zh/appendices/2-4-migration-guide.rst @@ -8,5 +8,5 @@ `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. diff --git a/zh/appendices/2-5-migration-guide.rst b/zh/appendices/2-5-migration-guide.rst index 953c869468..34b5ee987d 100644 --- a/zh/appendices/2-5-migration-guide.rst +++ b/zh/appendices/2-5-migration-guide.rst @@ -8,5 +8,5 @@ `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. diff --git a/zh/appendices/2-6-migration-guide.rst b/zh/appendices/2-6-migration-guide.rst index 8ee7665e23..e8f87cfba4 100644 --- a/zh/appendices/2-6-migration-guide.rst +++ b/zh/appendices/2-6-migration-guide.rst @@ -8,5 +8,5 @@ `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. diff --git a/zh/appendices/migrating-from-cakephp-1-2-to-1-3.rst b/zh/appendices/migrating-from-cakephp-1-2-to-1-3.rst index fcea71a6ad..da1ff0baf3 100644 --- a/zh/appendices/migrating-from-cakephp-1-2-to-1-3.rst +++ b/zh/appendices/migrating-from-cakephp-1-2-to-1-3.rst @@ -8,7 +8,7 @@ Migrating from CakePHP 1.2 to 1.3 `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/appendices/new-features-in-cakephp-1-3.rst b/zh/appendices/new-features-in-cakephp-1-3.rst index 486bf9aa86..5a434fb15b 100644 --- a/zh/appendices/new-features-in-cakephp-1-3.rst +++ b/zh/appendices/new-features-in-cakephp-1-3.rst @@ -8,7 +8,7 @@ New features in CakePHP 1.3 `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/appendices/new-features-in-cakephp-2-0.rst b/zh/appendices/new-features-in-cakephp-2-0.rst index f1751127df..3dd9a4b299 100644 --- a/zh/appendices/new-features-in-cakephp-2-0.rst +++ b/zh/appendices/new-features-in-cakephp-2-0.rst @@ -8,7 +8,7 @@ New Features in CakePHP 2.0 `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/appendices/new-features-in-cakephp-2-1.rst b/zh/appendices/new-features-in-cakephp-2-1.rst index 505561499e..fb0c0f0538 100644 --- a/zh/appendices/new-features-in-cakephp-2-1.rst +++ b/zh/appendices/new-features-in-cakephp-2-1.rst @@ -8,5 +8,5 @@ New Features in CakePHP 2.1 `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. diff --git a/zh/appendices/phpunit-migration-hints.rst b/zh/appendices/phpunit-migration-hints.rst index 85c054d103..57f277f5ea 100644 --- a/zh/appendices/phpunit-migration-hints.rst +++ b/zh/appendices/phpunit-migration-hints.rst @@ -8,7 +8,7 @@ PHPUnit Migration Hints `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/console-and-shells.rst b/zh/console-and-shells.rst index e735411fbd..1e4a4ba320 100644 --- a/zh/console-and-shells.rst +++ b/zh/console-and-shells.rst @@ -8,7 +8,7 @@ Shells, Tasks & Console Tools `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. toctree:: diff --git a/zh/console-and-shells/acl-shell.rst b/zh/console-and-shells/acl-shell.rst index 58667db293..a810dcead8 100644 --- a/zh/console-and-shells/acl-shell.rst +++ b/zh/console-and-shells/acl-shell.rst @@ -8,7 +8,7 @@ ACL Shell `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/console-and-shells/code-generation-with-bake.rst b/zh/console-and-shells/code-generation-with-bake.rst index 13b28c8955..e024d4b0dc 100644 --- a/zh/console-and-shells/code-generation-with-bake.rst +++ b/zh/console-and-shells/code-generation-with-bake.rst @@ -8,7 +8,7 @@ Code Generation with Bake `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/console-and-shells/completion-shell.rst b/zh/console-and-shells/completion-shell.rst index 58fe921e59..5286e80d6c 100644 --- a/zh/console-and-shells/completion-shell.rst +++ b/zh/console-and-shells/completion-shell.rst @@ -8,5 +8,5 @@ Completion Shell `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. diff --git a/zh/console-and-shells/cron-jobs.rst b/zh/console-and-shells/cron-jobs.rst index c2692a38e8..2dfb4bfa3d 100644 --- a/zh/console-and-shells/cron-jobs.rst +++ b/zh/console-and-shells/cron-jobs.rst @@ -8,7 +8,7 @@ Running Shells as cronjobs `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/console-and-shells/i18n-shell.rst b/zh/console-and-shells/i18n-shell.rst index 8e381bedab..86b6bdff8d 100644 --- a/zh/console-and-shells/i18n-shell.rst +++ b/zh/console-and-shells/i18n-shell.rst @@ -8,7 +8,7 @@ I18N shell `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/console-and-shells/schema-management-and-migrations.rst b/zh/console-and-shells/schema-management-and-migrations.rst index 68f6478e40..ba328a4a8b 100644 --- a/zh/console-and-shells/schema-management-and-migrations.rst +++ b/zh/console-and-shells/schema-management-and-migrations.rst @@ -8,7 +8,7 @@ Schema management and migrations `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/console-and-shells/testsuite-shell.rst b/zh/console-and-shells/testsuite-shell.rst index f613dd15ac..eccf28a736 100644 --- a/zh/console-and-shells/testsuite-shell.rst +++ b/zh/console-and-shells/testsuite-shell.rst @@ -8,7 +8,7 @@ Test shell `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/console-and-shells/upgrade-shell.rst b/zh/console-and-shells/upgrade-shell.rst index f95ef60760..d144c0f826 100644 --- a/zh/console-and-shells/upgrade-shell.rst +++ b/zh/console-and-shells/upgrade-shell.rst @@ -10,7 +10,7 @@ Upgrade shell `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/contributing/cakephp-development-process.rst b/zh/contributing/cakephp-development-process.rst index fee4f6f546..5d5a1371c8 100644 --- a/zh/contributing/cakephp-development-process.rst +++ b/zh/contributing/cakephp-development-process.rst @@ -8,7 +8,7 @@ CakePHP Development Process `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/behaviors/acl.rst b/zh/core-libraries/behaviors/acl.rst index f682ce0a28..16881f9395 100644 --- a/zh/core-libraries/behaviors/acl.rst +++ b/zh/core-libraries/behaviors/acl.rst @@ -10,7 +10,7 @@ ACL `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/behaviors/containable.rst b/zh/core-libraries/behaviors/containable.rst index e3c3f44a78..58539b139b 100644 --- a/zh/core-libraries/behaviors/containable.rst +++ b/zh/core-libraries/behaviors/containable.rst @@ -10,7 +10,7 @@ Containable `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/behaviors/translate.rst b/zh/core-libraries/behaviors/translate.rst index ab64dfedee..9bab55c4cf 100644 --- a/zh/core-libraries/behaviors/translate.rst +++ b/zh/core-libraries/behaviors/translate.rst @@ -10,7 +10,7 @@ Translate `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/behaviors/tree.rst b/zh/core-libraries/behaviors/tree.rst index f3edd8ed23..993e8cd3c1 100644 --- a/zh/core-libraries/behaviors/tree.rst +++ b/zh/core-libraries/behaviors/tree.rst @@ -10,7 +10,7 @@ Tree `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/collections.rst b/zh/core-libraries/collections.rst index 0e51a2f0eb..cd675ee6da 100644 --- a/zh/core-libraries/collections.rst +++ b/zh/core-libraries/collections.rst @@ -8,7 +8,7 @@ Collections `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/components/access-control-lists.rst b/zh/core-libraries/components/access-control-lists.rst index d695539da7..e6070a0225 100644 --- a/zh/core-libraries/components/access-control-lists.rst +++ b/zh/core-libraries/components/access-control-lists.rst @@ -10,7 +10,7 @@ Access Control Lists `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/components/authentication.rst b/zh/core-libraries/components/authentication.rst index 5a54efe407..c224718dac 100644 --- a/zh/core-libraries/components/authentication.rst +++ b/zh/core-libraries/components/authentication.rst @@ -10,7 +10,7 @@ Authentication `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/components/cookie.rst b/zh/core-libraries/components/cookie.rst index e445c1c5b3..33ed86fea7 100644 --- a/zh/core-libraries/components/cookie.rst +++ b/zh/core-libraries/components/cookie.rst @@ -10,7 +10,7 @@ Cookie `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/components/email.rst b/zh/core-libraries/components/email.rst index 19655000d3..ed38f3f581 100644 --- a/zh/core-libraries/components/email.rst +++ b/zh/core-libraries/components/email.rst @@ -8,7 +8,7 @@ EmailComponent `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/components/pagination.rst b/zh/core-libraries/components/pagination.rst index c33283131a..9d3f42e405 100644 --- a/zh/core-libraries/components/pagination.rst +++ b/zh/core-libraries/components/pagination.rst @@ -10,7 +10,7 @@ Pagination `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/components/request-handling.rst b/zh/core-libraries/components/request-handling.rst index 6cfe072fea..e8745ac3e7 100644 --- a/zh/core-libraries/components/request-handling.rst +++ b/zh/core-libraries/components/request-handling.rst @@ -10,7 +10,7 @@ Request Handling `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/components/security-component.rst b/zh/core-libraries/components/security-component.rst index 159d8c2674..2ed6de9e14 100644 --- a/zh/core-libraries/components/security-component.rst +++ b/zh/core-libraries/components/security-component.rst @@ -10,7 +10,7 @@ Security `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/components/sessions.rst b/zh/core-libraries/components/sessions.rst index 97e198514f..3cd38c3d9b 100644 --- a/zh/core-libraries/components/sessions.rst +++ b/zh/core-libraries/components/sessions.rst @@ -10,7 +10,7 @@ Sessions `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/events.rst b/zh/core-libraries/events.rst index b53b222781..c003549e03 100644 --- a/zh/core-libraries/events.rst +++ b/zh/core-libraries/events.rst @@ -8,7 +8,7 @@ Events System `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. toctree:: diff --git a/zh/core-libraries/global-constants-and-functions.rst b/zh/core-libraries/global-constants-and-functions.rst index b7702a4928..fb331ab8a1 100644 --- a/zh/core-libraries/global-constants-and-functions.rst +++ b/zh/core-libraries/global-constants-and-functions.rst @@ -8,7 +8,7 @@ Global Constants and Functions `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/helpers/cache.rst b/zh/core-libraries/helpers/cache.rst index 239f690cbb..c9ed1e51b8 100644 --- a/zh/core-libraries/helpers/cache.rst +++ b/zh/core-libraries/helpers/cache.rst @@ -10,7 +10,7 @@ CacheHelper `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/helpers/form.rst b/zh/core-libraries/helpers/form.rst index e254831bd3..cb2a115e78 100644 --- a/zh/core-libraries/helpers/form.rst +++ b/zh/core-libraries/helpers/form.rst @@ -10,7 +10,7 @@ FormHelper `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/helpers/js.rst b/zh/core-libraries/helpers/js.rst index 43e0831dcf..3e86a80bc0 100644 --- a/zh/core-libraries/helpers/js.rst +++ b/zh/core-libraries/helpers/js.rst @@ -10,7 +10,7 @@ JsHelper `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/helpers/number.rst b/zh/core-libraries/helpers/number.rst index 8206d46966..dd2d81cf16 100644 --- a/zh/core-libraries/helpers/number.rst +++ b/zh/core-libraries/helpers/number.rst @@ -10,7 +10,7 @@ NumberHelper `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/helpers/paginator.rst b/zh/core-libraries/helpers/paginator.rst index ac11f0707c..b6a181c0a8 100644 --- a/zh/core-libraries/helpers/paginator.rst +++ b/zh/core-libraries/helpers/paginator.rst @@ -10,7 +10,7 @@ Paginator `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/helpers/rss.rst b/zh/core-libraries/helpers/rss.rst index 3ebccb0a84..27a544c80d 100644 --- a/zh/core-libraries/helpers/rss.rst +++ b/zh/core-libraries/helpers/rss.rst @@ -10,7 +10,7 @@ RSS `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/helpers/session.rst b/zh/core-libraries/helpers/session.rst index 822f96f643..d9c425d065 100644 --- a/zh/core-libraries/helpers/session.rst +++ b/zh/core-libraries/helpers/session.rst @@ -10,7 +10,7 @@ SessionHelper `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/helpers/text.rst b/zh/core-libraries/helpers/text.rst index 3cd4038d9f..54c202b339 100644 --- a/zh/core-libraries/helpers/text.rst +++ b/zh/core-libraries/helpers/text.rst @@ -10,7 +10,7 @@ TextHelper `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. include:: ../../core-utility-libraries/string.rst diff --git a/zh/core-libraries/helpers/time.rst b/zh/core-libraries/helpers/time.rst index 209dfb4d24..73652c6f05 100644 --- a/zh/core-libraries/helpers/time.rst +++ b/zh/core-libraries/helpers/time.rst @@ -10,7 +10,7 @@ TimeHelper `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. include:: ../../core-utility-libraries/time.rst diff --git a/zh/core-libraries/internationalization-and-localization.rst b/zh/core-libraries/internationalization-and-localization.rst index 3d3eed5771..026e51de5c 100644 --- a/zh/core-libraries/internationalization-and-localization.rst +++ b/zh/core-libraries/internationalization-and-localization.rst @@ -8,7 +8,7 @@ Internationalization & Localization `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-libraries/logging.rst b/zh/core-libraries/logging.rst index 4eee23fbc9..cd52afd58c 100644 --- a/zh/core-libraries/logging.rst +++ b/zh/core-libraries/logging.rst @@ -8,7 +8,7 @@ Logging `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-utility-libraries/app.rst b/zh/core-utility-libraries/app.rst index 80f1192e99..f48529b1bf 100644 --- a/zh/core-utility-libraries/app.rst +++ b/zh/core-utility-libraries/app.rst @@ -10,7 +10,7 @@ App Class `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-utility-libraries/email.rst b/zh/core-utility-libraries/email.rst index 646dfe5766..16a9e76398 100644 --- a/zh/core-utility-libraries/email.rst +++ b/zh/core-utility-libraries/email.rst @@ -10,7 +10,7 @@ CakeEmail `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-utility-libraries/file-folder.rst b/zh/core-utility-libraries/file-folder.rst index 3aeab79167..120f4a5234 100644 --- a/zh/core-utility-libraries/file-folder.rst +++ b/zh/core-utility-libraries/file-folder.rst @@ -8,7 +8,7 @@ Folder & File `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-utility-libraries/hash.rst b/zh/core-utility-libraries/hash.rst index c3df42f13e..5c1cb4ebe4 100644 --- a/zh/core-utility-libraries/hash.rst +++ b/zh/core-utility-libraries/hash.rst @@ -10,7 +10,7 @@ Hash `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-utility-libraries/httpsocket.rst b/zh/core-utility-libraries/httpsocket.rst index 4512f77671..1fdaf1be49 100644 --- a/zh/core-utility-libraries/httpsocket.rst +++ b/zh/core-utility-libraries/httpsocket.rst @@ -10,7 +10,7 @@ HttpSocket `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-utility-libraries/inflector.rst b/zh/core-utility-libraries/inflector.rst index 9aa4a9b334..b5c91fca48 100644 --- a/zh/core-utility-libraries/inflector.rst +++ b/zh/core-utility-libraries/inflector.rst @@ -10,7 +10,7 @@ Inflector `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-utility-libraries/number.rst b/zh/core-utility-libraries/number.rst index be4df4104a..3b77bead2a 100644 --- a/zh/core-utility-libraries/number.rst +++ b/zh/core-utility-libraries/number.rst @@ -10,7 +10,7 @@ CakeNumber `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-utility-libraries/router.rst b/zh/core-utility-libraries/router.rst index 27b3c161cc..ed414bf0b4 100644 --- a/zh/core-utility-libraries/router.rst +++ b/zh/core-utility-libraries/router.rst @@ -8,7 +8,7 @@ Router `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-utility-libraries/sanitize.rst b/zh/core-utility-libraries/sanitize.rst index 4441cfdc0b..4e62378add 100644 --- a/zh/core-utility-libraries/sanitize.rst +++ b/zh/core-utility-libraries/sanitize.rst @@ -8,5 +8,5 @@ Data Sanitization `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. diff --git a/zh/core-utility-libraries/security.rst b/zh/core-utility-libraries/security.rst index 1b7b0a9832..481827c355 100644 --- a/zh/core-utility-libraries/security.rst +++ b/zh/core-utility-libraries/security.rst @@ -10,7 +10,7 @@ Security `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-utility-libraries/set.rst b/zh/core-utility-libraries/set.rst index fbd9e34811..eb23d95f58 100644 --- a/zh/core-utility-libraries/set.rst +++ b/zh/core-utility-libraries/set.rst @@ -10,7 +10,7 @@ Set `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/core-utility-libraries/string.rst b/zh/core-utility-libraries/string.rst index a43806d99e..ca051bea53 100644 --- a/zh/core-utility-libraries/string.rst +++ b/zh/core-utility-libraries/string.rst @@ -12,7 +12,7 @@ String `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. end-string diff --git a/zh/core-utility-libraries/time.rst b/zh/core-utility-libraries/time.rst index 0fceb5ca38..e82de3920e 100644 --- a/zh/core-utility-libraries/time.rst +++ b/zh/core-utility-libraries/time.rst @@ -12,7 +12,7 @@ CakeTime `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. end-caketime diff --git a/zh/core-utility-libraries/xml.rst b/zh/core-utility-libraries/xml.rst index 74bc437d6e..3842458385 100644 --- a/zh/core-utility-libraries/xml.rst +++ b/zh/core-utility-libraries/xml.rst @@ -10,7 +10,7 @@ Xml `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/plugins/how-to-create-plugins.rst b/zh/plugins/how-to-create-plugins.rst index 664e5ccd47..0bf30e1c48 100644 --- a/zh/plugins/how-to-create-plugins.rst +++ b/zh/plugins/how-to-create-plugins.rst @@ -13,7 +13,7 @@ Plugin Models `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/plugins/how-to-install-plugins.rst b/zh/plugins/how-to-install-plugins.rst index 18619ee394..4320ae3aa0 100644 --- a/zh/plugins/how-to-install-plugins.rst +++ b/zh/plugins/how-to-install-plugins.rst @@ -8,7 +8,7 @@ How To Install Plugins `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta:: diff --git a/zh/plugins/how-to-use-plugins.rst b/zh/plugins/how-to-use-plugins.rst index 265dd774b3..cec17d69e1 100644 --- a/zh/plugins/how-to-use-plugins.rst +++ b/zh/plugins/how-to-use-plugins.rst @@ -8,7 +8,7 @@ How To Use Plugins `Github `_ or use the **Improve This Doc** button to directly propose your changes. - You can refer to the english version in the select top menu to have + You can refer to the English version in the select top menu to have information about this page's topic. .. meta::