mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Merge branch 'develop' into fuxml/no-xml-lang
Conflicts: modules/comment/lang/lang.xml modules/document/lang/lang.xml modules/member/lang/lang.xml
This commit is contained in:
commit
4797e858b8
46 changed files with 1230 additions and 143 deletions
|
|
@ -99,3 +99,15 @@ $lang->default_message_verbs['move'] = '이동';
|
|||
$lang->default_message_verbs['copy'] = '복사';
|
||||
$lang->default_message_verbs['delete'] = '삭제';
|
||||
$lang->default_message_verbs['trash'] = '삭제';
|
||||
$lang->improper_document_declare = '불량 게시글 신고';
|
||||
$lang->declaring_user = '신고자';
|
||||
$lang->improper_document_declare_reason = '신고 이유';
|
||||
$lang->improper_document_reasons['advertisement'] = '주제나 흐름에 맞지 않는 광고 글입니다.';
|
||||
$lang->improper_document_reasons['theme'] = '주제에 맞지 않는 글입니다.';
|
||||
$lang->improper_document_reasons['bad_word'] = '과도한 욕설을 담고 있습니다.';
|
||||
$lang->improper_document_reasons['violence'] = '폭력적인 내용을 담고 있습니다.';
|
||||
$lang->improper_document_reasons['racism'] = '인종차별적인 내용을 담고 있습니다.';
|
||||
$lang->improper_document_reasons['pornography'] = '음란물을 포함하고 있습니다.';
|
||||
$lang->improper_document_reasons['privacy'] = '민감한 개인정보가 노출 되어있습니다.';
|
||||
$lang->improper_document_reasons['others'] = '기타(직접작성)';
|
||||
$lang->about_improper_document_declare = '게시글을 신고하신 이유를 간단히 적어서 제출해주시면 관리자 검토 후 조치하겠습니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue