From 27c7367534518f1adfd9b12551a2c7a45459cab3 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 4 Mar 2023 13:57:52 +0100 Subject: Improve UI/UX install process (#5147) * less buttons on step 1 * add form-group * jump to next step as link not as button * improve navigation bar HTML structure * sync password-show button with extra.js * fix CSS * i18n: step 4: split text strings for help text (max chars default user) * show menu button if mobile view * improve header layout with empty div * step 5: button in form-actions * improve buttons in goup-controls * Favicon added * Button: Font color hover btn-attention * install check step: add subtitles * fix .btn * improve tabindex * improve showPW_this() --- app/i18n/ja/install.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/i18n/ja/install.php') diff --git a/app/i18n/ja/install.php b/app/i18n/ja/install.php index ff98d730d..cef3147be 100644 --- a/app/i18n/ja/install.php +++ b/app/i18n/ja/install.php @@ -110,7 +110,10 @@ return array( 'ok' => '一般設定は保存されました。', ), 'congratulations' => 'おめでとうございます!', - 'default_user' => 'デフォルトのユーザー名 (最大16文字の英数字)', + 'default_user' => array( + '_' => 'デフォルトのユーザー名', + 'max_char' => '最大16文字の英数字', + ), 'fix_errors_before' => 'エラーを次のステップへ移る前に修正してください。', 'javascript_is_better' => 'FreshRSS はJavascriptが有効だとより快適にご利用いただけます。', 'js' => array( -- cgit v1.2.3