-
Notifications
You must be signed in to change notification settings - Fork 6
Partial TL translations for 3-0-migration-guide.rst - 1,253 words #4
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
Conversation
specifications. For example **src/Cache/Cache.php** is namespaced as | ||
``Cake\Cache\Cache``. Global constants and helper methods like :php:meth:`__()` | ||
and :php:meth:`debug()` are not namespaced for convenience sake. | ||
Lahat ng core na mga class ng CakePHP ay naka-namespace na ngayon ay sumusunod sa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
na ngayon at sumusunod
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much better if we have something like this:
CakePHP ay kasalukuyang naka-namespace at sumusunod sa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That sounded much better. Thank you for pointing that out.
|
||
Removed Constants | ||
================= | ||
Tinggal ang mga Constant |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tinanggal
views and locale files. You can add multiple paths to ``App.paths.templates``, | ||
``App.paths.plugins``, ``App.paths.locales`` to configure multiple paths for | ||
templates, plugins and locale files respectively. | ||
Ang tatlong bagong configure na mga variable ay nagbibigay ng path na kumpigurasyon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nagbibigay ng kumpigurasyon ng landas
Upgrading to the new ORM will require extensive changes in any application that | ||
is being upgraded. See the new :doc:`/orm` documentation for information on how | ||
to use the new ORM. | ||
Ang CakePHP 3.0 ay nagtatampok ng isang bagong ORM na na-built muli mula sa panimula paitaas. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bagong ORM na muling itinayo mula sa
* Ang :php:meth:`Cake\\Cache\\Cache::enable()` ay naidagdag. | ||
* Ang :php:meth:`Cake\\Cache\\Cache::disable()` ay naidagdag. | ||
* Ang cache na mga kumpigurasyon ay hindi na pwedeng baguhin ngayon. Kung kailangan | ||
mong baguhin ang kumpigurasyon dapat mong unang i-drop ang kumpigurasyon at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dapat mo unang i-drop ang
**app.php**. | ||
- Ang pagtakda ng isang ``$config`` na variable sa PHP config na file ay | ||
hindi na magagamit. Ang :php:class:`Cake\\Core\\Configure\\Engine\PhpConfig` | ||
ngayon ay umaasa ng config file na magsasauli ng isang array. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
umaasa ng config na file na
console with ``bin/cake``. | ||
Ang ``cake`` na executable ay inilipat mula sa **app/Console** na direktoryo tungo sa | ||
**bin** na direktoryo sa loob ng balangkas ng aplikasyon. Maaari mo na ngayong tumawag | ||
ng console ng CakePHP gamit ang ``bin/cake``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mo na ngayong tawagin ang console ng CakePHP
:php:class:`Cake\\Console\\ConsoleIo`. | ||
- ``Shell::param()`` has been added as convenience access to the params. | ||
- Ang ``Shell::param()`` ay naidagdag bilang kaginhawaan na access sa mga param. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kaginhawaan na pag-access sa mga param.
*update to na pag-access from ng
|
||
The ApiShell was removed as it didn't provide any benefit over the file source | ||
itself and the online documentation/`API <https://api.cakephp.org/>`_. | ||
Ang ApiShell ay itinanggal dahil ito ay hindi nagbigay ng anumang pakinabang sa file source |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pakinabang sa pinagmulan ng file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the comments. Thank you.
|
||
Upgrade Tool | ||
============ | ||
Upgrade na Kasangkapan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pang-Update
specifications. For example **src/Cache/Cache.php** is namespaced as | ||
``Cake\Cache\Cache``. Global constants and helper methods like :php:meth:`__()` | ||
and :php:meth:`debug()` are not namespaced for convenience sake. | ||
Lahat ng core na mga class ng CakePHP ay naka-namespace na ngayon ay sumusunod sa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much better if we have something like this:
CakePHP ay kasalukuyang naka-namespace at sumusunod sa
|
||
The following deprecated constants have been removed: | ||
Ang sumusunod na hindi na ginagamit na mga constant ay tinanggal: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tinanggal na:
Good day @severinolorillajr and @mervinsantillanvillaceran . Thank you for reviewing my translations. I have followed all your suggestions. Cheers. :) |
Hello everyone. This is my first translation for cakephp-tl. I have partially translated the said file. Please help me review my work. Thank you.