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