This commit is contained in:
Raymond Hill 2025-06-01 13:52:48 -04:00
parent 5de5d8c4a7
commit 0dac2206c3
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
3 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
uBO Lite (uBOL) is an MV3-based content blocker.
uBO Lite (uBOL)는 MV3 기반 콘텐츠 차단기입니다.
기본 규칙 목록은 uBlock Origin의 기본 필터 목록과 대응됩니다.

View file

@ -316,7 +316,7 @@
"description": "Short description of the DNR rules editor pane"
},
"dnrRulesCountInfo": {
"message": "Anzahl registrierter Regeln: {count}",
"message": "Anzahl erfasster Regeln: {count}",
"description": "Short sentence to report the number of currently registered DNR rules"
}
}

View file

@ -20,7 +20,7 @@
"description": "appears as tab name in dashboard"
},
"developPageName": {
"message": "Develop",
"message": "개발자용",
"description": "appears as tab name in dashboard. Inspired from 'Develop' menu in Safari, see https://developer.apple.com/documentation/safari-developer-tools/develop-menu"
},
"aboutPageName": {
@ -116,7 +116,7 @@
"description": "First paragraph of 'Filter issues' section in Support pane"
},
"supportS5H": {
"message": "Troubleshooting information",
"message": "문제 해결 정보",
"description": "Label of 'Troubleshooting information' section in 'Report a filter issue' page"
},
"supportS6P1S1": {
@ -240,11 +240,11 @@
"description": "Short description for a checkbox in the options page"
},
"developerModeLabel": {
"message": "Developer mode",
"message": "개발자 모드",
"description": "Label for a checkbox in the options page"
},
"developerModeLegend": {
"message": "Enables access to features suitable for technical users.",
"message": "기술적 사용자를 위한 기능에 접근할 수 있도록 합니다.",
"description": "Short description for a checkbox in the options page"
},
"findListsPlaceholder": {
@ -296,27 +296,27 @@
"description": "Tooltip for the button used to exit zapper mode"
},
"saveButton": {
"message": "Save",
"message": "저장",
"description": "Text for buttons used to save changes"
},
"revertButton": {
"message": "Revert",
"message": "되돌리기",
"description": "Text for buttons used to revert changes"
},
"importAndAppendButton": {
"message": "Import and append…",
"message": "가져오기 및 추가하기…",
"description": "Text for buttons used to import and append content"
},
"exportButton": {
"message": "Export…",
"message": "내보내기…",
"description": "Text for buttons used to export content"
},
"dnrRulesSummary": {
"message": "Enter your own DNR rules below. <b>Do not add content from untrusted sources.</b>",
"message": "아래에 직접 DNR 규칙을 입력하세요. <b>신뢰할 수 없는 출처의 콘텐츠를 추가하지 마세요.</b>",
"description": "Short description of the DNR rules editor pane"
},
"dnrRulesCountInfo": {
"message": "Number of registered rules: {count}",
"message": "등록된 규칙 수: {count}",
"description": "Short sentence to report the number of currently registered DNR rules"
}
}