fix: better qr code panel and webapp url regen confirmation (#6321)

This commit is contained in:
Charles Zhou
2024-07-16 02:06:49 -05:00
committed by GitHub
parent 55d7374ab7
commit 0099ef6896
4 changed files with 53 additions and 33 deletions

View File

@@ -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: {