generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45da7c4
commit 48f808c
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => 'このテーマは現在アクティブです。', | ||
]; |