Add translations for Persistent Volumes for Bahasa Indonesia#14532
Add translations for Persistent Volumes for Bahasa Indonesia#14532k8s-ci-robot merged 4 commits intokubernetes:masterfrom
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.
please add comma (,) after sama halnya
There was a problem hiding this comment.
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. |
girikuncoro
left a comment
There was a problem hiding this comment.
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 <girikuncoro@users.noreply.github.com>
|
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 DetailsNeeds 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 <girikuncoro@users.noreply.github.com> * Translate remaining word 'storage'
This PR addresses #13929