-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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] Translation for guides/layouts.md #754
Conversation
@@ -0,0 +1,173 @@ | |||
--- | |||
title: layouts | |||
description: Layouts adalah bagian yang sangatlah membantu ketika anda ingin mengubah tampilan dan nuansa pada aplikasi Nuxt.js anda, baik memasukkan _sidebar_ maupun memiliki layout berbeda untuk perangkat mobile dan desktop. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
anda
-> Anda
, minta tolong cek dibagian lainnya juga ya kali ajah ada yg serupa
- layouts | ||
- errors | ||
correctAnswer: layouts | ||
- question: Anda perlu menambahkan komponen `<Nuxt>` pada halaman error? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
halaman error
-> halaman galat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apakah itu tidak menimbulkan efek pada penggantian nama tersebut mas @jefrydco ? Soalnya itu menyangkut dengan nama file, jadi saya takut itu akan menjadi error baru saat orang lain membaca dokumentasi dan mengikutinya mentah-mentah. Terima kasih mas
|
||
<base-alert type="info"> | ||
|
||
Jika anda memiliki ["components set to true"](/guides/directory-structure/components), maka tidak perlu lagi menambahkan pernyataan-pernyataan import pada komponen-komponen tersebut. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
components set to true
kalau ngga diterjemahkan mungkin bisa dijadikan format miring
|
||
## Layout Kustom | ||
|
||
Seluruh file (_top-level_) pada direktori `layouts` akan membuat layout kustom yang dapat diakses dengan properti `layout` dalam page components. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file
-> berkas
* Added translations in Bahasa Indonesia for guides/layouts and guides/pages * Minor changes * Changed the files as the advices from @jefrydco
* Added translations in Bahasa Indonesia for guides/layouts and guides/pages * Minor changes * Changed the files as the advices from @jefrydco
Mau ngambil di bagian 📝 guides -> directory-structure yang belum diambil:
📝 guides -> directory-structure:
#549