File: /home/richfield/www/vendor/tcg/voyager/publishable/lang/id/post.php
<?php
return [
'category' => 'Kategori Post',
'content' => 'Konten Post',
'details' => 'Detil Post',
'excerpt' => 'Kutipan <small>Deskripsi pendek dari post ini</small>',
'image' => 'Gambar Post',
'meta_description' => 'Meta Deskripsi',
'meta_keywords' => 'Meta Kata Kunci',
'new' => 'Buat Post Baru',
'seo_content' => 'Konten SEO',
'seo_title' => 'SEO Title',
'slug' => 'URL slug',
'status' => 'Status Post',
'status_draft' => 'draft',
'status_pending' => 'pending',
'status_published' => 'published',
'title' => 'Post Title',
'title_sub' => 'Title dari post',
'update' => 'Perbaharui Post',
];