Add Indonesian translation for volume-snapshot-classes#15724
Add Indonesian translation for volume-snapshot-classes#15724k8s-ci-robot merged 2 commits intokubernetes:masterfrom
Conversation
|
Deploy preview for kubernetes-io-master-staging ready! Built with commit 97c5357 https://deploy-preview-15724--kubernetes-io-master-staging.netlify.com |
| @@ -0,0 +1,58 @@ | |||
| --- | |||
| title: Volume Snapshot Class | |||
There was a problem hiding this comment.
| title: Volume Snapshot Class | |
| title: VolumeSnapshotClass |
(because VolumeSnapshotClass is the unlocalizable resource name)
|
|
||
| VolumeSnapshotClass memiliki parameter-parameter yang menggambarkan _snapshot_ volume | ||
| di dalam VolumeSnapshotClass. Parameter-parameter yang berbeda diperbolehkan tergantung | ||
| dari `shapshotter`. |
There was a problem hiding this comment.
I think we need some consitency here, wheter to use italic (like line 49) or code style.
|
|
||
| ## Pengenalan | ||
|
|
||
| Seperti halnya StorageClass yang menyediakan cara untuk para admin mendefinisikan |
There was a problem hiding this comment.
...yang menyediakan cara bagi admin untuk mendefinisikan..
| Nama yang dimiliki suatu objek VolumeSnapshotClass sangatlah penting, karena digunakan | ||
| oleh pengguna saat meminta sebuah kelas tertentu. Admin dapat mengatur nama dan parameter | ||
| lainnya dari sebuah kelas saat pertama kali membuat objek VolumeSnapshotClass. Objek | ||
| tidak dapat diperbarui setelah dibuat. |
There was a problem hiding this comment.
I prefer 'diubah' instead diperbarui
irvifa
left a comment
There was a problem hiding this comment.
Thank you for your contribution 🎉 However I'd like to make the styling consistent with https://kubernetes.io/docs/concepts/storage/volume-snapshot-classes/. Also I suggest few wording for the statements.
| {{% capture overview %}} | ||
|
|
||
| Laman ini menjelaskan tentang konsep VolumeSnapshotClass pada Kubernetes. Sebelum melanjutkan, | ||
| sangat disarankan untuk membaca [_snapshot_ volume](/docs/concepts/storage/volume-snapshots/) |
There was a problem hiding this comment.
snapshot volume -> volume snapshot
There was a problem hiding this comment.
I think for Indonesian language it's the opposite, it's like:
Language Class (en) -> Kelas Bahasa (id)
order becomes opposite
|
|
||
| {{% capture overview %}} | ||
|
|
||
| Laman ini menjelaskan tentang konsep VolumeSnapshotClass pada Kubernetes. Sebelum melanjutkan, |
There was a problem hiding this comment.
VolumeSnapshotClass -> VolumeSnapshotClass
There was a problem hiding this comment.
the original page styling is incorrect, for resource name it should be camel case according to https://kubernetes.io/docs/contribute/style/style-guide/#use-camel-case-for-api-objects
|
|
||
| ## Pengenalan | ||
|
|
||
| Seperti halnya StorageClass yang menyediakan cara untuk para admin mendefinisikan |
There was a problem hiding this comment.
the original page styling is incorrect, for resource name it should be camel case according to https://kubernetes.io/docs/contribute/style/style-guide/#use-camel-case-for-api-objects
| ## Pengenalan | ||
|
|
||
| Seperti halnya StorageClass yang menyediakan cara untuk para admin mendefinisikan | ||
| "kelas" penyimpanan yang mereka tawarkan saat proses penyediaan sebuah volume, VolumeSnapshotClass |
There was a problem hiding this comment.
VolumeSnapshotClass -> VolumeSnapshotClass
There was a problem hiding this comment.
the original page styling is incorrect, for resource name it should be camel case according to https://kubernetes.io/docs/contribute/style/style-guide/#use-camel-case-for-api-objects
|
|
||
| Seperti halnya StorageClass yang menyediakan cara untuk para admin mendefinisikan | ||
| "kelas" penyimpanan yang mereka tawarkan saat proses penyediaan sebuah volume, VolumeSnapshotClass | ||
| menyediakan cara untuk mendefinisikan "kelas" penyimpanan saat menyediakan _snapshot_ volume. |
There was a problem hiding this comment.
snapshot volume. -> volume snapshot
There was a problem hiding this comment.
I think for Indonesian language it's the opposite, it's like:
Language Class (en) -> Kelas Bahasa (id)
order becomes opposite
| yang digunakan saat sebuah VolumeSnapshot yang dimiliki kelas tersebut perlu untuk | ||
| disediakan secara dinamis. | ||
|
|
||
| Nama yang dimiliki suatu objek VolumeSnapshotClass sangatlah penting, karena digunakan |
There was a problem hiding this comment.
VolumeSnapshot -> VolumeSnapshot
There was a problem hiding this comment.
the original page styling is incorrect, for resource name it should be camel case according to https://kubernetes.io/docs/contribute/style/style-guide/#use-camel-case-for-api-objects
|
|
||
| Nama yang dimiliki suatu objek VolumeSnapshotClass sangatlah penting, karena digunakan | ||
| oleh pengguna saat meminta sebuah kelas tertentu. Admin dapat mengatur nama dan parameter | ||
| lainnya dari sebuah kelas saat pertama kali membuat objek VolumeSnapshotClass. Objek |
There was a problem hiding this comment.
VolumeSnapshotClass -> VolumeSnapshotClass
There was a problem hiding this comment.
the original page styling is incorrect, for resource name it should be camel case according to https://kubernetes.io/docs/contribute/style/style-guide/#use-camel-case-for-api-objects
| lainnya dari sebuah kelas saat pertama kali membuat objek VolumeSnapshotClass. Objek | ||
| tidak dapat diperbarui setelah dibuat. | ||
|
|
||
| Admin dapat mengatur VolumeSnapshotClass _default_ hanya untuk VolumeSnapshot yang tidak |
There was a problem hiding this comment.
VolumeSnapshotClass -> VolumeSnapshotClass
There was a problem hiding this comment.
meminta kelas apapun untuk dikaitkan. -> yang tidak memiliki menspesifikan kelas apapun
|
|
||
| ### _Snapshotter_ | ||
|
|
||
| VolumeSnapshotClass memiliki sebuah _snapshotter_ yang menentukan volume CSI plugin |
There was a problem hiding this comment.
VolumeSnapshotClass -> VolumeSnapshotClass
| ### _Snapshotter_ | ||
|
|
||
| VolumeSnapshotClass memiliki sebuah _snapshotter_ yang menentukan volume CSI plugin | ||
| apa yang digunakan untuk penyediaan VolumeSnapshot. _Field_ ini wajib diatur. |
There was a problem hiding this comment.
VolumeSnapshot -> VolumeSnapshot
There was a problem hiding this comment.
the original page styling is incorrect, for resource name it should be camel case according to https://kubernetes.io/docs/contribute/style/style-guide/#use-camel-case-for-api-objects
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: irvifa 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 |
This PR translates
volume-snapshot-classesto Bahasa Indonesia. Part of #15341/language id
/assign @irvifa