Skip to content

Commit

Permalink
SimPad v2 补全翻译文本
Browse files Browse the repository at this point in the history
  • Loading branch information
iamapig120 committed Aug 9, 2019
1 parent 3258360 commit 24d42d7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 15 deletions.
40 changes: 26 additions & 14 deletions app/devices/simpadv2/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ module.exports = {
rainbowColor: 'Rainbow',
rainbowEaseOut: 'Rainbow fade out',

colorAndBrightness: 'Color', // & Brightness
lightsDelay: 'Lights Speeds',
easeLightDelay: 'Fade in or out delay',
rainbowLightDelay: 'Rainbow change delay',

colorAndBrightness: 'Color & Brightness',
setBrightness: 'Set brightness',

nightLights: 'Nightlights',
Expand All @@ -60,8 +64,8 @@ module.exports = {
superSpeedMode: 'Full Speed Mode',
superSpeedModeInfo:
'You can enable "full speed mode" to disable all lights to get the fastest speed, reboot device to apply.',
superSpeedModeeBtnOn: 'Turn on',
superSpeedModeeBtnOff: 'Turn off',
superSpeedModeeBtnOn: 'Trun on',
superSpeedModeeBtnOff: 'Trun off',

resetDevice: 'Reset Device',
resetDeviceInfo: 'Device can be reseted to default settings',
Expand Down Expand Up @@ -348,7 +352,7 @@ module.exports = {
detailedSettings: 'Detaillierten Einstellung',
apply: 'anwenden',
conInfo:
'Bitte verbinden und wählen sie ihr Gerät',
'Bitte verbinden und wählen sie ihr Gerät',
refresh: 'Aktualisieren',
confirmAndNext: 'Auswählen',
chooseInfo: 'Bitte wählen sie eine Einstellung',
Expand Down Expand Up @@ -428,7 +432,7 @@ module.exports = {
<p class="canBeSeleted">Besuchen den Blog des Entwicklers, 手柄君的小阁</p>
</a>
<p></p>
<p>~ Handle</p>
<p>By Handle</p>
<p>2018.7.4</p>`,

changesCount: 'Änderung(en) bevorstehend',
Expand Down Expand Up @@ -690,7 +694,7 @@ module.exports = {
keepOn: '常に明るい',
keepOff: 'オフ',
keyPress: '押すとつき',
colorAndBrightness: '色の設定', //与亮度
colorAndBrightness: '色、明るの設定', //与亮度
setBrightness: '明るさを設置する',

nightLights: 'ナイトライト',
Expand Down Expand Up @@ -790,13 +794,9 @@ module.exports = {
easeIn: 'Fade in',
keepOn: 'Always on',
keepOn: 'Off',
colorAndBrightness: 'Color', // & Brightness
colorAndBrightness: 'Color & Brightness',
setBrightness: 'Set brightness',

nightLights: 'Nightlights',
nightLightsOn: 'Turn On',
nightLightsOff: 'Turn Off',

keyDelay: 'Input Debounce',
keyDelayInfo: `SimPad uses an advanced ID (input debounce) technology that is different from other keyboard, which can significantly control the delay caused by ID function
<br>But you can still adjust the delay for the ID function to be triggered, which will affect the experience when the keys are raised`,
Expand Down Expand Up @@ -888,7 +888,11 @@ module.exports = {
rainbowColor: '彩虹',
rainbowEaseOut: '彩虹渐隐',

colorAndBrightness: '颜色', //与亮度
lightsDelay: '灯光速度',
easeLightDelay: '渐隐渐显延迟',
rainbowLightDelay: '彩虹渐变延迟',

colorAndBrightness: '颜色与亮度',
setBrightness: '设置亮度',

nightLights: '夜灯',
Expand Down Expand Up @@ -1116,7 +1120,11 @@ module.exports = {
rainbowColor: '彩虹',
rainbowEaseOut: '彩虹渐灭',

colorAndBrightness: '颜色', //与亮度
lightsDelay: '灯光速度',
easeLightDelay: '渐亮渐灭延迟',
rainbowLightDelay: '彩虹变化延迟',

colorAndBrightness: '颜色与亮度',
setBrightness: '设置亮度',

nightLights: '夜灯',
Expand Down Expand Up @@ -1333,7 +1341,11 @@ module.exports = {
rainbowColor: '彩虹',
rainbowEaseOut: '彩虹淡出',

colorAndBrightness: '顏色', //與亮度
lightsDelay: '燈光變換速率',
easeLightDelay: '淡入淡出延時',
rainbowLightDelay: '彩虹變色延時',

colorAndBrightness: '顏色與亮度',
setBrightness: '設置亮度',

nightLights: '夜燈',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SimPad_Settings",
"version": "0.159.0",
"version": "0.160.0",
"main": "main.js",
"package": "electron-packager ./ SimPad_Settings --all --out ./OutApp --version 2.0.0 --overwrite",
"dependencies": {
Expand Down

0 comments on commit 24d42d7

Please sign in to comment.