mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
\#1558 보완
- 설정값 명칭을 기존에 사용하던 쿠키값과 동일하게 auto, light, dark로 통일하여 혼동을 방지합니다. - 지나치게 긴 설명문보다는 옵션 명칭 자체가 충분히 의미를 전달할 수 있도록 합니다. - 설명문을 길게 써야 할 경우 매뉴얼에 넣어 주세요. - 설정을 변경하지 않고 저장할 경우, 자동 감지를 기본값으로 합니다.
This commit is contained in:
parent
899fe00dda
commit
c18e0a7225
5 changed files with 15 additions and 28 deletions
|
|
@ -300,12 +300,12 @@ $lang->detail_use_mobile_icon = 'The mobile icon should be 57x57 or 114x114, onl
|
|||
$lang->cmd_site_default_image = 'Default Image';
|
||||
$lang->about_site_default_image = 'This image will be shown when your site is linked to in various social networks. It should be 200x200, either jpg or png format.';
|
||||
$lang->cmd_site_default_color_scheme = 'Color scheme';
|
||||
$lang->about_site_default_color_scheme = 'You can enable dark mode. The module skins, layouts, etc. that you use should be supported. For the developers, the standard can be refer to <a href="https://github.com/rhymix/rhymix/pull/1482" target="_blank">this page</a>.<dl><dt>Disable (default)</dt><dd>Turn off the dark mode function.</dd><dt>Dark mode (fixed)</dt><dd>Enable the dark mode, but fixed to the dark theme.</dd><dt>Automatic (refer to the client browser settings)</dt><dd>Enable the dark mode, and the clients can switch on or off the dark theme refer to the brower settings or the cookies. The cookies can be modified.</dd></dl> ';
|
||||
$lang->about_site_default_color_scheme = 'Control how your site responds to dark mode settings in user devices.';
|
||||
$lang->site_default_color_scheme_options = array(
|
||||
'off_light' => 'Disable (default)',
|
||||
'off_dark' => 'Dark mode (fixed)',
|
||||
'auto_light_dark' => 'Automatic (refer to the client settings)',
|
||||
);
|
||||
'auto' => 'Automatic detection',
|
||||
'light' => 'Light mode only',
|
||||
'dark' => 'Dark mode only',
|
||||
);
|
||||
$lang->use_sso = 'Use <abbr title="Single Sign On">SSO</abbr>?';
|
||||
$lang->about_use_sso = 'Logging into one domain will automatically log the user into all domains.';
|
||||
$lang->about_arrange_session = 'Do you want to clean up session?';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue