Skip to content

Commit

Permalink
Create themes.php for Persian Language (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danger-Mkh authored Sep 17, 2024
1 parent 85e803e commit 89e5cef
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/lang/fa/themes.php
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' => 'این تم در حال حاضر فعال است.',
];

0 comments on commit 89e5cef

Please sign in to comment.