Translate CronJob to Bahasa Indonesia#14382
Translate CronJob to Bahasa Indonesia#14382yohanesmario wants to merge 2 commits intokubernetes:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/assign @girikuncoro |
|
Deploy preview for kubernetes-io-master-staging ready! Built with commit b332850 https://deploy-preview-14382--kubernetes-io-master-staging.netlify.com |
girikuncoro
left a comment
There was a problem hiding this comment.
Thank you for your contribution, great job on translating this page! 🎉
Looking good, you just need to fix formatting for CronJob, Job, Pod with camelcase (without italic) if those words are used with context of Kubernetes objects. (As per https://kubernetes.io/docs/contribute/style/style-guide/#use-camel-case-for-api-objects)
But if those words are used in the context of english words, you just need to do italic for it.
| Seluruh waktu `schedule:` pada _**CronJob**_ mengikuti zona waktu dari _master_ di mana _job_ diinisiasi. | ||
| {{< /note >}} | ||
|
|
||
| Untuk panduan dalam berkreasi dengan _cron job_, dan contoh _spec file_ untuk suatu _cron job_, lihat [Running automated tasks with cron jobs](/docs/tasks/job/automated-tasks-with-cron-jobs). |
There was a problem hiding this comment.
should translate "Running automated tasks with cron jobs" as well
|
|
||
| {{% capture overview %}} | ||
|
|
||
| Suatu _CronJob_ menciptakan [_Job_](/docs/concepts/workloads/controllers/jobs-run-to-completion/) yang dijadwalkan berdasarkan waktu tertentu. |
There was a problem hiding this comment.
CronJob and Job are Kubernetes objects. Should be written as camel case without italic (unless it's referring to cron job / job as english word -- not as the kube object).
ref: https://kubernetes.io/docs/contribute/style/style-guide/#use-camel-case-for-api-objects
Same comment applies for the rest on this page
|
@yohanesmario any update on this? |
|
This got moved to #14933 which was merged, closing this |
This PR addresses #13929