-
-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy paththemes.php
More file actions
23 lines (22 loc) · 1.18 KB
/
Copy paththemes.php
File metadata and controls
23 lines (22 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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' => 'כעת פעיל.',
];