input box trans
This commit is contained in:
@@ -555,10 +555,6 @@ export const I18N = {
|
|||||||
zh: `启用输入框翻译`,
|
zh: `启用输入框翻译`,
|
||||||
en: `Input Box Translation`,
|
en: `Input Box Translation`,
|
||||||
},
|
},
|
||||||
input_translation_help: {
|
|
||||||
zh: `输入框翻译功能除需这里开启,还需要在“规则设置”页面,填写相应的“输入框选择器”`,
|
|
||||||
en: `In addition to turning on the input box translation function here, you also need to fill in the corresponding "input selector" on the "Rule Settings" page.`,
|
|
||||||
},
|
|
||||||
input_selector: {
|
input_selector: {
|
||||||
zh: `输入框选择器`,
|
zh: `输入框选择器`,
|
||||||
en: `Input Selector`,
|
en: `Input Selector`,
|
||||||
|
|||||||
@@ -55,8 +55,6 @@ export default function InputSetting() {
|
|||||||
return (
|
return (
|
||||||
<Box>
|
<Box>
|
||||||
<Stack spacing={3}>
|
<Stack spacing={3}>
|
||||||
<Alert severity="info">{i18n("input_translation_help")}</Alert>
|
|
||||||
|
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
control={
|
control={
|
||||||
<Switch
|
<Switch
|
||||||
|
|||||||
Reference in New Issue
Block a user