mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复删除日志提示
This commit is contained in:
parent
591a17e7ee
commit
2e7f3a1578
|
@ -426,7 +426,7 @@
|
|||
"创建变量成功": "Variable created successfully",
|
||||
"编辑变量": "Edit Variable",
|
||||
"加载中...": "Loading...",
|
||||
"夹下所以日志": "Folder and All Subfiles",
|
||||
"夹下所有日志": "Folder and All Subfiles",
|
||||
"创建文件夹成功": "Folder created successfully",
|
||||
"创建文件成功": "File created successfully",
|
||||
"夹及其子文件": "Folder and Its Subfiles",
|
||||
|
|
|
@ -426,7 +426,7 @@
|
|||
"创建变量成功": "创建变量成功",
|
||||
"编辑变量": "编辑变量",
|
||||
"加载中...": "加载中...",
|
||||
"夹下所以日志": "夹下所以日志",
|
||||
"夹下所有日志": "夹下所有日志",
|
||||
"创建文件夹成功": "创建文件夹成功",
|
||||
"创建文件成功": "创建文件成功",
|
||||
"夹及其子文件": "夹及其子文件",
|
||||
|
|
|
@ -123,7 +123,7 @@ const Log = () => {
|
|||
{select}
|
||||
</Text>
|
||||
{intl.get('文件')}
|
||||
{currentNode.type === 'directory' ? intl.get('夹下所以日志') : ''}
|
||||
{currentNode.type === 'directory' ? intl.get('夹下所有日志') : ''}
|
||||
{intl.get(',删除后不可恢复')}
|
||||
</>
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue
Block a user