[ 'index'=> [ ... ], 'create'=>[ 'title'=>'ユーザ新規登録', 'account'=>'アカウント', 'password'=>'パスワード', 'password_confirmation'=>'パスワード(確認)', 'email'=>'メールアドレス', 'note'=>'備考', 'hint_account'=>'半角英数字で入力して下さい', 'hint_password'=>'パスワードを入力して下さい', 'hint_password_confirmation'=>'パスワードを再入力して下さい', 'hint_email'=>'apricot@sample.com', 'hint_note'=>'必要な場合は入力して下さい', 'btn_back'=>'戻る', 'btn_cancel'=>'キャンセル', 'btn_insert'=>'保存', ], 'edit'=>[ 'title'=>'ユーザ編集', 'account'=>'アカウント', 'password'=>'パスワード', 'password_confirmation'=>'パスワード(確認)', 'email'=>'メールアドレス', 'note'=>'備考', 'created_at'=>'登録日', 'updated_at'=>'更新日', 'hint_password'=>'変更する場合は入力して下さい', 'hint_password_confirmation'=>'パスワードを再入力して下さい', 'hint_email'=>'apricot@sample.com', 'hint_note'=>'必要な場合は入力して下さい', 'btn_back'=>'戻る', 'btn_delete'=>'削除', 'btn_cancel'=>'キャンセル', 'btn_update'=>'保存', 'msg_delete'=>'削除します。よろしいですか?', ], ], ];