Skip to content

Commit 885d32a

Browse files
authored
Merge branch 'indonesian' into master
2 parents 5fe8e0d + d49696e commit 885d32a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1391
-1244
lines changed

.all-contributorsrc

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "mandaputtra",
10+
"name": "Manda Putra",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/23342943?v=4",
12+
"profile": "http://mandaputtra.github.io",
13+
"contributions": [
14+
"code",
15+
"doc"
16+
]
17+
},
18+
{
19+
"login": "jefrydco",
20+
"name": "Jefry Dewangga",
21+
"avatar_url": "https://avatars0.githubusercontent.com/u/20434351?v=4",
22+
"profile": "https://jefrydco.id",
23+
"contributions": [
24+
"doc"
25+
]
26+
},
27+
{
28+
"login": "Namchee",
29+
"name": "Cristopher",
30+
"avatar_url": "https://avatars1.githubusercontent.com/u/32661241?v=4",
31+
"profile": "http://namchee.netlify.app",
32+
"contributions": [
33+
"translation"
34+
]
35+
},
36+
{
37+
"login": "RezaZR",
38+
"name": "Reza Z. Ramadan",
39+
"avatar_url": "https://avatars3.githubusercontent.com/u/9331014?v=4",
40+
"profile": "http://website-reza.vercel.app",
41+
"contributions": [
42+
"translation"
43+
]
44+
}
45+
],
46+
"contributorsPerLine": 7,
47+
"projectName": "docs-next",
48+
"projectOwner": "vuejs-id",
49+
"repoType": "github",
50+
"repoHost": "https://github.com",
51+
"skipCi": true
52+
}

.github/pull.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: '1'
2+
rules:
3+
- base: master
4+
upstream: vuejs:master # change `wei` to the owner of upstream repo
5+
mergeMethod: hardreset
6+
- base: indonesian
7+
upstream: master # Required. Can be a branch in the same forked repo.
8+
assignees: # Optional
9+
- mandaputtra
10+
reviewers: # Optional
11+
- mandaputtra
12+
conflictReviewers: # Optional, on merge conflict assign a reviewer
13+
- mandaputtra
14+
label: ":arrow_heading_down: pull" # Optional
15+
conflictLabel: "merge-conflict" # Optional, on merge conflict assign a custom label, Default: merge-conflict

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,6 @@ dist/
101101
# Temporary folders
102102
tmp/
103103
temp/
104+
105+
# NPM Lockfile
106+
package-lock.json

README.md

+53-11
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,73 @@
1-
# v3.vuejs.org
1+
# Translasi dokumentasi Vue 3
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

3-
This site is built with [VuePress](https://vuepress.vuejs.org/). Site content is written in Markdown format located in `src`.
6+
Repositori berikut berisi translasi dokumentasi bahasa Indonesia Vue 3 (vue-next). Teman - teman dapat berkontibusi dalam repositori berikut. Rencana (Roadmap) translasi bisa dilihat dibawah halaman ini.
47

5-
## Writing
8+
Situs dokumentasi Vue 3 berbahasa Inggris bisa diakses [disini](https://v3.vuejs.org/) untuk situs translasi bisa diakses [disini](https://v3-vuejsid-docs.netlify.app/)
69

7-
See the [Vue Docs Writing Guide](https://v3.vuejs.org/guide/writing-guide.html) for our rules and recommendations on writing and maintaining documentation.
10+
## Tata cara berkontibusi
811

9-
## Developing
12+
Untuk tata cara melakukan PR (Pull Request, cara berkontibusi ke dalam repositori) kita mengacu pada [komentar github berikut](https://github.com/mazipan/buku-saku-pramuka/pull/52#issuecomment-710839756) yang mana kita akan detailkan [disini untuk tata cara translasi dan menulis dokumentasi](https://v3.vuejs.org/guide/writing-guide.html), halaman tersebut belum di translasi dan akan ada pengubahan beberapa kalimat / aturan.
1013

11-
1. Clone repository
14+
## Pengembangan Situs
15+
16+
1. Kloning repositori
1217

1318
```bash
14-
git clone [email protected]:vuejs/docs-next.git
19+
git clone [email protected]:vuejs-id/docs-next.git
1520
```
1621

17-
2. Install dependencies
22+
2. Install dependensi
1823

1924
```bash
2025
yarn # or npm install
26+
# proyek memakai yarn 1.x
2127
```
2228

23-
3. Start local development environment
29+
3. Menjalankan situs pada komputer Anda
2430

2531
```bash
2632
yarn serve # or npm run serve
2733
```
2834

29-
## Deploying
35+
Proyek ini memerlukan Node.js 12+
36+
37+
## Deployment
38+
39+
Situs akan otomatis diperbaharui saat ada _commit_ baru pada branch `indonesian`, melalui [Netlify](https://www.netlify.com/). Akun Netlify dimiliki oleh [@mandaputtra](https://github.com/mandaputtra).
40+
41+
## FAQ
42+
43+
### Kamus Perbendaharaan Istilah
44+
45+
Silakan lihat di halaman [Kamus Perbendaharaan Istilah](https://github.com/vuejs-id/docs/blob/master/GLOSARIUM.md) atau [Glosarium Frontend Indonesia](https://github.com/frontend-id/glosarium)
46+
47+
### Bagaimana repo ini bisa sinkron dengan repo _upstream_
48+
49+
Kita menggunakan bot [wei/pull](https://github.com/wei/pull) dengan konfigurasi bisa dibaca [disini](https://github.com/vuejs-id/docs-next/blob/indonesian/.github/pull.yml). Kita tetap menyimpan dan mensinkronasi repo _upstream_ pada _branch master_ yang pada nantinya bisa digunakan sebagai referensi jika bot _wei/pull_ mengalami _merge conflict_ pada saat PR ke _branch indonesian_.
50+
51+
Jikalau ada masukan soal cara sinkronasi ini, kita dengan senang hati akan mengubahnya apabila solusi tersebut lebih baik.
52+
53+
## Contributors ✨
54+
55+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
56+
57+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
58+
<!-- prettier-ignore-start -->
59+
<!-- markdownlint-disable -->
60+
<table>
61+
<tr>
62+
<td align="center"><a href="http://mandaputtra.github.io"><img src="https://avatars1.githubusercontent.com/u/23342943?v=4" width="100px;" alt=""/><br /><sub><b>Manda Putra</b></sub></a><br /><a href="https://github.com/vuejs-id/docs-next/commits?author=mandaputtra" title="Code">💻</a> <a href="https://github.com/vuejs-id/docs-next/commits?author=mandaputtra" title="Documentation">📖</a></td>
63+
<td align="center"><a href="https://jefrydco.id"><img src="https://avatars0.githubusercontent.com/u/20434351?v=4" width="100px;" alt=""/><br /><sub><b>Jefry Dewangga</b></sub></a><br /><a href="https://github.com/vuejs-id/docs-next/commits?author=jefrydco" title="Documentation">📖</a></td>
64+
<td align="center"><a href="http://namchee.netlify.app"><img src="https://avatars1.githubusercontent.com/u/32661241?v=4" width="100px;" alt=""/><br /><sub><b>Cristopher</b></sub></a><br /><a href="#translation-Namchee" title="Translation">🌍</a></td>
65+
<td align="center"><a href="http://website-reza.vercel.app"><img src="https://avatars3.githubusercontent.com/u/9331014?v=4" width="100px;" alt=""/><br /><sub><b>Reza Z. Ramadan</b></sub></a><br /><a href="#translation-RezaZR" title="Translation">🌍</a></td>
66+
</tr>
67+
</table>
68+
69+
<!-- markdownlint-enable -->
70+
<!-- prettier-ignore-end -->
71+
<!-- ALL-CONTRIBUTORS-LIST:END -->
3072

31-
The site is automatically deployed when commits land in `master`, via [Netlify](https://www.netlify.com/).
73+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

src/.vuepress/components/common/vuemastery-video-modal.vue

+6-4
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,23 @@
1818
</div>
1919

2020
<p class="modal-text">
21-
Video by
21+
Video oleh
2222
<a
2323
href="https://www.vuemastery.com"
2424
target="_blank"
2525
rel="sponsored noopener"
2626
title="Vue.js Courses on Vue Mastery"
2727
>Vue Mastery</a
28-
>. Watch Vue Mastery’s free
28+
>. Tonton
2929
<a
3030
href="https://www.vuemastery.com/courses/intro-to-vue-3/intro-to-vue3"
3131
target="_blank"
3232
rel="sponsored noopener"
3333
title="Vue.js Courses on Vue Mastery"
34-
>Intro to Vue course</a
35-
>.
34+
>
35+
Kursus Pengenalan untuk Vue
36+
</a>
37+
dari Vue Mastery.
3638
</p>
3739
</div>
3840
</div>

0 commit comments

Comments
 (0)