fix i18n text
This commit is contained in:
@@ -555,9 +555,9 @@ export const I18N = {
|
|||||||
zh: `全局规则`,
|
zh: `全局规则`,
|
||||||
en: `Global Rule`,
|
en: `Global Rule`,
|
||||||
},
|
},
|
||||||
input_setting: {
|
input_translate: {
|
||||||
zh: `输入框设置`,
|
zh: `输入框翻译`,
|
||||||
en: `Input Box Setting`,
|
en: `Input Box Translate`,
|
||||||
},
|
},
|
||||||
input_box_translation: {
|
input_box_translation: {
|
||||||
zh: `启用输入框翻译`,
|
zh: `启用输入框翻译`,
|
||||||
|
|||||||
@@ -41,8 +41,8 @@ export default function Navigator(props) {
|
|||||||
icon: <DesignServicesIcon />,
|
icon: <DesignServicesIcon />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "input_setting",
|
id: "input_translate",
|
||||||
label: i18n("input_setting"),
|
label: i18n("input_translate"),
|
||||||
url: "/input",
|
url: "/input",
|
||||||
icon: <InputIcon />,
|
icon: <InputIcon />,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user