@sync-in/server
Version:
The secure, open-source platform for file storage, sharing, collaboration, and sync
58 lines (57 loc) • 4.25 kB
JavaScript
/*
* Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com>
* This file is part of Sync-in | The open source file sync and share solution
* See the LICENSE file for licensing details
*/ "use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "ko", {
enumerable: true,
get: function() {
return ko;
}
});
const ko = {
'If you no longer wish to receive notifications, change your preferences directly from your user space.': '더 이상 알림을 받고 싶지 않다면, 사용자 공간에서 바로 환경설정을 변경하세요.',
'Access it from': '여기에서 액세스',
Comment: '댓글',
commented: '댓글을 달았습니다',
'You receive this notification if you are the owner of the file or if you have also commented on this file': '파일의 소유자이거나 이 파일에 댓글을 단 경우 이 알림을 받게 됩니다.',
Space: '공간',
'from the space': '공간에서',
'to the space': '공간으로',
'Access your spaces from': '다음에서 내 공간에 액세스',
'Access this space from': '다음에서 이 공간에 액세스',
'You now have access to the space': '이제 이 공간에 액세스할 수 있습니다',
'You no longer have access to the space': '더 이상 이 공간에 액세스할 수 없습니다',
'This space has been permanently deleted': '이 공간은 영구히 삭제되었습니다',
anchored: '고정했습니다',
unanchored: '고정을 해제했습니다',
Share: '공유',
'shared with you': '당신과 공유했습니다',
'no longer share with you': '더 이상 당신과 공유하지 않습니다',
'You now have access to the share': '이제 해당 공유에 액세스할 수 있습니다',
'You no longer have access to the share': '더 이상 해당 공유에 액세스할 수 없습니다',
'You are no longer a member of the parent share, your child share has been deleted': '상위 공유의 구성원이 더 이상 아니므로, 하위 공유가 삭제되었습니다',
'Access your shares from': '다음에서 내 공유에 액세스',
'Access password': '액세스 비밀번호',
Sync: '동기화',
'Access your syncs from': '다음에서 내 동기화에 액세스',
'You are no longer synchronizing': '더 이상 동기화하지 않습니다',
'Unlock Request': '잠금 해제 요청',
'You receive this notification because you have a lock on this file.': '이 파일에 잠금이 설정되어 있어 이 알림을 받았습니다.',
'sends you a request to unlock the file': '파일 잠금 해제 요청을 보냈습니다',
'Security notification': '보안 알림',
'Your account has been locked after several unsuccessful authentication attempts': '여러 번 인증에 실패하여 계정이 잠겼습니다',
'This security notification concerns your Sync-in account. Please contact an administrator to perform the analysis and unlock your account.': '이 보안 알림은 귀하의 Sync-in 계정과 관련된 것입니다. 분석 및 계정 잠금 해제를 위해 관리자에게 문의해 주세요.',
'Two-factor authentication (2FA) on your account has been disabled': '계정의 이중 인증(2FA)이 비활성화되었습니다',
'Two-factor authentication (2FA) on your account has been enabled': '계정의 이중 인증(2FA)이 활성화되었습니다',
'You received this notification because the security of your Sync-in account has changed. If you think this was a mistake, please review your security settings or contact your administrator.': 'Sync-in 계정의 보안이 변경되어 이 알림을 받았습니다. 실수라고 생각되면 보안 설정을 확인하거나 관리자에게 문의하세요.',
'Address IP': 'IP 주소',
Browser: '브라우저',
'New Version Available': '새 버전이 이용 가능합니다',
'You receive this notification because you are the administrator of this server.': '이 서버의 관리자이기 때문에 이 알림을 받았습니다.',
'A new update is available': '새로운 업데이트가 이용 가능합니다'
};
//# sourceMappingURL=ko.js.map