feat(i18n): add model navigation translations for multiple languages

Add navigation section to locale files for model browsing functionality. Includes labels and tooltips for previous/next model navigation with keyboard shortcuts (←/→ arrows). Translations added for German, English, Spanish, French, Hebrew, Japanese, Korean, and Russian locales to support international users.
This commit is contained in:
Will Miao
2025-12-06 10:01:09 +08:00
parent 6efe59bd9e
commit 40cd2e23ac
10 changed files with 70 additions and 0 deletions

View File

@@ -914,6 +914,13 @@
"recipes": "Rezepte", "recipes": "Rezepte",
"versions": "Versionen" "versions": "Versionen"
}, },
"navigation": {
"label": "Modellnavigation",
"previousWithShortcut": "Vorheriges Modell (←)",
"nextWithShortcut": "Nächstes Modell (→)",
"noPrevious": "Kein vorheriges Modell verfügbar",
"noNext": "Kein weiteres Modell verfügbar"
},
"license": { "license": {
"noImageSell": "No selling generated content", "noImageSell": "No selling generated content",
"noRentCivit": "No Civitai generation", "noRentCivit": "No Civitai generation",

View File

@@ -914,6 +914,13 @@
"recipes": "Recipes", "recipes": "Recipes",
"versions": "Versions" "versions": "Versions"
}, },
"navigation": {
"label": "Model navigation",
"previousWithShortcut": "Previous model (←)",
"nextWithShortcut": "Next model (→)",
"noPrevious": "No previous model available",
"noNext": "No next model available"
},
"license": { "license": {
"noImageSell": "No selling generated content", "noImageSell": "No selling generated content",
"noRentCivit": "No Civitai generation", "noRentCivit": "No Civitai generation",

View File

@@ -914,6 +914,13 @@
"recipes": "Recetas", "recipes": "Recetas",
"versions": "Versiones" "versions": "Versiones"
}, },
"navigation": {
"label": "Navegación de modelos",
"previousWithShortcut": "Modelo anterior (←)",
"nextWithShortcut": "Siguiente modelo (→)",
"noPrevious": "No hay modelo anterior disponible",
"noNext": "No hay siguiente modelo disponible"
},
"license": { "license": {
"noImageSell": "No selling generated content", "noImageSell": "No selling generated content",
"noRentCivit": "No Civitai generation", "noRentCivit": "No Civitai generation",

View File

@@ -914,6 +914,13 @@
"recipes": "Recipes", "recipes": "Recipes",
"versions": "Versions" "versions": "Versions"
}, },
"navigation": {
"label": "Navigation des modèles",
"previousWithShortcut": "Modèle précédent (←)",
"nextWithShortcut": "Modèle suivant (→)",
"noPrevious": "Aucun modèle précédent",
"noNext": "Aucun modèle suivant"
},
"license": { "license": {
"noImageSell": "No selling generated content", "noImageSell": "No selling generated content",
"noRentCivit": "No Civitai generation", "noRentCivit": "No Civitai generation",

View File

@@ -914,6 +914,13 @@
"recipes": "מתכונים", "recipes": "מתכונים",
"versions": "גרסאות" "versions": "גרסאות"
}, },
"navigation": {
"label": "ניווט מודלים",
"previousWithShortcut": "המודל הקודם (←)",
"nextWithShortcut": "המודל הבא (→)",
"noPrevious": "אין מודל קודם זמין",
"noNext": "אין מודל נוסף זמין"
},
"license": { "license": {
"noImageSell": "No selling generated content", "noImageSell": "No selling generated content",
"noRentCivit": "No Civitai generation", "noRentCivit": "No Civitai generation",

View File

@@ -914,6 +914,13 @@
"recipes": "レシピ", "recipes": "レシピ",
"versions": "バージョン" "versions": "バージョン"
}, },
"navigation": {
"label": "モデルナビゲーション",
"previousWithShortcut": "前のモデル(←)",
"nextWithShortcut": "次のモデル(→)",
"noPrevious": "前のモデルがありません",
"noNext": "次のモデルがありません"
},
"license": { "license": {
"noImageSell": "No selling generated content", "noImageSell": "No selling generated content",
"noRentCivit": "No Civitai generation", "noRentCivit": "No Civitai generation",

View File

@@ -914,6 +914,13 @@
"recipes": "레시피", "recipes": "레시피",
"versions": "버전" "versions": "버전"
}, },
"navigation": {
"label": "모델 탐색",
"previousWithShortcut": "이전 모델(←)",
"nextWithShortcut": "다음 모델(→)",
"noPrevious": "이전 모델이 없습니다",
"noNext": "다음 모델이 없습니다"
},
"license": { "license": {
"noImageSell": "No selling generated content", "noImageSell": "No selling generated content",
"noRentCivit": "No Civitai generation", "noRentCivit": "No Civitai generation",

View File

@@ -914,6 +914,13 @@
"recipes": "Рецепты", "recipes": "Рецепты",
"versions": "Версии" "versions": "Версии"
}, },
"navigation": {
"label": "Навигация по моделям",
"previousWithShortcut": "Предыдущая модель (←)",
"nextWithShortcut": "Следующая модель (→)",
"noPrevious": "Предыдущая модель отсутствует",
"noNext": "Следующая модель отсутствует"
},
"license": { "license": {
"noImageSell": "No selling generated content", "noImageSell": "No selling generated content",
"noRentCivit": "No Civitai generation", "noRentCivit": "No Civitai generation",

View File

@@ -914,6 +914,13 @@
"recipes": "配方", "recipes": "配方",
"versions": "版本" "versions": "版本"
}, },
"navigation": {
"label": "模型导航",
"previousWithShortcut": "上一个模型(←)",
"nextWithShortcut": "下一个模型(→)",
"noPrevious": "没有上一个模型",
"noNext": "没有下一个模型"
},
"license": { "license": {
"noImageSell": "No selling generated content", "noImageSell": "No selling generated content",
"noRentCivit": "No Civitai generation", "noRentCivit": "No Civitai generation",

View File

@@ -914,6 +914,13 @@
"recipes": "配方", "recipes": "配方",
"versions": "版本" "versions": "版本"
}, },
"navigation": {
"label": "模型導覽",
"previousWithShortcut": "上一個模型(←)",
"nextWithShortcut": "下一個模型(→)",
"noPrevious": "沒有上一個模型",
"noNext": "沒有下一個模型"
},
"license": { "license": {
"noImageSell": "No selling generated content", "noImageSell": "No selling generated content",
"noRentCivit": "No Civitai generation", "noRentCivit": "No Civitai generation",