Files
lobe-chat/locales/it-IT/subscription.json
Arvin Xu 9fb4b0dfc3 ♻️ refactor: add badge and improve document (#8528)
* update readme

* 📝 docs: Update readme

* 💄 style: Update PlanIcon

* improve tooltip placement

* improve tray

---------

Co-authored-by: canisminor1990 <i@canisminor.cc>
2025-07-22 13:43:57 +08:00

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"
}
}
}
}