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.
Create Indonesian Language Support (#63)
- Loading branch information
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' => 'Tema', | ||
'primary_color' => 'Warna Utama', | ||
'select_base_color' => 'Pilih warna dasar untuk tema Anda.', | ||
'custom' => 'Kustom.', | ||
'no_changing_primary_color' => 'Tema ini tidak mendukung perubahan warna utama.', | ||
'support_changing_primary_color' => 'Tema ini mendukung perubahan warna utama.', | ||
'select_interface' => 'Pilih tampilan antarmuka yang Anda inginkan.', | ||
'select' => 'Pilih', | ||
'light' => 'Terang', | ||
'dark' => 'Gelap', | ||
'active' => 'Aktif', | ||
'primary_color_set' => 'Warna utama tema diatur ke', | ||
'theme_set_to' => 'Tema diatur ke', | ||
'appearance' => 'Penampilan', | ||
'no_light_mode' => 'Tema ini tidak mendukung mode terang.', | ||
'no_dark_mode' => 'Tema ini tidak mendukung mode gelap.', | ||
'support_light_mode' => 'Tema ini mendukung mode terang.', | ||
'support_dark_mode' => 'Tema ini mendukung mode gelap.', | ||
'theme_active' => 'Tema ini sedang aktif.', | ||
]; |