From a68141adf4d00e3188b46bbf5ec7ef0fb60e5b7e Mon Sep 17 00:00:00 2001 From: Will Miao Date: Thu, 6 Nov 2025 23:01:29 +0800 Subject: [PATCH] feat(i18n): add license restriction translations for multiple languages Add license-related translation keys including credit requirements, derivative restrictions, and license sharing permissions. This supports displaying proper license information and restrictions in the UI across all supported languages (DE, EN, ES, FR, HE, JA, KO, RU). --- locales/de.json | 6 ++++++ locales/en.json | 6 ++++++ locales/es.json | 6 ++++++ locales/fr.json | 6 ++++++ locales/he.json | 6 ++++++ locales/ja.json | 6 ++++++ locales/ko.json | 6 ++++++ locales/ru.json | 6 ++++++ locales/zh-CN.json | 6 ++++++ locales/zh-TW.json | 6 ++++++ 10 files changed, 60 insertions(+) diff --git a/locales/de.json b/locales/de.json index c8f73969..36eeee76 100644 --- a/locales/de.json +++ b/locales/de.json @@ -876,6 +876,12 @@ "recipes": "Rezepte", "versions": "Versionen" }, + "license": { + "creditRequired": "Ersteller-Angabe erforderlich", + "noDerivatives": "Keine gemeinsamen Zusammenführungen", + "noReLicense": "Gleiche Berechtigungen erforderlich", + "restrictionsLabel": "Lizenzbeschränkungen" + }, "loading": { "exampleImages": "Beispielbilder werden geladen...", "description": "Modellbeschreibung wird geladen...", diff --git a/locales/en.json b/locales/en.json index cbf25fa8..c455efa5 100644 --- a/locales/en.json +++ b/locales/en.json @@ -875,6 +875,12 @@ "recipes": "Recipes", "versions": "Versions" }, + "license": { + "creditRequired": "Creator credit required", + "noDerivatives": "No sharing merges", + "noReLicense": "Same permissions required", + "restrictionsLabel": "License restrictions" + }, "loading": { "exampleImages": "Loading example images...", "description": "Loading model description...", diff --git a/locales/es.json b/locales/es.json index bae80faf..39670bdf 100644 --- a/locales/es.json +++ b/locales/es.json @@ -875,6 +875,12 @@ "recipes": "Recetas", "versions": "Versiones" }, + "license": { + "creditRequired": "Crédito del creador requerido", + "noDerivatives": "No se permiten fusiones", + "noReLicense": "Se requieren mismos permisos", + "restrictionsLabel": "Restricciones de licencia" + }, "loading": { "exampleImages": "Cargando imágenes de ejemplo...", "description": "Cargando descripción del modelo...", diff --git a/locales/fr.json b/locales/fr.json index 9dcbf85b..9ddddeaa 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -875,6 +875,12 @@ "recipes": "Recipes", "versions": "Versions" }, + "license": { + "creditRequired": "Crédit du créateur requis", + "noDerivatives": "Pas de fusion de partage", + "noReLicense": "Mêmes autorisations requises", + "restrictionsLabel": "Restrictions de licence" + }, "loading": { "exampleImages": "Chargement des images d'exemple...", "description": "Chargement de la description du modèle...", diff --git a/locales/he.json b/locales/he.json index 86e99897..9215c949 100644 --- a/locales/he.json +++ b/locales/he.json @@ -875,6 +875,12 @@ "recipes": "מתכונים", "versions": "גרסאות" }, + "license": { + "creditRequired": "נדרש ייחוס ליוצר", + "noDerivatives": "אין שיתוף מיזוגים", + "noReLicense": "נדרשות אותן הרשאות", + "restrictionsLabel": "הגבלות רישיון" + }, "loading": { "exampleImages": "טוען תמונות דוגמה...", "description": "טוען תיאור מודל...", diff --git a/locales/ja.json b/locales/ja.json index d561df97..5a07f6cb 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -875,6 +875,12 @@ "recipes": "レシピ", "versions": "バージョン" }, + "license": { + "creditRequired": "作成者のクレジットが必要", + "noDerivatives": "共有マージ不可", + "noReLicense": "同じ権限が必要", + "restrictionsLabel": "ライセンス制限" + }, "loading": { "exampleImages": "例画像を読み込み中...", "description": "モデル説明を読み込み中...", diff --git a/locales/ko.json b/locales/ko.json index ab504050..65929423 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -875,6 +875,12 @@ "recipes": "레시피", "versions": "버전" }, + "license": { + "creditRequired": "제작자 크레딧 필요", + "noDerivatives": "공유 병합 불가", + "noReLicense": "동일한 권한 필요", + "restrictionsLabel": "라이선스 제한" + }, "loading": { "exampleImages": "예시 이미지 로딩 중...", "description": "모델 설명 로딩 중...", diff --git a/locales/ru.json b/locales/ru.json index 0f5015d2..e0589cc5 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -875,6 +875,12 @@ "recipes": "Рецепты", "versions": "Версии" }, + "license": { + "creditRequired": "Требуется указание авторства", + "noDerivatives": "Запрет на совместное использование производных работ", + "noReLicense": "Требуются те же права", + "restrictionsLabel": "Лицензионные ограничения" + }, "loading": { "exampleImages": "Загрузка примеров изображений...", "description": "Загрузка описания модели...", diff --git a/locales/zh-CN.json b/locales/zh-CN.json index d40e3459..6cd90f37 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -875,6 +875,12 @@ "recipes": "配方", "versions": "版本" }, + "license": { + "creditRequired": "需要创作者署名", + "noDerivatives": "禁止分享合并作品", + "noReLicense": "需要相同权限", + "restrictionsLabel": "许可证限制" + }, "loading": { "exampleImages": "正在加载示例图片...", "description": "正在加载模型描述...", diff --git a/locales/zh-TW.json b/locales/zh-TW.json index 8111fd91..270cedde 100644 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -875,6 +875,12 @@ "recipes": "配方", "versions": "版本" }, + "license": { + "creditRequired": "需要創作者標示", + "noDerivatives": "禁止分享合併作品", + "noReLicense": "需要相同授權", + "restrictionsLabel": "授權限制" + }, "loading": { "exampleImages": "載入範例圖片中...", "description": "載入模型描述中...",