diff options
Diffstat (limited to 'apps/files_sharing/l10n/ko.js')
-rw-r--r-- | apps/files_sharing/l10n/ko.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ko.js b/apps/files_sharing/l10n/ko.js index 56f9f21a8cc..d0749688e32 100644 --- a/apps/files_sharing/l10n/ko.js +++ b/apps/files_sharing/l10n/ko.js @@ -79,6 +79,7 @@ OC.L10N.register( "Wrong path, file/folder does not exist" : "경로가 잘못됨, 파일 또는 폴더가 존재하지 않음", "Could not create share" : "공유를 만들 수 없음", "Invalid permissions" : "권한이 유효하지 않음", + "Please specify a valid account to share with" : "올바른 공유 대상 계정을 입력하십시오", "Group sharing is disabled by the administrator" : "관리자가 그룹 공유를 비활성화함", "Please specify a valid group" : "올바른 그룹을 지정하십시오", "Public link sharing is disabled by the administrator" : "관리자가 공개 링크 공유를 비활성화함", @@ -86,6 +87,7 @@ OC.L10N.register( "Public upload is only possible for publicly shared folders" : "공개 공유 폴더에만 공개 업로드를 사용할 수 있음", "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Nextcloud 토크가 활성화되어 있지 않기 때문에 Nextcloud 토크에 암호를 보내서 %s(을)를 공유 할 수 없음", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "%1$s을(를) 공유할 수 없습니다. 백엔드에서 %2$s 형식의 공유를 지원하지 않습니다", + "Please specify a valid federated account ID" : "올바른 연합 계정 ID를 입력하십시오", "Invalid date, date format must be YYYY-MM-DD" : "잘못된 날짜, YYYY-MM-DD 형식이어야 합니다.", "Please specify a valid federated group ID" : "유효한 연합 그룹 ID를 지정하세요.", "You cannot share to a Circle if the app is not enabled" : "서클 앱이 활성화되어 있지 않으면 서클로 공유할 수 없음", @@ -113,6 +115,7 @@ OC.L10N.register( "Accept" : "수락", "Reject" : "거절", "Sharing" : "공유", + "Accept shares from other accounts and groups by default" : "다른 계정 및 그룹으로부터의 공유를 기본적으로 허용", "Error while toggling options" : "옵션을 켜는 중 오류 발생", "Set default folder for accepted shares" : "허용한 공유의 기본 경로 설정", "Reset" : "초기화", @@ -207,6 +210,7 @@ OC.L10N.register( "Save share" : "공유 저장", "Update share" : "공유 업데이트", "Others with access" : "접근할 수 있는 다른 사용자", + "No other accounts with access found" : "접근할 수 있는 다른 계정이 없음", "Toggle list of others with access to this directory" : "이 경로에 접근할 수 있는 사용자들의 목록 전환", "Toggle list of others with access to this file" : "이 파일에 접근할 수 있는 사용자들의 목록 전환", "Unable to fetch inherited shares" : "상속된 공유를 가져올 수 없음", |