-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Add translations for Persistent Volumes for Bahasa Indonesia #14532
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 9292f15 https://deploy-preview-14532--kubernetes-io-master-staging.netlify.com |
|
||
Mengelola penyimpanan adalah hal yang berbeda dengan mengelola komputasi. Sub-sistem `PersistentVolume` menyediakan API untuk para pengguna dan administrator yang mengabstraksi detail-detail tentang bagaimana penyimpanan disediakan dari bagaimana penyimpanan dikonsumsi. Untuk melakukan ini, kami mengenalkan dua sumber daya API baru: `PersistentVolume` dan `PersistentVolumeClaim`. | ||
|
||
Sebuah `PersistentVolume` (PV) adalah suatu bagian dari penyimpanan pada kluster yang telah disediakan oleh seorang administrator. PV merupakan sebuah sumber daya pada kluster sama halnya dengan _node_ yang juga merupakan sumber daya kluster. PV adalah _volume plugin_ seperti _Volumes_, tetapi memiliki siklus hidup yang independen dari _pod_ individual yang menggunakan PV tersebut. Objek API ini menangkap detail-detail implementasi dari penyimpanan, seperti NFS, iSCSI, atau sistem penyimpanan yang spesifik pada penyedia layanan _cloud_. |
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 add comma (,) after sama halnya
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.
after sama halnya or after dengan node?
@evanap It's already long since you submitted this, do you have any progress on this one? Thanks.. |
+ Fix leftover English + Fix typos + Fix nits
Hi! Sorry for the late update. I'll try to keep up next time. I've updated the translation with the requested changes. |
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.
Looking good, just 1 minor typo, thanks for your contribution!
This seems to be the first page in storage directory, I will create the index page there and get this in.
/lgtm
/hold
Fix typo Co-Authored-By: Giri Kuncoro <[email protected]>
Thanks a lot for your contribution, great work! 🎉 If you are interested and have spare time, you can pick up other pages as well 😄 /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: girikuncoro The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
@girikuncoro Sure! Would love to contribute more to the project! |
…tes#14532) * Add translations for Persistent Volumes for Bahasa Indonesia * Update translations: + Fix leftover English + Fix typos + Fix nits * Update content/id/docs/concepts/storage/persistent-volumes.md Fix typo Co-Authored-By: Giri Kuncoro <[email protected]> * Translate remaining word 'storage'
This PR addresses #13929