Skip to content
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

[docs-id] Translate guides/features #631

Merged
merged 3 commits into from
Sep 21, 2020
Merged

[docs-id] Translate guides/features #631

merged 3 commits into from
Sep 21, 2020

Conversation

burhanahmeed
Copy link
Contributor

@burhanahmeed burhanahmeed commented Sep 1, 2020

Helping docs translation based on this issue #549
#549 (comment)

📝 guides -> features

  • configuration.md
  • data-fetching.md

@burhanahmeed burhanahmeed marked this pull request as ready for review September 4, 2020 15:21
@burhanahmeed
Copy link
Contributor Author

Kindly review my works @danilhendras @febrihidayan @jefrydco

- true
- false
correctAnswer: false
- question: Apa server pengembangan bawaan dari Nuxt.js?
Copy link
Contributor

@jefrydco jefrydco Sep 4, 2020

Choose a reason for hiding this comment

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

server -> _server_, minta tolong dicek di tempat lain juga ya Mas

- 3000
- '0'
correctAnswer: localhost
- question: Atribut mana yang Anda gunakan pada tag style untuk menggunakan SCSS?
Copy link
Contributor

@jefrydco jefrydco Sep 4, 2020

Choose a reason for hiding this comment

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

style -> _style_, minta tolong dicek di tempat lain juga ya Mas


<base-alert>

Nuxt.js akan secara otomatis menebak berkas berdasarkan jenis ekstensi berkas dan menggunakan pemuat _pre-processor_ yang pantas untuk _webpack_. Anda masih harus memasang pemuat yang dibutuhkan jika Anda akan menggunakan mereka.
Copy link
Contributor

Choose a reason for hiding this comment

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

Mas @trastanechora kemaren webpack ditulis bagaimana ya?

Copy link
Contributor

Choose a reason for hiding this comment

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

Di dokumen kemarin webpack tidak dicetak miring, mengacu pada penggunaan kata webpack di situs dokumentasi Vue ini https://docs.vuejs.id/v2/guide/installation.html


Terima kasih kepada [Vue Loader](http://vue-loader.vuejs.org/en/configurations/pre-processors.html), Anda dapat menggunakan setiap jenis _pre-processor_ untuk `<template>` atau `<style>`: dengan menggunakan atribut `lang`.

Contoh dari `pages/index.vue` kami menggunakan [Pug](https://github.com/pugjs/pug) and [Sass](http://sass-lang.com/):
Copy link
Contributor

Choose a reason for hiding this comment

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

and belum di terjemahkan

</style>
```

Untuk menggunakan _pre-processors_ ini, kita perlu memasang beberapa _loader_ Webpack:
Copy link
Contributor

Choose a reason for hiding this comment

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

Mengacu pada bagian ini #621 (comment), _loader_ diterjemahkan menjadi pemuat

Copy link
Contributor Author

Choose a reason for hiding this comment

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

bagian ini kemarin juga sempat diskusi dengan mas @danilhendras antara pakai loader atau pemuat

Copy link
Contributor

Choose a reason for hiding this comment

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

Mungkin kalau dirasa kurang familiar bisa ditambah kata aslinya Mas setelah padanannya


## JSX

Nuxt.js menggunakan [@nuxt/babel-preset-app](https://github.com/nuxt/nuxt.js/tree/dev/packages/babel-preset-app), yang mana berdasarkan ofisial [@vue/babel-preset-app](https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/babel-preset-app) untuk konfigurasi asli _babel_, jadi Anda dapat menggunakan JSX pada komponen Anda.
Copy link
Contributor

@jefrydco jefrydco Sep 4, 2020

Choose a reason for hiding this comment

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

ofisial -> resmi

_babel_, saya rasa tidak perlu diformat miring karena ia merupakan nama teknologi


### Properti ignorePrefix

Setiap berkas pada `pages/`, `layout/`, `middleware/` atau `store/` akan diabaikan ketika _build_ jika nama berkasnya dimulai dengan _prefix_ yang telah dispesifikasikan di _ignorePrefix_.
Copy link
Contributor

Choose a reason for hiding this comment

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

_prefix_ sepertinya bisa dipadankan dengan awalan


</base-alert>

Pengait `fetch` Nuxt.js dipanggil setelah instance komponen dibuat pada sisi peladen (_server_): `this` juga tersedia di dalamnya.
Copy link
Contributor

@jefrydco jefrydco Sep 4, 2020

Choose a reason for hiding this comment

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

instance -> _instance_

Di bagian ini server di padankan dengan peladen, saya tadi sempat lihat di atas ada yang masih menggunakan server. Mungkin bisa disamakan.

Copy link
Contributor

@danilhendrasr danilhendrasr Sep 4, 2020

Choose a reason for hiding this comment

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

Maaf mas, barusan saya cek di KBBI ternyata ada kata server. Apakah masih perlu dicetak miring dan/atau dipadankan dengan peladen?

Copy link
Contributor

Choose a reason for hiding this comment

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

Kalau menurut Mas @isatrio lebih baik menggunakan peladen atau server?


### Tembolok

Anda dapat menggunakan _directive_ `keep-alive` di komponen `<nuxt/>` dan `<nuxt-child/>` untuk menyimpan pemanggilan `fetch` pada halaman yang Anda telah kunjungi:
Copy link
Contributor

Choose a reason for hiding this comment

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

content/id/guides/features/data-fetching.md Outdated Show resolved Hide resolved
content/id/guides/features/data-fetching.md Outdated Show resolved Hide resolved
content/id/guides/features/data-fetching.md Outdated Show resolved Hide resolved
content/id/guides/features/data-fetching.md Outdated Show resolved Hide resolved
content/id/guides/features/data-fetching.md Outdated Show resolved Hide resolved
content/id/guides/features/data-fetching.md Outdated Show resolved Hide resolved
content/id/guides/features/data-fetching.md Outdated Show resolved Hide resolved
content/id/guides/features/data-fetching.md Outdated Show resolved Hide resolved
content/id/guides/features/data-fetching.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@febrihidayan febrihidayan left a comment

Choose a reason for hiding this comment

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

Saya sudah coba di lokal, kelihatannya aman-aman saja untuk saat ini

@@ -5,7 +5,7 @@ position: 4
category: fitur
Copy link
Collaborator

Choose a reason for hiding this comment

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

Saya melihat dari beberapa bahasa mereka tidak menerjemahkan baris category ini

@burhanahmeed
Copy link
Contributor Author

burhanahmeed commented Sep 5, 2020

server atau peladen disini saya ubah menjadi server semua

@jefrydco
Copy link
Contributor

jefrydco commented Sep 5, 2020

Mas @burhanahmeed sebelum di merge, minta tolong commit nya di reset dulu ya biar jadi 1 commit ajah

@debs-obrien
Copy link
Contributor

Thanks for the amazing hard work guys 💪

@debs-obrien debs-obrien merged commit 802d05e into nuxt:master Sep 21, 2020
@burhanahmeed burhanahmeed deleted the docs-id-guides-feature branch September 22, 2020 02:46
pi0 pushed a commit that referenced this pull request Jul 8, 2021
* copy the english version

* [docs-id] translate guides/features/configuration

* fix: webpack text in Bahasa version
imgbot bot pushed a commit that referenced this pull request Jan 10, 2023
* copy the english version

* [docs-id] translate guides/features/configuration

* fix: webpack text in Bahasa version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants