Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Whisper] Update korean i18n (ko-kr.conf) #1343

Merged
merged 3 commits into from
May 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[i18n/ko] Implement korean i18n for added comments
  • Loading branch information
HotoRas committed Apr 28, 2024
commit d9e7e2b6d0250ca7eac3c6147d039e4a974c53da
25 changes: 19 additions & 6 deletions i18n-config/src/main/resources/META-INF/i18n/ko_kr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ release-name {
GreatHorn = "大角 (대각)"
Executions = "折威 (절위)"
Trials = "頓頑 (돈완)"
Net = "毕宿 (Net)"
Whisper = "附耳 (Whisper)"
}
java {
deprecated = [
Expand Down Expand Up @@ -80,6 +82,8 @@ dfu-disable {
map-convert = "optimization.disable-data-fixer가 활성화되어 있으면 월드의 업그레이드가 불가합니다."
}
error-symlink = "파일 시스템이 symbolic link를 지원하지 않습니다."
symlink-file-exist = "A file already exists when creating symlink {}"
lightcity-not-installed = "This server requires Lightcity plugin installed on your Velocity proxy"

comments {
_v.comment = [
Expand All @@ -92,12 +96,6 @@ comments {
locale.comment = "언어/I18n 설정"
optimization {
comment = "최적화 관련 설정"
disable-data-fixer.comment = [
"레벨 데이터 업그레이드에 이용되는 DataFixerUpper 시스템을 비활성화합니다."
"서버 시작과 월드 로드 속도를 올리고, 메모리 사용량을 80~200MB까지 줄일 수 있습니다."
"Arclight 및 개발자는 데이터 손실을 책임지지 않습니다."
"상용 서버에서는 사용하지 마십시오!"
]
goal-selector-update-interval.comment = [
"목표 선택기가 업데이트되는 시간(틱 단위)을 설정합니다."
"높은 값은 더 적은 리소스를 소모합니다."
Expand Down Expand Up @@ -132,5 +130,20 @@ comments {
"false - 권한 넘기기를 비활성화합니다."
"reverse - Bukkit의 권한 쿼리를 Forge로 넘깁니다."
]
valid-username-regex.comment = [
"유효한 사용자명(ID)을 검사할 때 사용하는 정규식을 설정합니다. 빈 칸으로 두면 바닐라 설정을 적용합니다."
"다음은 중국어를 허용합니다:"
"valid-username-regex = \"^[ -~\\\\p{sc=Han}]{1,16}$\""
"다음은 모든 ID를 허용합니다:"
"valid-username-regex = \".+\""
]
}
velocity {
enable.comment = [
"Enable Velocity modern player info forwarding"
]
secret.comment = [
"The secret used in Velocity modern player info forwarding"
]
}
}