Skip to content

Commit

Permalink
chore: JP for #5589
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Oct 19, 2024
1 parent cb87f82 commit 09bed40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions radio/src/cfn_sort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,6 @@ Functions cfn_sorted[] = {
#endif
/* RGB LED */ FUNC_RGB_LED,
/* SDログ出力 */ FUNC_LOGS,
#if !defined(COLORLCD)
/* Set Screen */ FUNC_SET_SCREEN,
#endif
/* オーディオアンプ OFF */ FUNC_DISABLE_AUDIO_AMP,
/* サウンド再生 */ FUNC_PLAY_SOUND,
/* ダイヤル */ FUNC_VOLUME,
Expand All @@ -495,6 +492,9 @@ Functions cfn_sorted[] = {
/* レンジチェック */ FUNC_RANGECHECK,
/* 音源再生 */ FUNC_PLAY_TRACK,
/* 画面キャプチャ */ FUNC_SCREENSHOT,
#if !defined(COLORLCD)
/* 画面設定 */ FUNC_SET_SCREEN,
#endif
#if defined(OLED_SCREEN)
/* 輝度 */ FUNC_BACKLIGHT,
#endif
Expand Down
2 changes: 1 addition & 1 deletion radio/src/translations/jp.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
#define TR_SF_DISABLE_TOUCH "非タッチ"
#define TR_SF_DISABLE_AUDIO_AMP "オーディオアンプ OFF"
#define TR_SF_SET_SCREEN "メイン画面設定"
#define TR_SF_SET_TELEMSCREEN "Set Screen"
#define TR_SF_SET_TELEMSCREEN "画面設定"
#define TR_SF_PUSH_CUST_SWITCH "Push CS"
#define TR_SF_LCD_TO_VIDEO "LCD to Video"

Expand Down

0 comments on commit 09bed40

Please sign in to comment.