mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
설치시 nginx 설정 안내 링크 수정
https://github.com/rhymix/rhymix/issues/1222 관련. 설치시 Nginx 설정 안내 링크를 수정합니다.
This commit is contained in:
parent
0c206c59e7
commit
2896a8c58e
3 changed files with 3 additions and 3 deletions
|
|
@ -74,7 +74,7 @@ $lang->about_rewrite = 'If web server provides mod_rewrite, long URL such as <em
|
|||
$lang->checking_rewrite = 'Checking whether "Friendly URL" feature is available...';
|
||||
$lang->disable_rewrite = '"Friendly URL" feature is not available. Please check with the server administrator about mod_rewrite module support.';
|
||||
$lang->disable_rewrite_can_proceed = 'It is OK to continue to install and use Rhymix without the "Friendly URL" feature.';
|
||||
$lang->about_nginx_rewrite = 'To use this feature at nginx, you need to configure rewrite. See <a href="https://github.com/xpressengine/xe-core/wiki/Nginx-rewite-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0" target="_blank">here</a>.';
|
||||
$lang->about_nginx_rewrite = 'To use this feature at nginx, you need to configure rewrite. See <a href="https://github.com/rhymix/rhymix-docs/blob/master/ko/introduction/nginx.md" target="_blank">here</a>.';
|
||||
$lang->time_zone = 'Time Zone';
|
||||
$lang->about_time_zone = 'If the server time is different from your time zone, you can use this option to display times in your time zone.';
|
||||
$lang->use_ssl = 'SSL';
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ $lang->about_rewrite = 'Webサーバで「リライト・モジュール(mod_r
|
|||
$lang->checking_rewrite = '短縮アドレスを使用できるかどうかを確認しています...';
|
||||
$lang->disable_rewrite = '短縮アドレスを使用できません。ウェブサーバー担当者に mod_rewriteサポート可否を確認してください。';
|
||||
$lang->disable_rewrite_can_proceed = 'この機能は、Rhymixをインストールと使用するために必要ではありません。';
|
||||
$lang->about_nginx_rewrite = 'nginxを使用する場合、短縮アクセスを使用するためにrewrite設定が必要です。設定方法は<a href="https://github.com/xpressengine/xe-core/wiki/Nginx-rewite-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0" target="_blank">このページ</a>を参考ください。';
|
||||
$lang->about_nginx_rewrite = 'nginxを使用する場合、短縮アクセスを使用するためにrewrite設定が必要です。設定方法は<a href="https://github.com/rhymix/rhymix-docs/blob/master/ko/introduction/nginx.md" target="_blank">このページ</a>を参考ください。';
|
||||
$lang->time_zone = 'タイムゾーン';
|
||||
$lang->about_time_zone = 'サーバの設定時間とサービスしているローカル時間との差がある場合、タイムゾーンを指定して表示時間を合わせることができます。';
|
||||
$lang->use_ssl = 'SSLを使用';
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ $lang->about_rewrite = '이 기능을 사용하면 <em>http://yourdomain/</em><s
|
|||
$lang->checking_rewrite = '짧은 주소를 사용할 수 있는지 확인하는 중입니다...';
|
||||
$lang->disable_rewrite = '짧은 주소를 사용할 수 없습니다. 웹 서버 담당자에게 mod_rewrite 지원 여부를 확인 바랍니다.';
|
||||
$lang->disable_rewrite_can_proceed = '짧은 주소를 사용할 수 없더라도 Rhymix 설치와 사용에는 지장이 없습니다.';
|
||||
$lang->about_nginx_rewrite = 'nginx에서 짧은 주소를 사용하려면 rewrite 설정이 필요합니다. <a href="https://github.com/xpressengine/xe-core/wiki/Nginx-rewite-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0" target="_blank">여기</a>를 참고하세요.';
|
||||
$lang->about_nginx_rewrite = 'nginx에서 짧은 주소를 사용하려면 rewrite 설정이 필요합니다. <a href="https://github.com/rhymix/rhymix-docs/blob/master/ko/introduction/nginx.md" target="_blank">여기</a>를 참고하세요.';
|
||||
$lang->time_zone = '표준 시간대';
|
||||
$lang->about_time_zone = '서버의 시간과 주 사용자의 시간이 다를 경우 (예: 해외 서버인 경우) 원하는 표준 시간대를 선택할 수 있습니다.';
|
||||
$lang->use_ssl = 'SSL 사용';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue