generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create themes.php for Persian Language (#68)
- Loading branch information
1 parent
85e803e
commit 89e5cef
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' => 'تمها', | ||
'primary_color' => 'رنگ اصلی', | ||
'select_base_color' => 'رنگ پایه را برای تم خود انتخاب کنید.', | ||
'custom' => 'سفارشی.', | ||
'no_changing_primary_color' => 'این تم از تغییر رنگ اصلی پشتیبانی نمیکند.', | ||
'support_changing_primary_color' => 'این تم از تغییر رنگ اصلی پشتیبانی میکند.', | ||
'select_interface' => 'انتخاب کنید که میخواهید رابط کاربری شما چگونه به نظر برسد.', | ||
'select' => 'انتخاب', | ||
'light' => 'روشن', | ||
'dark' => 'تاریک', | ||
'active' => 'فعال', | ||
'primary_color_set' => 'رنگ اصلی تم به', | ||
'theme_set_to' => 'تم به', | ||
'appearance' => 'ظاهر', | ||
'no_light_mode' => 'این تم از حالت روشن پشتیبانی نمیکند.', | ||
'no_dark_mode' => 'این تم از حالت تاریک پشتیبانی نمیکند.', | ||
'support_light_mode' => 'این تم از حالت روشن پشتیبانی میکند.', | ||
'support_dark_mode' => 'این تم از حالت تاریک پشتیبانی میکند.', | ||
'theme_active' => 'این تم در حال حاضر فعال است.', | ||
]; |