-
Notifications
You must be signed in to change notification settings - Fork 6
Filipino Translation - 1113 translated words #1
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
tl/bake/development.rst
Outdated
files one can use a function listening for ``Bake.beforeRender`` to modify the | ||
variables used in the bake templates:: | ||
Ang mga kaganapan ng Bake ay maaaring madaling gamitin para sa paggawa ng maliliit na mga pagbabago sa umiiral na mga template. | ||
Halimbawa, upang baguhin ang mga pangalan ng variable na ginagamit habang nagbi-bake ng controller/template |
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.
nagbi-bake to nag-bake
tl/bake/development.rst
Outdated
By scoping event listeners to specific bake templates, you can simplify your | ||
bake related event logic and provide callbacks that are easier to test. | ||
Sa pamamagitan ng pagscope ng mga tagapakinig ng kaganapan sa tiyak na mga template ng bake, maaari mong gawing simple ang iyong | ||
lohika ng kaganapan na kaugnay ng at magbigay ng mga callbacks na mas madaling subukan. |
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.
ng mga callbacks to ng mga callback
tl/bake/development.rst
Outdated
|
||
So, for example, when baking a shell like so: | ||
Kaya, halimbawa, kapag nagbi-bake ng isang shell tulad nito: |
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.
nagbi-bake to nag-bake
tl/bake/development.rst
Outdated
|
||
Prior to version 1.5.0 bake used a custom erb-style tags inside .ctp template files. | ||
Bago ang bersyon na 1.5.0 ang bake ay gumagamit na isang custom na er-style na mga tag sa loob ng template ng .ctp na mga 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.
custom to pasadya
tl/bake/development.rst
Outdated
create your own bake 'theme' which allows you to replace some or all of the | ||
templates that bake uses. The best way to do this is: | ||
Kung nais mong baguhin ang output na ginawa ng command ng "bake", maaari kang | ||
lumikha ng iyong sariling 'theme' ng bake na nagpapahintulot sa iyo na palitan ang ilan o lahat ng |
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.
theme to tema
tl/bake/development.rst
Outdated
#. Create a new directory **plugins/[name]/src/Template/Bake/Template/**. | ||
#. Copy any templates you want to override from | ||
**vendor/cakephp/bake/src/Template/Bake/Template** to matching files in your | ||
#. Magbake ng isang bagong plugin. Ang pangalan ng plugin ay ang pangalan ng 'theme' ng bake |
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.
theme to tema
tl/bake/development.rst
Outdated
set your custom theme to be used as default theme:: | ||
#. Kapag nagpapatakbo ng bake gamitin ang ``--theme`` na opsyon upang tiyakin ang bake-theme | ||
na gusto mong gamitin. Upang maiwasan ang pagkakaroon ng pagtiyak ng opsyon na ito sa bawat tawag, maaari mo ring | ||
i-set ang iyong custom na tema na gagamitin bilang isang default na tema:: |
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.
i-set to itakda
tl/bake/development.rst
Outdated
set your custom theme to be used as default theme:: | ||
#. Kapag nagpapatakbo ng bake gamitin ang ``--theme`` na opsyon upang tiyakin ang bake-theme | ||
na gusto mong gamitin. Upang maiwasan ang pagkakaroon ng pagtiyak ng opsyon na ito sa bawat tawag, maaari mo ring | ||
i-set ang iyong custom na tema na gagamitin bilang isang default na tema:: |
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.
custom to pasadya
tl/bake/development.rst
Outdated
If you wish to modify the default output produced by the "bake" command, you can | ||
create your own bake templates in your application. This way does not use the | ||
``--theme`` option in the command line when baking. The best way to do this is: | ||
Kung nais mong baguhin ang default na output na ginawa ng command ng "bake", maaari kang |
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.
command to utos
tl/bake/development.rst
Outdated
``--theme`` option in the command line when baking. The best way to do this is: | ||
Kung nais mong baguhin ang default na output na ginawa ng command ng "bake", maaari kang | ||
lumikha ng iyong sariling mga template ng bkae sa iyong aplikasyon. Sa ganitong paraan ay hindi ginagamit ang | ||
``--theme`` na opsyon sa command line habang nagbi-bake. Ang pinakamahusay na paraan upang gawin ito ay: |
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.
nagbi-bake to nag-bake
tl/bake/development.rst
Outdated
**vendor/cakephp/bake/src/Template/Bake/** to matching files in your | ||
application. | ||
#. Maglikha ng bagong directory **/src/Template/Bake/**. | ||
#. Kopyahin ang anumang mga template ang gusto mong i-override mula 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.
i-override to sapawan
tl/bake/development.rst
Outdated
CakePHP by creating tasks in your application or plugins. By extending | ||
``Bake\Shell\Task\BakeTask``, bake will find your new task and include it as | ||
part of bake. | ||
Posibleng magdagdag ng bagong command ng bake na mga opsyon, o i-override ang mga binigay ng |
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.
command to utos
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.
i-override to sapawan
tl/bake/development.rst
Outdated
command name:: | ||
Kung nais mo na ang ``bake`` na tawag ay maglikha din ng isang test na file para sa iyong | ||
klase ng ``ExampleFoo``, kailangan mong i-overwrite ang ``bakeTest()`` na paraan sa | ||
klase ng ``FooTask`` upang irehistro ang suffix ng klase at namespace para sa iyong custom |
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.
custom to pasadya
tl/bake/development.rst
Outdated
Kung nais mo na ang ``bake`` na tawag ay maglikha din ng isang test na file para sa iyong | ||
klase ng ``ExampleFoo``, kailangan mong i-overwrite ang ``bakeTest()`` na paraan sa | ||
klase ng ``FooTask`` upang irehistro ang suffix ng klase at namespace para sa iyong custom | ||
na pangalan ng command:: |
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.
command to utos
tl/bake/usage.rst
Outdated
#. You have the PHP CLI installed and that it has the proper modules enabled (eg: MySQL, intl). | ||
#. Users also might have issues if the database host is 'localhost' and should try '127.0.0.1' instead, as localhost can cause issues with PHP CLI. | ||
#. Depending on how your computer is configured, you may have to set execute rights on the cake bash script to call it using ``bin/cake bake``. | ||
#. Mayroon kang naka-install na PHP CLI at mayroon itong wastong mga modyul na pinagana (eg: MySQL, intl). |
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.
eg to hal
tl/bake/usage.rst
Outdated
=========== | ||
|
||
The theme option is common to all bake commands, and allows changing the bake | ||
template files used when baking. To create your own templates, see the | ||
Ang opsyon ng tema ay pangkaraniwan sa lahat ng mga command ng bake, at nagpapahintulot sa pagbabago ng bake |
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.
command to utos
tl/bake/usage.rst
Outdated
The theme option is common to all bake commands, and allows changing the bake | ||
template files used when baking. To create your own templates, see the | ||
Ang opsyon ng tema ay pangkaraniwan sa lahat ng mga command ng bake, at nagpapahintulot sa pagbabago ng bake | ||
na template na mga file na ginagamit sa pagbi-bake. Para lumikha ng iyong sariling mga templates, tingnan ang |
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.
templates to template
tl/console-and-shells/cache.rst
Outdated
=========== | ||
|
||
To help you better manage cached data from a CLI environment, a shell command | ||
is available for clearing cached data your application has:: | ||
Upang tulungan ka ng mas mahusay na pamamahala ng cached na data mula sa isang CLI na environment, isang command ng shell |
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.
command to utos
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.
data to datos
tl/console-and-shells/cache.rst
Outdated
To help you better manage cached data from a CLI environment, a shell command | ||
is available for clearing cached data your application has:: | ||
Upang tulungan ka ng mas mahusay na pamamahala ng cached na data mula sa isang CLI na environment, isang command ng shell | ||
ay magagamit sa pag-clear ng cached na data na meron ang iyong aplikasyon:: |
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.
pag-clear to paglilinaw
Please check on my suggestions. |
Done updating the files |
tl/bake/development.rst
Outdated
|
||
<?php | ||
// in config/bootstrap.php or config/bootstrap_cli.php | ||
Configure::write('Bake.theme', 'MyTheme'); | ||
|
||
Customizing the Bake Templates | ||
Ang Pagcustomize ng mga Template ng Bake |
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.
Pag-customize
tl/bake/development.rst
Outdated
**vendor/cakephp/bake/src/Template/Bake/** to matching files in your | ||
application. | ||
#. Maglikha ng bagong directory **/src/Template/Bake/**. | ||
#. Kopyahin ang anumang mga template ang gusto mong i-override mula 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.
template na gusto
tl/bake/development.rst
Outdated
Once this file has been created, we need to create a template that bake can use | ||
when generating code. Create **src/Template/Bake/foo.twig**. In this file we'll | ||
add the following content:: | ||
Sa sandaling nalikha ang file na ito, Kailangan nating lumikha ng isang template na maaaring gamitin ng bake |
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.
ito, kailangan nating maglikha
tl/bake/development.rst
Outdated
``ExampleFoo`` class, you need to overwrite the ``bakeTest()`` method in the | ||
``FooTask`` class to register the class suffix and namespace for your custom | ||
command name:: | ||
Kung nais mo na ang ``bake`` na tawag ay maglikha din ng isang test na file para sa iyong |
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.
bake
na pagtawag
tl/console-and-shells/cache.rst
Outdated
=========== | ||
|
||
To help you better manage cached data from a CLI environment, a shell command | ||
is available for clearing cached data your application has:: | ||
Upang tulungan ka ng mas mahusay na pamamahala ng cached na data mula sa isang CLI na environment, isang utos ng shell |
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.
Para matulungan na mas mahusay na mapamahalaan ang
Done updating the files. Thank you for the proofread. |
Translating this following two files :
bake/development.rst = 814 translated words
bake/usage.rst = 173 translated words
console-and-shells/cache.rst = 25 translated words
console-and-shells/cron-jobs.rst = 101 translated words
Note : Code text, Filenames, Filepaths and computer generated text are not counted as translated words.