feat(i18n): add new license restriction translations

Add four new license restriction keys to all locale files:
- noImageSell: "No selling generated content"
- noRentCivit: "No Civitai generation"
- noRent: "No generation services"
- noSell: "No selling models"

These additions provide comprehensive coverage for various commercial and generation restrictions in the licensing system, ensuring proper localization across all supported languages.
This commit is contained in:
Will Miao
2025-11-18 09:17:04 +08:00
parent 3edc65c106
commit 6000e08640
10 changed files with 40 additions and 0 deletions

View File

@@ -900,6 +900,10 @@
"versions": "Versions"
},
"license": {
"noImageSell": "No selling generated content",
"noRentCivit": "No Civitai generation",
"noRent": "No generation services",
"noSell": "No selling models",
"creditRequired": "Creator credit required",
"noDerivatives": "No sharing merges",
"noReLicense": "Same permissions required",