Skip to content

Commit

Permalink
Merge branch 'main' of github.com:3x1io/filament-translations
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Apr 3, 2022
2 parents 939f9a3 + 7142c5e commit 5292589
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/filament-translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
*/
"locals" => [
"en" => "English",
"ar" => "Arabic"
"ar" => "Arabic",
"pt_BR" => "Português (Brasil)",
],

/*
Expand All @@ -48,7 +49,8 @@
*/
"switcher" => [
"ar",
"en"
"en",
"pt_BR",
],

/*
Expand Down
6 changes: 6 additions & 0 deletions resources/lang/pt_BR/global.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
"created_at" => "Criado em",
"updated_at" => "Atualizado em",
];
18 changes: 18 additions & 0 deletions resources/lang/pt_BR/translation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

return [
"title" => "Idiomas",
"label" => "Idiomas",
"group" => "Grupo",
"key" => "Chave",
"text" => "Texto",
"scan" => "Buscar por novos idiomas",
"namespace" => "Namespace",
"notification" => "Idioma definido com sucesso",
"loaded" => "Lista de idiomas atualizada",
"menu" => "Alterar idioma",
"modal" => [
"heading" => "Alterar idioma atual",
"button" => "Salvar idioma",
]
];

0 comments on commit 5292589

Please sign in to comment.