Skip to content

Commit

Permalink
add lang ja (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime9446 committed Feb 10, 2024
1 parent 45da7c4 commit 48f808c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/lang/ja/themes.php
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' => 'このテーマは現在アクティブです。',
];

0 comments on commit 48f808c

Please sign in to comment.