dify
This commit is contained in:
27
dify/web/i18n/zh-Hant/oauth.ts
Normal file
27
dify/web/i18n/zh-Hant/oauth.ts
Normal file
@@ -0,0 +1,27 @@
|
||||
const translation = {
|
||||
tips: {
|
||||
notLoggedIn: '想要訪問您的 Dify 雲端帳戶',
|
||||
loggedIn: '想要訪問您 Dify Cloud 帳戶中的以下資訊。',
|
||||
common: '我們尊重您的隱私,只會使用這些信息來提升您使用我們開發者工具的體驗。',
|
||||
needLogin: '請登錄以進行授權',
|
||||
},
|
||||
scopes: {
|
||||
timezone: '時區',
|
||||
languagePreference: '語言偏好',
|
||||
email: '電子郵件',
|
||||
name: '名字',
|
||||
avatar: '阿凡達',
|
||||
},
|
||||
error: {
|
||||
invalidParams: '無效的參數',
|
||||
authAppInfoFetchFailed: '無法獲取應用程式授權信息',
|
||||
authorizeFailed: '授權失敗',
|
||||
},
|
||||
login: '登入',
|
||||
connect: '連接到',
|
||||
switchAccount: '切換帳戶',
|
||||
unknownApp: '未知應用',
|
||||
continue: '繼續',
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user