Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(i10n): add Korean localization for secure_context text #37111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions files/jsondata/L10n-Template.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"es": "Contexto seguro",
"fr": "Contexte sécurisé",
"ja": "安全なコンテキスト用",
"ko": "보안 컨텍스트",
"zh-CN": "安全上下文"
},

Expand All @@ -102,6 +103,7 @@
"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 All @@ -111,6 +113,7 @@
"es": "Esta función está disponible solo en <a href='/es/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='/fr/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='/ja/docs/Web/Security/Secure_Contexts'>安全なコンテキスト</a> (HTTPS) でのみ利用できます。",
"ko": "이 기능은 일부 또는 모든 <a href='#브라우저_호환성'>지원 브라우저</a>의 <a href='/ko/docs/Web/Security/Secure_Contexts'>보안 컨텍스트</a> (HTTPS)에서만 사용할 수 있습니다.",
"zh-CN": "此项功能仅在一些<a href='#浏览器兼容性'>支持的浏览器</a>的<a href='/zh-CN/docs/Web/Security/Secure_Contexts'>安全上下文</a>(HTTPS)中可用。"
},

Expand Down
Loading