mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 16:26:25 +08:00
fix: free quota tip (#831)
This commit is contained in:
@@ -250,6 +250,9 @@ const translation = {
|
||||
front: 'Your API KEY will be encrypted and stored using',
|
||||
back: ' technology.',
|
||||
},
|
||||
freeQuota: {
|
||||
howToEarn: 'How to earn',
|
||||
},
|
||||
},
|
||||
dataSource: {
|
||||
add: 'Add a data source',
|
||||
|
||||
@@ -250,6 +250,9 @@ const translation = {
|
||||
front: '您的密钥将使用',
|
||||
back: '技术进行加密和存储。',
|
||||
},
|
||||
freeQuota: {
|
||||
howToEarn: '如何获取',
|
||||
},
|
||||
},
|
||||
dataSource: {
|
||||
add: '添加数据源',
|
||||
|
||||
Reference in New Issue
Block a user