diff --git a/_locales/ko/messages.json b/_locales/ko/messages.json new file mode 100644 index 0000000000000000000000000000000000000000..b1638bed9297cabc44694f749b8c9d51af4cf9da --- /dev/null +++ b/_locales/ko/messages.json @@ -0,0 +1,70 @@ +{ + "extensionDescription": { + "message": "\"무료\"ë¼ëŠ” 미ë¼ë¡œ ë‹¹ì‹ ì„ ì¶”ì 하는 대규모 CDNì„ ì‚¬ìš©í•˜ì§€ ì•ŠìŒìœ¼ë¡œì¨ ê°œì¸ ì •ë³´ë¥¼ 지킵니다.", + "description": "Extension description." + }, + "disableProtectionTitle": { + "message": "ì´ ì‚¬ì´íŠ¸ì˜ 보호 비활성화", + "description": "Disable protection title." + }, + "enableProtectionTitle": { + "message": "보호 활성화", + "description": "Enable protection title." + }, + "amountInjectedTitle": { + "message": "로컬 리소스로 대체한 ìš”ì² íšŸìˆ˜", + "description": "Amount injected title." + }, + "amountInjectedDescription": { + "message": "Decentraleyes를 설치한 ë’¤, CDNì—ì„œ 다운로드 하는 ëŒ€ì‹ ë¡œì»¬ ìžì›ì„ 사용한 횟수입니다.", + "description": "Amount injected description." + }, + "optionsTitle": { + "message": "옵션", + "description": "Options title." + }, + "showIconBadgeTitle": { + "message": "차단한 횟수를 ì•„ì´ì½˜ì— 표시", + "description": "Show icon badge title." + }, + "showIconBadgeDescription": { + "message": "로컬 리소스로 대체한 ìš”ì² ìˆ˜ë¥¼ 확장 기능 ì•„ì´ì½˜ì— 표시합니다.", + "description": "Show icon badge description." + }, + "blockMissingTitle": { + "message": "존재하지 않는 ë¦¬ì†ŒìŠ¤ì— ëŒ€í•œ ìš”ì²ì„ 차단", + "description": "Block requests for missing resources title." + }, + "blockMissingDescription": { + "message": "리소스를 로컬ì—ì„œ ê°€ì ¸ì˜¬ 수 없다면 리소스 ìš”ì²ì„ 취소합니다.", + "description": "Block requests for missing resources description." + }, + "disablePrefetchTitle": { + "message": "ë§í¬ 프리페치를 비활성화", + "description": "Disable prefetch title." + }, + "disablePrefetchDescription": { + "message": "허가ë˜ì§€ ì•Šì€ ìš”ì²ì´ ì „ë‹¬ 네트워í¬(DN)ë¡œ ì „ì†¡ë˜ëŠ” ê²ƒì„ ì°¨ë‹¨í•©ë‹ˆë‹¤.", + "description": "Disable prefetch description." + }, + "stripMetadataTitle": { + "message": "í—ˆìš©ëœ ìš”ì²ì—ì„œ 메타ë°ì´í„°ë¥¼ ì œê±°", + "description": "Strip metadata title." + }, + "stripMetadataDescription": { + "message": "프ë¼ì´ë²„ì‹œ 보호를 위해 í—ˆê°€ëœ CDN ìš”ì²ì—ì„œ 민ê°í•œ ë°ì´í„°ë¥¼ 지ì›ë‹ˆë‹¤.", + "description": "Strip metadata description." + }, + "whitelistedDomainsTitle": { + "message": "Decentraleyes를 사용하지 ì•Šì„ ë„ë©”ì¸", + "description": "Whitelisted domains title." + }, + "whitelistedDomainsDescription": { + "message": "í™”ì´íŠ¸ ë¦¬ìŠ¤íŠ¸ì— ë“±ë¡í• ë„ë©”ì¸ì„ ìž…ë ¥í•˜ì„¸ìš”. 여러 개를 ìž…ë ¥í• ê²½ìš° ì„¸ë¯¸ì½œë¡ (;) ì„ ì´ìš©í•´ 구분합니다.", + "description": "Whitelisted domains description." + }, + "advancedLabel": { + "message": "ê³ ê¸‰", + "description": "Advanced label." + } +} \ No newline at end of file diff --git a/crowdin.yaml b/crowdin.yaml index d7673f2985db7a78bc04008c4155fb3955122249..676e0bf672e20c55a0cde0960ea60e44da2abc4e 100644 --- a/crowdin.yaml +++ b/crowdin.yaml @@ -22,6 +22,7 @@ "is": "is" "it": "it" "ja": "ja" + "ko": "ko" "nl": "nl" "pl": "pl" "ro": "ro" diff --git a/modules/internal/helpers.js b/modules/internal/helpers.js index f4038768bcf80dc013fb29629332791647d4c168..329891a3bfcc894e9d6bac10c2316b975b652643 100644 --- a/modules/internal/helpers.js +++ b/modules/internal/helpers.js @@ -63,7 +63,7 @@ helpers.languageIsFullySupported = function (language) { supportedLanguages = [ 'ar', 'bg', 'zh', 'da', 'nl', 'en', 'et', 'fi', 'fr', 'de', 'el', - 'is', 'id', 'ja', 'pl', 'pt', 'ro', 'ru', 'es', 'sv', 'tr' + 'is', 'id', 'ja', 'ko', 'pl', 'pt', 'ro', 'ru', 'es', 'sv', 'tr' ]; for (let supportedLanguage of supportedLanguages) {