-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from nmpribeiro/develop
Added de locale pt and pt-BR
- Loading branch information
Showing
21 changed files
with
273 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Blog' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
|
||
return [ | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'category' => 'Kategorie', | ||
'create category' => 'Kategorie erstellen', | ||
'edit category' => 'Kategorie bearbeiten', | ||
], | ||
'button' => [ | ||
'create category' => 'Kategorie erstellen', | ||
], | ||
'table' => [ | ||
'created at' => 'Erstellt am', | ||
'name' => 'Namen', | ||
'slug' => 'Slug', | ||
], | ||
'form' => [ | ||
'name' => 'Namen', | ||
'slug' => 'Slug', | ||
], | ||
'navigation' => [ | ||
'back to index' => 'Zurück zur Kategorie Index' | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
return [ | ||
/* Post management */ | ||
'post created' => 'Beitrag erfolgreich erstellt.', | ||
'post not found' => 'Beitrag nicht gefunden.', | ||
'post updated' => 'Beitrag erfolgreich aktualisiert.', | ||
'post deleted' => 'Beitrag erfolgreich gelöscht.', | ||
|
||
'title is required' => 'Titel ist erforderlich', | ||
'slug is required' => 'Slug ist erforderlich', | ||
'slug is unique' => 'Diese slug ist bereits vergeben', | ||
|
||
/* Category management */ | ||
'category created' => 'Kategorie erfolgreich erstellt.', | ||
'category not found' => 'Kategorie nicht gefunden.', | ||
'category updated' => 'Kategorie erfolgreich aktualisiert.', | ||
'category deleted' => 'Kategorie erfolgreich gelöscht.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'post' => 'Beiträge', | ||
'create post' => 'Beiträge erstellen', | ||
'edit post' => 'Beiträge bearbeiten', | ||
], | ||
'button' => [ | ||
'create post' => 'Beiträge erstellen', | ||
], | ||
'table' => [ | ||
'title' => 'Title', | ||
'slug' => 'Slug', | ||
'status' => 'Status', | ||
], | ||
'form' => [ | ||
'title' => 'Title', | ||
'slug' => 'Slug', | ||
], | ||
'navigation' => [ | ||
'back to index' => 'Zurück zum Index Beiträge' | ||
], | ||
'latest posts' => 'Letzte Beiträge', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'posts-per-page' => 'Beiträge pro Seite', | ||
'latest-posts-amount' => 'Menge neusten Beiträge', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'draft' => 'Draft', | ||
'pending review' => 'Pending review', | ||
'published' => 'Published', | ||
'unpublished' => 'Unpublished', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Blog' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
|
||
return [ | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'category' => 'Categorias', | ||
'create category' => 'Criar categoria', | ||
'edit category' => 'Editar categoria', | ||
], | ||
'button' => [ | ||
'create category' => 'Criar categoria', | ||
], | ||
'table' => [ | ||
'created at' => 'Criado em', | ||
'name' => 'Nome', | ||
'slug' => 'Slug', | ||
], | ||
'form' => [ | ||
'name' => 'Nome', | ||
'slug' => 'Slug', | ||
], | ||
'navigation' => [ | ||
'back to index' => 'Voltar ao índice de categorias.' | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
return [ | ||
/* Post management */ | ||
'post created' => 'Post criado com sucesso.', | ||
'post not found' => 'Post não encontrado.', | ||
'post updated' => 'Post actualizado com sucesso.', | ||
'post deleted' => 'Post eliminado com sucesso.', | ||
|
||
'title is required' => 'O Título é necessário', | ||
'slug is required' => 'O Slug é necessário', | ||
'slug is unique' => 'Este slug já está a ser utilizado', | ||
|
||
/* Category management */ | ||
'category created' => 'Categoria criada com êxito.', | ||
'category not found' => 'Categoria não encontrada.', | ||
'category updated' => 'Categoria atualizada com sucesso.', | ||
'category deleted' => 'Categoria eliminada com sucesso.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'post' => 'Posts', | ||
'create post' => 'Criar post', | ||
'edit post' => 'Editar post', | ||
], | ||
'button' => [ | ||
'create post' => 'Criar post', | ||
], | ||
'table' => [ | ||
'title' => 'Título', | ||
'slug' => 'Slug', | ||
'status' => 'Status', | ||
], | ||
'form' => [ | ||
'title' => 'Título', | ||
'slug' => 'Slug', | ||
], | ||
'navigation' => [ | ||
'back to index' => 'Voltar ao index de posts' | ||
], | ||
'latest posts' => 'Últimos posts', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'posts-per-page' => 'Posts por página', | ||
'latest-posts-amount' => 'Quantidade de posts mais recentes', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'draft' => 'Rascunho', | ||
'pending review' => 'Revisão pendente', | ||
'published' => 'Publicado', | ||
'unpublished' => 'Não publicado', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Blog' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
|
||
return [ | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'category' => 'Categorias', | ||
'create category' => 'Criar categoria', | ||
'edit category' => 'Editar categoria', | ||
], | ||
'button' => [ | ||
'create category' => 'Criar categoria', | ||
], | ||
'table' => [ | ||
'created at' => 'Criado em', | ||
'name' => 'Nome', | ||
'slug' => 'Slug', | ||
], | ||
'form' => [ | ||
'name' => 'Nome', | ||
'slug' => 'Slug', | ||
], | ||
'navigation' => [ | ||
'back to index' => 'Voltar ao índice de categorias.' | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
return [ | ||
/* Post management */ | ||
'post created' => 'Post criado com sucesso.', | ||
'post not found' => 'Post não encontrado.', | ||
'post updated' => 'Post actualizado com sucesso.', | ||
'post deleted' => 'Post eliminado com sucesso.', | ||
|
||
'title is required' => 'O Título é necessário', | ||
'slug is required' => 'O Slug é necessário', | ||
'slug is unique' => 'Este slug já está a ser utilizado', | ||
|
||
/* Category management */ | ||
'category created' => 'Categoria criada com êxito.', | ||
'category not found' => 'Categoria não encontrada.', | ||
'category updated' => 'Categoria atualizada com sucesso.', | ||
'category deleted' => 'Categoria eliminada com sucesso.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => [ | ||
'post' => 'Posts', | ||
'create post' => 'Criar post', | ||
'edit post' => 'Editar post', | ||
], | ||
'button' => [ | ||
'create post' => 'Criar post', | ||
], | ||
'table' => [ | ||
'title' => 'Título', | ||
'slug' => 'Slug', | ||
'status' => 'Status', | ||
], | ||
'form' => [ | ||
'title' => 'Título', | ||
'slug' => 'Slug', | ||
], | ||
'navigation' => [ | ||
'back to index' => 'Voltar ao index de posts' | ||
], | ||
'latest posts' => 'Últimos posts', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
return [ | ||
'posts-per-page' => 'Posts por página', | ||
'latest-posts-amount' => 'Quantidade de posts mais recentes', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'draft' => 'Rascunho', | ||
'pending review' => 'Revisão pendente', | ||
'published' => 'Publicado', | ||
'unpublished' => 'Não publicado', | ||
]; |