From 567bfc0435b29086fe11134e045e13e8e4a81ca8 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Mon, 10 Jun 2013 06:57:43 +0100 Subject: [PATCH] Korean translation from WonGoo Lee --- i18n/Korean.lang | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 i18n/Korean.lang diff --git a/i18n/Korean.lang b/i18n/Korean.lang new file mode 100644 index 0000000..9a04c01 --- /dev/null +++ b/i18n/Korean.lang @@ -0,0 +1,30 @@ +/** + * Korean translation + * @name Korean + * @anchor Korean + * @author WonGoo Lee + */ + +{ + "sEmptyTable": "데이터가 없습니다", + "sInfo": "_START_ - _END_ / _TOTAL_", + "sInfoEmpty": "0 - 0 / 0", + "sInfoFiltered": "(총 _MAX_ 개)", + "sInfoPostFix": "", + "sInfoThousands": ",", + "sLengthMenu": "페이지당 줄수 _MENU_", + "sLoadingRecords": "읽는중...", + "sProcessing": "처리중...", + "sSearch": "검색:", + "sZeroRecords": "검색 결과가 없습니다", + "oPaginate": { + "sFirst": "처음", + "sLast": "마지막", + "sNext": "다음", + "sPrevious": "이전" + }, + "oAria": { + "sSortAscending": ": 오름차순 정렬", + "sSortDescending": ": 내림차순 정렬" + } +} \ No newline at end of file