Skip to content

Commit

Permalink
Add pt_BR language support
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasilveira committed Feb 25, 2024
1 parent 483f5be commit f382a7b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions resources/lang/pt_BR/filament-blog.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?php

return [
'title' => 'Título',
'slug' => 'Slug',
'excerpt' => 'Resumo',
'author' => 'Autor',
'authors' => 'Autores',
'category' => 'Categoria',
'published_date' => 'Data de publicação',
'created_at' => 'Data de criação',
'last_modified_at' => 'Última modificação',
'banner' => 'Imagem',
'author_name' => 'Autor',
'category_name' => 'Categoria',
'published_at' => 'Publicado',
'posts' => 'Posts',
'post' => 'Post',
'content' => 'Conteúdo',
'name' => 'Nome',
'visible_to_guests' => 'Visível a convidados',
'visibility' => 'Visibilidade',
'last_updated' => 'Última atualização',
'categories' => 'Categorias',
'photo' => 'Foto',
'email' => 'E-mail',
'github' => 'Github',
'twitter' => 'Twitter',
'tags' => 'Tags',
];

0 comments on commit f382a7b

Please sign in to comment.