Add transcoding/translation for shell module of 한국어 (ko)

This commit is contained in:
Ilia Rostovtsev
2020-03-10 16:49:28 +03:00
parent 34e59988eb
commit da3a0f3aaa
3 changed files with 14 additions and 12 deletions

12
shell/lang/ko Normal file
View File

@@ -0,0 +1,12 @@
log_run=$1 명령 실행
index_history=명령 내역
log_clear=명령 히스토리 지우기
index_desc=아래의 텍스트 필드에 실행할 유닉스 쉘 명령을 입력하십시오. <tt>cd</tt> 명령은 후속 명령의 디렉토리를 변경하는 데 사용할 수 있습니다.
index_ok=명령 실행:
index_clear=내역 지우기
acl_user=사용자로서 명령 실행
index_clearcmds=명령 지우기
index_edit=이전 명령 편집
index_title=명령 쉘
acl_user_def=현재 Webmin 사용자
index_pok=이전 명령 실행

2
shell/lang/ko.auto Normal file
View File

@@ -0,0 +1,2 @@
index_trunced=$2 의 총 출력이 $1 에서 잘 렸습니다.
index_timedout=$1 초 동안 실행 한 후 명령이 종료되었습니다.

View File

@@ -1,12 +0,0 @@
acl_user=사용자로서 명령 실행
acl_user_def=현재 Webmin 사용자
index_clear=내역 지우기
index_clearcmds=명령 지우기
index_desc=아래의 텍스트 필드에 실행할 유닉스 쉘 명령을 입력하십시오. <tt>cd</tt> 명령은 후속 명령의 디렉토리를 변경하는 데 사용할 수 있습니다.
index_edit=이전 명령 편집
index_history=명령 내역
index_ok=명령 실행:
index_pok=이전 명령 실행
index_title=명령 쉘
log_clear=명령 히스토리 지우기
log_run=$1 명령 실행