Skip to content

Commit

Permalink
Added Korean localization for new localization labels. (#1164)
Browse files Browse the repository at this point in the history
* add ko-Kr lang

* add ko-KR

* ko-KR lang add

* ko-KR

* Create Components.jsx

* Create CustomTheme.jsx

* Create DisplayConfig.jsx

* Create HomePage.jsx

* Create Index.jsx

* Create InputMacroAddon.jsx

* Create LayoutConfig.jsx

* Create LedConfig.jsx

* Create Navigation.jsx

* Create PeripheralMapping.jsx

* Create PinMapping.jsx

* Create ResetSettings.jsx

* Create SettingsPage.jsx

* Create PCF8575.jsx

* Create ReactiveLED.jsx

* Create Rotary.jsx

* Create WiiAddon.jsx

* Update AddonsConfig.jsx

* Update WiiAddon.jsx

* Update WiiAddon.jsx

* Update WiiAddon.jsx

* Update ReactiveLED.jsx

* ko flag update

* Update LanguageSelector.jsx

add to ko-KR dropdownOption

* Delete www/src/Icons/Flags/kr.svg

* Create koKR.tsx

* Update i18n.jsx

* zh-CN add kokr

* pt-BR add ko-KR

* ja-JP add  ko-KR

* en add ko_kr

* de add  ko_KR

* Update LanguageSelector.jsx

* Update i18n.jsx

* Update Navigation.jsx

I've changed it to a more natural translation

* Update InputMacroAddon.jsx

I've changed it to a more natural translation

* Update SettingsPage.jsx

I've changed it to a more natural translation

* Update Common.jsx

I've changed it to a more natural translation

* Update Common.jsx

I've changed it to a more natural translation

* Update WiiAddon.jsx

* Update WiiAddon.jsx

* Update 9 line

* Delete the duplicate key
  • Loading branch information
Tomuri32 authored Oct 9, 2024
1 parent a23b7df commit 920a0d7
Show file tree
Hide file tree
Showing 29 changed files with 945 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/src/Components/LanguageSelector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ import zhCNFlag from '../Icons/Flags/zhCN';
import ptBRFlag from '../Icons/Flags/ptBR';
import deDEFlag from '../Icons/Flags/De';
import jaJPFlag from '../Icons/Flags/jaJP';
import krKOFlag from '../Icons/Flags/koKR';

const dropdownOptions = [
{ code: 'en', icon: UsFlag },
{ code: 'pt-BR', icon: ptBRFlag },
{ code: 'zh-CN', icon: zhCNFlag },
{ code: 'de-DE', icon: deDEFlag },
{ code: 'ja-JP', icon: jaJPFlag },
{ code: 'ko-KR', icon: krKOFlag },
];

const LanguageSelector = () => {
Expand Down
35 changes: 35 additions & 0 deletions www/src/Icons/Flags/koKR.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
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>

);

export default koKR;
1 change: 1 addition & 0 deletions www/src/Locales/de-DE/Components.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default {
'zh-CN': '简体中文 (Simplified Chinese)',
'de-DE': 'Deutsch (German)',
'ja-JP': '日本語 (Japaanische)',
'ko-KR': '한국어 (Koreanisch)',
},
'color-scheme': {
dark: 'Dunkel',
Expand Down
1 change: 1 addition & 0 deletions www/src/Locales/en/Components.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default {
'zh-CN': '简体中文 (Simplified Chinese)',
'de-DE': 'Deutsch (German)',
'ja-JP': '日本語 (Japanese)',
'ko-KR': '한국어 (Korean)',
},
'color-scheme': {
dark: 'Dark',
Expand Down
1 change: 1 addition & 0 deletions www/src/Locales/ja-JP/Components.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default {
'zh-CN': '简体中文 (中国語 簡体字)',
'de-DE': 'Deutsch (ドイツ語)',
'ja-JP': '日本語 (Japanese)',
'ko-KR': '한국어 (韓国語)',
},
'color-scheme': {
dark: 'ダーク',
Expand Down
8 changes: 8 additions & 0 deletions www/src/Locales/ko-KR/Addons/PCF8575.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default {
'header-text': 'PCF8575 IO Expander',
'block-label': 'I2C Block',
'label-direction': {
input: 'Input',
output: 'Output',
},
};
15 changes: 15 additions & 0 deletions www/src/Locales/ko-KR/Addons/ReactiveLED.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
export default {
'header-text': '반응형 LEDs',
'button-save': '저장 LEDs',
'led-panel-label': 'LED #{{index}}',
'led-pin-label': 'LED 핀',
'led-action-label': '액션',
'led-mode-up-label': '기본 모드',
'led-mode-down-label': '액티브 모드',
'led-mode': {
'static-on': '스태틱 켜짐',
'static-off': '스태틱 꺼짐',
'fade-in': '페이드 인',
'fade-out': '페이드 아웃',
},
};
21 changes: 21 additions & 0 deletions www/src/Locales/ko-KR/Addons/Rotary.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +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',
};
72 changes: 72 additions & 0 deletions www/src/Locales/ko-KR/Addons/WiiAddon.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
export default {
'header-text': 'Wii 익스텐션',
'sub-header-text':'<0>참고: 디스플레이가 동시에 활성화되면 이 애드온이 비활성화됩니다.</0>',
'sda-pin-label': 'I2C SDA 핀',
'scl-pin-label': 'I2C SCL 핀',
'block-label': 'I2C 블럭',
'speed-label': 'I2C 스피드',
'section-digital': '디지털',
'section-analog': '아날로그',
'option-simple': '단순',
'option-advanced': '어드밴스',
'controller-nunchuk': '넌척',
'controller-classic': '클래식',
'controller-taiko': '태고',
'controller-guitar': '기타',
'controller-drum': '드럼',
'controller-turntable': '턴테이블',
'controller-button-a': 'A',
'controller-button-b': 'B',
'controller-button-c': 'C',
'controller-button-x': 'X',
'controller-button-y': 'Y',
'controller-button-z': 'Z',
'controller-button-l': 'L',
'controller-button-r': 'R',
'controller-button-zl': 'ZL',
'controller-button-zr': 'ZR',
'controller-button-minus': '마이너스',
'controller-button-home': '홈',
'controller-button-plus': '플러스',
'controller-button-up': '상',
'controller-button-down': '하',
'controller-button-left': '좌',
'controller-button-right': '우',
'controller-button-euphoria': '유포리아',
'controller-button-leftgreen': '좌측 초록',
'controller-button-leftred': '좌측 빨강',
'controller-button-leftblue': '좌측 파란',
'controller-button-rightgreen': '우측 초록',
'controller-button-rightred': '우측 빨강',
'controller-button-rightblue': '우측 파랑',
'controller-button-orange': '오렌지',
'controller-button-red': '빨강',
'controller-button-blue': '파랑',
'controller-button-green': '초록',
'controller-button-yellow': '노랑',
'controller-button-pedal': '패달',
'controller-button-strumup': '스트럼 업',
'controller-button-strumdown': '스트럼 다운',
'controller-button-donleft': '쿵 좌측',
'controller-button-katleft': '딱 좌측',
'controller-button-donright': '쿵 우측',
'controller-button-katright': '딱 우측',
'controller-analog-stick': '스틱',
'controller-analog-leftstick': '왼쪽 스틱',
'controller-analog-rightstick': '오른쪽 스틱',
'controller-analog-lefttrigger': 'L',
'controller-analog-righttrigger': 'R',
'controller-analog-leftturntable': '턴테이블 왼쪽',
'controller-analog-rightturntable': '턴테이블 오른쪽',
'controller-analog-fader': '페이더',
'controller-analog-effects': '이펙트 다이얼',
'controller-analog-whammybar': '와미 바',
'controller-analog-axis-x': 'X +/- 축',
'controller-analog-axis-y': 'Y +/- 축',
'controller-analog-axis-trigger': '트리거',
'analog-axis-mode-trigger': '<0>모든 값의 범위가 인터페이스로 전송됩니다.</0>',
'analog-axis-mode-button':'<0>정의된 임계값을 초과한 후 [눌림] 상태로 설정하는 디지털 스위치 역할을 합니다.</0>',
'analog-axis-mode-normal-direction':'<0>모든 값의 범위는 조이스틱의 축으로 변환되며, 최솟값은 음의 극을, 최댓값은 양의 극으로 가정됩니다.</0>',
'analog-axis-mode-invert-direction':'<0>모든 값의 범위는 조이스틱의 축으로 변환되며, 최솟값은 음의 극을, 최댓값은 양의 극으로 가정됩니다..</0>',
'button-save': '컨트롤러 저장',
};
172 changes: 172 additions & 0 deletions www/src/Locales/ko-KR/AddonsConfig.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,172 @@
export default {
'header-text': 'Add-Ons 설정',
'sub-header-text':
'아래의 폼에서 GP2040-CE의 Add-on에 관한 설정을 할 수 있습니다.',
'bootsel-header-text': 'BOOTSEL 버튼 설정',
'bootsel-sub-header-text':
'주의사항 : 버튼이 할당 되어 있는 경우 OLED 반응이 나빠질 가능성이 있습니다. 원래대로 되돌릴려면 해제해주세요',
'bootsel-button-pin-label': 'BOOTSEL 버튼',
'on-board-led-configuration-label': '온 보드 LED 설정',
'on-board-led-mode-label': 'LED 모드',
'on-board-led-mode-option-0': '오프',
'on-board-led-mode-option-1': '모드 인디케이터',
'on-board-led-mode-option-2': '입력 테스트',
'on-board-led-mode-option-3': 'PS4/5 인증',
'analog-header-text': '아날로그',
'analog-warning':
'주의: 아날로그 스틱 설정은 게임 패드의 왼쪽 스틱과 오른쪽 스틱의 입력을 덮어씁니다',
'analog-available-pins-text': '이용 가능 단자 : {{pins}}',
'analog-available-pins-option-not-set': '없음',
'analog-adc-1-pin-x-label': '아날로그 스틱 1 X 단자',
'analog-adc-1-pin-y-label': '아날로그 스틱 1 Y 단자',
'analog-adc-1-mode-label': '아날로그 스틱 1 모드',
'analog-adc-1-invert-label': '아날로그 스틱 1 반전',
'analog-adc-2-pin-x-label': '아날로그 스틱 2 X 단자',
'analog-adc-2-pin-y-label': '아날로그 스틱 2 Y 단자',
'analog-adc-2-mode-label': '아날로그 스틱 2 모드',
'analog-adc-2-invert-label': '아날로그 스틱 2 반전',
'analog-force-circularity': '강제로 원형을 유지',
'inner-deadzone-size': '내부 데드존(%)',
'outer-deadzone-size': '외부 데드존(%)',
'analog-auto-calibrate': '자동 조절',
'analog-smoothing': '아날로그 스무딩',
'smoothing-factor': '스무딩 강도',
'analog-error-label': '오차율',
'turbo-header-text': '터보',
'turbo-button-pin-label': '터보 버튼 단자',
'turbo-led-pin-label': '터보LED단자',
'turbo-shmup-dial-pin-label': '터보 다이얼 (ADC)',
'turbo-shot-count-label': '연사 속도',
'turbo-shmup-mode-label': 'SHMUP 모드',
'turbo-shmup-always-on-1-label': '터보 항상켜짐 1',
'turbo-shmup-always-on-2-label': '터보 항상켜짐 2',
'turbo-shmup-always-on-3-label': '터보 항상켜짐 3',
'turbo-shmup-always-on-4-label': '터보 항상켜짐 4',
'turbo-shmup-button-1-label': '차지 버튼 1 단자',
'turbo-shmup-button-2-label': '차지 버튼 2 단자',
'turbo-shmup-button-3-label': '차지 버튼 3 단자',
'turbo-shmup-button-4-label': '차지 버튼 4 단자',
'turbo-shmup-button-mask-1-label': '차지 버튼 1 할당',
'turbo-shmup-button-mask-2-label': '차지 버튼 2 할당',
'turbo-shmup-button-mask-3-label': '차지 버튼 3 할당',
'turbo-shmup-button-mask-4-label': '차지 버튼 4 할당',
'turbo-shmup-mix-mode-label': '동시 우선 모드',
'joystick-selection-slider-header-text': '십자키 선택 슬라이더',
'joystick-selection-slider-mode-zero-label': '슬라이더 단자 표준 모드',
'input-reverse-header-text': '입력반전',
'input-reverse-button-pin-label': '입력단자반전',
'input-reverse-led-pin-label': '입력키 LED단자반전',
'input-reverse-action-up-label': '위 방향 반전',
'input-reverse-action-down-label': '아래 방향 반전',
'input-reverse-action-left-label': '좌측 방향 반전',
'input-reverse-action-right-label': '우측 방향반전',
'reverse-action-disable-label': '무효',
'reverse-action-enable-label': '유효',
'reverse-action-neutral-label': '중립',
'i2c-analog-ads1219-header-text': 'I2C A/D변환 ADS1219',
'i2c-analog-ads1219-scl-pin-label': 'I2C A/D변환 ADS1219 SCL 단자',
'i2c-analog-ads1219-sda-pin-label': 'I2C A/D변환 ADS1219 SDA 단자',
'i2c-analog-ads1219-block-label': 'I2C A/D변환 ADS1219 블럭',
'i2c-analog-ads1219-speed-label': 'I2C A/D변환 ADS1219 속도',
'i2c-analog-ads1219-address-label': 'I2C A/D변환 ADS1219 주소',
'dual-directional-input-header-text': '이중 방향 입력',
'dual-directional-input-dpad-mode-label': '이중 방향 입력모드',
'dual-directional-input-combine-mode-label': '조합 모드',
'dual-directional-input-four-way-joystick-mode-label':
'이중 방향 입력 4방향 조이스틱 모드',
'tilt-header-text': '틸트 입력',
'tilt-1-pin-label': '틸트1단자',
'tilt-1-factor-left-x-label': '틸트1왼쪽 X축 비율',
'tilt-1-factor-left-y-label': '틸트1왼쪽 Y축 비율',
'tilt-1-factor-right-x-label': '틸트1오른쪽 X축 비율',
'tilt-1-factor-right-y-label': '틸트1오른쪽 Y축 비율',
'tilt-2-pin-label': '틸트2단자',
'tilt-2-factor-left-x-label': '틸트2왼쪽 X축 비율',
'tilt-2-factor-left-y-label': '틸트2왼쪽 Y축 비율',
'tilt-2-factor-right-x-label': '틸트2오른쪽 X축 비율',
'tilt-2-factor-right-y-label': '틸트2오른쪽 Y축 비율',
'tilt-left-analog-up-pin-label': '틸트 왼쪽 아날로그 Up단자',
'tilt-left-analog-down-pin-label': '틸트 왼쪽 아날로그 Down단자',
'tilt-left-analog-left-pin-label': '틸트 왼쪽 아날로그 Left단자',
'tilt-left-analog-right-pin-label': '틸트 왼쪽 아날로그 Right단자',
'tilt-right-analog-up-pin-label': '틸트 오른쪽 아날로그 Up단자',
'tilt-right-analog-down-pin-label': '틸트 오른쪽 아날로그 Down단자',
'tilt-right-analog-left-pin-label': '틸트 오른쪽 아날로그 Left단자',
'tilt-right-analog-right-pin-label': '틸트 오른쪽 아날로그 Right단자',
'tilt-socd-mode-label': '틸트SOCD모드',
'buzzer-speaker-header-text': '경고음 스피커',
'buzzer-speaker-pin-label': '경고음 단자',
'buzzer-speaker-enable-pin-label': '경고음 유효화 단자',
'buzzer-speaker-volume-label': '경고음 볼류',
'player-number-header-text': '플레이어 번호 (X-INPUT만)',
'player-number-sub-header': '경고',
'player-number-sub-header-text':
'이 옵션은 동시에 플레이어 번호를 유효화한 복수의 GP2040-CE 디바이스 연결할 경우에 사용해주세요,',
'player-number-label': '플레이어 번호',
'socd-cleaning-mode-selection-slider-header-text':
'SOCD 클리너 모드 선택 슬라이더',
'socd-cleaning-mode-selection-slider-sub-header-text':
'주의:PS4、PS3또는 닌텐도 스위치 모드 에서는 SOCD 클리너 모드 Off는 불가능하며 SOCD 중립 설정이 됩니다.',
'socd-cleaning-mode-selection-slider-mode-default-label':
'SOCD 클리너 표준 모드',
'ps4-mode-sub-header': '면책조항',
'ps4-mode-sub-header-text':
'어떠한 경우에도 GP2040-CE에서는 아래의 파일을 제공하지 않습니다!',
'ps4-mode-text':
'PS4모드를 이용할 떄에는 아래의 3종류의 파일을 업로드하여 [검증 & 저장]을 클릭해주세요.',
'ps4-mode-private-key-label': 'Private Key (PEM)',
'ps4-mode-serial-number-label': '시리얼 번호 (16바이트의 16진수 ASCII)',
'ps4-mode-signature-label': '서명파일 (256바이트 바이너리)',
'snes-extension-header-text': '슈퍼 패미콤 확장 설정',
'snes-extension-sub-header-text':
'<0>주의 :디스플레이가 동시에 활성화되면 이 애드온이 비활성화됩니다</0> <1>현재 지원되는 컨트롤러</1> <0>슈퍼 패미콤 컨트롤러(SNES):십자키 대응응、B = B1, A = B2, Y = B3, X = B4, L = L1, R = R1, Select = S1, Start = S2</0> <0>슈퍼 패미콤 마우스: 아날로그 스틱 대응. 좌 클릭 = B1, 우 클릭 = B2</0> <0>패미콤(NES): 십자키 대응、 B = B1, A = B2, Select = S1, Start = S2</0>',
'snes-extension-clock-pin-label': 'Clock 단자',
'snes-extension-latch-pin-label': 'Latch 단자',
'snes-extension-data-pin-label': 'Data 단자',
'focus-mode-header-text': '포커스 모드 설정',
'focus-mode-pin-label': '포커스 모드 단자',
'keyboard-host-header-text': '키보드 호스트 설정',
'keyboard-host-sub-header-text':
'이하의폼에서 버튼과 키의 할당을 설정해주세요.',
'keyboard-host-mouse-header-text': '마우스 버튼',
'keyboard-host-left-mouse': '좌측 버튼',
'keyboard-host-middle-mouse': '가운데 버튼',
'keyboard-host-right-mouse': '우측 버튼',
'pin-config-moved-to-core-text':
'주의:이 Add-on 에 관한 단자설정은 단자 할당 설정 페이지로 이동하였습니댜.',
'input-history-header-text': '입력이력',
'input-history-length-label': '이력 길이',
'input-history-col-label': '열',
'input-history-row-label': '행',
'analog1256-header-text': 'A/D변환 ADS1256 (SPI)',
'analog1256-block-label': 'SPI 블럭',
'analog1256-cs-pin': 'Chip Select (CS) 단자',
'analog1256-drdy-pin': 'Data Ready (DRDY) 단자',
'analog1256-analog-max': '최대 입력 전압',
'analog1256-enable-triggers': '트리거 유효화',
'joystick-selection-slider-mode-0': '십자키',
'joystick-selection-slider-mode-1': '좌측 아날로그',
'joystick-selection-slider-mode-2': '우측 아날로그',
'dual-directional-input-dual-dpad-mode-0': '십자키',
'dual-directional-input-dual-dpad-mode-1': '좌측 아날로그',
'dual-directional-input-dual-dpad-mode-2': '우측 아날로그',
'dual-directional-input-combine-mode-0': '믹스',
'dual-directional-input-combine-mode-1': '게임패드 덮어쓰기',
'dual-directional-input-combine-mode-2': 'DDI 덮어쓰기',
'dual-directional-input-combine-mode-3': '없음',
'socd-slider-mode-0': '위 우선',
'socd-slider-mode-1': '중립',
'socd-slider-mode-2': '후 입력 우선',
'socd-slider-mode-3': '선 입력 우선',
'socd-slider-mode-4': 'SOCD클리너 무효',
'tilt-socd-mode-0': '위 우선',
'tilt-socd-mode-1': '중립',
'tilt-socd-mode-2': '후 입력우선',
'drv8833-rumble-header-text': 'DRV8833 진동기능설정',
'drv8833-rumble-left-motor-pin-label': '좌측 진동 모터 단자',
'drv8833-rumble-right-motor-pin-label': '우측 진동 모터 단자',
'drv8833-rumble-motor-sleep-pin-label': '모터 슬립 단자',
'drv8833-rumble-pwm-frequency-label': 'PWM 주파수',
'drv8833-rumble-duty-min-label': '최소 듀티 사이클',
'drv8833-rumble-duty-max-label': '최대 듀티 사이클',
};
17 changes: 17 additions & 0 deletions www/src/Locales/ko-KR/BackupPage.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
export default {
'pin-version-warning-text': 'v0.7.6 이전 설정파일의 핀 매핑은 효과가 없습니다.',
'saved-success-message': '{{name}} 으로 저장 완료',
'save-header-text': '파일에 백업',
'save-export-option-label': '{{api}}옵션을 내보내기',
'load-header-text': '파일로 부터 복원',
'load-export-option-label': '{{api}} 옵션을 가져오기',
'api-display-text': '디스플레이',
'api-gamepad-text': '게임패드',
'api-led-text': 'LED',
'api-ledTheme-text': '커스텀 LED 테마',
'api-macros-text': '매크로 버튼 할당',
'api-pins-text': '단자 할장',
'api-profiles-text': '프로파일 버튼 할당',
'api-addons-text': '애드온',
'api-splash-text': '스플래쉬 화면',
};
7 changes: 7 additions & 0 deletions www/src/Locales/ko-KR/CaptureButton.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default {
'capture-button-button-label': '컨트롤러 단자를 할당',
'capture-button-modal-title': '버튼 입력 대기:',
'capture-button-modal-content': '컨트롤러의 버튼을 눌러주세요.',
'capture-button-modal-skip': '버튼 스킵',
'capture-button-modal-stop': '설정 정지',
};
Loading

0 comments on commit 920a0d7

Please sign in to comment.