diff options
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 657690501f5..fcfebabb0b9 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -128,6 +128,14 @@ OC.L10N.register( "Shared" : "공유됨", "Shared with" : "다음 사용자와 공유함", "Shared by" : "다음 사용자가 공유함", + "Non-existing tag #{tag}" : "존재하지 않는 태그 #{tag}", + "restricted" : "제한됨", + "invisible" : "보이지 않음", + "({scope})" : "({scope})", + "Delete" : "삭제", + "Rename" : "이름 바꾸기", + "Collaborative tags" : "협동 태그", + "No tags found" : "태그를 찾을 수 없음", "Settings" : "설정", "Connection to server lost" : "서버 연결이 끊어짐", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["페이지 불러오기 오류, %n초 후 새로 고침"], @@ -202,14 +210,6 @@ OC.L10N.register( "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "\"{header}\" HTTP 헤더가 \"{expected}\"를 포함하고 있지 않습니다. 잠재적인 정보 유출 및 보안 위협이 될 수 있으므로 설정을 변경하는 것을 추천합니다.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "\"Strict-Transport-Security\" HTTP 헤더가 \"{seconds}\"초 이상로 설정되어 있지 않습니다. <a href=\"{docUrl}\" rel=\"noreferrer noopener\">보안 팁</a>에서 제안하는 것처럼 HSTS를 활성화하는 것을 추천합니다.", "Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "사이트에 HTTP를 통해서 보안 없이 접근하고 있습니다. <a href=\"{docUrl}\">보안 팁↗</a>에서 제안하는 것처럼 HTTPS를 설정하는 것을 추천합니다.", - "Non-existing tag #{tag}" : "존재하지 않는 태그 #{tag}", - "restricted" : "제한됨", - "invisible" : "보이지 않음", - "({scope})" : "({scope})", - "Delete" : "삭제", - "Rename" : "이름 바꾸기", - "Collaborative tags" : "협동 태그", - "No tags found" : "태그를 찾을 수 없음", "unknown text" : "알 수 없는 텍스트", "Hello world!" : "Hello world!", "sunny" : "맑음", |