File: /home/richfield/www/vendor/tcg/voyager/publishable/lang/ca/post.php
<?php
return [
'category' => 'Categoria del Post',
'content' => 'Contingut del Post',
'details' => 'Detalls del Post',
'excerpt' => 'Extracte<small> Petita descripció del post </small>',
'image' => 'Publicar imatge',
'meta_description' => 'Meta Descripció',
'meta_keywords' => 'Meta paraules clau',
'new' => 'Crear nou post',
'seo_content' => 'Contingut SEO',
'seo_title' => 'Títol SEO',
'slug' => 'URL slug',
'status' => 'Estat del Post',
'status_draft' => 'borrador',
'status_pending' => 'pendent',
'status_published' => 'publicat',
'title' => 'Títol del Post',
'title_sub' => 'El títol de Post',
'update' => 'Actualitzar Post',
];