diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-28 00:19:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-28 00:19:08 +0000 |
commit | f36a9d09f28123a692f9bad14087d9d0cfea0bad (patch) | |
tree | 82a4030435e486530b8dde7bd08ffac8941bff81 /apps/files_external | |
parent | 5eaac6d59cfc075e69327745c3c9a3e1d3041d9c (diff) | |
download | nextcloud-server-f36a9d09f28123a692f9bad14087d9d0cfea0bad.tar.gz nextcloud-server-f36a9d09f28123a692f9bad14087d9d0cfea0bad.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/l10n/ko.js | 7 | ||||
-rw-r--r-- | apps/files_external/l10n/ko.json | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/files_external/l10n/ko.js b/apps/files_external/l10n/ko.js index a461d37cc2c..014414ee6c2 100644 --- a/apps/files_external/l10n/ko.js +++ b/apps/files_external/l10n/ko.js @@ -73,6 +73,7 @@ OC.L10N.register( "Hostname" : "호스트 이름", "Port" : "포트", "Region" : "지역", + "Storage Class" : "저장소 클래스", "Enable SSL" : "SSL 사용", "Enable Path Style" : "경로 스타일 사용", "Legacy (v2) authentication" : "레거시(v2) 인증", @@ -89,8 +90,13 @@ OC.L10N.register( "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" : "사용자 이름으로 공유", @@ -146,6 +152,7 @@ OC.L10N.register( "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" : "이름" }, "nplurals=1; plural=0;"); 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 |