Skip to content

Commit 3e5a385

Browse files
committed
Add Hebrew language
--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Hasnayeen/themes?shareId=XXXX-XXXX-XXXX-XXXX).
1 parent 021e664 commit 3e5a385

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

resources/lang/he/themes.php

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
];

0 commit comments

Comments
 (0)