mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 12:53:44 +08:00
fix: missing locale
This commit is contained in:
parent
a8a27aeadd
commit
b99e8d7f46
@ -129,7 +129,7 @@ export const EditorViewer = (props: Props) => {
|
|||||||
<DialogTitle>{t("Edit File")}</DialogTitle>
|
<DialogTitle>{t("Edit File")}</DialogTitle>
|
||||||
|
|
||||||
<DialogContent
|
<DialogContent
|
||||||
sx={{ width: "94%", height: "100vh", pb: 1, userSelect: "text" }}
|
sx={{ width: "auto", height: "100vh", pb: 1, userSelect: "text" }}
|
||||||
>
|
>
|
||||||
<div style={{ width: "100%", height: "100%" }} ref={editorRef} />
|
<div style={{ width: "100%", height: "100%" }} ref={editorRef} />
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
|
@ -166,7 +166,7 @@ export const ProfileMore = (props: Props) => {
|
|||||||
size="small"
|
size="small"
|
||||||
edge="start"
|
edge="start"
|
||||||
color="error"
|
color="error"
|
||||||
title="Console"
|
title={t("Script Console")}
|
||||||
onClick={() => setLogOpen(true)}
|
onClick={() => setLogOpen(true)}
|
||||||
>
|
>
|
||||||
<FeaturedPlayListRounded fontSize="inherit" />
|
<FeaturedPlayListRounded fontSize="inherit" />
|
||||||
@ -177,7 +177,7 @@ export const ProfileMore = (props: Props) => {
|
|||||||
size="small"
|
size="small"
|
||||||
edge="start"
|
edge="start"
|
||||||
color="inherit"
|
color="inherit"
|
||||||
title="Console"
|
title={t("Script Console")}
|
||||||
onClick={() => setLogOpen(true)}
|
onClick={() => setLogOpen(true)}
|
||||||
>
|
>
|
||||||
<FeaturedPlayListRounded fontSize="inherit" />
|
<FeaturedPlayListRounded fontSize="inherit" />
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
"Import": "Import",
|
"Import": "Import",
|
||||||
"New": "New",
|
"New": "New",
|
||||||
"Create Profile": "Create Profile",
|
"Create Profile": "Create Profile",
|
||||||
|
"Edit Profile": "Edit Profile",
|
||||||
"Choose File": "Choose File",
|
"Choose File": "Choose File",
|
||||||
"Close": "Close",
|
"Close": "Close",
|
||||||
"Close All": "Close All",
|
"Close All": "Close All",
|
||||||
@ -51,6 +52,7 @@
|
|||||||
"Reactivate Profiles": "Reactivate Profiles",
|
"Reactivate Profiles": "Reactivate Profiles",
|
||||||
"Confirm deletion": "Confirm deletion",
|
"Confirm deletion": "Confirm deletion",
|
||||||
"This operation is not reversible": "This operation is not reversible",
|
"This operation is not reversible": "This operation is not reversible",
|
||||||
|
"Script Console": "Script Console",
|
||||||
|
|
||||||
"Location": "Location",
|
"Location": "Location",
|
||||||
"Delay check": "Delay check",
|
"Delay check": "Delay check",
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
"Import": "Импорт",
|
"Import": "Импорт",
|
||||||
"New": "Новый",
|
"New": "Новый",
|
||||||
"Create Profile": "Создать профиль",
|
"Create Profile": "Создать профиль",
|
||||||
|
"Edit Profile": "Изменить профиль",
|
||||||
"Choose File": "Выбрать файл",
|
"Choose File": "Выбрать файл",
|
||||||
"Close": "Закрыть",
|
"Close": "Закрыть",
|
||||||
"Close All": "Закрыть всё",
|
"Close All": "Закрыть всё",
|
||||||
@ -51,6 +52,7 @@
|
|||||||
"Reactivate Profiles": "Реактивировать профили",
|
"Reactivate Profiles": "Реактивировать профили",
|
||||||
"Confirm deletion": "Подтвердите удаление",
|
"Confirm deletion": "Подтвердите удаление",
|
||||||
"This operation is not reversible": "Эта операция необратима",
|
"This operation is not reversible": "Эта операция необратима",
|
||||||
|
"Script Console": "Консоль скрипта",
|
||||||
|
|
||||||
"Location": "Местоположение",
|
"Location": "Местоположение",
|
||||||
"Delay check": "Проверка задержки",
|
"Delay check": "Проверка задержки",
|
||||||
|
@ -29,7 +29,8 @@
|
|||||||
"Profile URL": "订阅文件链接",
|
"Profile URL": "订阅文件链接",
|
||||||
"Import": "导入",
|
"Import": "导入",
|
||||||
"New": "新建",
|
"New": "新建",
|
||||||
"Create Profile": "新建订阅",
|
"Create Profile": "新建配置",
|
||||||
|
"Edit Profile": "编辑配置",
|
||||||
"Choose File": "选择文件",
|
"Choose File": "选择文件",
|
||||||
"Close": "关闭",
|
"Close": "关闭",
|
||||||
"Close All": "关闭全部",
|
"Close All": "关闭全部",
|
||||||
@ -51,6 +52,7 @@
|
|||||||
"Reactivate Profiles": "重新激活订阅",
|
"Reactivate Profiles": "重新激活订阅",
|
||||||
"Confirm deletion": "确认删除",
|
"Confirm deletion": "确认删除",
|
||||||
"This operation is not reversible": "此操作不可逆",
|
"This operation is not reversible": "此操作不可逆",
|
||||||
|
"Script Console": "脚本控制台输出",
|
||||||
|
|
||||||
"Location": "当前节点",
|
"Location": "当前节点",
|
||||||
"Delay check": "延迟测试",
|
"Delay check": "延迟测试",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user