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

ko.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f77ff4071a83a0a4ac755761883d5c2472c88fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
OC.L10N.register(
    "files_external",
    {
    "Please provide a valid Dropbox app key and secret." : "올바른 Dropbox 앱 키와 암호를 입력하십시오.",
    "External storage" : "외부 저장소",
    "Location" : "장소",
    "Amazon S3" : "Amazon S3",
    "Port" : "포트",
    "Region" : "지역",
    "Host" : "호스트",
    "Username" : "사용자 이름",
    "Password" : "암호",
    "Share" : "공유",
    "URL" : "URL",
    "Access granted" : "접근 허가됨",
    "Error configuring Dropbox storage" : "Dropbox 저장소 설정 오류",
    "Grant access" : "접근 권한 부여",
    "Error configuring Google Drive storage" : "Google 드라이브 저장소 설정 오류",
    "Personal" : "개인",
    "Saved" : "저장됨",
    "Name" : "이름",
    "External Storage" : "외부 저장소",
    "Folder name" : "폴더 이름",
    "Configuration" : "설정",
    "Add storage" : "저장소 추가",
    "Delete" : "삭제",
    "Enable User External Storage" : "사용자 외부 저장소 사용"
},
"nplurals=1; plural=0;");