aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/l10n/ko.js
blob: fa95c9236c9beba4a632d2657e83c7ad7fe7dec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "sharebymail",
    {
    "Shared with {email}" : "{email} 님과 공유함",
    "Shared with {email} by {actor}" : "{actor} 님이 {email} 님과 공유함",
    "Password for mail share sent to {email}" : "이메일 공유 암호를 {email}(으)로 보냄",
    "Password for mail share sent to you" : "이메일 공유 암호를 내게 보냄",
    "You shared {file} with {email} by mail" : "{email} 님과 {file}을(를) 이메일로 공유함",
    "{actor} shared {file} with {email} by mail" : "{actor} 님이 {email} 님과 {file}을(를) 이메일로 공유함",
    "Password to access {file} was sent to {email}" : "{file}에 접근할 수 있는 암호를 {email}(으)로 보냄",
    "Password to access {file} was sent to you" : "{file}에 접근할 수 있는 암호를 내게 보냄",
    "Share by mail" : "이메일로 공유",
    "Sharing %1$s failed, because this item is already shared with the account %2$s" : "%1$s을(를) 공유할 수 없습니다. 이 항목을 이미 %2$s 계정과 공유하고 있습니다",
    "Failed to send share by email" : "이메일로 공유를 보낼 수 없음",
    "Note:" : "메모:",
    "%1$s via %2$s" : "%1$s(%2$s 경유)",
    "It is protected with the following password:" : "다음 암호로 보호됩니다:",
    "This is the password:" : "암호:",
    "You can choose a different password at any time in the share dialog." : "공유 대화 상자에서 언제든지 다른 암호를 선택할 수 있습니다.",
    "Could not find share" : "공유를 찾을 수 없음",
    "Send password by mail" : "이메일로 암호 보내기"
},
"nplurals=1; plural=0;");