generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48f808c
commit 94f1ea4
Showing
1 changed file
with
23 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,23 @@ | ||
<?php | ||
|
||
return [ | ||
'themes' => 'Temas', | ||
'primary_color' => 'Cor Primária', | ||
'select_base_color' => 'Selecione a cor base para o seu tema.', | ||
'custom' => 'Personalizado.', | ||
'no_changing_primary_color' => 'Este tema não suporta a mudança da cor primária.', | ||
'support_changing_primary_color' => 'Este tema suporta a mudança da cor primária.', | ||
'select_interface' => 'Selecione como gostaria que a sua interface parecesse.', | ||
'select' => 'Selecionar', | ||
'light' => 'Claro', | ||
'dark' => 'Escuro', | ||
'active' => 'Ativo', | ||
'primary_color_set' => 'Cor primária do tema definida para', | ||
'theme_set_to' => 'Tema definido para', | ||
'appearance' => 'Aparência', | ||
'no_light_mode' => 'Este tema não suporta o modo claro.', | ||
'no_dark_mode' => 'Este tema não suporta o modo escuro.', | ||
'support_light_mode' => 'Este tema suporta o modo claro.', | ||
'support_dark_mode' => 'Este tema suporta o modo escuro.', | ||
'theme_active' => 'Este tema está atualmente ativo.', | ||
]; |