UnisKB/ui/src/locales/lang/zh-Hant/views/chat-user.ts

10 lines
212 B
TypeScript
Raw Normal View History

2025-06-16 12:14:36 +00:00
export default {
title: '對話用戶',
syncUsers: '同步用戶',
setUserGroups: '設定用戶組',
autoAuthorization: '自動授權',
authorization: '授權',
group: {
title: '用戶組',
}
};