Skip to content

Commit

Permalink
JP language update for SD card full
Browse files Browse the repository at this point in the history
  • Loading branch information
mha1 committed Jul 15, 2023
1 parent b1609eb commit 35016b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions radio/src/translations/jp.h
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,11 @@
#define TR_SPECTRUM_ANALYSER_EXT "スペクトラム\n(外部)"
#define TR_SPECTRUM_ANALYSER_INT "スペクトラム\n(内部)"
#define TR_SDCARD_FULL "SDカード空き容量なし"
#if defined(COLORLCD)
#define TR_SDCARD_FULL_EXT TR_SDCARD_FULL "\nログとスクリーンショット保存が無効"
#else
#define TR_SDCARD_FULL_EXT TR_SDCARD_FULL "\036Logs and " LCDW_128_480_LINEBREAK "Screenshots disabled"
#endif
#define TR_NEEDS_FILE "を含むファイルが必要です"
#define TR_EXT_MULTI_SPEC "opentx-inv"
#define TR_INT_MULTI_SPEC "stm-opentx-noinv"
Expand Down

0 comments on commit 35016b2

Please sign in to comment.