-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add web config localization lables (#1089)
* Add web config localization lables - add localization lables in InputMacroAddonPage and PinMapping - add Chinese translation that added in PR#1078 - remove unused lables * add two missing button translation in SettingsPage * add translation for Japanese localization and other minor changes
- Loading branch information
1 parent
b690087
commit 9ef24e5
Showing
10 changed files
with
86 additions
and
43 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
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
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,30 +1,37 @@ | ||
export default { | ||
'input-macro-board-led-enabled': '使用板载 LED 显示宏的状态', | ||
'input-macro-macro-enabled': '启用', | ||
'input-macro-macro-enabled-badge': '启用', | ||
'input-macro-macro-disabled-badge': '禁用', | ||
'input-macro-macro-exclusive': '独占 (不能切换到另一个宏)', | ||
'input-macro-macro-interruptible': '可打断 (用户输入可取消宏)', | ||
'input-macro-macro-show-frames': '显示帧数 (1 Frame = 16.666 ms)', | ||
'input-macro-macro-show-frames': '显示帧数 (1 帧 = 16.666 毫秒)', | ||
'input-macro-macro-uses-buttons': '使用宏按钮 + 游戏控制器按键来触发', | ||
'input-macro-macro-button-pin-plus': '按键分配:', | ||
'input-macro-header-text': '宏设定概要', | ||
'input-macro-1-header-text': '宏 1 设定', | ||
'input-macro-2-header-text': '宏 2 设定', | ||
'input-macro-3-header-text': '宏 3 设定', | ||
'input-macro-4-header-text': '宏 4 设定', | ||
'input-macro-5-header-text': '宏 5 设定', | ||
'input-macro-6-header-text': '宏 6 设定', | ||
'input-macro-header-text': '宏设置概要', | ||
'input-macro-macro-list-txt': '宏 {{macroNumber}}', | ||
'input-macro-duration-label': '持续时间', | ||
'input-macro-wait-duration-label': '等待时间', | ||
'input-macro-time-label-ms': '毫秒', | ||
'input-macro-time-label-frames': '帧', | ||
'input-macro-release-and-wait-label': '松开并等待 ', | ||
'input-macro-sub-header': | ||
'注意:对于通过引脚映射的宏,请参见功能配置下的引脚映射页面。宏也可以分配给游戏手柄按钮,与相应的单个宏按钮结合使用。', | ||
'input-macro-macro-label-label': '标签', | ||
'input-macro-add-input-label': '新增输入 +', | ||
'input-macro-type': { | ||
press: '按下', | ||
'hold-repeat': '按住重复', | ||
toggle: '切换', | ||
}, | ||
'macro-name': '宏名称', | ||
'macro-activation-type': '宏的激活类型', | ||
'macro-activation-type': '宏激活类型', | ||
'table-thread-label': '标签', | ||
'table-thread-type': '类型', | ||
'table-thread-assigned-to': '分配到', | ||
'table-thread-button': '按键', | ||
'table-thread-actions': '动作', | ||
'table-thread-status': '状态', | ||
'input-macro-macro-trigger-type-button': '宏按钮', | ||
'input-macro-macro-trigger-type-pin': '引脚', | ||
}; |
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
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
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