From 8fe0eb7d757e5277c59b8ecceeaca18bd3132067 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 16 Sep 2021 11:36:02 +0200 Subject: [PATCH] New translations app.json (Japanese) --- Localization/StringsConvertor/input/ja_JP/app.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Localization/StringsConvertor/input/ja_JP/app.json b/Localization/StringsConvertor/input/ja_JP/app.json index 3d05e62dc..eecccac3f 100644 --- a/Localization/StringsConvertor/input/ja_JP/app.json +++ b/Localization/StringsConvertor/input/ja_JP/app.json @@ -534,6 +534,15 @@ "show_next": "次を見る", "show_previous": "前を見る" } + }, + "account_list": { + "tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher", + "dismiss_account_switcher": "Dismiss Account Switcher", + "add_account": "Add Account" + }, + "wizard": { + "multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.", + "accessibility_hint": "Double tap to dismiss this wizard" } } } \ No newline at end of file