mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-20 01:12:52 +08:00
* update readme * 📝 docs: Update readme * 💄 style: Update PlanIcon * improve tooltip placement * improve tray --------- Co-authored-by: canisminor1990 <i@canisminor.cc>
25 lines
408 B
JSON
25 lines
408 B
JSON
{
|
|
"plans": {
|
|
"plan": {
|
|
"enterprise": {
|
|
"title": "Versione enterprise"
|
|
},
|
|
"free": {
|
|
"title": "Versione gratuita"
|
|
},
|
|
"hobby": {
|
|
"title": "Versione autonoma"
|
|
},
|
|
"premium": {
|
|
"title": "Premium"
|
|
},
|
|
"starter": {
|
|
"title": "Versione base"
|
|
},
|
|
"ultimate": {
|
|
"title": "Ultimate"
|
|
}
|
|
}
|
|
}
|
|
}
|