Skip to content

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

Merged
merged 7 commits into from
Feb 25, 2018
Merged

Filipino Translation - 1113 translated words #1

merged 7 commits into from
Feb 25, 2018

Conversation

smervs
Copy link

@smervs smervs commented Feb 25, 2018

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.

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

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

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.

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


So, for example, when baking a shell like so:
Kaya, halimbawa, kapag nagbi-bake ng isang shell tulad nito:

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


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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

custom to pasadya

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

theme to tema

#. 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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

theme to tema

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::

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i-set to itakda

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::

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

custom to pasadya

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

command to utos

``--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:

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

**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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i-override to sapawan

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

command to utos

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i-override to sapawan

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

custom to pasadya

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::

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

command to utos

#. 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).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eg to hal

===========

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

command to utos

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

templates to template

===========

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

command to utos

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data to datos

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::

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pag-clear to paglilinaw

@mind-blast
Copy link

Please check on my suggestions.

@smervs
Copy link
Author

smervs commented Feb 25, 2018

Done updating the files


<?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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pag-customize

**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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

template na gusto

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ito, kailangan nating maglikha

``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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bake na pagtawag

===========

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

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

@smervs
Copy link
Author

smervs commented Feb 25, 2018

Done updating the files. Thank you for the proofread.

@severinolorillajr severinolorillajr merged commit c968057 into cakephp-tl:3.0 Feb 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants