diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.application.ApplicationLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.application.ApplicationLocalize.yaml
index 35d28d0..88b2318 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.application.ApplicationLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.application.ApplicationLocalize.yaml
@@ -185,7 +185,7 @@ checkbox.indent.use.same.settings.for.all.file.types:
checkbox.indent.use.tab.character:
text: 탭(Tab) 문자 사용
checkbox.insert.pair.curly.brace:
- text: 쌍 중괄호 '}' 삽입
+ text: "쌍 중괄호 '}' 삽입"
checkbox.insert.pair.quote:
text: 쌍 따옴표 삽입
checkbox.javadoc.stub.after.slash.star.star:
@@ -203,7 +203,7 @@ checkbox.optimize.imports.on.the.fly:
checkbox.parentheses.around.method.arguments:
text: 메서드 인수에 괄호 추가
checkbox.reformat.on.typing.rbrace:
- text: '''}'' 입력 시 블록 재포맷'
+ text: "'}' 입력 시 블록 재포맷"
checkbox.rename.local.variables.preselect:
text: 이름 변경 리팩터링 시 현재 심볼 이름 미리 선택
checkbox.right.margin:
@@ -241,13 +241,13 @@ checkbox.smooth.scrolling:
checkbox.spaces.additive.operators:
text: 가산 연산자 (+, -)
checkbox.spaces.after.colon:
- text: ''':'' 뒤'
+ text: "':' 뒤"
checkbox.spaces.after.comma:
text: 쉼표 뒤
checkbox.spaces.after.question:
- text: '''?'' 뒤'
+ text: "'?' 뒤"
checkbox.spaces.after.semicolon:
- text: '''for'' 세미콜론 뒤'
+ text: "'for' 세미콜론 뒤"
checkbox.spaces.after.type.cast:
text: 타입 캐스트 뒤
checkbox.spaces.annotation.array.initializer.left.brace:
@@ -267,21 +267,21 @@ checkbox.spaces.array.initializer.left.brace:
checkbox.spaces.assignment.operators:
text: 할당 연산자 (=, +=, ...)
checkbox.spaces.before.colon:
- text: ''':'' 앞'
+ text: "':' 앞"
checkbox.spaces.before.comma:
text: 쉼표 앞
checkbox.spaces.before.question:
- text: '''?'' 앞'
+ text: "'?' 앞"
checkbox.spaces.before.semicolon:
- text: '''for'' 세미콜론 앞'
+ text: "'for' 세미콜론 앞"
checkbox.spaces.bitwise.operators:
text: 비트 연산자 (\&, |, ^)
checkbox.spaces.catch.keyword:
- text: '''catch'' 키워드'
+ text: "'catch' 키워드"
checkbox.spaces.catch.left.brace:
- text: '''catch'' 왼쪽 중괄호'
+ text: "'catch' 왼쪽 중괄호"
checkbox.spaces.catch.parentheses:
- text: '''catch'' 괄호'
+ text: "'catch' 괄호"
checkbox.spaces.checkbox.spaces.empty.method.call.parentheses:
text: 빈 메서드 호출 괄호
checkbox.spaces.checkbox.spaces.empty.method.declaration.parentheses:
@@ -293,25 +293,25 @@ checkbox.spaces.checkbox.spaces.method.declaration.parentheses:
checkbox.spaces.class.left.brace:
text: 클래스 왼쪽 중괄호
checkbox.spaces.do.left.brace:
- text: '''do'' 왼쪽 중괄호'
+ text: "'do' 왼쪽 중괄호"
checkbox.spaces.else.keyword:
- text: '''else'' 키워드'
+ text: "'else' 키워드"
checkbox.spaces.else.left.brace:
- text: '''else'' 왼쪽 중괄호'
+ text: "'else' 왼쪽 중괄호"
checkbox.spaces.equality.operators:
text: 등가 연산자 (==, !=)
checkbox.spaces.finally.keyword:
- text: '''finally'' 키워드'
+ text: "'finally' 키워드"
checkbox.spaces.finally.left.brace:
- text: '''finally'' 왼쪽 중괄호'
+ text: "'finally' 왼쪽 중괄호"
checkbox.spaces.for.left.brace:
- text: '''for'' 왼쪽 중괄호'
+ text: "'for' 왼쪽 중괄호"
checkbox.spaces.for.parentheses:
- text: '''for'' 괄호'
+ text: "'for' 괄호"
checkbox.spaces.if.left.brace:
- text: '''if'' 왼쪽 중괄호'
+ text: "'if' 왼쪽 중괄호"
checkbox.spaces.if.parentheses:
- text: '''if'' 괄호'
+ text: "'if' 괄호"
checkbox.spaces.logical.operators:
text: 논리 연산자 (\&\&, ||)
checkbox.spaces.method.call.parentheses:
@@ -327,25 +327,25 @@ checkbox.spaces.relational.operators:
checkbox.spaces.shift.operators:
text: 시프트 연산자 (<<, >>, >>>)
checkbox.spaces.switch.left.brace:
- text: '''switch'' 왼쪽 중괄호'
+ text: "'switch' 왼쪽 중괄호"
checkbox.spaces.switch.parentheses:
- text: '''switch'' 괄호'
+ text: "'switch' 괄호"
checkbox.spaces.synchronized.left.brace:
- text: '''synchronized'' 왼쪽 중괄호'
+ text: "'synchronized' 왼쪽 중괄호"
checkbox.spaces.synchronized.parentheses:
- text: '''synchronized'' 괄호'
+ text: "'synchronized' 괄호"
checkbox.spaces.try.left.brace:
- text: '''try'' 왼쪽 중괄호'
+ text: "'try' 왼쪽 중괄호"
checkbox.spaces.try.parentheses:
- text: '''try'' 괄호'
+ text: "'try' 괄호"
checkbox.spaces.type.cast.parentheses:
text: 타입 캐스트 괄호
checkbox.spaces.while.keyword:
- text: '''while'' 키워드'
+ text: "'while' 키워드"
checkbox.spaces.while.left.brace:
- text: '''while'' 왼쪽 중괄호'
+ text: "'while' 왼쪽 중괄호"
checkbox.spaces.while.parentheses:
- text: '''while'' 괄호'
+ text: "'while' 괄호"
checkbox.spaces.within.array.initializer.braces:
text: 배열 초기화 중괄호 내
checkbox.spaces.within.braces:
@@ -481,15 +481,15 @@ date.format.today:
date.format.yesterday:
text: 어제
desktop.entry.icon.missing:
- text: '''''{0}''''에서 애플리케이션 아이콘을 찾을 수 없습니다.'
+ text: "''{0}''에서 애플리케이션 아이콘을 찾을 수 없습니다."
desktop.entry.script.missing:
- text: '''''{0}''''에서 IDE 실행기를 찾을 수 없습니다.'
+ text: "''{0}''에서 IDE 실행기를 찾을 수 없습니다."
desktop.entry.success:
text: 이제 {0}을(를) 종료하고 시스템 메뉴에서 시작할 수 있습니다.
새 메뉴 항목이 표시되지 않으면 로그인 세션을 다시 시작하세요.
desktop.entry.sudo.prompt:
text: 데스크톱 엔트리를 생성하려면 비밀번호를 입력하세요.
desktop.entry.xdg.missing:
- text: 불행히도 시스템에 'xdg-utils' 패키지가 없는 것 같습니다.
+ text: "불행히도 시스템에 'xdg-utils' 패키지가 없는 것 같습니다."
dialog.message.caches.will.be.invalidated:
text: 모든 프로젝트의 캐시 및 색인을 제거합니다. 프로젝트를 다시 열 때 새 캐시가 빌드됩니다.
dialog.message.command.not.finished.yet:
@@ -533,7 +533,7 @@ editbox.indent.label.indent:
editbox.indent.tab.size:
text: '탭 크기:'
editbox.keep.blanklines.before.rbrace:
- text: '''}'' 직전:'
+ text: "'}' 직전:"
editbox.keep.blanklines.in.code:
text: '코드 내:'
editbox.keep.blanklines.in.declarations:
@@ -807,7 +807,7 @@ wrapping.align.parenthesised.when.multiline:
wrapping.align.simple.methods.in.columns:
text: 열에 맞춰 단순 메서드 정렬
wrapping.align.throws.keyword:
- text: '''throws''를 메서드 시작 부분에 정렬'
+ text: "'throws'를 메서드 시작 부분에 정렬"
wrapping.align.variables.in.columns:
text: 열에 맞춰 변수 정렬
wrapping.align.when.multiline:
@@ -841,7 +841,7 @@ wrapping.brace.placement.next.line.shifted:
wrapping.brace.placement.other:
text: 기타
wrapping.catch.on.new.line:
- text: '''catch''를 새 줄에 표시'
+ text: "'catch'를 새 줄에 표시"
wrapping.chained.method.call.first.on.new.line:
text: 첫 번째 호출 줄 바꿈
wrapping.chained.method.calls:
@@ -851,7 +851,7 @@ wrapping.chop.down.if.long:
wrapping.classes.annotation:
text: 클래스 어노테이션
wrapping.colon.signs.on.next.line:
- text: ''':'' 기호를 다음 줄에 표시'
+ text: "':' 기호를 다음 줄에 표시"
wrapping.comments:
text: 주석
wrapping.comments.wrap.at.right.margin:
@@ -859,9 +859,9 @@ wrapping.comments.wrap.at.right.margin:
wrapping.do.not.wrap:
text: 줄 바꿈 안 함
wrapping.dowhile.statement:
- text: '''do ... while()'' 문'
+ text: "'do ... while()' 문"
wrapping.else.on.new.line:
- text: '''else''를 새 줄에 표시'
+ text: "'else'를 새 줄에 표시"
wrapping.enum.constants:
text: Enum 상수
wrapping.extends.implements.keyword:
@@ -871,9 +871,9 @@ wrapping.extends.implements.list:
wrapping.fields.annotation:
text: 필드 어노테이션
wrapping.finally.on.new.line:
- text: '''finally''를 새 줄에 표시'
+ text: "'finally'를 새 줄에 표시"
wrapping.for.statement:
- text: '''for()'' 문'
+ text: "'for()' 문"
wrapping.force.braces:
text: 중괄호 강제
wrapping.force.braces.always:
@@ -883,9 +883,9 @@ wrapping.force.braces.do.not.force:
wrapping.force.braces.when.multiline:
text: 여러 줄일 때
wrapping.if.statement:
- text: '''if()'' 문'
+ text: "'if()' 문"
wrapping.indent.case.from.switch:
- text: '''switch''에서 ''case'' 들여쓰기'
+ text: "'switch'에서 'case' 들여쓰기"
wrapping.keep.comment.at.first.column:
text: 첫 번째 열의 주석
wrapping.keep.line.breaks:
@@ -917,23 +917,23 @@ wrapping.methods.annotation:
wrapping.modifier.list:
text: 수정자(Modifier) 목록
wrapping.new.line.after.lbrace:
- text: '''{'' 뒤에 새 줄 추가'
+ text: "'{' 뒤에 새 줄 추가"
wrapping.new.line.after.lpar:
- text: '''('' 뒤에 새 줄 추가'
+ text: "'(' 뒤에 새 줄 추가"
wrapping.operation.sign.on.next.line:
text: 연산 기호를 다음 줄에 표시
wrapping.parameters.annotation:
text: 매개변수 어노테이션
wrapping.quest.and.colon.signs.on.next.line:
- text: '''?'' 및 '':'' 기호를 다음 줄에 표시'
+ text: "'?' 및 ':' 기호를 다음 줄에 표시"
wrapping.rbrace.on.new.line:
- text: '''}''를 새 줄에 배치'
+ text: "'}'를 새 줄에 배치"
wrapping.rpar.on.new.line:
- text: ''')''를 새 줄에 배치'
+ text: "')'를 새 줄에 배치"
wrapping.special.else.if.braces.treatment:
- text: '''else if'' 특수 처리'
+ text: "'else if' 특수 처리"
wrapping.switch.statement:
- text: '''switch'' 문'
+ text: "'switch' 문"
wrapping.take.priority.over.call.chain.wrapping:
text: 호출 체인 줄 바꿈보다 우선순위 적용
wrapping.ternary.operation:
@@ -943,11 +943,11 @@ wrapping.throws.keyword:
wrapping.throws.list:
text: Throws 목록
wrapping.try.statement:
- text: '''try'' 문'
+ text: "'try' 문"
wrapping.while.on.new.line:
- text: '''while''을 새 줄에 표시'
+ text: "'while'을 새 줄에 표시"
wrapping.while.statement:
- text: '''while()'' 문'
+ text: "'while()' 문"
wrapping.wrap.always:
text: 항상 줄 바꿈
wrapping.wrap.if.long:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.codeEditor.CodeEditorLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.codeEditor.CodeEditorLocalize.yaml
index d77c442..ab3d38a 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.codeEditor.CodeEditorLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.codeEditor.CodeEditorLocalize.yaml
@@ -63,13 +63,13 @@ hector.syntax.slider.label:
inlay.hints.declarative.disable.action.no.provider.text:
text: 인레이 힌트 비활성화
inlay.hints.declarative.disable.action.text:
- text: '''''{0}'''' 인레이 힌트 비활성화'
+ text: "''{0}'' 인레이 힌트 비활성화"
inlay.hints.declarative.disable.option.action.text:
- text: '''''{1}'''' 인레이 힌트에 대한 ''''{0}'''' 옵션 비활성화'
+ text: "''{1}'' 인레이 힌트에 대한 ''{0}'' 옵션 비활성화"
inlay.hints.declarative.enable.action.text:
- text: '''''{0}'''' 인레이 힌트 활성화'
+ text: "''{0}'' 인레이 힌트 활성화"
inlay.hints.declarative.enable.option.action.text:
- text: '''''{1}'''' 인레이 힌트에 대한 ''''{0}'''' 옵션 활성화'
+ text: "''{1}'' 인레이 힌트에 대한 ''{0}'' 옵션 활성화"
iw.compact.view:
text: 압축 보기
iw.disable.powersave:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.credentialStorage.CredentialStorageLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.credentialStorage.CredentialStorageLocalize.yaml
index 5af7fc2..802de87 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.credentialStorage.CredentialStorageLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.credentialStorage.CredentialStorageLocalize.yaml
@@ -27,7 +27,9 @@ kee.pass.row.master.password:
kee.pass.row.new.password:
text: '새 비밀번호:'
kee.pass.top.note:
- text: "데이터베이스가 사용자 정의 위치에 있으므로\n사용자 정의 마스터 비밀번호가 필요합니다."
+ text: |-
+ 데이터베이스가 사용자 정의 위치에 있으므로
+ 사용자 정의 마스터 비밀번호가 필요합니다.
kee.pass.validation.info.current.password.incorrect:
text: 현재 비밀번호가 올바르지 않습니다.
kee.pass.validation.info.current.password.incorrect.current.empty:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.devkit.DevKitLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.devkit.DevKitLocalize.yaml
index a3eaa43..fa64336 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.devkit.DevKitLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.devkit.DevKitLocalize.yaml
@@ -1,2 +1,2 @@
error.file.not.found.message:
- text: '''''{0}'''' 파일을 찾을 수 없습니다'
+ text: "''{0}'' 파일을 찾을 수 없습니다"
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.diff.DiffLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.diff.DiffLocalize.yaml
index d08251f..1e06cba 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.diff.DiffLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.diff.DiffLocalize.yaml
@@ -9,7 +9,9 @@ apply.partially.resolved.merge.dialog.title:
apply.patch.all.changes.processed.message.text:
text: 변경 사항을 저장하고 해결 종료
apply.patch.partially.resolved.changes.confirmation.message:
- text: "처리되지 않은 {0, choice, 1#하나의 단락이|2#{0, number}개의 단락이} 남아 있습니다.\n변경 사항을 저장하고 해결을 마칠까요?"
+ text: |-
+ 처리되지 않은 {0, choice, 1#하나의 단락이|2#{0, number}개의 단락이} 남아 있습니다.
+ 변경 사항을 저장하고 해결을 마칠까요?
apply.somehow.status.message.all.applied:
text: 모든 변경 단락(hunk)이 해결됨
apply.somehow.status.message.already.applied:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.execution.ExecutionLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.execution.ExecutionLocalize.yaml
index 0d2ec05..de3a748 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.execution.ExecutionLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.execution.ExecutionLocalize.yaml
@@ -7,7 +7,7 @@ action.name.save.configuration:
action.terminating.process.progress.kill.description:
text: 프로세스 강제 종료(Kill)
add.new.run.configuration.action.name:
- text: 새 ''{0}'' 구성 추가
+ text: "새 ''{0}'' 구성 추가"
add.new.run.configuration.action2.name:
text: 새 구성 추가
applet.configuration.parameter.name.column:
@@ -35,7 +35,7 @@ before.launch.panel.title:
before.launch.run.another.configuration:
text: 다른 구성 실행
before.launch.run.certain.configuration:
- text: '''''{0}'''' 실행'
+ text: "''{0}'' 실행"
before.launch.run.unknown.task:
text: 알 수 없는 작업
button.add:
@@ -65,7 +65,7 @@ class.isnt.inheritor.of.testcase.error.message:
class.isnt.test.class.error.message:
text: '{0}은(는) 테스트 클래스가 아닙니다'
class.not.found.in.module.error.message:
- text: '''''{0}'''' 클래스를 ''''{1}'''' 모듈에서 찾을 수 없습니다'
+ text: "''{0}'' 클래스를 ''{1}'' 모듈에서 찾을 수 없습니다"
clear.all.from.console.action.name:
text: 모두 지우기
close.tab.action.name:
@@ -93,7 +93,7 @@ copy.selected.content.action.name:
create.run.configuration.action.name:
text: 실행 구성 수정…
create.run.configuration.for.item.dialog.title:
- text: '실행 구성 생성: ''''{0}'''''
+ text: "실행 구성 생성: ''{0}''"
default.junit.config.name.all.in.module:
text: '{0} 전체'
default.runner.start.action.text:
@@ -111,7 +111,7 @@ diff.content.expected.title.with.file.url:
edit.configuration.action:
text: 구성 편집(_E)
edit.run.configuration.for.item.dialog.title:
- text: '실행 구성 편집: ''''{0}'''''
+ text: "실행 구성 편집: ''{0}''"
edit.run.configuration.run.configuration.name.label:
text: '이름(_N):'
encoding.name.system.default:
@@ -127,13 +127,13 @@ environment.variables.helper.use.arguments.label:
error.common.title:
text: 오류
error.running.configuration.message:
- text: '''''{0}'''' 실행 중 오류 발생'
+ text: "''{0}'' 실행 중 오류 발생"
execute.before.run.debug.dialog.title:
text: 실행/디버그 전 {0} 실행
export.test.results.custom.template.chooser.title:
text: 사용자 정의 템플릿 선택
export.test.results.custom.template.not.found:
- text: 사용자 정의 템플릿 파일 ''{0}''을(를) 찾을 수 없습니다
+ text: "사용자 정의 템플릿 파일 ''{0}''을(를) 찾을 수 없습니다"
export.test.results.custom.template.path.empty:
text: 사용자 정의 템플릿 경로가 비어 있습니다
export.test.results.dialog.title:
@@ -163,7 +163,7 @@ export.test.results.succeeded:
export.test.results.task.name:
text: 테스트 결과 내보내는 중
failed.to.create.output.file:
- text: 출력 파일 ''{0}'' 생성 실패
+ text: "출력 파일 ''{0}'' 생성 실패"
fix.run.configuration.problem.button:
text: 수정
home.directory.not.specified.for.jdk.error.message:
@@ -175,7 +175,7 @@ instantiating.tests.progress.text:
invalid.data.dialog.title:
text: 잘못된 데이터
jdk.is.bad.configured.error.message:
- text: '''''{0}'''' 설정이 잘못되었습니다'
+ text: "''{0}'' 설정이 잘못되었습니다"
junit.actual.text.label:
text: '실제 결과 :'
junit.all.tests.passed.label:
@@ -275,11 +275,11 @@ message.cannot.find.file.0:
method.name.not.specified.error.message:
text: 메서드 이름이 지정되지 않았습니다
module.does.not.exist.error.message:
- text: '''''{0}'''' 모듈이 존재하지 않습니다'
+ text: "''{0}'' 모듈이 존재하지 않습니다"
module.doesn.t.exist.in.project.error.text:
- text: '''''{0}'''' 모듈이 프로젝트에 존재하지 않습니다'
+ text: "''{0}'' 모듈이 프로젝트에 존재하지 않습니다"
module.is.unloaded.from.project.error.text:
- text: '''''{0}'''' 모듈이 프로젝트에서 언로드되었습니다'
+ text: "''{0}'' 모듈이 프로젝트에서 언로드되었습니다"
module.not.specified.error.text:
text: 모듈이 지정되지 않았습니다
multiple.specified:
@@ -287,11 +287,11 @@ multiple.specified:
next.faled.test.action.name:
text: 실패한 다음 테스트
no.jdk.for.module.error.message:
- text: '''''{0}'''' 모듈에 대한 JDK가 없습니다'
+ text: "''{0}'' 모듈에 대한 JDK가 없습니다"
no.jdk.specified..error.message:
text: JDK가 지정되지 않았습니다
no.jdk.specified.for.module.warning.text:
- text: '''''{0}'''' 모듈에 지정된 JDK가 없습니다'
+ text: "''{0}'' 모듈에 지정된 JDK가 없습니다"
no.junit.error.message:
text: junit.jar가 없습니다
no.junit.in.scope.error.message:
@@ -311,15 +311,15 @@ open.message.view:
output.tab.title:
text: 출력
package.does.not.exist.error.message:
- text: '''''{0}'''' 패키지가 존재하지 않습니다'
+ text: "''{0}'' 패키지가 존재하지 않습니다"
package.not.found.error.message:
- text: '''''{0}'''' 패키지를 찾을 수 없습니다'
+ text: "''{0}'' 패키지를 찾을 수 없습니다"
perform.action.with.context.configuration.action.name:
text: '{0} 컨텍스트 구성'
prev.faled.test.action.name:
text: 실패한 이전 테스트
process.is.running.dialog.title:
- text: 프로세스 ''{0}''이(가) 실행 중입니다
+ text: "프로세스 ''{0}''이(가) 실행 중입니다"
project.has.no.jdk.configured.error.message:
text: 프로젝트에 구성된 JDK가 없습니다.
remote.configuration.host.label:
@@ -337,7 +337,7 @@ remote.debug.configuration.display.name:
remove.run.configuration.action.name:
text: 구성 제거
rerun.configuration.action.name:
- text: '''''{0}'''' 재실행'
+ text: "''{0}'' 재실행"
rerun.confirmation.button.text:
text: 중단 및 재실행
rerun.singleton.confirmation.message:
@@ -465,11 +465,11 @@ run.toolbar.widget.all.configurations:
runner.content.tooltip.layout.settings:
text: 레이아웃 설정
save.temporary.run.configuration.action.name:
- text: '''''{0}'''' 구성 저장(_S)'
+ text: "''{0}'' 구성 저장(_S)"
searching.test.progress.title:
text: 테스트 검색 중…
select.0.1:
- text: '{0} ''''{1}'''' 선택'
+ text: "{0} ''{1}'' 선택"
select.working.directory.message:
text: 작업 디렉터리 선택
service.view.activate.tool.window.action.description:
@@ -559,7 +559,7 @@ stop.all:
stop.background.process:
text: 백그라운드 프로세스 중단
stop.configuration.action.name:
- text: '''''{0}'''' 중단'
+ text: "''{0}'' 중단"
stop.incompatible.confirmation.button.text:
text: 호환되지 않는 항목 중단
stop.incompatible.confirmation.message:
@@ -569,15 +569,15 @@ stop.process:
strings.equal.failed.dialog.title:
text: 비교 실패
terminate.process.confirmation.text:
- text: 프로세스 ''{0}''을(를) 종료하시겠습니까?
+ text: "프로세스 ''{0}''을(를) 종료하시겠습니까?"
terminating.process.progress.kill:
text: 프로세스 강제 종료(Kill)
terminating.process.progress.title:
- text: '''''{0}'''' 종료 중'
+ text: "''{0}'' 종료 중"
test.in.scope.presentable.text:
- text: '''''{0}''''의 테스트'
+ text: "''{0}''의 테스트"
test.method.doesnt.exist.error.message:
- text: 테스트 메서드 ''{0}''이(가) 존재하지 않습니다
+ text: "테스트 메서드 ''{0}''이(가) 존재하지 않습니다"
test.not.started.progress.text:
text: 테스트가 시작되지 않았습니다
title.cannot.open.file:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.externalService.ExternalServiceLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.externalService.ExternalServiceLocalize.yaml
index 61ae563..634a2fc 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.externalService.ExternalServiceLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.externalService.ExternalServiceLocalize.yaml
@@ -109,9 +109,9 @@ progress.download.plugins:
progress.downloading.list.of.plugins:
text: '{0}에서 플러그인 목록 다운로드 중'
progress.downloading.plugin:
- text: '''''{0}'''' 플러그인 다운로드 중'
+ text: "''{0}'' 플러그인 다운로드 중"
prompt.uninstall.plugin:
- text: '''''{0}'''' 플러그인{1, choice, 0#|1# 업데이트}을(를) 제거하시겠습니까?'
+ text: "''{0}'' 플러그인{1, choice, 0#|1# 업데이트}을(를) 제거하시겠습니까?"
prompt.uninstall.several.plugins:
text: 이 {0}개의 플러그인을 제거하시겠습니까?
title.plugin.uninstall:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.externalSystem.ExternalSystemLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.externalSystem.ExternalSystemLocalize.yaml
index 9f0a143..3560c46 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.externalSystem.ExternalSystemLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.externalSystem.ExternalSystemLocalize.yaml
@@ -5,21 +5,24 @@ action.detach.external.project.text:
error.project.already.registered:
text: 프로젝트가 이미 등록되어 있습니다
error.resolve.already.running:
- text: '프로젝트에 대해 다른 ''''프로젝트 동기화'''' 작업이 현재 실행 중입니다: {0}'
+ text: "프로젝트에 대해 다른 ''프로젝트 동기화'' 작업이 현재 실행 중입니다: {0}"
error.resolve.with.reason:
- text: "{0}\n\n자세한 내용은 IDE 로그를 참조하십시오 (Help | Show Log)"
+ text: |-
+ {0}
+
+ 자세한 내용은 IDE 로그를 참조하십시오 (Help | Show Log)
module.type.description:
text: '{0} 모듈은 {0}에 의해 관리되는 종속성을 가진 JVM 기반 애플리케이션 개발에 사용됩니다'
notification.messages.project.sync.tab.name:
text: '{0} 동기화'
notification.project.refresh.fail.title:
- text: '{0} ''''{1}'''' 프로젝트 동기화 실패'
+ text: "{0} ''{1}'' 프로젝트 동기화 실패"
orphan.modules.text:
text: '{0} 프로젝트 동기화에 의해 다음 IDE 모듈이 제거되었습니다.
{1}
복원할 모듈을 선택하기 위해 대화 상자를 열 수 있습니다.'
progress.import.text:
- text: '''''{0}'''' {1} 프로젝트 정보 빌드 중'
+ text: "''{0}'' {1} 프로젝트 정보 빌드 중"
progress.refresh.text:
- text: '''''{0}'''' {1} 프로젝트 가져오는 중'
+ text: "''{0}'' {1} 프로젝트 가져오는 중"
run.configuration.description:
text: '{0} 빌드'
run.configuration.settings.label.project:
@@ -47,7 +50,7 @@ settings.label.select.project:
settings.title.system.settings:
text: 일반 설정
tasks.before.run:
- text: '''''{1}'''' {0} 작업 실행'
+ text: "''{1}'' {0} 작업 실행"
tasks.before.run.empty:
text: '{0} 작업 실행'
tasks.edit.task.title:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.find.FindLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.find.FindLocalize.yaml
index bdaf946..1caf910 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.find.FindLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.find.FindLocalize.yaml
@@ -59,7 +59,9 @@ find.invalid.regular.expression.error:
find.new.line:
text: 새 줄(New Line)
find.no.usages.at.cursor.error:
- text: "이 위치에서는 사용처를 검색할 수 없습니다.\n사용처를 찾을 요소에 캐럿을 놓고 다시 시도하세요."
+ text: |-
+ 이 위치에서는 사용처를 검색할 수 없습니다.
+ 사용처를 찾을 요소에 캐럿을 놓고 다시 시도하세요.
find.open.in.new.tab.action:
text: 새 탭에서 결과 열기(&B)
find.open.in.new.tab.checkbox:
@@ -111,7 +113,7 @@ find.replace.accessible.name:
find.replace.all.action:
text: 모두 바꾸기(&A)
find.replace.all.confirmation:
- text: {2}개의 파일에 걸쳐 있는 {0}개의 ''{1}'' 일치 항목을
''{3}''(으)로 바꾸시겠습니까?
+ text: "{2}개의 파일에 걸쳐 있는 {0}개의 ''{1}'' 일치 항목을
''{3}''(으)로 바꾸시겠습니까?"
find.replace.all.confirmation.title:
text: 모두 바꾸기
find.replace.command:
@@ -141,7 +143,7 @@ find.scope.directory.recursive.checkbox:
find.scope.directory.title:
text: 디렉터리 {0}
find.scope.files.with.mask:
- text: 마스크 ''{0}'' 포함
+ text: "마스크 ''{0}'' 포함"
find.scope.global.radio:
text: 글로벌(&G)
find.scope.group:
@@ -151,7 +153,7 @@ find.scope.label:
find.scope.module.radio:
text: '모듈(&M):'
find.scope.module.title:
- text: 모듈 ''{0}''
+ text: "모듈 ''{0}''"
find.scope.project.radio:
text: 프로젝트(&J)
find.scope.project.title:
@@ -171,11 +173,13 @@ find.search.history:
find.search.string.not.found.message:
text: '"{0}"을(를) 찾을 수 없습니다'
find.searched.elements.have.been.changed.error:
- text: "검색된 요소가 변경되었습니다.\n사용처를 검색할 수 없습니다."
+ text: |-
+ 검색된 요소가 변경되었습니다.
+ 사용처를 검색할 수 없습니다.
find.searching.for.string.in.file.occurrences.progress:
text: 현재까지 {0,choice,0#일치 항목 없음|1#{0}개 일치 항목} 발견됨
find.searching.for.string.in.file.progress:
- text: '{1}에서 ''''{0}'''' 검색 중…'
+ text: "{1}에서 ''{0}'' 검색 중…"
find.selection.only:
text: 선택 영역에서 검색
find.super.method.warning.action.verb:
@@ -183,9 +187,9 @@ find.super.method.warning.action.verb:
find.text.dialog.title:
text: 텍스트 찾기
find.usage.view.tab.text:
- text: '''''{0}''''의 일치 항목{1}'
+ text: "''{0}''의 일치 항목{1}"
find.usage.view.toolwindow.title:
- text: '{1}{2} 내의 ''''{0}'''' 일치 항목'
+ text: "{1}{2} 내의 ''{0}'' 일치 항목"
find.usages.ambiguous.title:
text: 다음에 대한 사용처 찾기
find.usages.dialog.title:
@@ -227,7 +231,7 @@ message.nothingFound.used.options:
notification.content.one.or.more.malformed.replacement.strings:
text: 하나 이상의 바꿀 문자열 형식이 잘못되었습니다
notification.find.usages.is.not.available.during.indexing:
- text: '''사용처 찾기''는 프로젝트 분석이 완료된 후 사용할 수 있습니다'
+ text: "'사용처 찾기'는 프로젝트 분석이 완료된 후 사용할 수 있습니다"
notification.title.regular.expression.failed.to.match:
text: 정규식 일치 실패
progress.text.scanning.indexed.files:
@@ -241,7 +245,7 @@ progress.title.updating.usage.view:
recent.find.usages.action.nothing:
text: 최근 사용처 찾기 항목 없음
recent.find.usages.action.popup:
- text: '{2} 내의 {0} ''''{1}'''''
+ text: "{2} 내의 {0} ''{1}''"
recent.find.usages.action.title:
text: 최근 사용처 찾기
se.text.header.action.all.filetypes:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.ide.IdeLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.ide.IdeLocalize.yaml
index c4a1866..688cff7 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.ide.IdeLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.ide.IdeLocalize.yaml
@@ -213,13 +213,13 @@ action.structureview.show.non.public:
action.sync.completed.successfully:
text: 파일 동기화가 성공적으로 완료되었습니다.
action.synchronize.file:
- text: '''''{0}'''' 동기화'
+ text: "''{0}'' 동기화"
action.synchronize.selected.files:
text: 선택한 파일 동기화
action.text.remove.0:
text: '{0} 제거'
action.text.remove.abbreviation.0:
- text: 약어 ''{0}'' 제거
+ text: "약어 ''{0}'' 제거"
action.todo.edit.filters:
text: 필터 편집
action.todo.show.all:
@@ -253,7 +253,7 @@ available.packages.dialog.title:
browsers.settings:
text: 웹 브라우저 및 미리보기
bundled.jre.version.message:
- text: IDE에 더 적합한 번들 Java 런타임으로 전환하는 것이 좋습니다 (현재 Java 런타임은 ''{2}''의 {1} {0}입니다).
+ text: "IDE에 더 적합한 번들 Java 런타임으로 전환하는 것이 좋습니다 (현재 Java 런타임은 ''{2}''의 {1} {0}입니다)."
button.add:
text: 추가(&A)...
button.add.d:
@@ -331,7 +331,7 @@ button.wizard.previous:
button.yes:
text: 예(_Y)
change.encoding.command.name:
- text: '''''{0}''''에 대한 인코딩 변경'
+ text: "''{0}''에 대한 인코딩 변경"
checkbox.confirm.application.exit:
text: IDE를 종료하기 전에 확인
checkbox.copy.javadoc:
@@ -429,9 +429,9 @@ command.renaming.module:
command.select.all:
text: 모두 선택
conversion.dialog.text.1:
- text: '''''{0}'''' 프로젝트의 형식이 오래되어 변환됩니다. 이전 버전의 {1}에서는 프로젝트를 열지 못할 수 있습니다.'
+ text: "''{0}'' 프로젝트의 형식이 오래되어 변환됩니다. 이전 버전의 {1}에서는 프로젝트를 열지 못할 수 있습니다."
conversion.dialog.text.2:
- text: ' 세부 정보...
이전 버전의 프로젝트 파일은 다음 위치에 저장됩니다: ''''{0}'''''
+ text: " 세부 정보...
이전 버전의 프로젝트 파일은 다음 위치에 저장됩니다: ''{0}''"
copy.reference:
text: 참조 복사(&Y)
copy.references:
@@ -453,7 +453,7 @@ dialog.directory.for.downloaded.files.title:
dialog.message.cannot.save.the.file.0:
text: '{0} 파일을 저장할 수 없습니다'
dialog.message.incompatible.encoding:
- text: 선택한 인코딩(''{0}'')으로 인해 ''{1}''의 내용이 변경될 수 있습니다.
어떻게 하시겠습니까?
1. 새 인코딩 ''{0}''으로 디스크에서 파일을 다시 로드하고 에디터 내용을 덮어씁니다.
2. 텍스트를 변환하고 새 인코딩으로 파일을 덮어씁니다.
+ text: "선택한 인코딩(''{0}'')으로 인해 ''{1}''의 내용이 변경될 수 있습니다.
어떻게 하시겠습니까?
1. 새 인코딩 ''{0}''으로 디스크에서 파일을 다시 로드하고 에디터 내용을 덮어씁니다.
2. 텍스트를 변환하고 새 인코딩으로 파일을 덮어씁니다."
dialog.title.abbreviation:
text: 약어
dialog.title.clear.read.only.file.status:
@@ -467,17 +467,18 @@ dialog.title.convert.project:
dialog.title.error.writing.file:
text: 파일 쓰기 오류
dialog.title.file.0.can.t.be.reloaded:
- text: '''''{0}'''' 파일은 ''''{1}'''' 인코딩으로 다시 로드할 수 없습니다.{2}'
+ text: "''{0}'' 파일은 ''{1}'' 인코딩으로 다시 로드할 수 없습니다.{2}"
dialog.title.file.0.most.likely.isn.t.stored:
- text: '''''{0}'''' 파일은 ''''{1}'''' 인코딩으로 저장되지 않았을 가능성이 큽니다.{2}'
+ text: "''{0}'' 파일은 ''{1}'' 인코딩으로 저장되지 않았을 가능성이 큽니다.{2}"
dialog.title.go.to.line.column:
text: 줄:열로 이동
dialog.title.unable.to.save:
text: 저장할 수 없음
diff.dialog.title:
- text: '''''{0}'''' 및 ''''{1}'''' 간의 Diff'
+ text: "''{0}'' 및 ''{1}'' 간의 Diff"
directory.project.file.directory:
- text: "{0} 디렉터리\n"
+ text: |
+ {0} 디렉터리
display.balloon.notifications:
text: 풍선 알림 표시
display.name.firefox.settings:
@@ -525,13 +526,13 @@ empty.text.recent.files:
empty.text.search.everywhere:
text: 전체 검색
encoding.do.not.convert.message:
- text: '''''{0}''''(으)로 변환하지 마세요.'
+ text: "''{0}''(으)로 변환하지 마세요."
encoding.name.system.default:
text: '<시스템 기본값: {0}>'
encoding.not.available:
text: 해당 없음
encoding.unsupported.characters.message:
- text: '''''{0}'''' 인코딩은 텍스트의 일부 문자를 지원하지 않습니다.'
+ text: "''{0}'' 인코딩은 텍스트의 일부 문자를 지원하지 않습니다."
encodings.dialog.caption:
text: 파일 또는 디렉터리 경로를 추가하고 {0}에서 사용할 인코딩을 선택하세요.
파일 및 디렉터리는 상위 디렉터리 또는 프로젝트 인코딩에서 인코딩을 상속합니다.
JSP, HTML 및 XML 파일의 내장 파일 인코딩은 이 설정을 재정의합니다.
error.0.browser.path.not.specified:
@@ -551,13 +552,13 @@ error.connection.failed.redirects:
error.failed.to.create.directory:
text: '"{0}" 디렉터리를 만들지 못했습니다'
error.favorites.list.already.exists:
- text: '''''{0}'''' 즐겨찾기 목록이 이미 존재합니다'
+ text: "''{0}'' 즐겨찾기 목록이 이미 존재합니다"
error.file.does.not.exist:
text: '{0} 파일이 존재하지 않습니다.'
error.file.download.failed:
text: "''{0}''을(를) 다운로드하지 못했습니다:\n{1}"
error.file.not.found.message:
- text: '''''{0}'''' 파일을 찾을 수 없습니다'
+ text: "''{0}'' 파일을 찾을 수 없습니다"
error.files.of.this.type.cannot.be.opened:
text: 이 타입의 파일은 {0}에서 열 수 없습니다
error.invalid.template.file.name.or.extension:
@@ -567,13 +568,15 @@ error.loading.package.list:
error.malformed.url:
text: '잘못된 URL: {0}'
error.message.cannot.make.files.writable:
- text: "다음 파일의 잠금을 해제할 수 없습니다:\n{0}"
+ text: |-
+ 다음 파일의 잠금을 해제할 수 없습니다:
+ {0}
error.message.cannot.modify.file.0:
- text: '''''{0}'''' 파일을 수정할 수 없습니다'
+ text: "''{0}'' 파일을 수정할 수 없습니다"
error.message.unable.to.create.file:
- text: '''''{0}'''' 파일을 만들 수 없습니다'
+ text: "''{0}'' 파일을 만들 수 없습니다"
error.module.already.exists:
- text: '''''{0}''''이라는 이름의 모듈이 이미 존재합니다'
+ text: "''{0}''이라는 이름의 모듈이 이미 존재합니다"
error.name.cannot.be.empty:
text: 이름은 비워 둘 수 없습니다
error.name.should.be.specified:
@@ -593,21 +596,31 @@ error.project.file.does.not.exist:
error.reading.settings.file:
text: "파일 {0}을(를) 읽는 중 오류가 발생했습니다.\n''파일 | IDE 설정 관리 | 설정 내보내기...'' 기능으로 생성되었는지 확인하세요.\n\n{1}"
error.reading.settings.file.2:
- text: "파일 {0}을(를) 읽는 중 오류가 발생했습니다.\n\n{1}"
+ text: |-
+ 파일 {0}을(를) 읽는 중 오류가 발생했습니다.
+
+ {1}
error.saving.statistics:
text: '시스템 정보를 저장하는 중 오류 발생: {0}'
error.text.file.already.exists:
- text: "{0} 파일이 이미 존재합니다.\n덮어쓰시겠습니까, 아니면 덧붙이시겠습니까?"
+ text: |-
+ {0} 파일이 이미 존재합니다.
+ 덮어쓰시겠습니까, 아니면 덧붙이시겠습니까?
error.tips.not.found:
text: 팁을 찾을 수 없습니다. {0}을(를) 올바르게 설치했는지 확인하세요.
error.unable.to.parse.template.message:
- text: "\"{0}\" 템플릿을 파싱할 수 없습니다\n오류 메시지: {1}"
+ text: |-
+ "{0}" 템플릿을 파싱할 수 없습니다
+ 오류 메시지: {1}
error.unable.to.read.tip.of.the.day:
text: 오늘의 팁({0})을 읽을 수 없습니다. {1}이(가) 올바르게 설치되었는지 확인하세요.
error.updating.package.list:
text: '패키지 목록 업데이트 오류: {0}'
error.writing.settings:
- text: "설정 기록 중 오류가 발생했습니다.\n\n{0}"
+ text: |-
+ 설정 기록 중 오류가 발생했습니다.
+
+ {0}
error.writing.to.file:
text: '파일에 쓰는 중 오류 발생: {0}'
errortree.error:
@@ -621,7 +634,7 @@ errortree.prefix.line:
errortree.warning:
text: '경고:'
failed.to.install.package.dialog.title:
- text: '''''{0}'''' 설치 실패'
+ text: "''{0}'' 설치 실패"
failed.to.install.packages.dialog.title:
text: 패키지 설치 실패
favorites.list.unnamed:
@@ -667,7 +680,7 @@ finished.with.exit.code.text.message:
go.to.class.action.description:
text: 이름으로 {0}에 빠르게 탐색
go.to.class.dumb.mode.message:
- text: 프로젝트 분석 중에는 ''{0}(으)로 이동'' 액션을 사용할 수 없습니다. 대신 ''파일로 이동''을 사용하세요
+ text: "프로젝트 분석 중에는 ''{0}(으)로 이동'' 액션을 사용할 수 없습니다. 대신 ''파일로 이동''을 사용하세요"
go.to.class.kind.text:
text: 클래스
go.to.file.toolwindow.title:
@@ -741,7 +754,7 @@ idea.intellij.look.and.feel:
incompatible.encoding.dialog.title:
text: '호환되지 않는 인코딩: {0}'
install.package.failure:
- text: '''''{0}'''' 패키지를 설치하는 중 오류가 발생했습니다. 세부 정보...'
+ text: "''{0}'' 패키지를 설치하는 중 오류가 발생했습니다. 세부 정보..."
label.appearance.caret.blinking:
text: '모양: 캐럿 깜빡임'
label.appearance.show.inner.whitespaces:
@@ -775,7 +788,7 @@ label.macro.preview:
label.macros:
text: 매크로
label.missed.libraries.text:
- text: 모듈 종속성 목록에서 ''{0}'' 라이브러리를 찾을 수 없습니다
+ text: "모듈 종속성 목록에서 ''{0}'' 라이브러리를 찾을 수 없습니다"
label.name:
text: '이름(&N):'
label.no.actions.found:
@@ -809,7 +822,7 @@ label.transparency.ratio:
listbox.customfiletype.keywords:
text: 키워드
loading.in.progress:
- text: '로드 중...'
+ text: "로드 중..."
local.scopes.node.text:
text: 로컬 범위
low.disk.space.message:
@@ -883,9 +896,9 @@ manage.repositories.dialog.title:
maven.repository.presentable.name:
text: Maven 저장소
message.macro.exists:
- text: 매크로 ''{0}''이(가) 이미 존재합니다. 덮어쓰시겠습니까?
+ text: "매크로 ''{0}''이(가) 이미 존재합니다. 덮어쓰시겠습니까?"
message.module:
- text: '''''{0}'''' 모듈'
+ text: "''{0}'' 모듈"
message.module.file.has.an.older.format.do.you.want.to.convert.it:
text: 모듈 파일의 형식이 오래되었습니다. 변환하시겠습니까?
message.modules:
@@ -897,13 +910,15 @@ message.no.targets.available:
message.occurrence.N.of.M:
text: 발생 {0} / {1}
message.open.file.is.project:
- text: "{0}은(는) 프로젝트 파일입니다.\n프로젝트를 여시겠습니까?"
+ text: |-
+ {0}은(는) 프로젝트 파일입니다.
+ 프로젝트를 여시겠습니까?
message.path.to.fqn.has.been.copied:
- text: '''''{0}''''이(가) 복사되었습니다.'
+ text: "''{0}''이(가) 복사되었습니다."
message.please.select.element.for.javadoc:
text: 문서를 볼 요소를 선택하세요
message.reference.to.fqn.has.been.copied:
- text: '''''{0}''''에 대한 참조가 복사되었습니다.'
+ text: "''{0}''에 대한 참조가 복사되었습니다."
message.settings.exported.successfully:
text: "설정이 성공적으로 내보내졌습니다.\n'파일 | IDE 설정 관리 | 설정 가져오기...'를 사용하여 설정을 가져올 수 있습니다."
message.settings.imported.successfully:
@@ -911,7 +926,7 @@ message.settings.imported.successfully:
message.text.unlock.read.only.files:
text: 다음 파일은 읽기 전용입니다. {0}에서 파일의 잠금을 해제합니다.
{1}
message.your.module.was.successfully.converted.br.old.version.was.saved.to.0:
- text: 모듈이 성공적으로 변환되었습니다.
이전 버전은 ''{0}''에 저장되었습니다.
+ text: "모듈이 성공적으로 변환되었습니다.
이전 버전은 ''{0}''에 저장되었습니다."
no.charset.set.reason.charset.auto.detected.by.bom:
text: BOM에 의해 문자 집합이 자동 감지됨
no.charset.set.reason.charset.auto.detected.from.content:
@@ -949,11 +964,11 @@ open.url.in.browser.tooltip:
option.hide.tool.window.bars:
text: 도구 창 막대 숨기기
package.0.installed.successfully:
- text: '''''{0}'''' 패키지가 성공적으로 설치되었습니다'
+ text: "''{0}'' 패키지가 성공적으로 설치되었습니다"
package.installed.successfully:
text: 패키지가 성공적으로 설치되었습니다
package.successfully.uninstalled:
- text: '''''{0}'''' 패키지가 성공적으로 제거되었습니다'
+ text: "''{0}'' 패키지가 성공적으로 제거되었습니다"
package.successfully.upgraded:
text: '{0} 패키지가 성공적으로 업그레이드되었습니다'
packages.settings.latest.version:
@@ -1021,7 +1036,9 @@ prompt.choose.export.settings.file.path:
prompt.choose.import.file.path:
text: 가져올 설정 파일 또는 파일이 위치한 디렉터리를 선택하세요.
prompt.create.non.existing.package:
- text: "{0} 패키지가 존재하지 않습니다.\n만드시겠습니까?"
+ text: |-
+ {0} 패키지가 존재하지 않습니다.
+ 만드시겠습니까?
prompt.delete.and:
text: 및
prompt.delete.directory:
@@ -1071,21 +1088,25 @@ prompt.gotofile.enter.file.name:
prompt.gotosymbol.enter.symbol.name:
text: '기호 이름 입력:'
prompt.input.favorites.list.new.name:
- text: '''''{0}'''' 즐겨찾기 목록의 새 이름:'
+ text: "''{0}'' 즐겨찾기 목록의 새 이름:"
prompt.input.new.favorites.list.name:
text: 새 즐겨찾기 목록의 이름을 입력하세요
prompt.new.project.file.name:
text: 새 {0} {1}을(를) 만들 파일 이름을 입력하세요
prompt.overwrite.settings.file:
- text: '''''{0}''''을(를) 덮어쓰시겠습니까?'
+ text: "''{0}''을(를) 덮어쓰시겠습니까?"
prompt.please.check.all.components.to.export:
text: '내보낼 설정을 확인하세요:'
prompt.reset.to.original.template:
text: 원본 템플릿으로 재설정하시겠습니까?
prompt.specify.module.group.name:
- text: "{0}이(가) 표시될 그룹 이름을 지정하세요.\n\n"
+ text: |+
+ {0}이(가) 표시될 그룹 이름을 지정하세요.
+
prompt.specify.name.of.module.subgroup:
- text: "{1}이(가) 표시될 {0} 하위 그룹의 이름을 지정하세요.\n\n"
+ text: |+
+ {1}이(가) 표시될 {0} 하위 그룹의 이름을 지정하세요.
+
quick.lists.presentable.name:
text: 빠른 목록
radio.process.close.ask:
@@ -1123,7 +1144,9 @@ run.anything.ad.run.with.debug:
run.anything.console.error.title:
text: 명령을 실행할 수 없음
run.anything.console.process.finished:
- text: "\n프로세스가 종료 코드 {0}(으)로 완료되었습니다."
+ text: |4-
+
+ 프로세스가 종료 코드 {0}(으)로 완료되었습니다.
run.anything.context.browse.directory:
text: 디렉터리 찾아보기…
run.anything.context.project:
@@ -1153,7 +1176,7 @@ run.anything.main.list.empty.primary.text:
run.anything.main.list.empty.secondary.text:
text: 모든 명령을 보려면 "?"를 입력하세요
run.anything.notification.warning.content:
- text: '''''{0}'''' 명령을 실행하지 못했습니다.'
+ text: "''{0}'' 명령을 실행하지 못했습니다."
run.anything.notification.warning.title:
text: 명령 실행 실패
run.anything.recent.group.title:
@@ -1173,11 +1196,11 @@ run.anything.run.in.context.title:
run.configuration.error.executable.not.specified:
text: 실행 파일이 지정되지 않았습니다
run.configuration.error.working.directory.does.not.exist:
- text: 프로세스를 시작할 수 없습니다. 작업 디렉터리 ''{0}''이(가) 존재하지 않습니다.
+ text: "프로세스를 시작할 수 없습니다. 작업 디렉터리 ''{0}''이(가) 존재하지 않습니다."
run.configuration.error.working.directory.not.directory:
- text: 프로세스를 시작할 수 없습니다. 작업 디렉터리 ''{0}''이(가) 디렉터리가 아닙니다.
+ text: "프로세스를 시작할 수 없습니다. 작업 디렉터리 ''{0}''이(가) 디렉터리가 아닙니다."
scope.banner.text:
- text: '''''{0}'''' 범위'
+ text: "''{0}'' 범위"
scope.class.hierarchy:
text: 클래스 계층 구조
scope.current.file:
@@ -1239,15 +1262,15 @@ searcheverywhere.allelements.tab.name:
searcheverywhere.commands.tab.name:
text: 명령
searcheverywhere.found.matches.title:
- text: '[{1}]의 ''''{0}''''에 대한 일치 항목'
+ text: "[{1}]의 ''{0}''에 대한 일치 항목"
searcheverywhere.found.targets.title:
text: 정렬되지 않은 결과
searcheverywhere.history.shortcuts.hint:
text: 검색 기록을 탐색하려면 {0} 또는 {1} 키를 누르세요
searcheverywhere.indexing.incomplete.results:
- text: '''''{0}'''' 검색 결과가 불완전할 수 있습니다. 프로젝트 분석 중…'
+ text: "''{0}'' 검색 결과가 불완전할 수 있습니다. 프로젝트 분석 중…"
searcheverywhere.indexing.mode.not.supported:
- text: '''''{0}''''에서의 검색은 프로젝트 분석이 완료된 후 사용할 수 있습니다'
+ text: "''{0}''에서의 검색은 프로젝트 분석이 완료된 후 사용할 수 있습니다"
searcheverywhere.nothing.found.for.all:
text: 아무 것도 찾지 못했습니다.
searcheverywhere.nothing.found.for.all.anywhere:
@@ -1257,9 +1280,9 @@ searcheverywhere.nothing.found.for.contributor.anywhere:
searcheverywhere.run.configs.tab.name:
text: 실행 구성
searcheverywhere.runconfigurations.command.debug.description:
- text: '''디버그'' 모드에서 실행 구성 시작'
+ text: "'디버그' 모드에서 실행 구성 시작"
searcheverywhere.runconfigurations.command.run.description:
- text: '''실행'' 모드에서 실행 구성 시작'
+ text: "'실행' 모드에서 실행 구성 시작"
searcheverywhere.textfield.hint:
text: 명령을 보려면 {0}을(를) 입력하세요
select.in.commander:
@@ -1479,6 +1502,12 @@ upgrade.packages.failed:
upgrade.packages.failed.dialog.title:
text: 패키지 업그레이드 실패
warning.delete.all.files.and.subdirectories:
- text: "\n\"{0}\"의 모든 파일 및 하위 디렉터리가 삭제됩니다.\n 이 작업은 완전히 실행 취소하지 못할 수도 있습니다!"
+ text: |4-
+
+ "{0}"의 모든 파일 및 하위 디렉터리가 삭제됩니다.
+ 이 작업은 완전히 실행 취소하지 못할 수도 있습니다!
warning.delete.all.files.and.subdirectories.in.the.selected.directory:
- text: "\n선택한 디렉터리의 모든 파일 및 하위 디렉터리가 삭제됩니다.\n 이 작업은 완전히 실행 취소하지 못할 수도 있습니다!"
+ text: |4-
+
+ 선택한 디렉터리의 모든 파일 및 하위 디렉터리가 삭제됩니다.
+ 이 작업은 완전히 실행 취소하지 못할 수도 있습니다!
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.java.analysis.impl.JavaInspectionsLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.java.analysis.impl.JavaInspectionsLocalize.yaml
index 3646bf4..118ecb2 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.java.analysis.impl.JavaInspectionsLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.java.analysis.impl.JavaInspectionsLocalize.yaml
@@ -87,17 +87,19 @@ inspection.dead.code.remove.user.defined.entry.point.quickfix:
inspection.dead.code.safe.delete.quickfix:
text: 안전하게 삭제(Safe delete)
inspection.dead.code.start.comment:
- text: "// --검사(Inspection) 시작에 의해 주석 처리됨 ({0}):\n"
+ text: |
+ // --검사(Inspection) 시작에 의해 주석 처리됨 ({0}):
inspection.dead.code.stop.comment:
- text: "// --검사(Inspection) 종료에 의해 주석 처리됨 ({0})\n"
+ text: |
+ // --검사(Inspection) 종료에 의해 주석 처리됨 ({0})
inspection.deprecated.display.name:
text: 사용 중단된(Deprecated) API 사용
inspection.description.title:
text: 설명
inspection.disabled.error:
- text: '검사 ''''{0}''''이(가) 비활성화되었습니다: {1}.'
+ text: "검사 ''{0}''이(가) 비활성화되었습니다: {1}."
inspection.disabled.wrong.id:
- text: '검사 ''''{0}''''이(가) 비활성화되었습니다: ID ''''{1}''''이(가) ''''{2}'''' 패턴과 일치하지 않습니다.'
+ text: "검사 ''{0}''이(가) 비활성화되었습니다: ID ''{1}''이(가) ''{2}'' 패턴과 일치하지 않습니다."
inspection.export.options.panel.title:
text: 옵션
inspection.export.results.anonymous.ref.in.owner:
@@ -159,7 +161,7 @@ inspection.null.value.for.optional.context.parameter:
inspection.offline.view.tool.display.name.title:
text: 이름
inspection.options.action.text:
- text: 검사 ''{0}'' 옵션
+ text: "검사 ''{0}'' 옵션"
inspection.problem.resolution:
text: 문제 해결
inspection.problem.synopsis:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.java.execution.JavaExecutionLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.java.execution.JavaExecutionLocalize.yaml
index 1dd63e7..7d28eb8 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.java.execution.JavaExecutionLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.java.execution.JavaExecutionLocalize.yaml
@@ -11,8 +11,8 @@ application.configuration.shorten.command.line.label:
application.configuration.use.classpath.and.jdk.of.module.label:
text: '모듈의 클래스패스 사용(_O):'
jar.application.configuration.description:
- text: '''java-jar'' 명령을 사용하여 JAR 파일을 실행하는 구성'
+ text: "'java-jar' 명령을 사용하여 JAR 파일을 실행하는 구성"
jar.application.configuration.name:
text: JAR 애플리케이션
jre.path.is.not.valid.jre.home.error.message:
- text: '''''{0}''''은(는) 유효한 JRE 홈이 아닙니다'
+ text: "''{0}''은(는) 유효한 JRE 홈이 아닙니다"
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.LanguageLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.LanguageLocalize.yaml
index c63bfa0..6a4699b 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.LanguageLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.LanguageLocalize.yaml
@@ -1,5 +1,5 @@
cannot.resolve.symbol:
- text: 기호 ''{0}''을(를) 해석할 수 없습니다
+ text: "기호 ''{0}''을(를) 해석할 수 없습니다"
code.display:
text: 코드
default.package.presentation:
@@ -53,9 +53,9 @@ psi.search.scope.project.and.libraries:
psi.search.scope.test.files:
text: 프로젝트 테스트 파일
search.scope.module:
- text: '''''{0}'''' 모듈'
+ text: "''{0}'' 모듈"
search.scope.module.runtime:
- text: '''''{0}'''' 모듈 런타임 범위'
+ text: "''{0}'' 모듈 런타임 범위"
terms.directory:
text: 디렉터리
terms.file:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.codeStyle.CodeStyleLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.codeStyle.CodeStyleLocalize.yaml
index 586a89e..6140e37 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.codeStyle.CodeStyleLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.codeStyle.CodeStyleLocalize.yaml
@@ -99,13 +99,13 @@ checkbox.line.comment.at.first.column:
checkbox.spaces.additive.operators:
text: 가산 연산자 (+, -)
checkbox.spaces.after.colon:
- text: ''':'' 뒤'
+ text: "':' 뒤"
checkbox.spaces.after.comma:
text: 쉼표 뒤
checkbox.spaces.after.question:
- text: '''?'' 뒤'
+ text: "'?' 뒤"
checkbox.spaces.after.semicolon:
- text: '''for'' 세미콜론 뒤'
+ text: "'for' 세미콜론 뒤"
checkbox.spaces.after.type.cast:
text: 타입 캐스트 뒤
checkbox.spaces.annotation.array.initializer.left.brace:
@@ -125,23 +125,23 @@ checkbox.spaces.array.initializer.left.brace:
checkbox.spaces.assignment.operators:
text: 할당 연산자 (=, +=, ...)
checkbox.spaces.before.colon:
- text: ''':'' 앞'
+ text: "':' 앞"
checkbox.spaces.before.comma:
text: 쉼표 앞
checkbox.spaces.before.opening.angle.bracket:
text: 여는 꺽쇠 괄호(<) 앞
checkbox.spaces.before.question:
- text: '''?'' 앞'
+ text: "'?' 앞"
checkbox.spaces.before.semicolon:
- text: '''for'' 세미콜론 앞'
+ text: "'for' 세미콜론 앞"
checkbox.spaces.bitwise.operators:
text: 비트 연산자 (\&, |, ^)
checkbox.spaces.catch.keyword:
- text: '''catch'' 키워드'
+ text: "'catch' 키워드"
checkbox.spaces.catch.left.brace:
- text: '''catch'' 왼쪽 중괄호'
+ text: "'catch' 왼쪽 중괄호"
checkbox.spaces.catch.parentheses:
- text: '''catch'' 괄호'
+ text: "'catch' 괄호"
checkbox.spaces.checkbox.spaces.empty.method.call.parentheses:
text: 빈 메서드 호출 괄호
checkbox.spaces.checkbox.spaces.empty.method.declaration.parentheses:
@@ -153,25 +153,25 @@ checkbox.spaces.checkbox.spaces.method.declaration.parentheses:
checkbox.spaces.class.left.brace:
text: 클래스 왼쪽 중괄호
checkbox.spaces.do.left.brace:
- text: '''do'' 왼쪽 중괄호'
+ text: "'do' 왼쪽 중괄호"
checkbox.spaces.else.keyword:
- text: '''else'' 키워드'
+ text: "'else' 키워드"
checkbox.spaces.else.left.brace:
- text: '''else'' 왼쪽 중괄호'
+ text: "'else' 왼쪽 중괄호"
checkbox.spaces.equality.operators:
text: 등가 연산자 (==, !=)
checkbox.spaces.finally.keyword:
- text: '''finally'' 키워드'
+ text: "'finally' 키워드"
checkbox.spaces.finally.left.brace:
- text: '''finally'' 왼쪽 중괄호'
+ text: "'finally' 왼쪽 중괄호"
checkbox.spaces.for.left.brace:
- text: '''for'' 왼쪽 중괄호'
+ text: "'for' 왼쪽 중괄호"
checkbox.spaces.for.parentheses:
- text: '''for'' 괄호'
+ text: "'for' 괄호"
checkbox.spaces.if.left.brace:
- text: '''if'' 왼쪽 중괄호'
+ text: "'if' 왼쪽 중괄호"
checkbox.spaces.if.parentheses:
- text: '''if'' 괄호'
+ text: "'if' 괄호"
checkbox.spaces.logical.operators:
text: 논리 연산자 (\&\&, ||)
checkbox.spaces.method.call.parentheses:
@@ -187,25 +187,25 @@ checkbox.spaces.relational.operators:
checkbox.spaces.shift.operators:
text: 시프트 연산자 (<<, >>, >>>)
checkbox.spaces.switch.left.brace:
- text: '''switch'' 왼쪽 중괄호'
+ text: "'switch' 왼쪽 중괄호"
checkbox.spaces.switch.parentheses:
- text: '''switch'' 괄호'
+ text: "'switch' 괄호"
checkbox.spaces.synchronized.left.brace:
- text: '''synchronized'' 왼쪽 중괄호'
+ text: "'synchronized' 왼쪽 중괄호"
checkbox.spaces.synchronized.parentheses:
- text: '''synchronized'' 괄호'
+ text: "'synchronized' 괄호"
checkbox.spaces.try.left.brace:
- text: '''try'' 왼쪽 중괄호'
+ text: "'try' 왼쪽 중괄호"
checkbox.spaces.try.parentheses:
- text: '''try'' 괄호'
+ text: "'try' 괄호"
checkbox.spaces.type.cast.parentheses:
text: 타입 캐스트 괄호
checkbox.spaces.while.keyword:
- text: '''while'' 키워드'
+ text: "'while' 키워드"
checkbox.spaces.while.left.brace:
- text: '''while'' 왼쪽 중괄호'
+ text: "'while' 왼쪽 중괄호"
checkbox.spaces.while.parentheses:
- text: '''while'' 괄호'
+ text: "'while' 괄호"
checkbox.spaces.within.array.initializer.braces:
text: 배열 초기화 중괄호 내
checkbox.spaces.within.braces:
@@ -295,7 +295,7 @@ wrapping.align.parenthesised.when.multiline:
wrapping.align.simple.methods.in.columns:
text: 열에 맞춰 단순 메서드 정렬
wrapping.align.throws.keyword:
- text: '''throws''를 메서드 시작 부분에 정렬'
+ text: "'throws'를 메서드 시작 부분에 정렬"
wrapping.align.variables.in.columns:
text: 열에 맞춰 변수 정렬
wrapping.align.when.multiline:
@@ -331,9 +331,9 @@ wrapping.brace.placement.next.line.shifted:
wrapping.brace.placement.other:
text: 기타
wrapping.case.statements.on.one.line:
- text: 각 'case'를 별도의 줄에 표시
+ text: "각 'case'를 별도의 줄에 표시"
wrapping.catch.on.new.line:
- text: '''catch''를 새 줄에 표시'
+ text: "'catch'를 새 줄에 표시"
wrapping.chained.method.call.first.on.new.line:
text: 첫 번째 호출 줄 바꿈
wrapping.chained.method.calls:
@@ -343,7 +343,7 @@ wrapping.chop.down.if.long:
wrapping.classes.annotation:
text: 클래스 어노테이션
wrapping.colon.signs.on.next.line:
- text: ''':'' 기호를 다음 줄에 표시'
+ text: "':' 기호를 다음 줄에 표시"
wrapping.comments:
text: 주석
wrapping.comments.wrap.at.right.margin:
@@ -351,9 +351,9 @@ wrapping.comments.wrap.at.right.margin:
wrapping.do.not.wrap:
text: 줄 바꿈 안 함
wrapping.dowhile.statement:
- text: '''do ... while()'' 문'
+ text: "'do ... while()' 문"
wrapping.else.on.new.line:
- text: '''else''를 새 줄에 표시'
+ text: "'else'를 새 줄에 표시"
wrapping.enum.constants:
text: Enum 상수
wrapping.extends.implements.keyword:
@@ -363,9 +363,9 @@ wrapping.extends.implements.list:
wrapping.fields.annotation:
text: 필드 어노테이션
wrapping.finally.on.new.line:
- text: '''finally''를 새 줄에 표시'
+ text: "'finally'를 새 줄에 표시"
wrapping.for.statement:
- text: '''for()'' 문'
+ text: "'for()' 문"
wrapping.force.braces:
text: 중괄호 강제
wrapping.force.braces.always:
@@ -375,11 +375,11 @@ wrapping.force.braces.do.not.force:
wrapping.force.braces.when.multiline:
text: 여러 줄일 때
wrapping.if.statement:
- text: '''if()'' 문'
+ text: "'if()' 문"
wrapping.indent.break.from.case:
- text: '''case''에서 ''break'' 들여쓰기'
+ text: "'case'에서 'break' 들여쓰기"
wrapping.indent.case.from.switch:
- text: '''switch''에서 ''case'' 들여쓰기'
+ text: "'switch'에서 'case' 들여쓰기"
wrapping.keep.comment.at.first.column:
text: 첫 번째 열의 주석
wrapping.keep.line.breaks:
@@ -411,23 +411,23 @@ wrapping.methods.annotation:
wrapping.modifier.list:
text: 수정자(Modifier) 목록
wrapping.new.line.after.lbrace:
- text: '''{'' 뒤에 새 줄 추가'
+ text: "'{' 뒤에 새 줄 추가"
wrapping.new.line.after.lpar:
- text: '''('' 뒤에 새 줄 추가'
+ text: "'(' 뒤에 새 줄 추가"
wrapping.operation.sign.on.next.line:
text: 연산 기호를 다음 줄에 표시
wrapping.parameters.annotation:
text: 매개변수 어노테이션
wrapping.quest.and.colon.signs.on.next.line:
- text: '''?'' 및 '':'' 기호를 다음 줄에 표시'
+ text: "'?' 및 ':' 기호를 다음 줄에 표시"
wrapping.rbrace.on.new.line:
- text: '''}''를 새 줄에 배치'
+ text: "'}'를 새 줄에 배치"
wrapping.rpar.on.new.line:
- text: ''')''를 새 줄에 배치'
+ text: "')'를 새 줄에 배치"
wrapping.special.else.if.braces.treatment:
- text: '''else if'' 특수 처리'
+ text: "'else if' 특수 처리"
wrapping.switch.statement:
- text: '''switch'' 문'
+ text: "'switch' 문"
wrapping.take.priority.over.call.chain.wrapping:
text: 호출 체인 줄 바꿈보다 우선순위 적용
wrapping.ternary.operation:
@@ -437,11 +437,11 @@ wrapping.throws.keyword:
wrapping.throws.list:
text: Throws 목록
wrapping.try.statement:
- text: '''try'' 문'
+ text: "'try' 문"
wrapping.while.on.new.line:
- text: '''while''을 새 줄에 표시'
+ text: "'while'을 새 줄에 표시"
wrapping.while.statement:
- text: '''while()'' 문'
+ text: "'while()' 문"
wrapping.wrap.always:
text: 항상 줄 바꿈
wrapping.wrap.if.long:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.CodeInsightLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.CodeInsightLocalize.yaml
index abc9482..bb2f433 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.CodeInsightLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.CodeInsightLocalize.yaml
@@ -9,7 +9,9 @@ action.text.move:
block.comment.intersects.existing.comment:
text: 선택한 영역이 기존 주석과 겹칩니다
block.comment.nested.comment:
- text: "선택한 영역에 {0, choice, 1#블록 주석|2#개의 블록 주석}이 포함되어 있어,\n주변 범위가 주석 처리되었습니다."
+ text: |-
+ 선택한 영역에 {0, choice, 1#블록 주석|2#개의 블록 주석}이 포함되어 있어,
+ 주변 범위가 주석 처리되었습니다.
block.comment.wrapping.suffix:
text: 선택한 영역에 블록 주석 접미사가 포함되어 있습니다
choose.type.popup.title:
@@ -109,17 +111,17 @@ dialog.title.move.to.a.new.group:
dialog.title.rename:
text: 이름 변경
disable.intention.action:
- text: '''''{0}'''' 비활성화'
+ text: "''{0}'' 비활성화"
documentation.message.documentation.is.not.available:
text: 인덱스가 빌드될 때까지 문서를 사용할 수 없습니다.
enable.intention.action:
- text: '''''{0}'''' 활성화'
+ text: "''{0}'' 활성화"
error.cannot.resolve.0.1:
- text: '{0} ''''{1}''''을(를) 분석할 수 없습니다'
+ text: "{0} ''{1}''을(를) 분석할 수 없습니다"
error.cannot.resolve.class:
- text: 클래스 ''{0}''을(를) 분석할 수 없습니다
+ text: "클래스 ''{0}''을(를) 분석할 수 없습니다"
error.cannot.resolve.default.message:
- text: 기호 ''{0}''을(를) 확인할 수 없습니다
+ text: "기호 ''{0}''을(를) 확인할 수 없습니다"
error.dialog.readonly.file.title:
text: 파일이 읽기 전용임
error.hint.file.is.readonly:
@@ -195,21 +197,21 @@ inlay.hints.base.exclude.list.description:
inlay.hints.disable.action.text:
text: 힌트 비활성화
inlay.hints.disable.option:
- text: '''''{0}'''' 비활성화'
+ text: "''{0}'' 비활성화"
inlay.hints.enable.action.text:
text: 매개변수 이름 힌트 활성화
inlay.hints.exclude.list.method:
text: 현재 메서드에 대해 힌트 표시 안 함
inlay.hints.show.settings:
- text: 메서드 ''{0}''에 대한 힌트 비활성화
+ text: "메서드 ''{0}''에 대한 힌트 비활성화"
insert.code.template.command:
text: 코드 템플릿 삽입
inspection.error.dialog.title:
text: 오류
inspection.invalid.resource.bundle.reference:
- text: 잘못된 리소스 번들 참조 ''{0}''
+ text: "잘못된 리소스 번들 참조 ''{0}''"
inspection.unresolved.property.key.reference.message:
- text: 문자열 리터럴 ''{0}''이(가) 올바른 속성 키가 아닙니다.
+ text: "문자열 리터럴 ''{0}''이(가) 올바른 속성 키가 아닙니다."
inspection.unresolved.property.key.reference.name:
text: 잘못된 속성 키
intention.add.annotation.family:
@@ -223,7 +225,7 @@ intention.create.test.dialog.language:
intention.create.test.dialog.select.methods:
text: '다음에 대한 테스트 메서드 생성(&M):'
intention.error.cannot.create.class.message:
- text: '''''{0}'''' 클래스를 만들 수 없습니다'
+ text: "''{0}'' 클래스를 만들 수 없습니다"
intention.error.cannot.create.class.title:
text: 클래스를 만들지 못함
intention.implement.abstract.class.interface.text:
@@ -237,11 +239,11 @@ intention.implement.abstract.method.command.name:
intention.implement.abstract.method.searching.for.descendants.progress:
text: 하위 항목 검색 중…
intention.intercept.ejb.method.or.class.class.text:
- text: EJB 클래스 ''{0}''에 대한 인터셉터 추가
+ text: "EJB 클래스 ''{0}''에 대한 인터셉터 추가"
intention.intercept.ejb.method.or.class.family:
text: EJB 인터셉터 추가
intention.intercept.ejb.method.or.class.method.text:
- text: 비즈니스 메서드 ''{0}''에 대한 인터셉터 추가
+ text: "비즈니스 메서드 ''{0}''에 대한 인터셉터 추가"
intention.introduce.variable.text:
text: 로컬 변수 도입
intention.settings:
@@ -257,7 +259,9 @@ javadoc.action.view.external:
javadoc.candidates.not.found:
text: 메서드 호출 {0}에 대한 후보를 찾을 수 없습니다.
javadoc.documentation.not.found.message:
- text: "이 요소에 대한 문서를 찾을 수 없습니다.\n프로젝트 설정에서 API 문서에 필요한 모든 경로를 추가하세요."
+ text: |-
+ 이 요소에 대한 문서를 찾을 수 없습니다.
+ 프로젝트 설정에서 API 문서에 필요한 모든 경로를 추가하세요.
javadoc.documentation.not.found.title:
text: 문서 없음
javadoc.error.resolving.url:
@@ -291,9 +295,9 @@ link.define.context:
livetemplate.description.geti:
text: 싱글톤 메서드 getInstance 삽입
livetemplate.description.if.not.null:
- text: '''if not null'' 구문 삽입'
+ text: "'if not null' 구문 삽입"
livetemplate.description.if.null:
- text: '''if null'' 구문 삽입'
+ text: "'if null' 구문 삽입"
livetemplate.description.inst:
text: instanceof로 객체 타입을 확인하고 다운 캐스트
livetemplate.description.itar:
@@ -387,7 +391,7 @@ parameter.info.switch.overload.shortcuts:
parameter.info.switch.overload.shortcuts.single:
text: '{0}(으)로 전환'
popup.title.next.error.action.0.goes.through:
- text: '''''다음 오류'''' 동작{0} 이동 범위'
+ text: "''다음 오류'' 동작{0} 이동 범위"
postfix.live.template.title:
text: 접미사(Postfix)
postfix.template.description.under.construction:
@@ -407,11 +411,11 @@ process.reformat.code.before.commit:
process.scope.changed.files:
text: VCS(&V)에 커밋되지 않은 변경 사항이 있는 파일만 처리
process.scope.directory:
- text: 디렉토리 ''{0}''
+ text: "디렉토리 ''{0}''"
process.scope.module:
- text: 모듈 ''{0}''
+ text: "모듈 ''{0}''"
process.scope.project:
- text: 프로젝트 ''{0}''
+ text: "프로젝트 ''{0}''"
progress.reformat.and.optimize.common.command.text:
text: 재포맷 및 가져오기 최적화
progress.reformat.stage.applying.changes:
@@ -423,7 +427,7 @@ progress.reformat.stage.wrapping.blocks:
progress.text.optimizing.imports:
text: 가져오기 최적화 중…
property.has.more.parameters.than.passed:
- text: '''''{0}'''' 속성은 {1} {1, choice, 1#개의 매개변수|2#개의 매개변수}를 예상했지만 {2}개가 전달되었습니다'
+ text: "''{0}'' 속성은 {1} {1, choice, 1#개의 매개변수|2#개의 매개변수}를 예상했지만 {2}개가 전달되었습니다"
quick.definition.back:
text: 뒤로
quick.definition.edit.source:
@@ -447,9 +451,9 @@ reformat.progress.common.text:
reformat.progress.file.with.known.name.text:
text: '{0} 재서식 지정 중'
remove.catch:
- text: '''catch...'' 제거'
+ text: "'catch...' 제거"
remove.else:
- text: '''else...'' 제거'
+ text: "'else...' 제거"
rename.element.family:
text: 요소 이름 변경
rename.file.fix:
@@ -459,9 +463,9 @@ rename.file.reference.family:
rename.file.reference.text:
text: 파일 참조를 {0}(으)로 이름 변경
rename.named.element.text:
- text: '''''{0}''''을(를) ''''{1}''''(으)로 이름 변경'
+ text: "''{0}''을(를) ''{1}''(으)로 이름 변경"
rename.public.class.text:
- text: 클래스 ''{0}''을(를) ''{1}''(으)로 이름 변경
+ text: "클래스 ''{0}''을(를) ''{1}''(으)로 이름 변경"
searching.for.implementations:
text: 구현 검색 중…
settings.inlay.parameter.hints.exclude.list:
@@ -521,20 +525,20 @@ templates.surround.no.defined:
under.construction.string:
text: 공사 중.
unknown.encoding.0:
- text: '알 수 없는 인코딩: ''''{0}'''''
+ text: "알 수 없는 인코딩: ''{0}''"
unwrap.braces:
text: 중괄호 해제
unwrap.else:
- text: '''else...'' 해제'
+ text: "'else...' 해제"
unwrap.for:
- text: '''for...'' 해제'
+ text: "'for...' 해제"
unwrap.if:
- text: '''if...'' 해제'
+ text: "'if...' 해제"
unwrap.popup.title:
text: 해제/제거할 문 선택
unwrap.try:
- text: '''try...'' 해제'
+ text: "'try...' 해제"
unwrap.while:
- text: '''while...'' 해제'
+ text: "'while...' 해제"
unwrap.with.placeholder:
- text: '''''{0}'''' 해제'
+ text: "''{0}'' 해제"
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.CommonQuickFixLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.CommonQuickFixLocalize.yaml
index e6ca658..0e23cc3 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.CommonQuickFixLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.CommonQuickFixLocalize.yaml
@@ -1,34 +1,34 @@
fix.call:
- text: '''''{0}'''' 호출'
+ text: "''{0}'' 호출"
fix.can.replace.with.x:
- text: '''''{0}''''(으)로 교체 가능'
+ text: "''{0}''(으)로 교체 가능"
fix.can.replace.x.with.y:
- text: '''''{0}''''을(를) ''''{1}''''(으)로 교체 가능'
+ text: "''{0}''을(를) ''{1}''(으)로 교체 가능"
fix.convert.to.x:
- text: '''''{0}''''(으)로 변환'
+ text: "''{0}''(으)로 변환"
fix.create.title:
text: '{0} 생성'
fix.create.title.x:
- text: '{0} ''''{1}'''' 생성'
+ text: "{0} ''{1}'' 생성"
fix.remove:
- text: '''''{0}'''' 제거'
+ text: "''{0}'' 제거"
fix.remove.redundant:
- text: 불필요한 ''{0}'' 제거
+ text: "불필요한 ''{0}'' 제거"
fix.remove.statement:
- text: '''''{0}'''' 문 제거'
+ text: "''{0}'' 문 제거"
fix.remove.title:
text: '{0} 제거'
fix.remove.title.x:
- text: '{0} ''''{1}'''' 제거'
+ text: "{0} ''{1}'' 제거"
fix.replace.with.x:
- text: '''''{0}''''(으)로 교체'
+ text: "''{0}''(으)로 교체"
fix.replace.x.with.y:
- text: '''''{0}''''을(를) ''''{1}''''(으)로 교체'
+ text: "''{0}''을(를) ''{1}''(으)로 교체"
fix.simplify:
text: 단순화
fix.unwrap:
- text: '''''{0}'''' 감싸기 해제'
+ text: "''{0}'' 감싸기 해제"
fix.unwrap.statement:
- text: '''''{0}'''' 문 감싸기 해제'
+ text: "''{0}'' 문 감싸기 해제"
fix.use:
- text: '''''{0}'''' 사용'
+ text: "''{0}'' 사용"
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.DaemonLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.DaemonLocalize.yaml
index 9f69d75..4b28d19 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.DaemonLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.DaemonLocalize.yaml
@@ -25,7 +25,7 @@ iw.status.paused:
method.implements:
text: {1}의 메서드를 구현함
method.implements.in:
- text: {1}의 ''{0}'' 메서드를 구현함
+ text: "{1}의 ''{0}'' 메서드를 구현함"
method.is.implemented.header:
text: 다음에 구현됨
method.is.implemented.too.many:
@@ -37,7 +37,7 @@ method.is.overriden.header:
method.overrides:
text: {1}의 메서드를 재정의함
method.overrides.in:
- text: {1}의 ''{0}'' 메서드를 재정의함
+ text: "{1}의 ''{0}'' 메서드를 재정의함"
navigation.findUsages.title.super.method:
text: '{0}의 상위 메서드'
navigation.title.implementation.method:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.LanguageEditorLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.LanguageEditorLocalize.yaml
index 867cf83..1770c49 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.LanguageEditorLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.LanguageEditorLocalize.yaml
@@ -1,5 +1,5 @@
inlay.hints.show.settings:
- text: 메서드 ''{0}''에 대한 힌트 비활성화
+ text: "메서드 ''{0}''에 대한 힌트 비활성화"
settings.hints:
text: 인레이 힌트(Inlay Hints)
settings.hints.group.annotations:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.inspection.InspectionLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.inspection.InspectionLocalize.yaml
index b4ccecf..5275d8f 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.inspection.InspectionLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.inspection.InspectionLocalize.yaml
@@ -85,17 +85,19 @@ inspection.dead.code.problem.synopsis9.suspicious:
inspection.dead.code.safe.delete.quickfix:
text: 안전하게 삭제(Safe delete)
inspection.dead.code.start.comment:
- text: "// --검사(Inspection) 시작에 의해 주석 처리됨 ({0}):\n"
+ text: |
+ // --검사(Inspection) 시작에 의해 주석 처리됨 ({0}):
inspection.dead.code.stop.comment:
- text: "// --검사(Inspection) 종료에 의해 주석 처리됨 ({0})\n"
+ text: |
+ // --검사(Inspection) 종료에 의해 주석 처리됨 ({0})
inspection.deprecated.display.name:
text: 사용 중단된(Deprecated) API 사용
inspection.description.title:
text: 설명
inspection.disabled.error:
- text: '검사 ''''{0}''''이(가) 비활성화되었습니다: {1}.'
+ text: "검사 ''{0}''이(가) 비활성화되었습니다: {1}."
inspection.disabled.wrong.id:
- text: '검사 ''''{0}''''이(가) 비활성화되었습니다: ID ''''{1}''''이(가) ''''{2}'''' 패턴과 일치하지 않습니다.'
+ text: "검사 ''{0}''이(가) 비활성화되었습니다: ID ''{1}''이(가) ''{2}'' 패턴과 일치하지 않습니다."
inspection.export.options.panel.title:
text: 옵션
inspection.export.results.anonymous.ref.in.owner:
@@ -153,7 +155,7 @@ inspection.marked.for.removal.display.name:
inspection.offline.view.tool.display.name.title:
text: 이름
inspection.options.action.text:
- text: 검사 ''{0}'' 옵션
+ text: "검사 ''{0}'' 옵션"
inspection.problem.resolution:
text: 문제 해결
inspection.problem.synopsis:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.refactoring.RefactoringLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.refactoring.RefactoringLocalize.yaml
index 09996cf..e1ccd44 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.refactoring.RefactoringLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.refactoring.RefactoringLocalize.yaml
@@ -19,11 +19,11 @@ changeSignature.default.value.column:
changeSignature.no.return.type:
text: 반환 타입이 지정되지 않았습니다
changeSignature.no.type.for.parameter:
- text: '''''{1}'''' 매개변수에 대한 {0} 타입을 지정하세요'
+ text: "''{1}'' 매개변수에 대한 {0} 타입을 지정하세요"
changeSignature.wrong.return.type:
- text: '잘못된 반환 타입: ''''{0}'''''
+ text: "잘못된 반환 타입: ''{0}''"
changeSignature.wrong.type.for.parameter:
- text: '잘못된 타입: ''''{1}'''' 매개변수에 대한 ''''{0}'''''
+ text: "잘못된 타입: ''{1}'' 매개변수에 대한 ''{0}''"
checkbox.safe.delete.with.usage.search:
text: 안전하게 삭제(사용처 검색 포함)(&F)
class.0.already.exists:
@@ -73,7 +73,9 @@ information.title:
inline.to.anonymous.border.title:
text: 인라인
inner.class.0.is.already.defined.in.class.1:
- text: "내부 클래 {0}이(가) {1} 클래스에 이미 정의되어 있습니다.\n그래도 계속하시겠습니까?"
+ text: |-
+ 내부 클래 {0}이(가) {1} 클래스에 이미 정의되어 있습니다.
+ 그래도 계속하시겠습니까?
inner.class.exists:
text: "''{0}''이라는 이름의 내부 클래스가\n''{1}'' 클래스에 이미 정의되어 있습니다"
interface.0.does.not.have.inheritors:
@@ -139,7 +141,9 @@ occurences.string:
ok.button:
text: 확인
press.the.do.migrate.button:
- text: "검색 결과 패널 하단에 있는 \"마이그레이션 실행\" 버튼을 눌러\n\"{0}\" 마이그레이션 맵을 사용하여 마이그레이션하세요\n"
+ text: |
+ 검색 결과 패널 하단에 있는 "마이그레이션 실행" 버튼을 눌러
+ "{0}" 마이그레이션 맵을 사용하여 마이그레이션하세요
process.duplicates.title:
text: 중복 처리
process.methods.duplicates.title:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.scope.AnalysisScopeLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.scope.AnalysisScopeLocalize.yaml
index 6843e19..8484c10 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.scope.AnalysisScopeLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.scope.AnalysisScopeLocalize.yaml
@@ -73,7 +73,7 @@ mark.dependency.illegal.text:
module.dependencies.cycle.node.text:
text: 사이클 {0}
module.dependencies.scope.dialog.module.button:
- text: 모듈 ''{0}'' 검사(&M)
+ text: "모듈 ''{0}'' 검사(&M)"
module.dependencies.scope.dialog.project.button:
text: 전체 프로젝트 검사(&P)
module.dependencies.scope.dialog.title:
@@ -101,13 +101,13 @@ predefined.scope.problems.name:
scanning.scope.progress.title:
text: 범위 스캔 중…
scope.directory:
- text: 디렉터리 ''{0}''
+ text: "디렉터리 ''{0}''"
scope.display.name.allow.scope:
- text: 범위 ''{1}''에서 범위 ''{0}''의 사용 허용
+ text: "범위 ''{1}''에서 범위 ''{0}''의 사용 허용"
scope.display.name.deny.scope:
- text: 범위 ''{1}''에서 범위 ''{0}''의 사용 거부
+ text: "범위 ''{1}''에서 범위 ''{0}''의 사용 거부"
scope.file:
- text: 파일 ''{0}''
+ text: "파일 ''{0}''"
scope.module.list:
text: '{1, choice, 1#모듈|2#모듈} {0}'
scope.option.analyze.injected.code:
@@ -117,9 +117,9 @@ scope.option.custom:
scope.option.include.test.sources:
text: 테스트 소스 포함(&T)
scope.option.module:
- text: 모듈 ''{0}''
+ text: "모듈 ''{0}''"
scope.option.module.with.mnemonic:
- text: 모듈 ''{0}''(&M)
+ text: "모듈 ''{0}''(&M)"
scope.option.uncommitted.files:
text: 커밋되지 않은 파일(&U)
scope.option.uncommitted.files.all.changelists.choice:
@@ -127,7 +127,7 @@ scope.option.uncommitted.files.all.changelists.choice:
scope.option.whole.project:
text: 전체 프로젝트(&P)
scope.project:
- text: 프로젝트 ''{0}''
+ text: "프로젝트 ''{0}''"
scope.selected.files:
text: 선택된 파일 {0,choice,1#파일|2#파일}
scope.virtual.files:
@@ -143,7 +143,7 @@ status.bar.rule.violation.message:
unknown.node.text:
text: <알 수 없음>
update.module.tree.progress.text:
- text: 모듈 ''{0}'' 사이클 처리 중
+ text: "모듈 ''{0}'' 사이클 처리 중"
update.module.tree.progress.title:
text: 모듈 트리 업데이트 중
usage.view.canceled:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.todo.impl.internal.LanguageTodoLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.todo.impl.internal.LanguageTodoLocalize.yaml
index 594c81a..50ff8ff 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.todo.impl.internal.LanguageTodoLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.editor.todo.impl.internal.LanguageTodoLocalize.yaml
@@ -57,7 +57,7 @@ node.todo.group:
node.todo.items:
text: '{0} {0, choice, 0#항목|1#항목|2#항목}'
node.todo.more.items:
- text: ...더 보기…
+ text: '...더 보기…'
node.todo.summary:
text: '{1} {1,choice,0#파일|1#파일|2#파일}에서 {0} TODO {0,choice,0#항목|1#항목|2#항목} 찾음'
text.todo.no.filters:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.index.impl.internal.IndexingLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.index.impl.internal.IndexingLocalize.yaml
index 9bbe39d..d7fcd5d 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.language.index.impl.internal.IndexingLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.language.index.impl.internal.IndexingLocalize.yaml
@@ -11,31 +11,31 @@ index.rebuild.notification.title:
indexable.files.provider.indexing.additional.dependencies:
text: 종속성 색인 생성 중
indexable.files.provider.indexing.fileOrDir.name:
- text: '''''{0}'''' 색인 생성 중'
+ text: "''{0}'' 색인 생성 중"
indexable.files.provider.indexing.internal.module.name:
text: 색인 생성 중
indexable.files.provider.indexing.library.name:
- text: '''''{0}'''' 라이브러리 색인 생성 중'
+ text: "''{0}'' 라이브러리 색인 생성 중"
indexable.files.provider.indexing.module.name:
- text: '''''{0}'''' 모듈 색인 생성 중'
+ text: "''{0}'' 모듈 색인 생성 중"
indexable.files.provider.indexing.named.provider:
- text: '''''{0}'''' 색인 생성 중'
+ text: "''{0}'' 색인 생성 중"
indexable.files.provider.indexing.sdk:
- text: '{0} ''''{1}'''' 색인 생성 중'
+ text: "{0} ''{1}'' 색인 생성 중"
indexable.files.provider.scanning.additional.dependencies:
text: 종속성 스캔 중
indexable.files.provider.scanning.fileOrDir.name:
- text: '''''{0}'''' 스캔 중'
+ text: "''{0}'' 스캔 중"
indexable.files.provider.scanning.files.contributor:
- text: '''''{0}'''' 스캔 중'
+ text: "''{0}'' 스캔 중"
indexable.files.provider.scanning.internal.module.name:
text: 스캔 중
indexable.files.provider.scanning.library.name:
- text: '''''{0}'''' 라이브러리 스캔 중'
+ text: "''{0}'' 라이브러리 스캔 중"
indexable.files.provider.scanning.module.name:
- text: '''''{0}'''' 모듈 스캔 중'
+ text: "''{0}'' 모듈 스캔 중"
indexable.files.provider.scanning.sdk:
- text: '{0} ''''{1}'''' 스캔 중'
+ text: "{0} ''{1}'' 스캔 중"
indexes.preparing.to.shutdown.message:
text: 종료를 위해 색인 준비 중…
indexes.reloading:
@@ -61,9 +61,9 @@ psi.search.scope.project.and.libraries:
removing.indexable.set.project.handler:
text: 프로젝트 파일에 대한 색인 지우는 중
search.scope.module:
- text: '''''{0}'''' 모듈'
+ text: "''{0}'' 모듈"
search.scope.module.runtime:
- text: '''''{0}'''' 모듈 런타임 범위'
+ text: "''{0}'' 모듈 런타임 범위"
terms.directory:
text: 디렉터리
terms.file:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.platform.base.ActionLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.platform.base.ActionLocalize.yaml
index fd5f816..3549497 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.platform.base.ActionLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.platform.base.ActionLocalize.yaml
@@ -83,7 +83,7 @@ action.ChangeSplitOrientation.text:
action.ChangeTemplateDataLanguage.text:
text: 템플릿 데이터 언어 변경
action.ChangeToThisFileTypeAction.description:
- text: 파일 유형을 ''{0}''(으)로 재정의합니다
+ text: "파일 유형을 ''{0}''(으)로 재정의합니다"
action.ChangeTypeSignature.description:
text: 메서드 반환 유형, 필드, 파라미터, 변수 또는 클래스 유형 인수를 변경하고 모든 참조를 수정합니다
action.ChangeTypeSignature.text:
@@ -915,7 +915,7 @@ action.OverrideFileTypeAction.description:
action.OverrideFileTypeAction.text:
text: 파일 유형 재정의
action.OverrideFileTypeAction.verbose.description:
- text: 파일 ''{0}''{1,choice,0#|1# (및 {1}개의 추가 파일)}을 다른 파일 유형으로 처리합니다
+ text: "파일 ''{0}''{1,choice,0#|1# (및 {1}개의 추가 파일)}을 다른 파일 유형으로 처리합니다"
action.OverrideMethods.description:
text: 현재 클래스에서 기본 클래스 메서드를 재정의합니다
action.OverrideMethods.text:
@@ -1077,7 +1077,7 @@ action.ReverteOverrideFileTypeAction.description:
action.ReverteOverrideFileTypeAction.text:
text: 파일 유형 재정의 되돌리기
action.ReverteOverrideFileTypeAction.verbose.description:
- text: 파일 ''{0}''{1,choice,0#|1# (및 {1}개의 추가 파일)}에 대해 "파일 유형 재정의" 작업을 취소하고 이전 파일 유형을 복구합니다
+ text: "파일 ''{0}''{1,choice,0#|1# (및 {1}개의 추가 파일)}에 대해 \"파일 유형 재정의\" 작업을 취소하고 이전 파일 유형을 복구합니다"
action.RunAnything.description:
text: 모든 명령어를 실행할 수 있게 합니다
action.RunAnything.text:
@@ -1513,7 +1513,7 @@ action.WhatsNewAction.description:
action.WhatsNewAction.text:
text: 새로운 기능(_N)
action.editRunConfigurations.description:
- text: '''실행/디버그 구성 편집'' 대화상자를 엽니다'
+ text: "'실행/디버그 구성 편집' 대화상자를 엽니다"
action.editRunConfigurations.text:
text: 구성 편집(_r)…
action.openAssertEqualsDiff.text:
@@ -1687,7 +1687,7 @@ group.OtherMenu.text:
group.OverrideFileTypeAction.bundledPlugin:
text: 번들됨
group.OverrideFileTypeAction.fromNamedPlugin:
- text: '''''{0}'''' 플러그인에서 제공'
+ text: "''{0}'' 플러그인에서 제공"
group.OverrideFileTypeAction.title:
text: 파일 유형 선택
group.PairFileActions.text:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.platform.base.CommonLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.platform.base.CommonLocalize.yaml
index a386431..3eafd3b 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.platform.base.CommonLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.platform.base.CommonLocalize.yaml
@@ -61,7 +61,7 @@ button.yes.for.all:
cannot.redo.message:
text: 다시 실행할 수 없습니다
cannot.undo.error.contains.nonundoable.changes.message:
- text: '''''{0}''''을(를) 수행할 수 없습니다
다음 파일에 실행 취소할 수 없는 변경 사항이 있습니다:'
+ text: "''{0}''을(를) 수행할 수 없습니다
다음 파일에 실행 취소할 수 없는 변경 사항이 있습니다:"
cannot.undo.error.other.affected.files.changed.message:
text: '이 액션의 영향을 받는 다음 파일이 이미 변경되었습니다:'
cannot.undo.message:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.process.ProcessLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.process.ProcessLocalize.yaml
index 86a135d..3378faa 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.process.ProcessLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.process.ProcessLocalize.yaml
@@ -3,6 +3,6 @@ finished.with.exit.code.text.message:
run.configuration.error.executable.not.specified:
text: 실행 파일이 지정되지 않았습니다
run.configuration.error.working.directory.does.not.exist:
- text: 프로세스를 시작할 수 없습니다. 작업 디렉터리 ''{0}''이(가) 존재하지 않습니다.
+ text: "프로세스를 시작할 수 없습니다. 작업 디렉터리 ''{0}''이(가) 존재하지 않습니다."
run.configuration.error.working.directory.not.directory:
- text: 프로세스를 시작할 수 없습니다. 작업 디렉터리 ''{0}''이(가) 디렉터리가 아닙니다.
+ text: "프로세스를 시작할 수 없습니다. 작업 디렉터리 ''{0}''이(가) 디렉터리가 아닙니다."
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.remoteServer.RemoteServerLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.remoteServer.RemoteServerLocalize.yaml
index c76bcbe..f355019 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.remoteServer.RemoteServerLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.remoteServer.RemoteServerLocalize.yaml
@@ -47,7 +47,7 @@ cloud.status.connection.successful:
cloud.status.double.click.to.connect:
text: 서버 노드를 더블 클릭하여 연결
clouds.configure.empty.selection.string:
- text: '{0}과의 통합을 구성하려면 ''''+''''를 클릭하세요'
+ text: "{0}과의 통합을 구성하려면 ''+''를 클릭하세요"
configurable.display.name.clouds:
text: 클라우드
create.new.deployment.configuration.for.singleton.type:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.ui.ex.UILocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.ui.ex.UILocalize.yaml
index b40ca2b..3639386 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.ui.ex.UILocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.ui.ex.UILocalize.yaml
@@ -7,9 +7,9 @@ errortree.prefix.line:
integer.field.value.expected:
text: 값이 필요합니다.
integer.field.value.not.a.number:
- text: 값 ''{0}''은(는) 정수가 아닙니다.
+ text: "값 ''{0}''은(는) 정수가 아닙니다."
integer.field.value.out.of.range:
- text: 값 ''{0}''이(가) 범위 {1}..{2}를 벗어났습니다.
+ text: "값 ''{0}''이(가) 범위 {1}..{2}를 벗어났습니다."
message.files:
text: '{0,choice, 0#파일|1#파일|2#파일}'
message.matches:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.usage.UsageLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.usage.UsageLocalize.yaml
index 8a29103..a4e1592 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.usage.UsageLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.usage.UsageLocalize.yaml
@@ -3,6 +3,6 @@ action.close:
action.rerun:
text: 다시 실행
show.usages.advertisement:
- text: '''''{1}''''에서 검색하려면 {0}을(를) 다시 누르세요'
+ text: "''{1}''에서 검색하려면 {0}을(를) 다시 누르세요"
usage.target.exception:
text: 예외
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.versionControlSystem.VcsLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.versionControlSystem.VcsLocalize.yaml
index b20e019..abb9837 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.versionControlSystem.VcsLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.versionControlSystem.VcsLocalize.yaml
@@ -131,7 +131,7 @@ multiple.file.merge.column.type:
multiple.file.merge.merge:
text: 합치기(&M)...
multiple.file.merge.type.binary:
- text: '2진'
+ text: 2진
multiple.file.merge.type.text:
text: 텍스트
new.changelist.make.active.checkbox:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.virtualFileSystem.VirtualFileSystemLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.virtualFileSystem.VirtualFileSystemLocalize.yaml
index 9fa52a2..325dab6 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.virtualFileSystem.VirtualFileSystemLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.virtualFileSystem.VirtualFileSystemLocalize.yaml
@@ -1,15 +1,15 @@
cannot.create.local.file:
text: '로컬 파일을 만들 수 없음: {0}'
cannot.delete.root.directory:
- text: 루트 디렉터리 ''{0}''을(를) 삭제할 수 없습니다
+ text: "루트 디렉터리 ''{0}''을(를) 삭제할 수 없습니다"
cannot.load.remote.file:
- text: '''''{0}''''을(를) 로드할 수 없음: {1}'
+ text: "''{0}''을(를) 로드할 수 없음: {1}"
dialog.title.clear.read.only.file.status:
text: 읽기 전용 상태 지우기
download.progress.connecting:
- text: '''''{0}''''에 연결 중…'
+ text: "''{0}''에 연결 중…"
download.progress.downloading:
- text: '''''{0}'''' 다운로드 중…'
+ text: "''{0}'' 다운로드 중…"
file.delete.root.error:
text: 루트 파일 {0}을(를) 삭제할 수 없습니다.
file.read.error:
@@ -25,8 +25,8 @@ handle.ro.file.status.type.using.file.system:
jar.modification.not.supported.error:
text: 아카이브 파일 {0}을(를) 수정할 수 없습니다
vfs.file.not.exist.error:
- text: VFS에 ''{0}''이(가) 존재하지 않습니다
+ text: "VFS에 ''{0}''이(가) 존재하지 않습니다"
vfs.target.already.exists.error:
- text: VFS에 ''{0}''이(가) 이미 존재합니다
+ text: "VFS에 ''{0}''이(가) 이미 존재합니다"
vfs.target.not.directory.error:
- text: VFS에서 ''{0}''은(는) 디렉터리가 아닙니다
+ text: "VFS에서 ''{0}''은(는) 디렉터리가 아닙니다"
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.virtualFileSystem.fileType.FileTypeLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.virtualFileSystem.fileType.FileTypeLocalize.yaml
index a9a59a4..d8264ed 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.virtualFileSystem.fileType.FileTypeLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.virtualFileSystem.fileType.FileTypeLocalize.yaml
@@ -1,19 +1,19 @@
filetype.chooser.file.pattern:
text: '파일 패턴(&P):'
filetype.chooser.prompt:
- text: '''''{0}'''' 파일이 어떤 파일 유형과도 연결되어 있지 않습니다. 연결을 정의해 주세요:'
+ text: "''{0}'' 파일이 어떤 파일 유형과도 연결되어 있지 않습니다. 연결을 정의해 주세요:"
filetype.chooser.title:
text: 새 파일 유형 연결 등록
filetype.description.archive.files:
text: 아카이브
filetype.edit.add.pattern.exists.error:
- text: 이 와일드카드는 ''{0}'' 파일 유형용으로 예약되어 있어 다시 할당할 수 없습니다
+ text: "이 와일드카드는 ''{0}'' 파일 유형용으로 예약되어 있어 다시 할당할 수 없습니다"
filetype.edit.add.pattern.exists.message:
- text: 이 와일드카드는 이미 ''{0}'' 파일 유형에 등록되어 있습니다
+ text: "이 와일드카드는 이미 ''{0}'' 파일 유형에 등록되어 있습니다"
filetype.edit.add.pattern.exists.title:
text: 와일드카드 추가
filetype.edit.add.pattern.prompt:
- text: '새 와일드카드 입력(''*'' 및 ''?'' 허용)(&W):'
+ text: "새 와일드카드 입력('*' 및 '?' 허용)(&W):"
filetype.edit.add.pattern.reassign.button:
text: 와일드카드 재할당(&R)
filetype.edit.add.pattern.title:
diff --git a/src/main/resources/LOCALIZE-LIB/ko/consulo.xml.XmlErrorLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ko/consulo.xml.XmlErrorLocalize.yaml
index 564dc24..acada90 100644
--- a/src/main/resources/LOCALIZE-LIB/ko/consulo.xml.XmlErrorLocalize.yaml
+++ b/src/main/resources/LOCALIZE-LIB/ko/consulo.xml.XmlErrorLocalize.yaml
@@ -1,6 +1,6 @@
insert.required.attribute.quickfix.family:
text: 필수 속성 삽입
unknown.encoding.0:
- text: '알 수 없는 인코딩: ''''{0}'''''
+ text: "알 수 없는 인코딩: ''{0}''"
xml.parsing.unexpected.end.of.file:
text: 예기치 않은 파일의 끝
diff --git a/verbaria-lock.json b/verbaria-lock.json
index d369768..a068e68 100644
--- a/verbaria-lock.json
+++ b/verbaria-lock.json
@@ -3,13 +3,35 @@
"server" : "https://i.verbaria.org/",
"project" : "consulo**",
"projectVersion" : "master",
- "generatedAt" : "2026-06-23T20:54:32.522893616Z",
+ "sourceLocale" : "en-US",
+ "generatedAt" : "2026-06-24T09:34:22.660304315Z",
"documents" : {
+ "consulo-csharp/consulo.csharp.api.CSharpLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "ba93e7adc971c679f23d0624397a9fb5"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "b8acc8d8dcd8d6f6f1fdd1b41cddb59d",
+ "state" : "Translated",
+ "total" : 31,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo-csharp/consulo.csharp.impl.CSharpErrorLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "cb70e93cabd0d558005944dffb1bb07a"
},
"translations" : {
+ "en-US" : {
+ "sig" : "e931120524b7dce3a5125f972fb890eb",
+ "state" : "Translated",
+ "total" : 126,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "291eb4d0fe785fef1f862de4d1c37fed",
"state" : "Approved",
@@ -18,11 +40,60 @@
}
}
},
+ "consulo-csharp/consulo.csharp.impl.CSharpInspectionLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "0fff5436ef7cab1410b58ce3da2f9957"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "18aebd870cec8413ef8b24e54c1c69ee",
+ "state" : "Translated",
+ "total" : 2,
+ "translators" : [ "github " ]
+ }
+ }
+ },
+ "consulo-css/consulo.css.CssLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "9345e464349acdb5668dd8d2628ede86"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "cdb16047c1b1569d006c3a6c0adecc17",
+ "state" : "Approved",
+ "total" : 18,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-css/consulo.css.emmet.CssEmmetLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "0dfd660f5d411847d3430fa4499a1743"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "450b2c8da130b62470481cc96fe33613",
+ "state" : "Approved",
+ "total" : 2,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
"consulo-devkit/consulo.devkit.DevKitLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "97fe04f05ca3af42332243932c4901bc"
},
"translations" : {
+ "en-US" : {
+ "sig" : "b6d509ac07dcdb9b53fc38bb030ec3cc",
+ "state" : "Approved",
+ "total" : 237,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "b6dbd4a356ac878b291b5738a8288f7a",
"state" : "Approved",
@@ -31,11 +102,32 @@
}
}
},
+ "consulo-devkit/consulo.devkit.grammarKit.BnfLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "5e244d6fe29ba5f70ad51b9fb36baed6"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "4260565c49214c3d7a8804639858ce94",
+ "state" : "Approved",
+ "total" : 25,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
"consulo-git/consulo.git.GitBranchesLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "743c5b835ed44e27be3c534154a5cd19"
},
"translations" : {
+ "en-US" : {
+ "sig" : "501834d39a5fee602aee377b1c738b14",
+ "state" : "Approved",
+ "total" : 28,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "158d5f3d3da485014651ad1723f32706",
"state" : "Approved",
@@ -46,9 +138,16 @@
},
"consulo-git/consulo.git.GitLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "f338ec78199638de5f5242469d097f7e"
},
"translations" : {
+ "en-US" : {
+ "sig" : "ce3cf8cc84fd8cffbdb8f0d7e3c7fc0c",
+ "state" : "Approved",
+ "total" : 571,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "300d7335344f950cf25381e4eb7868e2",
"state" : "Approved",
@@ -57,11 +156,88 @@
}
}
},
+ "consulo-github/consulo.github.GithubLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "e468a753896ebf13e78a3f4a84ab5d34"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "7a09e5b8576d3ce3677cd17faeb46cfd",
+ "state" : "Approved",
+ "total" : 335,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-gradle/consulo.gradle.GradleLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "472d4bf90b0106449ef8e48cec983540"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "9aab62193a2131762a4fd653c3b90c64",
+ "state" : "Approved",
+ "total" : 28,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-gradle/consulo.gradle.codeInspection.GradleInspectionLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "d48d60633f6be808ae94199b6f255535"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "4c315447458989b9cccee04544d14e3f",
+ "state" : "Approved",
+ "total" : 3,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-groovy/consulo.groovy.GroovyLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "ace07471f570ab08368f8817f74bb4c2"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "ef009c87bb3361a43c332816ebc9607d",
+ "state" : "Approved",
+ "total" : 346,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-groovy/consulo.groovy.impl.GroovyCodeInsightLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "26e87fd9a2995a1a19bb91d143051933"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "2e6e50a0ae7f2e7cccfbd903b0af9b7a",
+ "state" : "Approved",
+ "total" : 9,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
"consulo-groovy/consulo.groovy.impl.GroovyInspectionLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "225bfc9669e624cd8cba4479c6f9316a"
},
"translations" : {
+ "en-US" : {
+ "sig" : "763eaceb54d6844754398026ae0225a7",
+ "state" : "Approved",
+ "total" : 80,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "9437257400d823222635e00dc2592b89",
"state" : "Approved",
@@ -70,11 +246,46 @@
}
}
},
+ "consulo-groovy/consulo.groovy.impl.GroovyIntentionLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "bc1c13e78b94d0a9d5690348e7a93242"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "8143bc54b41862ca28b6e808a4ab63cf",
+ "state" : "Approved",
+ "total" : 191,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-groovy/consulo.groovy.impl.GroovyRefactoringLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "8e6dd5adb5ec498b0f80846d23f390ee"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "6872f90ad5a76314bb2a2ef3d3f01512",
+ "state" : "Approved",
+ "total" : 135,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
"consulo-images/consulo.images.ImagesLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "884fbb68a7055c0e1e00ee27ae8a256b"
},
"translations" : {
+ "en-US" : {
+ "sig" : "f73979f25a633744e740c4b8af19d2ca",
+ "state" : "Approved",
+ "total" : 46,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "ae8c371022bcac3b7789e677691d88eb",
"state" : "Approved",
@@ -85,9 +296,16 @@
},
"consulo-jakarta-web/consulo.jakarta.JakartaLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "a9f948b529554037c1e0678a8f51e578"
},
"translations" : {
+ "en-US" : {
+ "sig" : "1e1f1a94584504f529926b502bd8f8b7",
+ "state" : "Approved",
+ "total" : 788,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "dfe7a581d4ad0ffef41d7f080c48a039",
"state" : "Approved",
@@ -96,11 +314,32 @@
}
}
},
+ "consulo-jakarta-web/consulo.jakartaee.webServer.impl.JakartaWebServerLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "ef0a8aaa7acc32410f4aacb2cb813bb4"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "d4e6c44a69cb96ae75b427109d028d87",
+ "state" : "Approved",
+ "total" : 36,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
"consulo-java/com.intellij.java.debugger.JavaDebuggerLocalize" : {
"source" : {
- "revision" : 2
+ "revision" : 2,
+ "sig" : "23f1bfe0e68ceafb9e448abd5cd4f59a"
},
"translations" : {
+ "en-US" : {
+ "sig" : "a277c94bce09b642b122f7c5efce4412",
+ "state" : "Approved",
+ "total" : 507,
+ "translators" : [ "Valery Semenchuk ", "github " ]
+ },
"ko" : {
"sig" : "e3158e7ad8f9411f7c2658453a62906c",
"state" : "Approved",
@@ -109,11 +348,60 @@
}
}
},
+ "consulo-java/com.siyeh.InspectionGadgetsLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "40e1fc032b1d6252e738965d7e9c31b9"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "0bb47801bbd16a09df965431fad891b7",
+ "state" : "Approved",
+ "total" : 2374,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-java/com.siyeh.IntentionPowerPackLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "fb1a635147022b9c14bc60f0bac31674"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "e0dba9db43711c4a4d53f4982f83a67f",
+ "state" : "Approved",
+ "total" : 228,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-java/consulo.java.JavaCompletionLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "8deac19a932ed6704897905f8221eb43"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "22a077921030e6af3b5c6f4cc9a558be",
+ "state" : "Approved",
+ "total" : 10,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
"consulo-java/consulo.java.JavaLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "dcd18a31b6561aad27a3e8a6da19e44b"
},
"translations" : {
+ "en-US" : {
+ "sig" : "254fd7962245b80a2f15d2f1dc5556fe",
+ "state" : "Approved",
+ "total" : 153,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "6d73ae2fa6f46dc4e6c8e4e2d95c92f4",
"state" : "Approved",
@@ -124,9 +412,16 @@
},
"consulo-java/consulo.java.JavaRefactoringLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "ed5d9c45ba638b396f97932e688beae8"
},
"translations" : {
+ "en-US" : {
+ "sig" : "054dd50aa913197d77771cb8f1b0c14f",
+ "state" : "Approved",
+ "total" : 274,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "5fe9e2c29f8b5f8b0a9627ea5e6a4ed9",
"state" : "Approved",
@@ -137,9 +432,16 @@
},
"consulo-java/consulo.java.analysis.JavaAnalysisLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "8205c2edcf35fad77bef3eec2ae2883b"
},
"translations" : {
+ "en-US" : {
+ "sig" : "3af7c155d580c151f7a82299c874a26c",
+ "state" : "Approved",
+ "total" : 564,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "42f4de6e1b672f919ce45c3b940649dd",
"state" : "Approved",
@@ -150,9 +452,16 @@
},
"consulo-java/consulo.java.analysis.codeInsight.JavaCodeInsightLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "9a934870ac726cd2eb07b3221ab85305"
},
"translations" : {
+ "en-US" : {
+ "sig" : "584b619168177d112491a50d221c0d99",
+ "state" : "Approved",
+ "total" : 17,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "f11fbb7abc986d3b10d4105b35cf4aa5",
"state" : "Approved",
@@ -163,9 +472,16 @@
},
"consulo-java/consulo.java.analysis.impl.JavaInspectionsLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "0f267db6bc074f25a8aa5b33e36e903e"
},
"translations" : {
+ "en-US" : {
+ "sig" : "2f69fb8d2c3ba1c75d2264cd98659bc5",
+ "state" : "Approved",
+ "total" : 803,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "4cd4ab074419b8cd25d01aa2c1359a7a",
"state" : "Approved",
@@ -174,11 +490,46 @@
}
}
},
+ "consulo-java/consulo.java.analysis.impl.JavaQuickFixLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "f98074ae42e51e07957ec10a82f8e039"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "d9dac438bd7fc3997182fbda24aeece2",
+ "state" : "Approved",
+ "total" : 264,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-java/consulo.java.compiler.JavaCompilerLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "cdd5315044ac82f30ea194eed978a756"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "c47d2dc0e34b203965169610c725ee24",
+ "state" : "Approved",
+ "total" : 22,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
"consulo-java/consulo.java.coverage.JavaCoverageLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "22debe12e43ce8e92b5b3386a37dda11"
},
"translations" : {
+ "en-US" : {
+ "sig" : "9d0f73ce8b26db18d6a84c8dc77ec5e2",
+ "state" : "Approved",
+ "total" : 39,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "e2af4ef0ca535ea465e7871e748933e5",
"state" : "Approved",
@@ -189,9 +540,16 @@
},
"consulo-java/consulo.java.execution.JavaExecutionLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "779ea2c998675aa67a03e1ba911af87c"
},
"translations" : {
+ "en-US" : {
+ "sig" : "e4641e4ff69b531c3d33cc1ac528e30c",
+ "state" : "Approved",
+ "total" : 15,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "1dd7aac19754c558b6f5b8ff9dd1ee8d",
"state" : "Approved",
@@ -200,11 +558,32 @@
}
}
},
+ "consulo-java/consulo.java.language.JavaCompilationErrorLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "434b6fa3c52a47c3ec8ae7d31e09df0b"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "f45aa7e394d2f0002e332a3257001bca",
+ "state" : "Approved",
+ "total" : 497,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
"consulo-java/consulo.java.language.JavaCoreLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "a4581edab01f14904cfab2277687f7d7"
},
"translations" : {
+ "en-US" : {
+ "sig" : "d3157b37855cb8fab7d257e13350b0d0",
+ "state" : "Approved",
+ "total" : 34,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "7a90f58d4e19639cc845d27b1f83f6aa",
"state" : "Approved",
@@ -215,9 +594,16 @@
},
"consulo-java/consulo.java.language.JavaLanguageLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "513f750973703af7d7404c8e3f48fb68"
},
"translations" : {
+ "en-US" : {
+ "sig" : "7f83ad3913bdb2f3cb2222a8974f6af7",
+ "state" : "Approved",
+ "total" : 303,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "15f7ed0e86061038ee20d9ad672c41db",
"state" : "Approved",
@@ -228,9 +614,16 @@
},
"consulo-java/consulo.java.language.JavadocLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "ba8ddc0639bf864a8fa83050d24d8e5e"
},
"translations" : {
+ "en-US" : {
+ "sig" : "9356d6665912456e56c1048f936c2619",
+ "state" : "Approved",
+ "total" : 36,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "fae01003e9138a4f320b53f782a717a7",
"state" : "Approved",
@@ -239,11 +632,60 @@
}
}
},
+ "consulo-java/consulo.java.language.impl.JavaErrorLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "e8ea369d132bc638d919bd56eafda90d"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "fd1cb3d70805428a2a47248ff7680bc4",
+ "state" : "Approved",
+ "total" : 106,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-java/consulo.java.properties.impl.JavaPropertiesLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "22d31cb20eafab634d61ebb4296b0ea9"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "23888db55fd8ee98fcfe825fded6c278",
+ "state" : "Approved",
+ "total" : 2,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-javascript/com.sixrr.inspectjs.InspectionJSLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "67f2239a8c6400e6e1fd434c6ae43a28"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "9f88e5ce830a83d5d85a2e2b7a8b4d5a",
+ "state" : "Approved",
+ "total" : 278,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
"consulo-javascript/consulo.javascript.JavaScriptLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "13560c8c98b51abcba569b52b62f114a"
},
"translations" : {
+ "en-US" : {
+ "sig" : "f14568fd04ac9e74fe69015bee27de4a",
+ "state" : "Approved",
+ "total" : 268,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "ab8e07ffcbed3aba12b28cc07ec0ff0a",
"state" : "Approved",
@@ -252,11 +694,186 @@
}
}
},
+ "consulo-javascript/consulo.javascript.intention.JSIntentionLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "a0c1e71d2a5c5fe0ddb17c26fe7ba399"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "d5a581014b4308f8358c23413ba4b41c",
+ "state" : "Approved",
+ "total" : 59,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-javascript/consulo.typescript.TypeScriptLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "65415d82fbab433950bdf9e6658f7767"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "4c793fe4689911ea5d198fcac5a0ec4c",
+ "state" : "Approved",
+ "total" : 52,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-lombok/consulo.lombok.LombokLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "460f677af586c3707a691ff72264a795"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "d362cb5994e11365e917699e8440b4bd",
+ "state" : "Approved",
+ "total" : 191,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-maven/org.jetbrains.idea.maven.MavenDomLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "0e44d19cfe7a06b41b4c0987b8785c18"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "ab72607951f3fcbbcd38465d6aa4af74",
+ "state" : "Approved",
+ "total" : 34,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-maven/org.jetbrains.idea.maven.MavenIndicesLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "a59999389f1b35dc3b51ba2ddcd14860"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "b34c3ab3ba5dff1806c454fd62e34633",
+ "state" : "Approved",
+ "total" : 10,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-maven/org.jetbrains.idea.maven.MavenLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "2857a03af264c77f27502a91a83f399d"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "229f7e37f09e49bf016aeb1b8150a0fd",
+ "state" : "Approved",
+ "total" : 4,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-maven/org.jetbrains.idea.maven.MavenProjectLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "e18dbe18d45c3cc89eeaa0d1b709bc3a"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "183515fc19b70249565a05290928c974",
+ "state" : "Approved",
+ "total" : 91,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-maven/org.jetbrains.idea.maven.MavenRunnerLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "252e5f23f1879906ede9488c9a7223d1"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "8f62ab28647f3f0b01922ecb7f00d726",
+ "state" : "Approved",
+ "total" : 67,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-maven/org.jetbrains.idea.maven.MavenSyncLocalize" : {
+ "source" : {
+ "revision" : 2,
+ "sig" : "752abbe29120d656d17691112fc74ef3"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "e97b84b78d5282a29dd371b0e5336b9e",
+ "state" : "Approved",
+ "total" : 94,
+ "translators" : [ "Valery Semenchuk ", "github " ]
+ }
+ }
+ },
+ "consulo-maven/org.jetbrains.idea.maven.MavenTasksLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "e92ed80d5cc1a45560999ba007eecc2a"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "91a32fbdfd1a2818f22b96da0dcd3722",
+ "state" : "Approved",
+ "total" : 9,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-properties/consulo.properties.PropertiesLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "825cec4f58181cbaab31641c59b3bf20"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "e9ee21ff329fb41d08a9f5785cf6b283",
+ "state" : "Approved",
+ "total" : 53,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-regexp/consulo.regexp.RegExpLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "c97175748972ad6de7c4efd044747961"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "09184f6bb87a9b5a0e4a42bdf420bb0a",
+ "state" : "Approved",
+ "total" : 205,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
"consulo-spellchecker/consulo.spellchecker.SpellCheckerLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "9161bc69eff07d34ba1eaa2b809de6dc"
},
"translations" : {
+ "en-US" : {
+ "sig" : "454713cffbedaee7df52980ed0881fb0",
+ "state" : "Approved",
+ "total" : 39,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "4c6e497998530c934405cceb81d8ddf2",
"state" : "Approved",
@@ -265,11 +882,32 @@
}
}
},
+ "consulo-unity3d/consulo.unity3d.Unity3dLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "782259d1d3470c9494562253c5657182"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "6b715e230421f13063ef71c66cee00c0",
+ "state" : "Approved",
+ "total" : 20,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
"consulo-xml/consulo.xml.XmlErrorLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "cd1261fc97f65f1489fa9d0e97d179c9"
},
"translations" : {
+ "en-US" : {
+ "sig" : "f65d9ed50672356f85588c8f35e138d6",
+ "state" : "Approved",
+ "total" : 84,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "012c87a2ab2c01d0d3078c441bd9c56e",
"state" : "Approved",
@@ -280,9 +918,16 @@
},
"consulo-xml/consulo.xml.XmlLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "4f1a4f3457dcea431fb255280db5fce4"
},
"translations" : {
+ "en-US" : {
+ "sig" : "036d11ed18f34d2a0adfb1d32feb37e5",
+ "state" : "Approved",
+ "total" : 243,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "592ed05ed44332467a725d130eb3b30e",
"state" : "Approved",
@@ -293,9 +938,16 @@
},
"consulo-xml/consulo.xml.dom.DomLocalize" : {
"source" : {
- "revision" : 1
+ "revision" : 1,
+ "sig" : "20b947b39f7a35e4b9f2416ab900733d"
},
"translations" : {
+ "en-US" : {
+ "sig" : "fd962e402a643e138a7b09c05078d322",
+ "state" : "Approved",
+ "total" : 22,
+ "translators" : [ "Valery Semenchuk " ]
+ },
"ko" : {
"sig" : "be28ceba17bde03d4592bee48e1cd6c3",
"state" : "Approved",
@@ -304,11 +956,46 @@
}
}
},
+ "consulo-xml/consulo.xml.relaxNG.RelaxNGLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "64969f1e400078ca43ebe7e3973eaa6c"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "121fe4f6b248310143570756077fc885",
+ "state" : "Approved",
+ "total" : 3,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
+ "consulo-yaml/consulo.yaml.YAMLLocalize" : {
+ "source" : {
+ "revision" : 1,
+ "sig" : "45f9eb5b3b854d7bfa7e6a27af53fa04"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "5c215a316ef115ee5e50403502a7f34b",
+ "state" : "Approved",
+ "total" : 76,
+ "translators" : [ "Valery Semenchuk " ]
+ }
+ }
+ },
"consulo/consulo.application.ApplicationLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "534b809b3216d2428dea3fb207e04565"
},
"translations" : {
+ "en-US" : {
+ "sig" : "1264adefd787c3bb72193739fb642f06",
+ "state" : "Translated",
+ "total" : 737,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "bafaeeb1ceaacb049868458094686353",
"state" : "Approved",
@@ -319,9 +1006,16 @@
},
"consulo/consulo.bookmark.BookmarkLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "177aa329991abb5140626d5502478f25"
},
"translations" : {
+ "en-US" : {
+ "sig" : "fddb5e371c711813a735fddd6c2793dc",
+ "state" : "Translated",
+ "total" : 23,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "bd199586b200a913b6d9a1d382ef6959",
"state" : "Approved",
@@ -332,9 +1026,16 @@
},
"consulo/consulo.build.ui.BuildLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "8bc1d1bab5906b23b936683f5fa39a17"
},
"translations" : {
+ "en-US" : {
+ "sig" : "d6300f56f0babfee0bdede2228d0bad9",
+ "state" : "Translated",
+ "total" : 29,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "036ddacb1348c8123c0c269a734ecc71",
"state" : "Approved",
@@ -345,9 +1046,16 @@
},
"consulo/consulo.builtinWebServer.BuiltInServerLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "ab8f35f6fd6d4e68bb40c85ef30a1364"
},
"translations" : {
+ "en-US" : {
+ "sig" : "a70c36aaf120d74458311c6fa3f1ecfa",
+ "state" : "Translated",
+ "total" : 11,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "2a7b75e6aa321373206ec09f920d141a",
"state" : "Approved",
@@ -358,9 +1066,16 @@
},
"consulo/consulo.codeEditor.CodeEditorLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "e39e0fb1a172a13133351b2c748cb2e0"
},
"translations" : {
+ "en-US" : {
+ "sig" : "9c573d4d7955b3cad3a5726b07e7c094",
+ "state" : "Translated",
+ "total" : 185,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "2cec05dedd99367edf84228350ff6566",
"state" : "Approved",
@@ -369,11 +1084,32 @@
}
}
},
+ "consulo/consulo.compiler.CompilerLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "245147d9f551385e3927746cbe5df0d6"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "024018e217611c9e08f6364a2c965cde",
+ "state" : "Translated",
+ "total" : 234,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.configurable.ConfigurableLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "2cf65a7063939ab2581d6877b2106e39"
},
"translations" : {
+ "en-US" : {
+ "sig" : "8e59cd1d8fb08b57d603be34af393a4b",
+ "state" : "Translated",
+ "total" : 261,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "964526c16a17b4ef1760a61f919b9850",
"state" : "Approved",
@@ -384,9 +1120,16 @@
},
"consulo/consulo.credentialStorage.CredentialStorageLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "d510432a1bb5f352877a26795166759f"
},
"translations" : {
+ "en-US" : {
+ "sig" : "d1defc42e9d5c7a487cedf4f6f2719fd",
+ "state" : "Translated",
+ "total" : 50,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "aade36b1c813e1a15a2bea7b2156ba91",
"state" : "Approved",
@@ -397,9 +1140,16 @@
},
"consulo/consulo.diff.DiffLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "3d7dace15ba5db48ddc743151e71a15b"
},
"translations" : {
+ "en-US" : {
+ "sig" : "e65acacf1bbc29db6bef88261a81bbe8",
+ "state" : "Translated",
+ "total" : 136,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "04f3d4c09446fed4b09fcabedd596c38",
"state" : "Approved",
@@ -410,9 +1160,16 @@
},
"consulo/consulo.execution.ExecutionLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "a3672f75281b1e00f0f38c816a1404e7"
},
"translations" : {
+ "en-US" : {
+ "sig" : "a17050eb89b01a625ca5c7a532445de6",
+ "state" : "Translated",
+ "total" : 444,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "4ec37ca1645f1190518c0136aa01568c",
"state" : "Approved",
@@ -421,11 +1178,32 @@
}
}
},
+ "consulo/consulo.execution.coverage.ExecutionCoverageLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "bc345e5af49df57e1a4dec1ff02dd3fc"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "8a8b06802a5408f7c6a2a12d3f5cc60d",
+ "state" : "Translated",
+ "total" : 107,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.execution.debug.XDebuggerLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "87c0547d8d8c9c56e180d21b319be016"
},
"translations" : {
+ "en-US" : {
+ "sig" : "1385ddefbd288c783c5a8fc1ffc16be7",
+ "state" : "Translated",
+ "total" : 271,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "4612ac843f5c881761a3bc1951b72c8a",
"state" : "Approved",
@@ -434,11 +1212,32 @@
}
}
},
+ "consulo/consulo.execution.test.ExecutionTestLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "32185156da672942a63c09e63b655a2d"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "fc2a5cd2c28c2ee19982c30a263e0892",
+ "state" : "Translated",
+ "total" : 26,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.execution.test.sm.SMTestLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "2e2a1226b7ff1d8bc8e1b374526fa3e2"
},
"translations" : {
+ "en-US" : {
+ "sig" : "b2d619dc8ef256e10db98a0e78f79410",
+ "state" : "Translated",
+ "total" : 86,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "922545a7a4eda95c16b27d327e4227ee",
"state" : "Approved",
@@ -449,9 +1248,16 @@
},
"consulo/consulo.externalService.ExternalServiceLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "9c2a73eaaebfe5019724333953856ce7"
},
"translations" : {
+ "en-US" : {
+ "sig" : "2899d661a9503f17939c6156df9645a4",
+ "state" : "Translated",
+ "total" : 179,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "7331023cb860560f3572881bd2103f2c",
"state" : "Approved",
@@ -462,9 +1268,16 @@
},
"consulo/consulo.externalSystem.ExternalSystemLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "9d2ba59dbb4cf50c727aadc378b97615"
},
"translations" : {
+ "en-US" : {
+ "sig" : "bcf9fce4cd56e3441089f3a871ba5b2e",
+ "state" : "Translated",
+ "total" : 65,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "2a48e4b3604ee349c57111396336700e",
"state" : "Approved",
@@ -475,9 +1288,16 @@
},
"consulo/consulo.externalTool.impl.internal.ExternalToolLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "8b9df571daf241005413c05946f35d7b"
},
"translations" : {
+ "en-US" : {
+ "sig" : "5dd4239b4324536c4dffeb8e44118f5a",
+ "state" : "Translated",
+ "total" : 63,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "fc4fc2b080209a646123216af5271721",
"state" : "Approved",
@@ -486,11 +1306,32 @@
}
}
},
+ "consulo/consulo.fileChooser.FileChooserLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "cab1a2c06dee9d79ec417e91efafd2bc"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "e4819e4242581f3a3153ed37d724de10",
+ "state" : "Translated",
+ "total" : 5,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.fileEditor.FileEditorLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "c1c967aee14f473d6c4503281196ac31"
},
"translations" : {
+ "en-US" : {
+ "sig" : "521336cf1c5287e185cd476be23c4417",
+ "state" : "Translated",
+ "total" : 54,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "55439b3306b09f79ab1d9f075c1fcd7e",
"state" : "Approved",
@@ -501,9 +1342,16 @@
},
"consulo/consulo.fileTemplate.FileTemplateLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "df44cb0709abb85bdfd02c64a7dd4b07"
},
"translations" : {
+ "en-US" : {
+ "sig" : "46c26f2bfd88774ac5639a283f27081e",
+ "state" : "Translated",
+ "total" : 6,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "9ffc85eaa4fc1c6b89647f946ec24b16",
"state" : "Approved",
@@ -514,9 +1362,16 @@
},
"consulo/consulo.find.FindLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "72f5669cd42e67e90a688fe8b5d1e0b3"
},
"translations" : {
+ "en-US" : {
+ "sig" : "3c3b4c19111b946cd1a5b22566b0c8ec",
+ "state" : "Translated",
+ "total" : 185,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "91f16db6f30bee4d99f1cbee3be87695",
"state" : "Approved",
@@ -527,9 +1382,16 @@
},
"consulo/consulo.http.HttpLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "203adba1dfb258cd45653902fa828a82"
},
"translations" : {
+ "en-US" : {
+ "sig" : "af1c2fbc0a8a6d21242acb122d0d3c06",
+ "state" : "Translated",
+ "total" : 23,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "294b91cf7dfbd5e3f55fdba4b12a8542",
"state" : "Approved",
@@ -540,9 +1402,16 @@
},
"consulo/consulo.ide.IdeLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "4ce4393fc411f14e6ef9f3dca73f7b24"
},
"translations" : {
+ "en-US" : {
+ "sig" : "48a6f94caa4dee0a25593271d2f03f7e",
+ "state" : "Translated",
+ "total" : 1196,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "84bc5151f182877ef458746f3b1e01a9",
"state" : "Approved",
@@ -551,11 +1420,32 @@
}
}
},
+ "consulo/consulo.ide.tipOfDay.impl.TipOfDayLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "feb93bccc0203d2b9c9382b580fb153e"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "c722d8a31409efcfbeb273c23a86e610",
+ "state" : "Translated",
+ "total" : 148,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.language.LanguageLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "45a4d6193d2fff03af37f81f3ca9c055"
},
"translations" : {
+ "en-US" : {
+ "sig" : "2c30f5d717b93555c74f1a48234f1e77",
+ "state" : "Translated",
+ "total" : 173,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "9bbde1346fa4bd77bdda36d835f72f16",
"state" : "Approved",
@@ -566,9 +1456,16 @@
},
"consulo/consulo.language.codeStyle.CodeStyleLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "e9a01c2aa91320a7cd0ea7d756869367"
},
"translations" : {
+ "en-US" : {
+ "sig" : "8f8b1e541fff7d4f9c983cbbcf6ec120",
+ "state" : "Translated",
+ "total" : 259,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "49ca90bf701c684b18186996440fda6d",
"state" : "Approved",
@@ -577,11 +1474,32 @@
}
}
},
+ "consulo/consulo.language.copyright.LanguageCopyrightLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "73f07a6d68cd1b9b59cb45314fbc15c1"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "8a4a79346ab3bb99ee7d4ecd02490902",
+ "state" : "Translated",
+ "total" : 85,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.language.duplicateAnalysis.DuplicateAnalysisLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "20886f68900acc7d2244a7f69e284a4d"
},
"translations" : {
+ "en-US" : {
+ "sig" : "13cd289598ca1288e1e05dd4331c1a3c",
+ "state" : "Translated",
+ "total" : 43,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "d600f88fa0e9e63dfa2bbc66f9791abe",
"state" : "Approved",
@@ -592,9 +1510,16 @@
},
"consulo/consulo.language.editor.CodeInsightLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "dc9d0a8a3bd0d30cdb950830678dc66e"
},
"translations" : {
+ "en-US" : {
+ "sig" : "9f6753a89ccdaf2d64eeaea10ebae823",
+ "state" : "Translated",
+ "total" : 529,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "62aa01d894eee2d623a7baeb7003e42d",
"state" : "Approved",
@@ -605,9 +1530,16 @@
},
"consulo/consulo.language.editor.CommonQuickFixLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "df482140b8b9212f0f24a5d2575080e2"
},
"translations" : {
+ "en-US" : {
+ "sig" : "b45162ff89a639d469fa7e3123315906",
+ "state" : "Translated",
+ "total" : 17,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "bbad00039c409baea0ece11b77735044",
"state" : "Approved",
@@ -618,9 +1550,16 @@
},
"consulo/consulo.language.editor.DaemonLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "d8db6b7caade0c252bcb4ef0c10d54c5"
},
"translations" : {
+ "en-US" : {
+ "sig" : "a68d55874bb5065740be919be4c4817a",
+ "state" : "Translated",
+ "total" : 66,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "5e07dd1f73846ee86b67f729e4e876c4",
"state" : "Approved",
@@ -631,9 +1570,16 @@
},
"consulo/consulo.language.editor.LanguageEditorLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "820203305392492cc7ba1e50020e7e72"
},
"translations" : {
+ "en-US" : {
+ "sig" : "0daa162ec99960a145eec41c7bf5c614",
+ "state" : "Translated",
+ "total" : 25,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "94ddff65b1f999217c9df639a9275a40",
"state" : "Approved",
@@ -644,9 +1590,16 @@
},
"consulo/consulo.language.editor.inspection.InspectionLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "ed872adac72dc0f8335858541a8bcd15"
},
"translations" : {
+ "en-US" : {
+ "sig" : "ed360a95b17d5a11c4f764db3a947f3f",
+ "state" : "Translated",
+ "total" : 587,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "94abd2fa7c8242d8cadbbf8d1b402eef",
"state" : "Approved",
@@ -657,9 +1610,16 @@
},
"consulo/consulo.language.editor.refactoring.RefactoringLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "3b6249f6826e977c1d50f6e5bff422bf"
},
"translations" : {
+ "en-US" : {
+ "sig" : "4459b51e7ba67ec060c4d4de7c7ead29",
+ "state" : "Translated",
+ "total" : 812,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "965d4767c7993dea55dc8d3692f5fcf1",
"state" : "Approved",
@@ -670,9 +1630,16 @@
},
"consulo/consulo.language.editor.scope.AnalysisScopeLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "5b0d8967926c5008cd882ad3db9c56af"
},
"translations" : {
+ "en-US" : {
+ "sig" : "002d88805ea89a5eea87774afd05e830",
+ "state" : "Translated",
+ "total" : 101,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "2b7cebf33003fb9aaa208c58bad9482f",
"state" : "Approved",
@@ -683,9 +1650,16 @@
},
"consulo/consulo.language.editor.todo.impl.internal.LanguageTodoLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "dc07ae7fba8b725b808978fa5ab4ae57"
},
"translations" : {
+ "en-US" : {
+ "sig" : "e7d19a493bf948f1b72310074b89a164",
+ "state" : "Translated",
+ "total" : 44,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "490c9714a21a4e9991261ee701f5f61f",
"state" : "Approved",
@@ -694,11 +1668,32 @@
}
}
},
+ "consulo/consulo.language.editor.ui.LanguageEditorRefactoringUILocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "682373ebcb6a8d2986e3975ec2a3375c"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "c097d8c7f8def7e8f9fe90d376ce6dc2",
+ "state" : "Translated",
+ "total" : 3,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.language.index.impl.internal.IndexingLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "d6dae6271c547506f685a01859e4daca"
},
"translations" : {
+ "en-US" : {
+ "sig" : "fce4dfb8a7605e89d3fd6c6e145167ef",
+ "state" : "Translated",
+ "total" : 37,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "ff5ec7865499abce98e5b7f164649c47",
"state" : "Approved",
@@ -707,11 +1702,32 @@
}
}
},
+ "consulo/consulo.language.inject.advanced.LanguageInjectAdvancedLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "0f027ac7b0e54624b78bc97d60b01d3e"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "cab91e652df3c3e51e0ea37ef434df26",
+ "state" : "Translated",
+ "total" : 5,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.localHistory.LocalHistoryLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "4fc2a65cb0a8bc3fd1b6f79f2af6337a"
},
"translations" : {
+ "en-US" : {
+ "sig" : "37e35e61438bc8280052a273f24fc37f",
+ "state" : "Translated",
+ "total" : 52,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "e3b5e2df6b34888d759b633c9e31821d",
"state" : "Approved",
@@ -720,11 +1736,46 @@
}
}
},
+ "consulo/consulo.module.ModuleLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "fcd5281ac2f64ed04c99cfb45bf03afa"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "ae101aee1056de1d403dcdced9ee89f8",
+ "state" : "Translated",
+ "total" : 1,
+ "translators" : [ "github " ]
+ }
+ }
+ },
+ "consulo/consulo.module.content.ModuleContentLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "bf867f4babe05cc339e973446eb9b03e"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "33834ec348da64162664703591305066",
+ "state" : "Translated",
+ "total" : 1,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.module.creation.ModuleCreationLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "c193d459c86400c60cc967f5961944ba"
},
"translations" : {
+ "en-US" : {
+ "sig" : "d391d367357181019c3ffb29dae272a0",
+ "state" : "Translated",
+ "total" : 6,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "4729e500dd8a30f569869cfa85493977",
"state" : "Approved",
@@ -735,9 +1786,16 @@
},
"consulo/consulo.pathMacro.PathMacroLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "046853d058e79e1f1d29ea3914f7e9ee"
},
"translations" : {
+ "en-US" : {
+ "sig" : "80b180d943ae156ebda7942bedc9120f",
+ "state" : "Translated",
+ "total" : 51,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "c00bb1d2d2d82c2e7a881cd7c1b10e96",
"state" : "Approved",
@@ -748,9 +1806,16 @@
},
"consulo/consulo.platform.base.ActionLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "24fecfd445ae8c0e6a2aa64076337be8"
},
"translations" : {
+ "en-US" : {
+ "sig" : "e720526b717c1b7265b8f5719f9a920a",
+ "state" : "Translated",
+ "total" : 1180,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "fda6add6c8516e2c74c886ee9eeb13be",
"state" : "Approved",
@@ -761,9 +1826,16 @@
},
"consulo/consulo.platform.base.CommonLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "00c59b0ab21385e266c9d48d712a8f08"
},
"translations" : {
+ "en-US" : {
+ "sig" : "ec2aa5c3f88773ae210b5044e76f8abc",
+ "state" : "Translated",
+ "total" : 125,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "7a977f249a1329e94f0bcec3f2626826",
"state" : "Approved",
@@ -772,11 +1844,32 @@
}
}
},
+ "consulo/consulo.platform.base.RepositoryTagLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "a4e64fdbf6e5095318d505374fecb8bf"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "163a638b574c6d8c5151841be8fccf61",
+ "state" : "Translated",
+ "total" : 37,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.process.ProcessLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "fe93a0fff4802145e278c4e88f406f33"
},
"translations" : {
+ "en-US" : {
+ "sig" : "79ca68150e25f31da60d8c2d90cbd534",
+ "state" : "Translated",
+ "total" : 6,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "a324ffa63da18d36ad31599a71a95dc0",
"state" : "Approved",
@@ -787,9 +1880,16 @@
},
"consulo/consulo.project.ProjectLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "b1166f929873974265e9f6bef2fd3652"
},
"translations" : {
+ "en-US" : {
+ "sig" : "878d77ca54cc8b1b455417676f568519",
+ "state" : "Translated",
+ "total" : 357,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "6cc7afb3b008c5c16d8918b3deadc42f",
"state" : "Approved",
@@ -800,9 +1900,16 @@
},
"consulo/consulo.project.ui.ProjectUILocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "52d94f39448d83c35712257c5fd55bf5"
},
"translations" : {
+ "en-US" : {
+ "sig" : "65315db46bccdf45f78d876a0e1508ad",
+ "state" : "Translated",
+ "total" : 26,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "056e9c0fcb6ed54c862d55b8dd241813",
"state" : "Approved",
@@ -813,9 +1920,16 @@
},
"consulo/consulo.project.ui.view.ProjectUIViewLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "1f4f3c273e9894b70e12561509a40112"
},
"translations" : {
+ "en-US" : {
+ "sig" : "50e4ab5d623df05434da90f7a8fb59a6",
+ "state" : "Translated",
+ "total" : 26,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "92ab8a72ab7b2870a4ab4e7f8ac814db",
"state" : "Approved",
@@ -826,9 +1940,16 @@
},
"consulo/consulo.remoteServer.RemoteServerLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "de891c4c487a6057d71b8dc52c7343d3"
},
"translations" : {
+ "en-US" : {
+ "sig" : "c74e6df769cd19395fe2800beeb63b2a",
+ "state" : "Translated",
+ "total" : 74,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "0fcb4daea877dae50665da159c9d4713",
"state" : "Approved",
@@ -837,11 +1958,46 @@
}
}
},
+ "consulo/consulo.task.TaskLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "152678bbfb32f7c54e1fa9018db6c50c"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "2710b5dcd6ea69da9c9f79217bc3d443",
+ "state" : "Translated",
+ "total" : 61,
+ "translators" : [ "github " ]
+ }
+ }
+ },
+ "consulo/consulo.ui.ex.ShortcutLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "e327ae8dcdad0a4c7a4dcfa259fddb66"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "cf21fe67e1ad060928dbeeb6a2481b26",
+ "state" : "Translated",
+ "total" : 152,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.ui.ex.UILocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "7ae5d9c9a87355a855d1b8345b49da3e"
},
"translations" : {
+ "en-US" : {
+ "sig" : "8fb46fc1919328406a5121fdaeb9f078",
+ "state" : "Translated",
+ "total" : 191,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "6286553401b17dc0c086c0430909d438",
"state" : "Approved",
@@ -850,11 +2006,32 @@
}
}
},
+ "consulo/consulo.ui.ex.UnicodeShortcutLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "e55a6b2426bd2649f4cdcce55523bbe9"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "4f66f645ef6895520332e5d0fb4633e7",
+ "state" : "Translated",
+ "total" : 101,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.ui.ex.keymap.KeyMapLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "56e3be0d178ca0487f3e17c75bbfc82c"
},
"translations" : {
+ "en-US" : {
+ "sig" : "69165d83ee8929701f08996817c44e6e",
+ "state" : "Translated",
+ "total" : 97,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "d6d15b114e8da00ee49730f5647f2f25",
"state" : "Approved",
@@ -865,9 +2042,16 @@
},
"consulo/consulo.usage.UsageLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "505d8174dbcde5f7af68a839f44f9d25"
},
"translations" : {
+ "en-US" : {
+ "sig" : "b0aaa458870c64ae24fc7bc53b07fd13",
+ "state" : "Translated",
+ "total" : 107,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "386ea12688db49aa2c25a51fb1704827",
"state" : "Approved",
@@ -878,9 +2062,16 @@
},
"consulo/consulo.versionControlSystem.VcsLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "d480b1d079e09a6d67ce8253e9768b43"
},
"translations" : {
+ "en-US" : {
+ "sig" : "6bee17619c1e8e77f330a15b6cdf60bd",
+ "state" : "Translated",
+ "total" : 654,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "f10397578aad42c7f97d1af1fb413ec1",
"state" : "Approved",
@@ -889,11 +2080,46 @@
}
}
},
+ "consulo/consulo.versionControlSystem.distributed.DistributedVcsLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "7132d1a7ebfbb72bdbf4fc654d961d92"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "52077b4ad6f88fdc032a92085997a7d9",
+ "state" : "Translated",
+ "total" : 37,
+ "translators" : [ "github " ]
+ }
+ }
+ },
+ "consulo/consulo.versionControlSystem.log.VersionControlSystemLogLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "008bedeeee6699688bc6c91acb2660ba"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "98e25d6a0ba22894dd0377be7f241d01",
+ "state" : "Translated",
+ "total" : 64,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.virtualFileSystem.VirtualFileSystemLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "52cf6086582dd3c5eaf34f2ac211a2e9"
},
"translations" : {
+ "en-US" : {
+ "sig" : "53fdce45912ac738fbc5e7ef0bcb1138",
+ "state" : "Translated",
+ "total" : 41,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "e000268dcdd6645551ba541feaf5f034",
"state" : "Approved",
@@ -904,9 +2130,16 @@
},
"consulo/consulo.virtualFileSystem.fileType.FileTypeLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "28fe2d9b28285d1742d60f8f3f726500"
},
"translations" : {
+ "en-US" : {
+ "sig" : "bbaaafafbf029f5e41fa5d6480a2bce5",
+ "state" : "Translated",
+ "total" : 32,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "ab711001620f7e4d591f1f7f919dff64",
"state" : "Approved",
@@ -915,11 +2148,32 @@
}
}
},
+ "consulo/consulo.virtualFileSystem.status.FileStatusLocalize" : {
+ "source" : {
+ "revision" : 6,
+ "sig" : "ca238fd2221d820af6e50a2bef97d8db"
+ },
+ "translations" : {
+ "en-US" : {
+ "sig" : "2ec9e26898efca1d137201d99baf2bf0",
+ "state" : "Translated",
+ "total" : 17,
+ "translators" : [ "github " ]
+ }
+ }
+ },
"consulo/consulo.webBrowser.WebBrowserLocalize" : {
"source" : {
- "revision" : 6
+ "revision" : 6,
+ "sig" : "5316e90625b46dac02f4b3c04ff2e2ee"
},
"translations" : {
+ "en-US" : {
+ "sig" : "5a078f63f0ef9f43270c8782b88f4c09",
+ "state" : "Translated",
+ "total" : 23,
+ "translators" : [ "github " ]
+ },
"ko" : {
"sig" : "6bc3741a8f9db4c1ae0fc64b3424edc6",
"state" : "Approved",