mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 13:56:53 +08:00
fix: better qr code panel and webapp url regen confirmation (#6321)
This commit is contained in:
@@ -3,23 +3,23 @@ const translation = {
|
||||
firstStepTip: 'To get started,',
|
||||
enterKeyTip: 'enter your OpenAI API Key below',
|
||||
getKeyTip: 'Get your API Key from OpenAI dashboard',
|
||||
placeholder: 'Your OpenAI API Key(eg.sk-xxxx)',
|
||||
placeholder: 'Your OpenAI API Key (eg.sk-xxxx)',
|
||||
},
|
||||
apiKeyInfo: {
|
||||
cloud: {
|
||||
trial: {
|
||||
title: 'You are using the {{providerName}} trial quota.',
|
||||
description: 'The trial quota is provided for your testing use. Before the trial quota calls are exhausted, please set up your own model provider or purchase additional quota.',
|
||||
description: 'The trial quota is provided for your testing purposes. Before the trial quota is exhausted, please set up your own model provider or purchase additional quota.',
|
||||
},
|
||||
exhausted: {
|
||||
title: 'Your trial quota have been used up, please set up your APIKey.',
|
||||
description: 'Your trial quota has been exhausted. Please set up your own model provider or purchase additional quota.',
|
||||
description: 'You have exhausted your trial quota. Please set up your own model provider or purchase additional quota.',
|
||||
},
|
||||
},
|
||||
selfHost: {
|
||||
title: {
|
||||
row1: 'To get started,',
|
||||
row2: 'setup your model provider first.',
|
||||
row2: 'setup your model provider first.',
|
||||
},
|
||||
},
|
||||
callTimes: 'Call times',
|
||||
@@ -76,8 +76,8 @@ const translation = {
|
||||
copy: 'Copy',
|
||||
},
|
||||
qrcode: {
|
||||
title: 'QR code to share',
|
||||
scan: 'Scan Share Application',
|
||||
title: 'Link QR Code',
|
||||
scan: 'Scan To Share',
|
||||
download: 'Download QR Code',
|
||||
},
|
||||
customize: {
|
||||
@@ -103,14 +103,14 @@ const translation = {
|
||||
},
|
||||
},
|
||||
apiInfo: {
|
||||
title: 'Backend service API',
|
||||
title: 'Backend Service API',
|
||||
explanation: 'Easily integrated into your application',
|
||||
accessibleAddress: 'Service API Endpoint',
|
||||
doc: 'API Reference',
|
||||
},
|
||||
status: {
|
||||
running: 'In service',
|
||||
disable: 'Disable',
|
||||
running: 'In Service',
|
||||
disable: 'Disabled',
|
||||
},
|
||||
},
|
||||
analysis: {
|
||||
|
||||
Reference in New Issue
Block a user