From 9cd1af0f2b06140a88b70b5bbf0e51f936153fc5 Mon Sep 17 00:00:00 2001 From: CHUN YU YAO Date: Sat, 12 Nov 2022 00:54:22 +0800 Subject: [PATCH] fix translate for ja-JP --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 8dcbc87..3eba829 100644 --- a/settings.py +++ b/settings.py @@ -154,7 +154,7 @@ def load_translate(): ja_jp["area_keyword_2"] = 'エリアキーワード #2' ja_jp["area_keyword_3"] = 'エリアキーワード #3' ja_jp["area_keyword_4"] = 'エリアキーワード #4' - ja_jp["pass_1_seat_remaining"] = '「残り1」エリアは避ける' + ja_jp["pass_1_seat_remaining"] = '「1 席残り」エリアは避ける' ja_jp["pass_date_is_sold_out"] = '「売り切れ」公演を避ける' ja_jp["auto_reload_coming_soon_page"] = '公開予定のページをリロード'