fix colection create api (#766)

Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
Archer
2024-01-23 09:01:24 +08:00
committed by GitHub
parent aab6ee51eb
commit 379673cae1
143 changed files with 40737 additions and 274 deletions

View File

@@ -57,6 +57,7 @@
"common": {
"Add": "Add",
"Add New": "Add",
"All": "All",
"Back": "Back",
"Beta": "Beta",
"Business edition features": "This is the commercial version function ~",
@@ -1134,7 +1135,13 @@
"Provider error": "Login exception, please try again"
},
"team": {
"Dataset usage": "Dataset usage"
"Dataset usage": "Dataset usage",
"member": "Member",
"subscription": {
"type": {
"extraDatasetSize": "Extra dataset size"
}
}
}
},
"wallet": {
@@ -1143,10 +1150,14 @@
"Pay error": "Pay error",
"Pay success": "Pay success",
"subscription": {
"Change will take effect after the current subscription expires": "Change will take effect after the current subscription expires",
"Current dataset store": "Current dataset store subscription",
"Dataset store": "Dataset store size",
"Dataset store price tip": "Deduct it from the account balance on the 1st of each month",
"Expand size": "Expand size"
"Expand size": "Expand size",
"Extra dataset size": "Extra dataset size",
"Next sub dataset size": "",
"Update extra dataset size": "Update size"
}
}
},