1
1
const sidebar = {
2
2
cookbook : [
3
3
{
4
- title : 'Cookbook ' ,
4
+ title : 'Buku Petunjuk ' ,
5
5
collapsable : false ,
6
6
children : [
7
7
'/cookbook/' ,
@@ -12,7 +12,7 @@ const sidebar = {
12
12
] ,
13
13
guide : [
14
14
{
15
- title : 'Essentials ' ,
15
+ title : 'Esensial ' ,
16
16
collapsable : false ,
17
17
children : [
18
18
'/guide/installation' ,
@@ -30,7 +30,7 @@ const sidebar = {
30
30
]
31
31
} ,
32
32
{
33
- title : 'Components In-Depth ' ,
33
+ title : 'Komponen secara Mendalam ' ,
34
34
collapsable : false ,
35
35
children : [
36
36
'/guide/component-registration' ,
@@ -45,7 +45,7 @@ const sidebar = {
45
45
]
46
46
} ,
47
47
{
48
- title : 'Transitions & Animation ' ,
48
+ title : 'Animasi & Translasi ' ,
49
49
collapsable : false ,
50
50
children : [
51
51
'/guide/transitions-overview' ,
@@ -55,7 +55,7 @@ const sidebar = {
55
55
]
56
56
} ,
57
57
{
58
- title : 'Reusability & Composition ' ,
58
+ title : 'Kebergunaan & Komposisi ' ,
59
59
collapsable : false ,
60
60
children : [
61
61
{
@@ -76,11 +76,11 @@ const sidebar = {
76
76
]
77
77
} ,
78
78
{
79
- title : 'Advanced Guides ' ,
79
+ title : 'Petunjuk lebih Lanjut ' ,
80
80
collapsable : false ,
81
81
children : [
82
82
{
83
- title : 'Reactivity ' ,
83
+ title : 'Reaktivitas ' ,
84
84
children : [
85
85
'/guide/reactivity' ,
86
86
'/guide/reactivity-fundamentals' ,
@@ -92,7 +92,7 @@ const sidebar = {
92
92
]
93
93
} ,
94
94
{
95
- title : 'Tooling ' ,
95
+ title : 'Peralatan ' ,
96
96
collapsable : false ,
97
97
children : [
98
98
'/guide/single-file-component' ,
@@ -103,12 +103,12 @@ const sidebar = {
103
103
]
104
104
} ,
105
105
{
106
- title : 'Scaling Up ' ,
106
+ title : 'Peningkatan ' ,
107
107
collapsable : false ,
108
108
children : [ '/guide/routing' , '/guide/state-management' , '/guide/ssr' ]
109
109
} ,
110
110
{
111
- title : 'Accessibility ' ,
111
+ title : 'Aksesibilitas ' ,
112
112
collapsable : false ,
113
113
children : [
114
114
'/guide/a11y-basics' ,
@@ -154,7 +154,7 @@ const sidebar = {
154
154
] ,
155
155
examples : [
156
156
{
157
- title : 'Examples ' ,
157
+ title : 'Contoh ' ,
158
158
collapsable : false ,
159
159
children : [
160
160
'/examples/markdown' ,
@@ -172,7 +172,7 @@ const sidebar = {
172
172
migration : [
173
173
'/guide/migration/introduction' ,
174
174
{
175
- title : 'Details ' ,
175
+ title : 'Detail ' ,
176
176
collapsable : false ,
177
177
children : [
178
178
'/guide/migration/array-refs' ,
@@ -209,12 +209,12 @@ const sidebar = {
209
209
}
210
210
] ,
211
211
ssr : [
212
- [ '/guide/ssr/introduction' , 'Introduction ' ] ,
212
+ [ '/guide/ssr/introduction' , 'Pengenalan ' ] ,
213
213
'/guide/ssr/getting-started'
214
214
] ,
215
215
contributing : [
216
216
{
217
- title : 'Contribute to the Docs ' ,
217
+ title : 'Berkontribusi untuk Dokumentasi ' ,
218
218
collapsable : false ,
219
219
children : [
220
220
'/guide/contributing/writing-guide' ,
@@ -227,7 +227,7 @@ const sidebar = {
227
227
228
228
module . exports = {
229
229
title : 'Vue.js' ,
230
- description : 'Vue.js - The Progressive JavaScript Framework ' ,
230
+ description : 'Vue.js - Kerangka Kerja JavaScript nan Progresif ' ,
231
231
head : [
232
232
[
233
233
'link' ,
@@ -292,66 +292,66 @@ module.exports = {
292
292
logo : '/logo.png' ,
293
293
nav : [
294
294
{
295
- text : 'Docs ' ,
295
+ text : 'Dokumentasi ' ,
296
296
ariaLabel : 'Documentation Menu' ,
297
297
items : [
298
298
{
299
- text : 'Guide ' ,
299
+ text : 'Petunjuk ' ,
300
300
link : '/guide/introduction'
301
301
} ,
302
302
{
303
- text : 'Style Guide ' ,
303
+ text : 'Petunjuk Gaya ' ,
304
304
link : '/style-guide/'
305
305
} ,
306
306
{
307
- text : 'Cookbook ' ,
307
+ text : 'Buku Petunjuk ' ,
308
308
link : '/cookbook/'
309
309
} ,
310
310
{
311
- text : 'Examples ' ,
311
+ text : 'Contoh ' ,
312
312
link : '/examples/markdown'
313
313
} ,
314
314
{
315
- text : 'Contribute ' ,
315
+ text : 'Berkontribusi ' ,
316
316
link : '/guide/contributing/writing-guide'
317
317
} ,
318
318
{
319
- text : 'Migration from Vue 2' ,
319
+ text : 'Migrasi dari Vue 2' ,
320
320
link : '/guide/migration/introduction'
321
321
}
322
322
]
323
323
} ,
324
324
{
325
- text : 'API Reference ' ,
325
+ text : 'Referensi API ' ,
326
326
link : '/api/'
327
327
} ,
328
328
{
329
- text : 'Ecosystem ' ,
329
+ text : 'Ekosistem ' ,
330
330
items : [
331
331
{
332
- text : 'Community ' ,
332
+ text : 'Komunitas ' ,
333
333
ariaLabel : 'Community Menu' ,
334
334
items : [
335
335
{
336
- text : 'Team ' ,
336
+ text : 'Tim ' ,
337
337
link : '/community/team/'
338
338
} ,
339
339
{
340
- text : 'Partners ' ,
340
+ text : 'Kemitraan ' ,
341
341
link : '/community/partners'
342
342
} ,
343
343
{
344
- text : 'Join ' ,
344
+ text : 'Gabung ' ,
345
345
link : '/community/join/'
346
346
} ,
347
347
{
348
- text : 'Themes ' ,
348
+ text : 'Tema ' ,
349
349
link : '/community/themes/'
350
350
}
351
351
]
352
352
} ,
353
353
{
354
- text : 'Official Projects ' ,
354
+ text : 'Proyek Resmi ' ,
355
355
items : [
356
356
{
357
357
text : 'Vue Router' ,
@@ -375,7 +375,7 @@ module.exports = {
375
375
link : 'https://github.com/vuejs/vue-devtools'
376
376
} ,
377
377
{
378
- text : 'Weekly news ' ,
378
+ text : 'Berita Mingguan ' ,
379
379
link : 'https://news.vuejs.org/'
380
380
} ,
381
381
{
@@ -387,27 +387,31 @@ module.exports = {
387
387
]
388
388
} ,
389
389
{
390
- text : 'Support Vue' ,
390
+ text : 'Dukung Vue' ,
391
391
link : '/support-vuejs/' ,
392
392
items : [
393
393
{
394
- text : 'One-time Donations ' ,
394
+ text : 'Donasi Sekali ' ,
395
395
link : '/support-vuejs/#one-time-donations'
396
396
} ,
397
397
{
398
- text : 'Recurring Pledges ' ,
398
+ text : 'Donasi Berulang ' ,
399
399
link : '/support-vuejs/#recurring-pledges'
400
400
} ,
401
401
{
402
- text : 'T-Shirt Shop ' ,
402
+ text : 'Toko Kaos ' ,
403
403
link : 'https://vue.threadless.com/'
404
404
}
405
405
]
406
406
} ,
407
407
{
408
- text : 'Translations ' ,
408
+ text : 'Terjemahan ' ,
409
409
link : '#' ,
410
410
items : [
411
+ {
412
+ text : 'Bahasa Inggris' ,
413
+ link : 'https://v3.vuejs.org/'
414
+ } ,
411
415
{
412
416
text : '中文' ,
413
417
link : 'https://v3.cn.vuejs.org/'
@@ -417,8 +421,8 @@ module.exports = {
417
421
] ,
418
422
repo : 'vuejs/docs-next' ,
419
423
editLinks : false ,
420
- editLinkText : 'Edit this on GitHub!' ,
421
- lastUpdated : 'Last updated ' ,
424
+ editLinkText : 'Sunting di GitHub!' ,
425
+ lastUpdated : 'Pembaruan terakhir ' ,
422
426
docsDir : 'src' ,
423
427
sidebarDepth : 2 ,
424
428
sidebar : {
0 commit comments