Skip to content

Commit 557f82a

Browse files
committed
fix: update translations and correct workspace API import path
1 parent 47368a5 commit 557f82a

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

apps/locales/en_US/LC_MESSAGES/django.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8394,3 +8394,6 @@ msgstr ""
83948394

83958395
msgid "Public access link"
83968396
msgstr ""
8397+
8398+
msgid "User management"
8399+
msgstr "User Management"

apps/locales/zh_CN/LC_MESSAGES/django.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8519,4 +8519,7 @@ msgid "Conversation log"
85198519
msgstr "对话日志"
85208520

85218521
msgid "Public access link"
8522-
msgstr "公共访问链接"
8522+
msgstr "公共访问链接"
8523+
8524+
msgid "User management"
8525+
msgstr "用户管理"

apps/locales/zh_Hant/LC_MESSAGES/django.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8519,4 +8519,7 @@ msgid "Conversation log"
85198519
msgstr "對話日誌"
85208520

85218521
msgid "Public access link"
8522-
msgstr "公共訪問鏈接"
8522+
msgstr "公共訪問鏈接"
8523+
8524+
msgid "User management"
8525+
msgstr "用戶管理"

ui/src/views/system/operate-log/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ import DetailDialog from './component/DetailDialog.vue'
253253
import {t} from '@/locales'
254254
import {beforeDay, datetimeFormat, nowDate} from '@/utils/time'
255255
import useStore from "@/stores";
256-
import WorkspaceApi from "@/api/workspace/workspace.ts";
256+
import WorkspaceApi from "@/api/system/workspace.ts";
257257
258258
const {user} = useStore()
259259
const popoverVisible = ref(false)

0 commit comments

Comments
 (0)