mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: update translations and correct workspace API import path
This commit is contained in:
parent
47368a5f99
commit
557f82af7c
|
|
@ -8394,3 +8394,6 @@ msgstr ""
|
|||
|
||||
msgid "Public access link"
|
||||
msgstr ""
|
||||
|
||||
msgid "User management"
|
||||
msgstr "User Management"
|
||||
|
|
|
|||
|
|
@ -8519,4 +8519,7 @@ msgid "Conversation log"
|
|||
msgstr "对话日志"
|
||||
|
||||
msgid "Public access link"
|
||||
msgstr "公共访问链接"
|
||||
msgstr "公共访问链接"
|
||||
|
||||
msgid "User management"
|
||||
msgstr "用户管理"
|
||||
|
|
@ -8519,4 +8519,7 @@ msgid "Conversation log"
|
|||
msgstr "對話日誌"
|
||||
|
||||
msgid "Public access link"
|
||||
msgstr "公共訪問鏈接"
|
||||
msgstr "公共訪問鏈接"
|
||||
|
||||
msgid "User management"
|
||||
msgstr "用戶管理"
|
||||
|
|
@ -253,7 +253,7 @@ import DetailDialog from './component/DetailDialog.vue'
|
|||
import {t} from '@/locales'
|
||||
import {beforeDay, datetimeFormat, nowDate} from '@/utils/time'
|
||||
import useStore from "@/stores";
|
||||
import WorkspaceApi from "@/api/workspace/workspace.ts";
|
||||
import WorkspaceApi from "@/api/system/workspace.ts";
|
||||
|
||||
const {user} = useStore()
|
||||
const popoverVisible = ref(false)
|
||||
|
|
|
|||
Loading…
Reference in New Issue