#2273 Make the version upgrade notice more readable

This commit is contained in:
Kijin Sung 2024-01-21 23:11:26 +09:00
parent 3c1e90b5f7
commit c6f8abe855
2 changed files with 2 additions and 2 deletions

View file

@ -421,7 +421,7 @@ $lang->module_exists_in_wrong_path = '잘못된 경로에 설치된 모듈이
$lang->about_module_exists_in_wrong_path = '아래의 모듈이 잘못된 경로에 설치된 것으로 보입니다. 설치 경로를 다시 확인하시기 바랍니다.<br />테스트나 오류 수정을 위해 임시로 모듈을 다른 경로에 옮겨놓으신 경우 이 메시지는 무시하셔도 됩니다.';
$lang->apcu_clear_cache_function_not_found = 'apcu를 사용하지 않는 서버입니다.';
$lang->opcache_reset_function_not_found = 'opcache를 사용하지 않는 서버입니다.';
$lang->unsupported_php_version_notice = '2024년부터 하반기부터 라이믹스가 지원하는 PHP 버전이 변경됩니다. PHP 버전을 업그레이드하시고, 추가로 설치하신 모듈과 위젯 등이 새로운 PHP 버전에서 정상 작동하는지 미리 확인하시기 바랍니다.';
$lang->unsupported_php_version_notice = '2024년 하반기부터 라이믹스가 지원하는 PHP 버전이 변경됩니다. PHP를 미리 업그레이드하시고, 추가로 설치하신 모듈과 위젯 등이 새로운 버전에서 정상 작동하는지 확인하시기 바랍니다.';
$lang->unsupported_php_version_required = '필요한 버전: PHP 7.4 이상';
$lang->unsupported_php_version_current = '사용중인 버전: PHP %s';
$lang->admin_cleanup_unnecessary_core_files = '불필요한 코어 파일 삭제';