Update korean i18n to 1.20 (#1037)

i18n::ko_kr:
- Added "Trials"
- Fixed "Execution" pointing the host constal
- Fixed 1 i18n error on Async Catcher
This commit is contained in:
Hoto Ras 2023-07-28 00:32:27 +09:00 committed by GitHub
parent 06760955e4
commit e357cf91ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,12 +14,14 @@ logo = [
]
# Translate the word in parenthesis only.
# If there's same Chinese word with same meaning in your language(i.e. Kanji in Japanese), then remove the parenthesis.
# Note_KOR: Korea once used the mansion system, within Chinese constallation, to define the night sky and the directions.
# Korean i18n reference: https://en.wikipedia.org/wiki/Twenty-Eight_Mansions (Traditional Chinese is used to specify)
release-name {
Horn = "角 (각)"
GreatHorn = "大角 (대각)"
Executions = "折威 (항수)"
Executions = "折威 (절위)"
Trials = "頓頑 (돈완)"
}
# Note_KOR: Korea once used the mansion system, within Chinese constallation, to define the night sky and the directions.
java {
deprecated = [
"오래된 JAVA 버전을 이용하고 있습니다!"
@ -104,7 +106,7 @@ comments {
}
async-catcher.comment = [
"Async Catcher 관련 설정"
"네 개의 모드가 있으며, 블록이 반드시 필요합니다."
"네 개의 모드가 있으며, "BLOCK"로 설정하는 것을 권장합니다."
"NONE - 아무 것도 하지 않음"
"DISPATCH - 주 스레드에 올리지 않고 백그라운드에서 실행"
"BLOCK - 주 스레드에 올리고 결과를 대기"