diff options
Diffstat (limited to 'apps/settings/l10n/ko.js')
-rw-r--r-- | apps/settings/l10n/ko.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js index 467ab75ab56..2c110478ebc 100644 --- a/apps/settings/l10n/ko.js +++ b/apps/settings/l10n/ko.js @@ -261,6 +261,8 @@ OC.L10N.register( "Your biography" : "내 소개문구", "Details" : "자세히", "You are a member of the following groups:" : "당신은 다음 그룹의 멤버입니다:", + "You are using <strong>{usage}</strong>" : "<strong>{usage}</strong>를 사용하고 있습니다.", + "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "전체 <strong>{totalSpace}</strong> 중 <strong>{usage}</strong>(<strong>{usageRelative}%</strong>)를 사용하고 있습니다.", "Your full name" : "내 전체 이름", "Email options" : "이메일 옵션", "Primary email for password reset and notifications" : "암호 초기화 및 알림 수신용 주 이메일 주소", @@ -284,11 +286,14 @@ OC.L10N.register( "Unable to update language" : "언어를 갱신할 수 없음", "No language set" : "언어가 설정되지 않음", "Locale" : "지역", + "Week starts on {firstDayOfWeek}" : "일주일이 {firstDayOfWeek}에 시작함", + "Your location" : "내 위치", "Your organisation" : "내 조직", "Your phone number" : "내 휴대폰 번호", "Edit your Profile visibility" : "프로필 표시 여부 편집", "Enable Profile" : "프로필 활성화", "Unable to update profile enabled state" : "프로필 활성화 여부를 갱신할 수 없음", + "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "표시 여부나 표시 범위 설정은 더 좁은 쪽이 우선 적용됩니다. 예를 들어, 표시 여부는 \"전체 공개\", 표시 범위는 \"개인\"으로 설정되어 있다면, 해당 항목은 \"개인\"에게만 보여집니다.", "Unable to update visibility of {displayId}" : "{displayId}의 표시 여부를 갱신할 수 없음", "Your role" : "내 직책", "Your Twitter handle" : "내 트위터", |