-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update ko-KR localization strings (#1204)
* update ko-KR localization strings * Correct Korean Flag and Polishing Korean Translations * update ko-KR localization strings * fix typo error
- Loading branch information
1 parent
8de2b00
commit 58348ce
Showing
21 changed files
with
554 additions
and
510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,37 @@ | ||
import React from 'react'; | ||
|
||
// Source: https://flagicons.lipis.dev/ | ||
|
||
const koKR = () => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" | ||
viewBox="0 0 640 480" | ||
width="1em" | ||
height="1em"> | ||
<defs> | ||
<path fill-opacity=".7" d="M-95.8-.4h682.7v512H-95.8z"/> | ||
</defs> | ||
<g fill-rule="evenodd" clip-path="url(#kr-a)" transform="translate(89.8 .4)scale(.9375)"> | ||
<path fill="#fff" d="M-95.8-.4H587v512H-95.8Z"/> | ||
<g transform="rotate(-56.3 361.6 -101.3)scale(10.66667)"> | ||
<g id="kr-c"> | ||
<path id="kr-b" fill="#000001" d="M-6-26H6v2H-6Zm0 3H6v2H-6Zm0 3H6v2H-6Z"/> | ||
<use xlink:href="#kr-b" width="100%" height="100%" y="44"/> | ||
</g> | ||
<path stroke="#fff" d="M0 17v10"/> | ||
<path fill="#cd2e3a" d="M0-12a12 12 0 0 1 0 24Z"/> | ||
<path fill="#0047a0" d="M0-12a12 12 0 0 0 0 24A6 6 0 0 0 0 0Z"/> | ||
<circle cy="-6" r="6" fill="#cd2e3a"/> | ||
</g> | ||
<g transform="rotate(-123.7 191.2 62.2)scale(10.66667)"> | ||
<use xlink:href="#kr-c" width="100%" height="100%"/> | ||
<path stroke="#fff" d="M0-23.5v3M0 17v3.5m0 3v3"/> | ||
</g> | ||
</g> | ||
</svg> | ||
|
||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 640 480" | ||
width="1em" | ||
height="1em" | ||
> | ||
<defs> | ||
<clipPath id="kr-a"> | ||
<path fill-opacity=".7" d="M-95.8-.4h682.7v512H-95.8z"/> | ||
</clipPath> | ||
</defs> | ||
<g fill-rule="evenodd" clip-path="url(#kr-a)" transform="translate(89.8 .4) scale(.9375)"> | ||
<path fill="#fff" d="M-95.8-.4H587v512H-95.8Z"/> | ||
<g transform="rotate(-56.3 361.6 -101.3) scale(10.66667)"> | ||
<g id="kr-c"> | ||
<path id="kr-b" d="M-6-26H6v2H-6Zm0 3H6v2H-6Zm0 3H6v2H-6Z"/> | ||
<path fill="#000" d="M-6-26H6v2H-6Zm0 3H6v2H-6Zm0 3H6v2H-6Z" transform="translate(0,44)" /> | ||
</g> | ||
<path stroke="#fff" d="M0 17v10"/> | ||
<path fill="#cd2e3a" d="M0-12a12 12 0 0 1 0 24Z"/> | ||
<path fill="#0047a0" d="M0-12a12 12 0 0 0 0 24A6 6 0 0 0 0 0Z"/> | ||
<circle cy="-6" r="6" fill="#cd2e3a"/> | ||
</g> | ||
<g transform="rotate(-123.7 191.2 62.2) scale(10.66667)"> | ||
<path id="kr-b" d="M-6-26H6v2H-6Zm0 3H6v2H-6Zm0 3H6v2H-6Z"/> | ||
<path fill="#000" d="M-6-26H6v2H-6Zm0 3H6v2H-6Zm0 3H6v2H-6Z" transform="translate(0,44)" /> | ||
<path stroke="#fff" d="M0-23.5v3M0 17v3.5m0 3v3"/> | ||
</g> | ||
</g> | ||
</svg> | ||
); | ||
|
||
export default koKR; | ||
export default koKR; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
export default { | ||
'header-text': 'PCF8575 IO Expander', | ||
'block-label': 'I2C Block', | ||
'header-text': 'PCF8575 IO 확장', | ||
'block-label': 'I2C 블록', | ||
'label-direction': { | ||
input: 'Input', | ||
output: 'Output', | ||
input: '입력', | ||
output: '출력', | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
export default { | ||
'header-text': 'Rotary Encoders', | ||
'encoder-one-label': 'Encoder 1', | ||
'encoder-two-label': 'Encoder 2', | ||
'encoder-pin-a-label': 'Pin A/CLK', | ||
'encoder-pin-b-label': 'Pin B/DT', | ||
'encoder-ppr-label': 'Pulses/Revolution (PPR)', | ||
'encoder-reset-after-label': 'Reset After (ms)', | ||
'encoder-allow-wrap-around-label': 'Allow Wrap-Around', | ||
'encoder-multiplier-label': 'Multiplier', | ||
'encoder-mode-label': 'Control Mode', | ||
'encoder-mode-none': 'None', | ||
'encoder-mode-left-analog-x': 'Left Analog X', | ||
'encoder-mode-left-analog-y': 'Left Analog Y', | ||
'encoder-mode-right-analog-x': 'Right Analog X', | ||
'encoder-mode-right-analog-y': 'Right Analog Y', | ||
'encoder-mode-left-trigger': 'Left Trigger', | ||
'encoder-mode-right-trigger': 'Right Trigger', | ||
'encoder-mode-dpad-x': 'D-Pad Left/Right', | ||
'encoder-mode-dpad-y': 'D-Pad Up/Down', | ||
'header-text': '로터리 인코더', | ||
'encoder-one-label': '인코더 1', | ||
'encoder-two-label': '인코더 2', | ||
'encoder-pin-a-label': 'A/CLK 핀', | ||
'encoder-pin-b-label': 'B/DT 핀', | ||
'encoder-ppr-label': '펄스/해상도 (PPR)', | ||
'encoder-reset-after-label': '다음 시간 후 초기화 (ms)', | ||
'encoder-allow-wrap-around-label': '끝에서 처음으로 돌아오도록', | ||
'encoder-multiplier-label': '배수', | ||
'encoder-mode-label': '컨트롤 모드', | ||
'encoder-mode-none': '없음', | ||
'encoder-mode-left-analog-x': '왼쪽 아날로그 X', | ||
'encoder-mode-left-analog-y': '왼쪽 아날로그 Y', | ||
'encoder-mode-right-analog-x': '오른쪽 아날로그 X', | ||
'encoder-mode-right-analog-y': '오른쪽 아날로그 Y', | ||
'encoder-mode-left-trigger': '왼쪽 트리거', | ||
'encoder-mode-right-trigger': '오른쪽 트리거', | ||
'encoder-mode-dpad-x': 'D-패드 좌/우', | ||
'encoder-mode-dpad-y': 'D-패드 상/하', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.