Skip to content

Commit

Permalink
fix(i10n): localize secureContext header and inline text in ko (#12183)
Browse files Browse the repository at this point in the history
* docs(ko): translate secure context inline to Korean

* docs(ko): translate secure context header to Korean
  • Loading branch information
ohprettyhak authored Dec 6, 2024
1 parent c9437ce commit 3e781a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kumascript/macros/secureContext_header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var str_title = mdn.localString({
"es" : "Contexto seguro",
"fr" : "Contexte sécurisé",
"ja" : "安全なコンテキスト用",
"ko" : "보안 컨텍스트",
"zh-CN": "安全上下文"
});
Expand All @@ -20,6 +21,7 @@ var str_desc = mdn.localString({
"es" : "Esta función está disponible solo en <a href='/" + lang + "/docs/Web/Security/Secure_Contexts'>contextos seguros</a> (HTTPS), en algunos o todos los <a href='#browser_compatibility'>navegadores que lo soportan</a>.",
"fr" : "Cette fonctionnalité est uniquement disponible dans des <a href='/" + lang + "/docs/Web/Security/Secure_Contexts'>contextes sécurisés</a> (HTTPS), pour certains <a href='#compatibilité_des_navigateurs'>navigateurs qui la prennent en charge</a>.",
"ja" : "この機能は一部またはすべての<a href='#browser_compatibility'>対応しているブラウザー</a>において、<a href='/" + lang + "/docs/Web/Security/Secure_Contexts'>安全なコンテキスト</a> (HTTPS) でのみ利用できます。",
"ko" : "이 기능은 일부 또는 모든 <a href='#브라우저_호환성'>지원 브라우저</a>의 <a href='/" + lang + "/docs/Web/Security/Secure_Contexts'>보안 컨텍스트</a> (HTTPS)에서만 사용할 수 있습니다.",
"zh-CN": "此项功能仅在一些<a href='#浏览器兼容性'>支持的浏览器</a>的<a href='/" + lang + "/docs/Web/Security/Secure_Contexts'>安全上下文</a>(HTTPS)中可用。"
});
Expand Down
2 changes: 2 additions & 0 deletions kumascript/macros/secureContext_inline.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ var str_title = mdn.localString({
"es" : "Contexto seguro",
"fr" : "Contexte sécurisé",
"ja" : "安全なコンテキスト用",
"ko" : "보안 컨텍스트",
"zh-CN": "安全上下文"
});
Expand All @@ -16,6 +17,7 @@ var str_tooltip = mdn.localString({
"es" : "Esta función está disponible solo en contextos seguros (HTTPS)",
"fr" : "Cette fonctionnalité est uniquement disponible dans des contextes sécurisés (HTTPS)",
"ja" : "この機能は安全なコンテキスト (HTTPS) でのみ利用できます",
"ko" : "이 기능은 보안 컨텍스트 (HTTPS)에서만 사용할 수 있습니다",
"zh-CN": "此功能仅在安全上下文(HTTPS)中可用"
});
%>
Expand Down

0 comments on commit 3e781a0

Please sign in to comment.