trypost/lang/ko/comments.php
Paulo Castellano 6797706921 Translate the interface into 12 languages
Add full lang/ translations for fr, de, it, nl, pl, el, ja, ko, zh, ru,
tr, and ar — all 23 base files each, with identical key trees to lang/en,
preserved :placeholders and plural forms, and native product terminology.
2026-07-03 15:38:40 -03:00

18 lines
548 B
PHP

<?php
return [
'placeholder' => '댓글을 작성하세요...',
'reply_placeholder' => '답글을 작성하세요...',
'reply' => '답글',
'edit' => '편집',
'delete' => '삭제',
'edited' => '수정됨',
'save' => '저장',
'cancel' => '취소',
'send' => '보내기',
'replying_to' => ':name님에게 답글 작성 중',
'empty' => '아직 댓글이 없습니다. 대화를 시작하세요.',
'load_more' => '이전 댓글 불러오기',
'today' => '오늘',
'yesterday' => '어제',
];