Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ko.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08feb7881157d949287abf7185ead7ec26220067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "firstrunwizard",
    {
    "A safe home for all your data" : "내 모든 데이터 안전 저장소",
    "Access & share your files, calendars, contacts, mail & more from any device, on your terms" : "내 파일, 달력, 연락처, 이메일을 내가 원하는 모든 장소에서 접근하고 공유하기",
    "Get the apps to sync your files" : "파일 동기화 앱 가져오기",
    "Desktop client" : "데스크톱 클라이언트",
    "Android app" : "Android 앱",
    "iOS app" : "iOS 앱",
    "Connect your desktop apps to %s" : "내 데스크톱 앱을 %s에 연결하기",
    "Connect your Calendar" : "내 달력 연결하기",
    "Connect your Contacts" : "내 연락처 연결하기",
    "Documentation" : "문서",
    "Access files via WebDAV" : "WebDAV로 파일에 접근하기",
    "There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." : "더 자세한 정보는 <a target=\"_blank\" href=\"%s\">문서</a>와 <a target=\"_blank\" href=\"http://owncloud.org\">웹사이트</a>에 있습니다."
},
"nplurals=1; plural=0;");