diff --git a/README.md b/README.md index c6a9b26c..f859cede 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ RetroBar is based on the [ManagedShell](https://github.com/cairoshell/ManagedShe - Hungarian (magyar) - Vietnamese (Tiếng Việt) - Hebrew (עברית) + - Japanese (日本語) ## Custom themes RetroBar supports custom themes. To use custom themes, create a `Themes` directory in the same directory as `RetroBar.exe`, and place valid `.xaml` theme files there. diff --git "a/RetroBar/Languages/\346\227\245\346\234\254\350\252\236.xaml" "b/RetroBar/Languages/\346\227\245\346\234\254\350\252\236.xaml" new file mode 100644 index 00000000..ebea71d5 --- /dev/null +++ "b/RetroBar/Languages/\346\227\245\346\234\254\350\252\236.xaml" @@ -0,0 +1,61 @@ + + + RetroBar 設定 + タスクバー 設定 + + + ログオン時に自動的に起動する(_L) + 言語(_G): + 使用する言語を選択します。 + テーマ(_T): + Themes フォルダーにテーマをインストールします。 + 位置(_I): + 画面上のタスクバーの位置を変更します。 + + + + + + + フォントをなめらかにする(_A) + 通知領域のアイコンを折りたたむ(_N) + 時計を表示する(_C) + 複数のディスプレイで表示する(_M) + クイック起動を表示(_Q) + 位置を選択(_S)... + クイック起動 - フォルダーを選択 + ソフトウェアレンダリングを使用(_U) + OK + + スタート + スタート + ここをクリックしてスタート. + ここをクリックしてスタート + スタート + + RetroBar タスクバー + ツールバー(_T) + クイック起動(_Q) + 新しいツールバー(_N)... + タスク マネージャ(_K)... + タスク マネージャ(_K) + プロパティ(_R) + 更新可能(_U)... + RetroBarを終了(_E) + + 復元(_R) + 移動(_M) + サイズ(_S) + 最小化(_N) + 最大化(_X) + 閉じる(_C) + + 隠れたアイコンを表示 + 隠す + + 日付と時刻の調整(_A) + + &フォルダーを開く + \ No newline at end of file diff --git a/RetroBar/Resources/ja/properties.png b/RetroBar/Resources/ja/properties.png new file mode 100644 index 00000000..ee77db2e Binary files /dev/null and b/RetroBar/Resources/ja/properties.png differ diff --git a/RetroBar/Resources/ja/properties_noclock.png b/RetroBar/Resources/ja/properties_noclock.png new file mode 100644 index 00000000..5b4bb4ee Binary files /dev/null and b/RetroBar/Resources/ja/properties_noclock.png differ