-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add web config localization lables #1089
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you could add
'input-macro-macro-list-txt': 'マクロ {{macroNumber}} 設定'
there that would be nice. although I would have to work on some of your new additions so I could do it at that time. either is fine I guess.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure, anything else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no I'll work on the other new labels once this is merged.