diff options
Diffstat (limited to 'apps/files_external/l10n/ko.json')
-rw-r--r-- | apps/files_external/l10n/ko.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_external/l10n/ko.json b/apps/files_external/l10n/ko.json index ce78c581f83..9729810b607 100644 --- a/apps/files_external/l10n/ko.json +++ b/apps/files_external/l10n/ko.json @@ -71,6 +71,7 @@ "Hostname" : "호스트 이름", "Port" : "포트", "Region" : "지역", + "Storage Class" : "저장소 클래스", "Enable SSL" : "SSL 사용", "Enable Path Style" : "경로 스타일 사용", "Legacy (v2) authentication" : "레거시(v2) 인증", @@ -87,8 +88,13 @@ "SFTP" : "SFTP", "Root" : "루트", "SFTP with secret key login" : "비밀 키 로그인을 사용하는 SFTP", + "SMB/CIFS" : "SMB/CIFS", "Share" : "공유", "Show hidden files" : "숨김 파일 표시", + "Case sensitive file system" : "대소문자를 구별하는 파일 시스템", + "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "비활성화할 경우 파일 시스템이 대소문자를 구분하도록 할 수 있으나, 일부 성능 제약이 발생할 수 있습니다", + "Verify ACL access when listing files" : "파일 목록을 표시할 때 접근 권한 검증", + "Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "경로 내 각 파일과 폴더의 접근 권한을 확인하여 사용자에게 읽기 권한이 없는 파일을 솎아내며, 일부 성능 제약이 발생할 수 있습니다", "Timeout" : "시간 초과", "SMB/CIFS using OC login" : "OC 로그인을 사용하는 SMB/CIFS", "Username as share" : "사용자 이름으로 공유", @@ -144,6 +150,7 @@ "Credentials saved" : "인증 정보 저장됨", "Credentials saving failed" : "인증 정보를 저장할 수 없음", "Credentials required" : "인증 정보 필요함", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "비활성화할 경우 파일 시스템이 대소문자를 구분하도록 할 수 있으나, 일부 성능 제약이 발생할 수 있습니다", "Name" : "이름" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |