File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ return [
4
+ 'themes ' => 'ערכות נושא ' ,
5
+ 'primary_color ' => 'צבע ראשי ' ,
6
+ 'select_base_color ' => 'בחר צבע ראשי עבור ערכת הנושא שנבחרה. ' ,
7
+ 'custom ' => 'מותאם אישית. ' ,
8
+ 'no_changing_primary_color ' => 'ערכת נושא זו אינה תומכת בשינוי צבע ראשי. ' ,
9
+ 'support_changing_primary_color ' => 'ערכת נושא זו תומכת בשינוי צבע ראשי. ' ,
10
+ 'select_interface ' => 'בחר את ערכת הנושא להצגת ממשק המערכת. ' ,
11
+ 'select ' => 'בחר ' ,
12
+ 'light ' => 'בהיר ' ,
13
+ 'dark ' => 'כהה ' ,
14
+ 'active ' => 'פעיל ' ,
15
+ 'primary_color_set ' => 'צבע ראשי של ערכת הנושא שונה ל ' ,
16
+ 'theme_set_to ' => 'ערכת הנושא שונתה ל ' ,
17
+ 'appearance ' => 'מראה ' ,
18
+ 'no_light_mode ' => 'ערכת נושא זו אינה תומכת במצב בהיר. ' ,
19
+ 'no_dark_mode ' => 'ערכת נושא זו אינה תומכת במצב כהה. ' ,
20
+ 'support_light_mode ' => 'ערכת נושא זו תומכת במצב בהיר. ' ,
21
+ 'support_dark_mode ' => 'ערכת נושא זו תומכת במצב כהה. ' ,
22
+ 'theme_active ' => 'כרגע פעיל. ' ,
23
+ ];
You can’t perform that action at this time.
0 commit comments