diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-18 02:16:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-18 02:16:56 +0000 |
commit | f3ec3bfa4af7e03197976319a8bd0694f641ad7b (patch) | |
tree | f8a5a7b6a4f4343093dcbcb297f8e2824ee4dd8e /apps/settings/l10n/ko.js | |
parent | 45cf49bbca1563b69ea7b73ea3497c91651cc313 (diff) | |
download | nextcloud-server-f3ec3bfa4af7e03197976319a8bd0694f641ad7b.tar.gz nextcloud-server-f3ec3bfa4af7e03197976319a8bd0694f641ad7b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/settings/l10n/ko.js')
-rw-r--r-- | apps/settings/l10n/ko.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js index 04183a888ae..9c987dd5d66 100644 --- a/apps/settings/l10n/ko.js +++ b/apps/settings/l10n/ko.js @@ -286,7 +286,6 @@ OC.L10N.register( "Last job ran %s." : "마지막 작업이 %s에 실행되었습니다.", "Background job didn’t run yet!" : "배경 작업이 아직 실행되지 않았습니다!", "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "최적 성능을 위해서 백그라운드 작업을 올바르게 설정하는 것을 추천합니다. 큰 인스턴스에서는 'Cron'을 사용하는 것을 추천합니다. 더 많은 정보를 보려면 문서를 참조하십시오.", - "Execute one task with each page loaded" : "개별 페이지를 불러올 때마다 실행", "The cron.php needs to be executed by the system user \"%s\"." : "시스템 사용자 \"%s\"(으)로 cron.php를 실행해야 합니다.", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "이 항목을 실행하려면 PHP POSIX 확장이 필요합니다. 자세한 사항은 {linkstart}PHP 문서{linkend}를 참조하십시오.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "관리자로 공유 행동을 미세 조정할 수 있습니다. 더 많은 정보를 보려면 문서를 참조하십시오.", @@ -303,8 +302,6 @@ OC.L10N.register( "Restrict users to only share with users in their groups" : "그룹 내 사용자끼리만 공유할 수 있도록 허용", "Exclude groups from sharing" : "공유에서 그룹 제외", "These groups will still be able to receive shares, but not to initiate them." : "이 그룹의 사용자들은 다른 사용자가 공유한 파일을 받을 수는 있지만, 자기 파일을 공유할 수는 없습니다.", - "Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "공유 대화 상자에서 사용자 이름을 자동으로 완성합니다. 이 설정을 사용하지 않으면 전체 사용자 이름이나 이메일 주소를 입력해야 합니다.", - "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "공개 링크 업로드 페이지에 고지 사항 텍스트를 표시합니다.(파일 목록이 숨겨져 있는 경우에만 표시합니다.)", "This text will be shown on the public link upload page when the file list is hidden." : "파일 목록이 숨겨져 있으면 이 텍스트는 공개 링크 업로드 페이지에 표시됩니다.", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "{communityopen}Nextcloud 커뮤니티{linkclose}에서 개발, {githubopen}소스 코드{linkclose}는 {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose} 라이선스를 따릅니다.", "Like our Facebook page" : "Facebook 페이지에서 좋아요 누르기", @@ -360,7 +357,10 @@ OC.L10N.register( "Issued By" : "발급자:", "Valid until %s" : "%s까지 유효함", "Import root certificate" : "루트 인증서 가져오기", + "Execute one task with each page loaded" : "개별 페이지를 불러올 때마다 실행", "Set default expiration date" : "기본 만료 날짜 설정", + "Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "공유 대화 상자에서 사용자 이름을 자동으로 완성합니다. 이 설정을 사용하지 않으면 전체 사용자 이름이나 이메일 주소를 입력해야 합니다.", + "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "공개 링크 업로드 페이지에 고지 사항 텍스트를 표시합니다.(파일 목록이 숨겨져 있는 경우에만 표시합니다.)", "Enter your name so other users can see who is editing" : "누가 편집하는지 알 수 있게 당신의 이름을 입력하시오.", "Edit guest name" : "게스트 이름 편집하기", "Save guest name" : "게스트 이름 저장하기", |