diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-10 00:34:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-10 00:34:21 +0000 |
commit | cd7007c64949ea80a2c79b18a063f94415506116 (patch) | |
tree | b62147a86b9006c3db480d12e90d6f2a5c6908be /core/l10n/ko.js | |
parent | 038836c41ca8c27289de4d40259f49818ba8cfbb (diff) | |
download | nextcloud-server-cd7007c64949ea80a2c79b18a063f94415506116.tar.gz nextcloud-server-cd7007c64949ea80a2c79b18a063f94415506116.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r-- | core/l10n/ko.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js index b4afa360b5f..d61f79a1b0a 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -97,7 +97,6 @@ OC.L10N.register( "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["업데이트가 성공했습니다. %n초 후 {productName}(으)로 이동합니다."], "Applications menu" : "애플리케이션 메뉴", "More apps" : "더 많은 앱", - "Currently open" : "현재 열려있음", "_{count} notification_::_{count} notifications_" : ["{count}개의 알림"], "No" : "아니요", "Yes" : "예", @@ -426,6 +425,7 @@ OC.L10N.register( "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "\"{header}\" HTTP 헤더가 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 또는 \"{val5}\"(으)로 설정되어 있지 않습니다. referer 정보가 유출될 수 있습니다. 자세한 사항은 {linkstart}W3C 권장사항 ↗{linkend} 을 참조하십시오.", "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 {linkstart}security tips ↗{linkend}." : "\"Strict-Transport-Security\" HTTP 헤더가 \"{seconds}\"초 이상으로 설정되어 있지 않습니다. {linkstart}보안 팁 ↗{linkend}에서 제안하는 것처럼 HSTS를 활성화하는 것을 추천합니다.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "HTTP를 통해 사이트에 안전하지 않게 액세스하고 있습니다. {linkstart}보안 팁 ↗{linkend}에 설명된 대로 HTTPS를 필수적으로 사용하도록 서버를 설정할 것을 강력히 권장합니다. 그렇지 않으면 \"클립보드에 복사\" 또는 \"서비스 워커\"와 같은 중요한 웹 기능이 작동하지 않습니다!", + "Currently open" : "현재 열려있음", "Wrong username or password." : "ID나 암호가 잘못되었습니다.", "User disabled" : "사용자 비활성화됨", "Username or email" : "사용자 이름 또는 이메일", |