Skip to content

Commit

Permalink
Update a Korean translation strings (#357)
Browse files Browse the repository at this point in the history
* Update a Korean translation strings

- **Menu** :
  - "Move to previous monitor" -> "이전 모니터로 옮기기"
  - "Move to next monitor" -> "다음 모니터로 옮기기"
- **Main** :
  - "Version {version} is available" -> {version} 버전을 사용할 수
    있습니다."
  - "More Details" -> "상세 내역 보기"
  - "Download" -> "다운로드"
  - "Close" -> "닫기"
- **About**
  - Under -> "라이선스"

* Clean lock file

* clean lock file 3

* Delete package-lock.json

---------

Co-authored-by: = <=>
Co-authored-by: ferllings <[email protected]>
  • Loading branch information
ungjinPark and ferllings authored Jan 22, 2025
1 parent 296bf83 commit c2ab5c0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/CCAcontroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ class CCAController {
const crr = Number(cr.toFixed(rounding)).toLocaleString(i18n.lang)
// toLocalString removes trailing zero and use the correct decimal separator, based on the app select lang.

let text = template
let text = template;
for (const item of [
['%f.hex%', foregroundColorString],
['%b.hex%', backgroundColorString],
Expand Down
2 changes: 1 addition & 1 deletion src/views/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2 id="header-translations">Translations</h2>
<li>Русский: <a href="https://github.com/AHOHNMYC" class="external-link">AHOHNMYC</a></li>
<li>日本語: <a href="https://github.com/motchie" class="external-link">Toru Motchie MOCHIDA</a></li>
<li>
한국어: <a href="https://github.com/miname" class="external-link">HungJae Lee</a>
한국어: <a href="https://github.com/miname" class="external-link">HungJae Lee</a> <a href="https://github.com/ungjinpark" class="external-link">Ungjin Park</a>
</li>
</ul>
<h2 id="header-exLinks">External links</h2>
Expand Down
21 changes: 14 additions & 7 deletions src/views/translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@
"Copy results": "결과 복사",
"Cut": "오려두기",
"Copy": "복사",
"Paste": "붙여넣기",
"Paste": "붙여넣기",
"View": "보기",
"Colour blindness simulation": "색각 이상 시뮬레이션",
"Always on Top": "창 항상 위로 고정",
"Actual Size": "실제 크기",
"Actual Size": "기본 크기",
"Zoom In": "확대",
"Zoom Out": "축소",
"Development": "개발",
"Reload": "새로 고침",
"Open Developer Tools": "개발자 도구 열기"
"Open Developer Tools": "개발자 도구 열기",
"Move to previous monitor": "이전 모니터로 옮기기",
"Move to next monitor": "다음 모니터로 옮기기"
},
"Main": {
"lang": "ko",
Expand All @@ -28,9 +30,9 @@
"Select default format for foreground colour": "본문 글자 색을 표현할 기본 형식을 선택하십시오",
"Foreground colour value": "본문 글자 색상값",
"Switch Colours": "색 전환하기",
"Colour sliders": "Colour sliders",
"Colour picker": "Colour picker",
"Help": "Help",
"Colour sliders": "색상 슬라이더",
"Colour picker": "색상 선택기",
"Help": "도움말",
"Foreground colour sliders": "본문 글자 색 조절",
"Foreground colour picker": "화면에서 본문 글자 색상 선택",
"Foreground help": "본문 도움말",
Expand Down Expand Up @@ -95,7 +97,11 @@
"just below": "근접",
"Between the background and foreground colors have swapped.":"전경색과 배경색이 서로 바뀌었습니다.",
"Results copied.":"결과 복사됨.",
"Short results copied.":"짧은 결과 복사됨."
"Short results copied.":"짧은 결과 복사됨.",
"Version {version} is available.":"{version} 버전을 사용할 수 있습니다.",
"More details":"상세 내역 보기",
"Download":"다운로드",
"Close": "닫기"
},
"Deficiency": {
"Title": "색각 이상 시뮬레이션",
Expand Down Expand Up @@ -155,6 +161,7 @@
"Colour Contrast Analyser (CCA)": "색 명암 분석기 (CCA)",
"Version": "버전",
"Developed by": "개발사: ",
"Under": "라이선스",
"External links": "외부 링크",
"TPGi Resources": "TPGi 리소스",
"Github page": "Github 페이지",
Expand Down

0 comments on commit c2ab5c0

Please sign in to comment.