@nodaro/shared 3.12.0 → 3.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/dist/index.cjs +442 -6
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.d.cts +404 -3
  4. package/dist/index.d.ts +404 -3
  5. package/dist/index.js +400 -7
  6. package/dist/index.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/__tests__/producer-types.test.ts +5 -0
  9. package/src/__tests__/video-overlay-docs.test.ts +39 -0
  10. package/src/__tests__/video-overlay.test.ts +572 -0
  11. package/src/i18n/action-fx.he.ts +8 -8
  12. package/src/i18n/action-fx.ja.ts +17 -17
  13. package/src/i18n/aesthetic.he.ts +8 -8
  14. package/src/i18n/aesthetic.ja.ts +26 -20
  15. package/src/i18n/animals.he.ts +34 -34
  16. package/src/i18n/animals.ja.ts +49 -49
  17. package/src/i18n/atmosphere.he.ts +6 -6
  18. package/src/i18n/atmosphere.ja.ts +19 -19
  19. package/src/i18n/backdrop.he.ts +7 -7
  20. package/src/i18n/backdrop.ja.ts +13 -13
  21. package/src/i18n/camera-format.he.ts +4 -4
  22. package/src/i18n/camera-format.ja.ts +3 -3
  23. package/src/i18n/camera-motions.he.ts +20 -20
  24. package/src/i18n/camera-motions.ja.ts +15 -15
  25. package/src/i18n/character-fx.he.ts +16 -16
  26. package/src/i18n/character-fx.ja.ts +12 -12
  27. package/src/i18n/character-motion.he.ts +184 -184
  28. package/src/i18n/character-motion.ja.ts +72 -72
  29. package/src/i18n/color-look.he.ts +4 -4
  30. package/src/i18n/color-look.ja.ts +19 -19
  31. package/src/i18n/composition-effects.he.ts +3 -3
  32. package/src/i18n/composition-effects.ja.ts +6 -6
  33. package/src/i18n/era.he.ts +9 -9
  34. package/src/i18n/era.ja.ts +11 -11
  35. package/src/i18n/exposure-settings.he.ts +2 -2
  36. package/src/i18n/exposure-settings.ja.ts +10 -10
  37. package/src/i18n/framing.he.ts +13 -13
  38. package/src/i18n/framing.ja.ts +11 -11
  39. package/src/i18n/furniture.he.ts +52 -52
  40. package/src/i18n/furniture.ja.ts +22 -22
  41. package/src/i18n/held-prop.he.ts +10 -10
  42. package/src/i18n/held-prop.ja.ts +7 -7
  43. package/src/i18n/instrumentation.he.ts +26 -26
  44. package/src/i18n/instrumentation.ja.ts +41 -41
  45. package/src/i18n/lens.he.ts +6 -6
  46. package/src/i18n/lens.ja.ts +5 -5
  47. package/src/i18n/lighting.he.ts +17 -17
  48. package/src/i18n/lighting.ja.ts +21 -21
  49. package/src/i18n/loop-subject.he.ts +4 -4
  50. package/src/i18n/materials.he.ts +8 -8
  51. package/src/i18n/materials.ja.ts +4 -4
  52. package/src/i18n/mood.he.ts +12 -12
  53. package/src/i18n/mood.ja.ts +18 -18
  54. package/src/i18n/music-genre.he.ts +9 -9
  55. package/src/i18n/music-genre.ja.ts +16 -16
  56. package/src/i18n/music-mood.he.ts +7 -7
  57. package/src/i18n/music-mood.ja.ts +18 -18
  58. package/src/i18n/person.ar.ts +1 -0
  59. package/src/i18n/person.de.ts +1 -0
  60. package/src/i18n/person.es.ts +1 -0
  61. package/src/i18n/person.fr.ts +1 -0
  62. package/src/i18n/person.he.ts +95 -94
  63. package/src/i18n/person.hi.ts +1 -0
  64. package/src/i18n/person.ja.ts +179 -178
  65. package/src/i18n/person.ko.ts +1 -0
  66. package/src/i18n/person.pt-BR.ts +1 -0
  67. package/src/i18n/person.ru.ts +1 -0
  68. package/src/i18n/person.zh-CN.ts +1 -0
  69. package/src/i18n/photo-genre.he.ts +24 -24
  70. package/src/i18n/photo-genre.ja.ts +11 -11
  71. package/src/i18n/photographer.he.ts +21 -21
  72. package/src/i18n/photographer.ja.ts +17 -17
  73. package/src/i18n/pose.he.ts +14 -14
  74. package/src/i18n/pose.ja.ts +14 -14
  75. package/src/i18n/post-process-effects.he.ts +4 -4
  76. package/src/i18n/post-process-effects.ja.ts +5 -5
  77. package/src/i18n/render-quality.he.ts +7 -7
  78. package/src/i18n/render-quality.ja.ts +9 -9
  79. package/src/i18n/setting.ar.ts +2 -0
  80. package/src/i18n/setting.de.ts +2 -0
  81. package/src/i18n/setting.es.ts +2 -0
  82. package/src/i18n/setting.fr.ts +2 -0
  83. package/src/i18n/setting.he.ts +16 -14
  84. package/src/i18n/setting.hi.ts +2 -0
  85. package/src/i18n/setting.ja.ts +16 -14
  86. package/src/i18n/setting.ko.ts +2 -0
  87. package/src/i18n/setting.pt-BR.ts +2 -0
  88. package/src/i18n/setting.ru.ts +2 -0
  89. package/src/i18n/setting.zh-CN.ts +2 -0
  90. package/src/i18n/style.he.ts +9 -9
  91. package/src/i18n/style.ja.ts +10 -10
  92. package/src/i18n/styling.ar.ts +2 -0
  93. package/src/i18n/styling.de.ts +2 -0
  94. package/src/i18n/styling.es.ts +2 -0
  95. package/src/i18n/styling.fr.ts +2 -0
  96. package/src/i18n/styling.he.ts +128 -126
  97. package/src/i18n/styling.hi.ts +2 -0
  98. package/src/i18n/styling.ja.ts +58 -56
  99. package/src/i18n/styling.ko.ts +2 -0
  100. package/src/i18n/styling.pt-BR.ts +2 -0
  101. package/src/i18n/styling.ru.ts +2 -0
  102. package/src/i18n/styling.zh-CN.ts +2 -0
  103. package/src/i18n/temporal.he.ts +8 -8
  104. package/src/i18n/temporal.ja.ts +5 -5
  105. package/src/i18n/transitions.he.ts +9 -9
  106. package/src/i18n/transitions.ja.ts +12 -12
  107. package/src/i18n/vehicles.he.ts +25 -25
  108. package/src/i18n/vehicles.ja.ts +29 -29
  109. package/src/i18n/voice-character.he.ts +14 -14
  110. package/src/i18n/voice-character.ja.ts +27 -27
  111. package/src/i18n/voice-delivery.he.ts +11 -11
  112. package/src/i18n/voice-delivery.ja.ts +28 -28
  113. package/src/i18n/weapons.he.ts +23 -23
  114. package/src/i18n/weapons.ja.ts +19 -19
  115. package/src/index.ts +2 -0
  116. package/src/producer-types.ts +3 -0
  117. package/src/trigger-node-types.ts +3 -0
  118. package/src/video-overlay.ts +812 -0
@@ -3,7 +3,7 @@ import type { LocaleCatalogMap } from "./types.js"
3
3
  const map: LocaleCatalogMap = {
4
4
  "unreal-engine-5": { description: "מראה UE5 של path-tracing בזמן אמת" },
5
5
  "blender-cycles": { description: "Path tracing לא מוטה של Cycles" },
6
- "octane-render": { description: "GPU spectral path tracing" },
6
+ "octane-render": { description: "Path tracing ספקטרלי ב-GPU" },
7
7
  "redshift": { description: "Renderer מוטה GPU להפקה" },
8
8
  "houdini-mantra": { description: "רנדור פיזי ברמת VFX" },
9
9
  "arnold-render": { description: "Path tracer ל-VFX בתקן התעשייה" },
@@ -13,21 +13,21 @@ const map: LocaleCatalogMap = {
13
13
 
14
14
  "raytracing": { label: "Ray Tracing", description: "השתקפויות וצללים מדויקים" },
15
15
  "physically-based-rendering": { label: "PBR", description: "חומרים מבוססי-פיזיקה" },
16
- "global-illumination": { label: "Global Illumination", description: "קפיצת אור ריאליסטית" },
16
+ "global-illumination": { label: "תאורה גלובלית", description: "החזרי אור ריאליסטיים" },
17
17
  "lumen-reflections": { label: "Lumen Reflections", description: "GI דינמי בזמן אמת" },
18
18
 
19
19
  "8k-uhd": { label: "8K UHD", description: "רזולוציית 8K חדה במיוחד" },
20
20
  "4k-uhd": { label: "4K UHD", description: "רזולוציית 4K חדה" },
21
21
  "16k-megapixel": { label: "16K Megapixel", description: "פירוט ברזולוציה גבוהה במיוחד" },
22
- "ultra-detailed": { label: "פרטי במיוחד", description: "רנדור עם פירוט מקסימלי" },
22
+ "ultra-detailed": { label: "מפורט במיוחד", description: "רנדור עם פירוט מקסימלי" },
23
23
 
24
24
  "raw-photo": { label: "תמונה גולמית", description: "תחושה צילומית לא מעובדת" },
25
25
  "masterpiece": { label: "יצירת מופת", description: "חותם איכות של יד מומחה" },
26
- "award-winning": { label: "זוכה פרסים", description: "רמה של מעגל פרסים" },
27
- "volumetric-lighting": { label: "Volumetric Lighting", description: "פירי אור וולומטרי מסוג קרני אלוהים" },
26
+ "award-winning": { label: "זוכה פרסים", description: "ברמה של זוכי פרסים" },
27
+ "volumetric-lighting": { label: "Volumetric Lighting", description: "פירי אור וולומטריים (god rays) החותכים את האטמוספרה" },
28
28
  "photon-mapping": { label: "Photon Mapping", description: "תאורה גלובלית photon-mapped מודעת ל-caustics" },
29
- "ai-upscaled": { label: "AI Upscaled", description: "שיפור פירוט בהגדלה ברשת נוירונים" },
30
- "denoised": { label: "Denoised", description: "רנדור נקי, ללא רעש, מבריק" },
29
+ "ai-upscaled": { label: "מוגדל ב-AI", description: "שיפור פירוט בהגדלה ברשת נוירונים" },
30
+ "denoised": { label: "מנוקה מרעש", description: "רנדור נקי ללא רעש, ללא גרגירים או נקודות" },
31
31
  }
32
32
 
33
33
  export default map
@@ -3,19 +3,19 @@ import type { LocaleCatalogMap } from "./types.js"
3
3
  const map: LocaleCatalogMap = {
4
4
  // Engines — keep brand names in English
5
5
  "unreal-engine-5": { description: "リアルタイム・パストレースのUE5ルック" },
6
- "blender-cycles": { description: "Cycles の不偏パストレーシング" },
6
+ "blender-cycles": { description: "Cycles のアンバイアス・パストレーシング" },
7
7
  "octane-render": { description: "GPU スペクトル・パストレーシング" },
8
8
  "redshift": { description: "プロダクション GPU バイアスト・レンダラー" },
9
9
  "houdini-mantra": { description: "VFX グレードの物理ベース・レンダリング" },
10
10
  "arnold-render": { description: "業界標準の VFX パストレーサー" },
11
- "corona-renderer": { description: "フォトリアルな不偏 archviz レンダラー" },
12
- "vray": { description: "業界標準の製品 / archviz / VFX プロダクション・レンダラー" },
11
+ "corona-renderer": { description: "フォトリアルな建築ビジュアライゼーション向けアンバイアス・レンダラー" },
12
+ "vray": { description: "業界標準の製品/建築ビジュアライゼーション/VFX 向けレンダラー" },
13
13
  "aces": { description: "シネマグレードの ACES カラーマネジメント" },
14
14
 
15
15
  // Render-quality keywords
16
16
  "raytracing": { label: "レイトレーシング", description: "正確な反射と影" },
17
17
  "physically-based-rendering": { label: "PBR(物理ベース)", description: "物理ベースのマテリアル" },
18
- "global-illumination": { label: "グローバルイルミネーション", description: "リアルな光の反射" },
18
+ "global-illumination": { label: "グローバルイルミネーション", description: "リアルな光のバウンス(間接光)" },
19
19
  "lumen-reflections": { label: "Lumen 反射", description: "リアルタイムのダイナミック GI" },
20
20
 
21
21
  // Resolution / Detail — keep technical labels
@@ -25,15 +25,15 @@ const map: LocaleCatalogMap = {
25
25
  "ultra-detailed": { label: "超高精細", description: "最大限のミクロ・ディテール・レンダリング" },
26
26
 
27
27
  // Style stamps
28
- "raw-photo": { label: "Raw 写真", description: "未加工の写真的な質感" },
28
+ "raw-photo": { label: "RAW 写真", description: "未加工の写真的な質感" },
29
29
  "masterpiece": { label: "マスターピース", description: "熟練者の手によるクオリティの証" },
30
- "award-winning": { label: "受賞作品級", description: "受賞回路レベルの品質" },
30
+ "award-winning": { label: "受賞作品級", description: "賞レースで評価されるレベルの品質" },
31
31
 
32
32
  // Additional render quality
33
- "volumetric-lighting": { label: "ボリュメトリック・ライティング", description: "ゴッドレイのボリュメトリックな光の柱" },
33
+ "volumetric-lighting": { label: "ボリュメトリック・ライティング", description: "大気を貫くゴッドレイのボリュメトリックな光の柱" },
34
34
  "photon-mapping": { label: "フォトンマッピング", description: "コースティックを意識したフォトンマップによるグローバルイルミネーション" },
35
- "ai-upscaled": { label: "AIアップスケール", description: "ニューラルネットワークによるディテール強化アップスケール" },
36
- "denoised": { label: "ノイズ除去", description: "クリーンでノイズを除去した高純度のレンダリング" },
35
+ "ai-upscaled": { label: "AIアップスケール", description: "ニューラルネットワークによるディテール強化アップスケール、シャープな超解像" },
36
+ "denoised": { label: "ノイズ除去", description: "ノイズを除去したクリーンで澄んだレンダリング、粒子や斑点なし" },
37
37
  }
38
38
 
39
39
  export default map
@@ -8,6 +8,7 @@ const map: LocaleCatalogMap = {
8
8
  "bedroom": { label: "غرفة نوم", description: "غرفة نوم حميمية" },
9
9
  "living-room": { label: "غرفة معيشة", description: "غرفة معيشة سكنية مريحة" },
10
10
  "kitchen": { label: "مطبخ", description: "مطبخ منزلي دافئ بضوء صباحي" },
11
+ "bathroom": { label: "حمّام", description: "حمّام منزلي مشرق" },
11
12
  "hotel-room": { label: "غرفة فندق", description: "غرفة فندق أنيقة بإطلالة على المدينة" },
12
13
  "restaurant": { label: "مطعم", description: "مطعم حميمي بإضاءة شموع" },
13
14
  "nightclub": { label: "ناد ليلي", description: "ناد مظلم بليزر ودخان" },
@@ -19,6 +20,7 @@ const map: LocaleCatalogMap = {
19
20
  "warehouse": { label: "مستودع صناعي", description: "مستودع شاسع بنوافذ سقف" },
20
21
  "subway-car": { label: "عربة مترو", description: "داخل مترو متحرك" },
21
22
  "taxi": { label: "داخل تاكسي", description: "المقعد الخلفي لتاكسي مدينة في الليل" },
23
+ "car-interior": { label: "داخل السيارة", description: "المقعد الأمامي لسيارة متوقفة" },
22
24
  "cathedral": { label: "كاتدرائية", description: "داخل كاتدرائية قوطية" },
23
25
  "art-gallery": { label: "معرض فني", description: "معرض White-Cube مبسط" },
24
26
 
@@ -9,6 +9,7 @@ const map: LocaleCatalogMap = {
9
9
  "bedroom": { label: "Schlafzimmer", description: "Intimes Schlafzimmer" },
10
10
  "living-room": { label: "Wohnzimmer", description: "Gemütliches Wohnzimmer" },
11
11
  "kitchen": { label: "Küche", description: "Warme Wohnküche mit Morgenlicht" },
12
+ "bathroom": { label: "Badezimmer", description: "Helles Alltagsbad" },
12
13
  "hotel-room": { label: "Hotelzimmer", description: "Elegantes Hotelzimmer mit Stadtblick" },
13
14
  "restaurant": { label: "Restaurant", description: "Intimes kerzenbeleuchtetes Restaurant" },
14
15
  "nightclub": { label: "Nachtclub", description: "Dunkler Club mit Lasern und Rauch" },
@@ -20,6 +21,7 @@ const map: LocaleCatalogMap = {
20
21
  "warehouse": { label: "Industrielager", description: "Riesige Lagerhalle mit Oberlichtern" },
21
22
  "subway-car": { label: "U-Bahn-Wagen", description: "Fahrendes U-Bahn-Interieur" },
22
23
  "taxi": { label: "Taxi-Innenraum", description: "Rückbank eines Stadttaxis bei Nacht" },
24
+ "car-interior": { label: "Autoinnenraum", description: "Vordersitz eines parkenden Autos" },
23
25
  "cathedral": { label: "Kathedrale", description: "Gotisches Kathedralen-Interieur" },
24
26
  "art-gallery": { label: "Kunstgalerie", description: "Minimalistische White-Cube-Galerie" },
25
27
  // Urban
@@ -9,6 +9,7 @@ const map: LocaleCatalogMap = {
9
9
  "bedroom": { label: "Dormitorio", description: "Dormitorio íntimo" },
10
10
  "living-room": { label: "Sala de Estar", description: "Sala de estar residencial acogedora" },
11
11
  "kitchen": { label: "Cocina", description: "Cocina hogareña cálida con luz matinal" },
12
+ "bathroom": { label: "Baño", description: "Baño doméstico luminoso" },
12
13
  "hotel-room": { label: "Habitación de Hotel", description: "Habitación de hotel elegante con vista a la ciudad" },
13
14
  "restaurant": { label: "Restaurante", description: "Restaurante íntimo iluminado por velas" },
14
15
  "nightclub": { label: "Discoteca", description: "Club oscuro con láseres y humo" },
@@ -20,6 +21,7 @@ const map: LocaleCatalogMap = {
20
21
  "warehouse": { label: "Almacén Industrial", description: "Almacén cavernoso con tragaluces" },
21
22
  "subway-car": { label: "Vagón de Metro", description: "Interior de metro en movimiento" },
22
23
  "taxi": { label: "Interior de Taxi", description: "Asiento trasero de un taxi de la ciudad de noche" },
24
+ "car-interior": { label: "Interior de coche", description: "Asiento delantero de un coche aparcado" },
23
25
  "cathedral": { label: "Catedral", description: "Interior gótico de catedral" },
24
26
  "art-gallery": { label: "Galería de Arte", description: "Galería minimalista white-cube" },
25
27
 
@@ -9,6 +9,7 @@ const map: LocaleCatalogMap = {
9
9
  "bedroom": { label: "Chambre à coucher", description: "Chambre à coucher intime" },
10
10
  "living-room": { label: "Salon", description: "Salon résidentiel cosy" },
11
11
  "kitchen": { label: "Cuisine", description: "Cuisine familiale chaleureuse à la lumière du matin" },
12
+ "bathroom": { label: "Salle de bain", description: "Salle de bain lumineuse" },
12
13
  "hotel-room": { label: "Chambre d'hôtel", description: "Chambre d'hôtel élégante avec vue sur la ville" },
13
14
  "restaurant": { label: "Restaurant", description: "Restaurant intime aux chandelles" },
14
15
  "nightclub": { label: "Boîte de nuit", description: "Club sombre avec lasers et fumée" },
@@ -20,6 +21,7 @@ const map: LocaleCatalogMap = {
20
21
  "warehouse": { label: "Entrepôt industriel", description: "Entrepôt caverneux à puits de lumière" },
21
22
  "subway-car": { label: "Wagon de métro", description: "Intérieur de métro en mouvement" },
22
23
  "taxi": { label: "Intérieur de taxi", description: "Banquette arrière d'un taxi citadin la nuit" },
24
+ "car-interior": { label: "Intérieur de voiture", description: "Siège avant d'une voiture garée" },
23
25
  "cathedral": { label: "Cathédrale", description: "Intérieur de cathédrale gothique" },
24
26
  "art-gallery": { label: "Galerie d'art", description: "Galerie cube blanc minimaliste" },
25
27
  // Urban
@@ -9,6 +9,7 @@ const map: LocaleCatalogMap = {
9
9
  "bedroom": { label: "חדר שינה", description: "חדר שינה אינטימי" },
10
10
  "living-room": { label: "סלון", description: "סלון ביתי נעים" },
11
11
  "kitchen": { label: "מטבח", description: "מטבח ביתי חמים באור בוקר" },
12
+ "bathroom": { label: "חדר רחצה", description: "חדר רחצה ביתי מואר" },
12
13
  "hotel-room": { label: "חדר מלון", description: "חדר מלון אלגנטי עם נוף לעיר" },
13
14
  "restaurant": { label: "מסעדה", description: "מסעדה אינטימית לאור נרות" },
14
15
  "nightclub": { label: "מועדון לילה", description: "מועדון חשוך עם לייזרים ועשן" },
@@ -17,11 +18,12 @@ const map: LocaleCatalogMap = {
17
18
  "hospital": { label: "בית חולים", description: "מסדרון בית חולים סטרילי" },
18
19
  "laboratory": { label: "מעבדה", description: "מעבדת מחקר עם ציוד זוהר" },
19
20
  "courtroom": { label: "אולם בית משפט", description: "אולם בית משפט מצופה עץ" },
20
- "warehouse": { label: "מחסן תעשייתי", description: "מחסן ענק עם אשנבים" },
21
+ "warehouse": { label: "מחסן תעשייתי", description: "מחסן ענק עם חלונות גג" },
21
22
  "subway-car": { label: "קרון רכבת תחתית", description: "פנים רכבת תחתית בתנועה" },
22
23
  "taxi": { label: "פנים מונית", description: "מושב אחורי של מונית עירונית בלילה" },
24
+ "car-interior": { label: "פנים רכב", description: "המושב הקדמי ברכב חונה" },
23
25
  "cathedral": { label: "קתדרלה", description: "פנים קתדרלה גותית" },
24
- "art-gallery": { label: "גלריית אמנות", description: "גלריה מינימליסטית במראה white-cube" },
26
+ "art-gallery": { label: "גלריית אמנות", description: "גלריה מינימליסטית בסגנון הקובייה הלבנה" },
25
27
 
26
28
  // Urban
27
29
  "city-street": { label: "רחוב עירוני", description: "רחוב עירוני שוקק" },
@@ -29,8 +31,8 @@ const map: LocaleCatalogMap = {
29
31
  "back-alley": { label: "סמטה אחורית", description: "סמטה צרה ומלוכלכת" },
30
32
  "neon-alley": { label: "סמטת ניאון", description: "סמטה רטובה מגשם בניאון" },
31
33
  "park": { label: "פארק עירוני", description: "פארק עירוני ירוק עם שבילים" },
32
- "backyard": { label: "פטיו של חצר אחורית", description: "פטיו על דק עם אורות" },
33
- "highway": { label: "כביש מהיר פתוח", description: "כביש מהיר סוחף עד האופק" },
34
+ "backyard": { label: "פטיו בחצר אחורית", description: "פטיו על דק עם שרשראות אורות" },
35
+ "highway": { label: "כביש מהיר פתוח", description: "כביש מהיר נמתח עד האופק" },
34
36
  "bridge": { label: "גשר תלוי", description: "גשר תלוי ארוך מעל מים" },
35
37
  "train-station": { label: "תחנת רכבת", description: "רציף עם רכבת ממתינה" },
36
38
  "airport": { label: "טרמינל שדה תעופה", description: "טרמינל ענק עם זכוכית מעוקלת" },
@@ -42,35 +44,35 @@ const map: LocaleCatalogMap = {
42
44
  "forest": { label: "קרחת יער", description: "קרחת יער מכוסה טחב באור שמש" },
43
45
  "beach": { label: "חוף ים", description: "חוף ים רחב עם גלים" },
44
46
  "mountain-peak": { label: "פסגת הר", description: "פסגה אלפינית סלעית" },
45
- "desert": { label: "דיונות מדבר", description: "דיונות מדבר מנושפות רוח" },
46
- "jungle": { label: "ג'ונגל", description: "פנים ג'ונגל לח וצפוף" },
47
- "grassland": { label: "ערבה", description: "ערבה פתוחה ומנושפת רוח" },
47
+ "desert": { label: "דיונות מדבר", description: "דיונות מדבר סחופות רוח" },
48
+ "jungle": { label: "ג'ונגל", description: "עומק ג'ונגל לח וצפוף" },
49
+ "grassland": { label: "ערבה", description: "ערבה פתוחה סחופת רוח" },
48
50
  "snowy-tundra": { label: "טונדרה מושלגת", description: "טונדרה קפואה מגולפת רוח" },
49
51
  "lake-shore": { label: "חוף אגם", description: "חוף אגם הררי שקט" },
50
52
  "riverbank": { label: "גדת נהר", description: "נהר מתפתל עם עצי ערבה" },
51
53
  "waterfall": { label: "מפל", description: "מפל זורם מעל צוקים מכוסי טחב" },
52
54
  "cave": { label: "מערה", description: "מערה סלעית עם פירי אור יום" },
53
- "western-canyon": { label: "קניון מערבי", description: "מסה אדומה עם נהר מתפתל" },
55
+ "western-canyon": { label: "קניון מערבי", description: "הר-שולחן של סלע אדום עם נהר מתפתל" },
54
56
 
55
57
  // Fantastical
56
- "alien-planet": { label: "כוכב חייזרים", description: "נוף אחר-עולמי עם ירחים תאומים" },
58
+ "alien-planet": { label: "כוכב חייזרים", description: "נוף מעולם אחר עם ירחים תאומים" },
57
59
  "spaceship-interior": { label: "פנים חללית", description: "מסדרון חללית חלק" },
58
- "underwater": { label: "מתחת למים", description: "סצנה מואר אוקיינוס עמוק" },
60
+ "underwater": { label: "מתחת למים", description: "סצנת אוקיינוס עמוק שטופת שמש" },
59
61
  "fantasy-castle": { label: "טירת פנטזיה", description: "חצר טירה משתרעת" },
60
62
  "medieval-village": { label: "כפר מימי הביניים", description: "כיכר כפר מרוצפת" },
61
- "ancient-ruins": { label: "חורבות עתיקות", description: "חורבות אבן חנוקות בגפנים" },
63
+ "ancient-ruins": { label: "חורבות עתיקות", description: "חורבות אבן חנוקות בצמחים מטפסים" },
62
64
  "cyberpunk-city": { label: "עיר Cyberpunk", description: "קו רקיע של מגה-עיר ניאון משתרעת" },
63
65
  "haunted-mansion": { label: "אחוזה רדופה", description: "אחוזה גותית מתפוררת" },
64
66
  "dreamscape": { label: "נוף חלום", description: "איים מרחפים סוריאליסטיים" },
65
- "wasteland": { label: "אדמת בור פוסט-אפוקליפטית", description: "אדמת בור חלודה ומעוננת" },
67
+ "wasteland": { label: "שממה פוסט-אפוקליפטית", description: "שממה חלודה ומעוננת" },
66
68
  "balcony": { label: "מרפסת", description: "מרפסת של דירה / מלון, נוף עירוני, אינטימי" },
67
69
  "attic": { label: "עליית גג", description: "עליית גג מאובקת עם קורות עץ, גג משופע" },
68
70
  "basement": { label: "מרתף", description: "מרתף בטון, צנרת חשופה, תאורה תעשייתית עמומה" },
69
71
  "sauna": { label: "סאונה", description: "סאונה מצופה עץ, אדים, חמימות אינטימית" },
70
- "dorm-room": { label: "חדר במעונות", description: "חדר במעונות סטודנטים, מיטה יחיד, פוסטרים, אורות פיות" },
72
+ "dorm-room": { label: "חדר במעונות", description: "חדר במעונות סטודנטים, מיטת יחיד, פוסטרים, אורות פיות" },
71
73
  "locker-room": { label: "חדר הלבשה", description: "חדר הלבשה של חדר כושר / ספורט, קרמיקה, ספסלים, מראות" },
72
74
  "music-studio": { label: "אולפן הקלטות", description: "אולפן הקלטות, מיקרופונים, ספוג, קונסולת בקרה" },
73
- "conservatory": { label: "חממה זכוכית", description: "חממה עם קירות זכוכית, צמחים טרופיים, שמש מסוננת" },
75
+ "conservatory": { label: "חממת זכוכית", description: "חממה עם קירות זכוכית, צמחים טרופיים, שמש מסוננת" },
74
76
 
75
77
  // --- picker-gaps 2026-09-01 ---
76
78
  "open-air-market": { label: "שוק פתוח", description: "שוק שוקק של דוכני מוכרים תחת סככות" },
@@ -9,6 +9,7 @@ const map: LocaleCatalogMap = {
9
9
  "bedroom": { label: "शयनकक्ष", description: "अंतरंग शयनकक्ष" },
10
10
  "living-room": { label: "Living Room", description: "Cozy घरेलू living room" },
11
11
  "kitchen": { label: "रसोई", description: "सुबह की रोशनी वाली गर्म घरेलू रसोई" },
12
+ "bathroom": { label: "बाथरूम", description: "रोज़मर्रा का उजला बाथरूम" },
12
13
  "hotel-room": { label: "Hotel Room", description: "City view वाला लालित्यपूर्ण hotel room" },
13
14
  "restaurant": { label: "Restaurant", description: "अंतरंग candlelit restaurant" },
14
15
  "nightclub": { label: "Nightclub", description: "Lasers और धुएँ वाला गहरा club" },
@@ -20,6 +21,7 @@ const map: LocaleCatalogMap = {
20
21
  "warehouse": { label: "Industrial Warehouse", description: "Skylights वाला विशाल warehouse" },
21
22
  "subway-car": { label: "Subway Car", description: "चलती हुई subway का अंदरूनी" },
22
23
  "taxi": { label: "Taxi का अंदरूनी", description: "रात में city taxi की पिछली सीट" },
24
+ "car-interior": { label: "कार का भीतर", description: "खड़ी कार की आगे की सीट" },
23
25
  "cathedral": { label: "Cathedral", description: "Gothic cathedral का अंदरूनी" },
24
26
  "art-gallery": { label: "Art Gallery", description: "Minimalist white-cube gallery" },
25
27
  "balcony": { label: "बालकनी", description: "Apartment / hotel की बालकनी, urban view, अंतरंग" },
@@ -6,11 +6,12 @@ const map: LocaleCatalogMap = {
6
6
  "library": { label: "図書館", description: "高い書架のある荘厳な図書館" },
7
7
  "office": { label: "モダンなオフィス", description: "明るくガラスの多いモダンなオフィス" },
8
8
  "home-office": { label: "ホームオフィス", description: "居心地のよい自宅のワークスペース" },
9
- "bedroom": { label: "寝室", description: "親密な寝室" },
9
+ "bedroom": { label: "寝室", description: "プライベートな雰囲気の寝室" },
10
10
  "living-room": { label: "リビングルーム", description: "居心地のよい住宅のリビングルーム" },
11
11
  "kitchen": { label: "キッチン", description: "朝の光が差し込む暖かな家庭のキッチン" },
12
+ "bathroom": { label: "バスルーム", description: "明るい自宅の浴室" },
12
13
  "hotel-room": { label: "ホテルの部屋", description: "市街の眺めが広がるエレガントなホテルの部屋" },
13
- "restaurant": { label: "レストラン", description: "親密なキャンドル灯のレストラン" },
14
+ "restaurant": { label: "レストラン", description: "キャンドルが灯る、こぢんまりとしたレストラン" },
14
15
  "nightclub": { label: "ナイトクラブ", description: "レーザーと煙のある暗いクラブ" },
15
16
  "gym": { label: "ジム", description: "モダンなフィットネスジム" },
16
17
  "classroom": { label: "教室", description: "明るい学校の教室" },
@@ -20,13 +21,14 @@ const map: LocaleCatalogMap = {
20
21
  "warehouse": { label: "工業倉庫", description: "天窓のある広大な倉庫" },
21
22
  "subway-car": { label: "地下鉄車両", description: "走行中の地下鉄の車内" },
22
23
  "taxi": { label: "タクシー車内", description: "夜の市街タクシーの後部座席" },
24
+ "car-interior": { label: "車内", description: "停車中の車の前席" },
23
25
  "cathedral": { label: "大聖堂", description: "ゴシック様式の大聖堂の内部" },
24
26
  "art-gallery": { label: "アートギャラリー", description: "ミニマリストのホワイトキューブ・ギャラリー" },
25
27
 
26
28
  // Urban
27
29
  "city-street": { label: "市街の通り", description: "賑やかな市街の通り" },
28
30
  "rooftop": { label: "屋上", description: "スカイラインを見渡す屋上テラス" },
29
- "back-alley": { label: "裏通り", description: "ざらついた狭い路地" },
31
+ "back-alley": { label: "裏通り", description: "薄汚れた狭い路地" },
30
32
  "neon-alley": { label: "ネオンの路地", description: "雨に濡れたネオンの路地" },
31
33
  "park": { label: "都市公園", description: "小道のある緑豊かな都市公園" },
32
34
  "backyard": { label: "裏庭のパティオ", description: "ストリングライトが灯る裏庭のデッキ" },
@@ -39,9 +41,9 @@ const map: LocaleCatalogMap = {
39
41
  "gas-station": { label: "ガソリンスタンド", description: "夜の寂しい高速道路沿いのガソリンスタンド" },
40
42
 
41
43
  // Nature
42
- "forest": { label: "森の空き地", description: "陽光に照らされた苔むす空き地" },
44
+ "forest": { label: "森の開けた場所", description: "陽光が差し込む、苔むした森の開けた場所" },
43
45
  "beach": { label: "ビーチ", description: "波の打ち寄せる広い砂浜" },
44
- "mountain-peak": { label: "山頂", description: "岩の多いアルプスの山頂" },
46
+ "mountain-peak": { label: "山頂", description: "岩の多い高山の山頂" },
45
47
  "desert": { label: "砂漠の砂丘", description: "風が吹き抜ける砂漠の砂丘" },
46
48
  "jungle": { label: "ジャングル", description: "湿った密林の内部" },
47
49
  "grassland": { label: "草原", description: "風が吹き抜ける開けた草原" },
@@ -53,7 +55,7 @@ const map: LocaleCatalogMap = {
53
55
  "western-canyon": { label: "西部の峡谷", description: "蛇行する川のある赤岩のメサ" },
54
56
 
55
57
  // Fantastical
56
- "alien-planet": { label: "異星の惑星", description: "二重の月がある異世界の風景" },
58
+ "alien-planet": { label: "異星", description: "二つの月が浮かぶ異世界の風景" },
57
59
  "spaceship-interior": { label: "宇宙船の内部", description: "洗練された宇宙船の通路" },
58
60
  "underwater": { label: "水中", description: "陽光の差し込む深海の情景" },
59
61
  "fantasy-castle": { label: "ファンタジー城", description: "広大な城の中庭" },
@@ -65,14 +67,14 @@ const map: LocaleCatalogMap = {
65
67
  "wasteland": { label: "ポストアポカリプスの荒野", description: "錆びついた曇り空の荒野" },
66
68
 
67
69
  // Additional indoor / urban / mixed
68
- "balcony": { label: "バルコニー", description: "アパート/ホテルのバルコニー、街の眺め、親密な雰囲気" },
69
- "attic": { label: "屋根裏部屋", description: "木の梁が露わな埃っぽい屋根裏、傾斜した屋根" },
70
- "basement": { label: "地下室", description: "コンクリートの地下室、剥き出しの配管、薄暗い工業的雰囲気" },
71
- "sauna": { label: "サウナ", description: "木目パネル張りのサウナ、蒸気、親密で暖かな空間" },
72
- "dorm-room": { label: "寮の部屋", description: "大学の寮、シングルベッド、ポスター、フェアリーライト" },
73
- "locker-room": { label: "ロッカールーム", description: "ジム/スポーツ用ロッカールーム、タイル、ベンチ、鏡" },
74
- "music-studio": { label: "音楽スタジオ", description: "レコーディングスタジオ、マイク、防音材、ミキシングコンソール" },
75
- "conservatory": { label: "コンサバトリー(温室)", description: "ガラス張りの温室、熱帯植物、漉した光" },
70
+ "balcony": { label: "バルコニー", description: "街を見渡すアパートのバルコニー" },
71
+ "attic": { label: "屋根裏部屋", description: "木の梁が露わな埃っぽい屋根裏" },
72
+ "basement": { label: "地下室", description: "配管が剥き出しのコンクリートの地下室" },
73
+ "sauna": { label: "サウナ", description: "蒸気が立ちのぼる、木目パネル張りのサウナ" },
74
+ "dorm-room": { label: "寮の部屋", description: "フェアリーライトが灯る、散らかった大学の寮の部屋" },
75
+ "locker-room": { label: "ロッカールーム", description: "ベンチが並ぶ、タイル張りのジムのロッカールーム" },
76
+ "music-studio": { label: "音楽スタジオ", description: "マイクと吸音材のあるレコーディングスタジオ" },
77
+ "conservatory": { label: "コンサバトリー(温室)", description: "熱帯植物が茂るガラス張りの温室" },
76
78
 
77
79
  // --- picker-gaps 2026-09-01 ---
78
80
  "open-air-market": { label: "野外市場", description: "天蓋の下に露店が並ぶ賑やかな市場" },
@@ -9,6 +9,7 @@ const map: LocaleCatalogMap = {
9
9
  "bedroom": { label: "침실", description: "친밀한 침실입니다" },
10
10
  "living-room": { label: "거실", description: "아늑한 가정용 거실입니다" },
11
11
  "kitchen": { label: "주방", description: "아침 햇살이 비치는 따뜻한 가정용 주방입니다" },
12
+ "bathroom": { label: "욕실", description: "밝은 가정집 욕실" },
12
13
  "hotel-room": { label: "호텔 객실", description: "도시 전망의 우아한 호텔 객실입니다" },
13
14
  "restaurant": { label: "레스토랑", description: "촛불이 켜진 친밀한 레스토랑입니다" },
14
15
  "nightclub": { label: "나이트클럽", description: "레이저와 연기로 가득한 어두운 클럽입니다" },
@@ -20,6 +21,7 @@ const map: LocaleCatalogMap = {
20
21
  "warehouse": { label: "산업용 창고", description: "천창이 있는 거대한 창고입니다" },
21
22
  "subway-car": { label: "지하철 객차", description: "움직이는 지하철 객차의 내부입니다" },
22
23
  "taxi": { label: "택시 내부", description: "밤 시간 도시 택시의 뒷좌석입니다" },
24
+ "car-interior": { label: "차 안", description: "주차된 차의 앞좌석" },
23
25
  "cathedral": { label: "대성당", description: "고딕 양식의 대성당 내부입니다" },
24
26
  "art-gallery": { label: "아트 갤러리", description: "미니멀한 화이트 큐브 갤러리입니다" },
25
27
 
@@ -9,6 +9,7 @@ const map: LocaleCatalogMap = {
9
9
  "bedroom": { label: "Quarto", description: "Quarto íntimo" },
10
10
  "living-room": { label: "Sala de Estar", description: "Sala de estar residencial e aconchegante" },
11
11
  "kitchen": { label: "Cozinha", description: "Cozinha de casa quente com luz da manhã" },
12
+ "bathroom": { label: "Banheiro", description: "Banheiro doméstico claro" },
12
13
  "hotel-room": { label: "Quarto de Hotel", description: "Quarto de hotel elegante com vista da cidade" },
13
14
  "restaurant": { label: "Restaurante", description: "Restaurante íntimo iluminado por velas" },
14
15
  "nightclub": { label: "Boate", description: "Boate escura com lasers e fumaça" },
@@ -20,6 +21,7 @@ const map: LocaleCatalogMap = {
20
21
  "warehouse": { label: "Galpão Industrial", description: "Galpão imenso com claraboias" },
21
22
  "subway-car": { label: "Vagão de Metrô", description: "Interior de vagão de metrô em movimento" },
22
23
  "taxi": { label: "Interior de Táxi", description: "Banco traseiro de um táxi à noite na cidade" },
24
+ "car-interior": { label: "Interior do carro", description: "Banco da frente de um carro parado" },
23
25
  "cathedral": { label: "Catedral", description: "Interior de catedral gótica" },
24
26
  "art-gallery": { label: "Galeria de Arte", description: "Galeria minimalista em cubo branco" },
25
27
 
@@ -9,6 +9,7 @@ const map: LocaleCatalogMap = {
9
9
  "bedroom": { label: "Спальня", description: "Интимная спальня" },
10
10
  "living-room": { label: "Гостиная", description: "Уютная жилая гостиная" },
11
11
  "kitchen": { label: "Кухня", description: "Тёплая домашняя кухня с утренним светом" },
12
+ "bathroom": { label: "Ванная", description: "Светлая домашняя ванная" },
12
13
  "hotel-room": { label: "Гостиничный номер", description: "Элегантный гостиничный номер с видом на город" },
13
14
  "restaurant": { label: "Ресторан", description: "Интимный ресторан при свечах" },
14
15
  "nightclub": { label: "Ночной клуб", description: "Тёмный клуб с лазерами и дымом" },
@@ -20,6 +21,7 @@ const map: LocaleCatalogMap = {
20
21
  "warehouse": { label: "Промышленный склад", description: "Огромный склад с потолочными окнами" },
21
22
  "subway-car": { label: "Вагон метро", description: "Движущийся интерьер метро" },
22
23
  "taxi": { label: "Салон такси", description: "Заднее сиденье городского такси ночью" },
24
+ "car-interior": { label: "Салон автомобиля", description: "Переднее сиденье припаркованной машины" },
23
25
  "cathedral": { label: "Собор", description: "Интерьер готического собора" },
24
26
  "art-gallery": { label: "Художественная галерея", description: "Минималистичная галерея в стиле white-cube" },
25
27
 
@@ -9,6 +9,7 @@ const map: LocaleCatalogMap = {
9
9
  "bedroom": { label: "卧室", description: "亲密私人的卧室" },
10
10
  "living-room": { label: "客厅", description: "舒适的家用客厅" },
11
11
  "kitchen": { label: "厨房", description: "晨光中温馨的家庭厨房" },
12
+ "bathroom": { label: "浴室", description: "明亮的家用浴室" },
12
13
  "hotel-room": { label: "酒店客房", description: "可远眺城市的优雅酒店客房" },
13
14
  "restaurant": { label: "餐厅", description: "亲密的烛光餐厅" },
14
15
  "nightclub": { label: "夜店", description: "带激光与烟雾的黑暗夜店" },
@@ -20,6 +21,7 @@ const map: LocaleCatalogMap = {
20
21
  "warehouse": { label: "工业仓库", description: "带天窗的高大仓库" },
21
22
  "subway-car": { label: "地铁车厢", description: "行驶中的地铁车厢内" },
22
23
  "taxi": { label: "出租车内", description: "夜晚城市出租车的后座" },
24
+ "car-interior": { label: "车内", description: "停着的车的前排座位" },
23
25
  "cathedral": { label: "大教堂", description: "哥特式大教堂内部" },
24
26
  "art-gallery": { label: "艺术画廊", description: "极简的白盒艺术画廊" },
25
27
  "balcony": { label: "阳台", description: "公寓 / 酒店阳台,城市景观,亲密氛围" },
@@ -4,7 +4,7 @@ const map: LocaleCatalogMap = {
4
4
  "3d-render": { label: "רנדר תלת-ממד", description: "רנדר CGI מודרני עם הצללה נקייה" },
5
5
  "anime": { label: "אנימה", description: "מראה של אנימציה יפנית" },
6
6
  "children-book": { label: "ספר ילדים", description: "ספר אגדה מצויר חמים" },
7
- "cinematic": { label: "קולנועי", description: "תמונה דרמטית ברמת פילם" },
7
+ "cinematic": { label: "קולנועי", description: "תמונה דרמטית ברמה קולנועית" },
8
8
  "comic-book": { label: "קומיקס", description: "פאנלים בדיו עם צבע שטוח" },
9
9
  "digital-art": { label: "אמנות דיגיטלית", description: "איור דיגיטלי מלוטש" },
10
10
  "fantasy": { label: "פנטזיה", description: "איור פנטזיה גבוהה אפי" },
@@ -13,38 +13,38 @@ const map: LocaleCatalogMap = {
13
13
  "oil-painting": { label: "ציור שמן", description: "משיכות מכחול עבות, קנבס קלאסי" },
14
14
  "pencil-sketch": { label: "סקיצת עיפרון", description: "ציור גרפיט בעבודת יד" },
15
15
  "photorealistic": { label: "פוטו-ריאליסטי", description: "לא ניתן להבחנה מצילום" },
16
- "pixel-art": { label: "Pixel Art", description: "רשת פיקסלים בסגנון משחק רטרו" },
16
+ "pixel-art": { label: "פיקסל ארט", description: "רשת פיקסלים בסגנון משחק רטרו" },
17
17
  "pop-art": { label: "פופ ארט", description: "צבעים נועזים, Warhol/Lichtenstein" },
18
18
  "retro-vintage": { label: "רטרו / וינטג'", description: "מראה פילם נוסטלגי דהוי" },
19
19
  "watercolor": { label: "צבעי מים", description: "שטיפות שקופות רכות" },
20
- "concept-art": { label: "אמנות קונספט", description: "ציור pre-production לפילם/משחק" },
21
- "impressionism": { label: "אימפרסיוניזם", description: "משיכות מכחול מנקדות בסגנון Monet" },
20
+ "concept-art": { label: "אמנות קונספט", description: "ציור פרה-פרודקשן לקולנוע/משחקים" },
21
+ "impressionism": { label: "אימפרסיוניזם", description: "משיכות מכחול בטפיחות בסגנון Monet" },
22
22
  "surrealism": { label: "סוריאליזם", description: "חולמני בהשפעת Dalí" },
23
23
  "cyberpunk": { label: "Cyberpunk", description: "עתיד דיסטופי מואר ניאון" },
24
24
  "steampunk": { label: "Steampunk", description: "פליז ויקטוריאני + מכונות" },
25
25
  "vaporwave": { label: "Vaporwave", description: "פסטל דיגיטלי רטרו של שנות ה-80" },
26
- "low-poly": { label: "Low Poly", description: "תלת-ממד גיאומטרי משטחי" },
26
+ "low-poly": { label: "Low Poly", description: "תלת-ממד גיאומטרי מרובה-פאות" },
27
27
  "ink-wash": { label: "Ink Wash", description: "מכחול sumi-e מזרח-אסיאני" },
28
28
  "isometric": { label: "איזומטרי", description: "מבט אקסונומטרי 3/4" },
29
29
  "flat-vector": { label: "וקטור שטוח", description: "איור שטוח מודרני" },
30
30
  "ukiyo-e": { label: "Ukiyo-e", description: "הדפס עץ יפני" },
31
31
  "graffiti": { label: "גרפיטי", description: "אמנות רחוב בספריי" },
32
32
  "claymation": { label: "Claymation", description: "סטופ-מושן חימר מוחשי" },
33
- "glitch-art": { label: "אמנות Glitch", description: "השחתה דיגיטלית + Datamosh" },
33
+ "glitch-art": { label: "אמנות גליץ'", description: "השחתה דיגיטלית + דאטאמוש" },
34
34
  "ascii-art": { label: "ASCII Art", description: "תווי טרמינל מונוכרומטיים" },
35
35
  "blueprint": { label: "Blueprint", description: "ציור טכני על כחול" },
36
36
  "stained-glass": { label: "ויטראז'", description: "פסיפס זכוכית מצבעית מולחמת" },
37
37
  "chalkboard": { label: "לוח גיר", description: "גיר לבן על צפחה" },
38
38
  "paper-cutout": { label: "חיתוך נייר", description: "נייר חתוך בשכבות + צללים" },
39
- "illuminated": { label: "כתב יד מואר", description: "עלי זהב + קליגרפיה" },
39
+ "illuminated": { label: "כתב יד מעוטר", description: "עלי זהב + קליגרפיה" },
40
40
  "pixar-3d": { label: "תלת-ממד Pixar", description: "אנימציית דמות מלוטשת CG" },
41
41
  "caricature": { label: "קריקטורה", description: "פורטרט מסוגנן ומוגזם" },
42
- "fresco": { label: "פרסקו", description: "ציור קיר על טיח בסגנון תקרת רנסנס" },
42
+ "fresco": { label: "פרסקו", description: "ציור קיר על טיח מתקופת הרנסנס" },
43
43
  "mosaic": { label: "פסיפס", description: "אמנות אריחים קטנים בטכניקת פסיפס ביזנטי" },
44
44
  "woodcut": { label: "חיתוך עץ", description: "הדפס תבליט בקונטרסט נועז, מתקופת Dürer" },
45
45
  "etching": { label: "תחריט", description: "הדפס intaglio עם הצללה דקה, סגנון Rembrandt" },
46
46
  "lithograph": { label: "ליתוגרפיה", description: "הדפס אבן עם טווח טונאלי רך, סגנון Toulouse-Lautrec" },
47
- "charcoal": { label: "פחם", description: "מחקר טונאלי שחור-אפור רך" },
47
+ "charcoal": { label: "רישום פחם", description: "מחקר טונאלי שחור-אפור רך" },
48
48
  "pastel": { label: "פסטל", description: "פסטלים יבשים של גיר רך" },
49
49
  "acrylic-paint": { label: "צבע אקריליק", description: "מדיה אטומה מתייבשת מהר, קצוות חדים" },
50
50
  "mixed-media": { label: "מדיה מעורבת", description: "שילוב מדיות, טקסטורות הטרוגניות" },
@@ -5,7 +5,7 @@ const map: LocaleCatalogMap = {
5
5
  "anime": { label: "アニメ", description: "日本のアニメーション調" },
6
6
  "children-book": { label: "絵本", description: "暖かなイラストの絵本風" },
7
7
  "cinematic": { label: "シネマティック", description: "映画的でドラマチックな画像" },
8
- "comic-book": { label: "コミックブック", description: "ベタ塗りカラーのインク描きパネル" },
8
+ "comic-book": { label: "コミックブック", description: "ペン入れしたコマとフラットな彩色" },
9
9
  "digital-art": { label: "デジタルアート", description: "磨かれたデジタルイラストレーション" },
10
10
  "fantasy": { label: "ファンタジー", description: "壮大なハイファンタジー・イラスト" },
11
11
  "minimalist": { label: "ミニマリスト", description: "シンプルな形と豊富な余白" },
@@ -16,9 +16,9 @@ const map: LocaleCatalogMap = {
16
16
  "pixel-art": { label: "ピクセルアート", description: "レトロゲーム風のピクセルグリッド" },
17
17
  "pop-art": { label: "ポップアート", description: "大胆な色使い、ウォーホル/リキテンシュタイン風" },
18
18
  "retro-vintage": { label: "レトロ/ヴィンテージ", description: "色褪せた懐かしいフィルムルック" },
19
- "watercolor": { label: "水彩画", description: "柔らかな透明の洗い" },
19
+ "watercolor": { label: "水彩画", description: "透明感のある柔らかな淡彩" },
20
20
  "concept-art": { label: "コンセプトアート", description: "映画/ゲームのプリプロダクション・ペインティング" },
21
- "impressionism": { label: "印象派", description: "モネ風の点描的なブラシワーク" },
21
+ "impressionism": { label: "印象派", description: "モネ風の短く軽いタッチ" },
22
22
  "surrealism": { label: "シュルレアリスム", description: "ダリ風の夢のような世界" },
23
23
  "cyberpunk": { label: "サイバーパンク", description: "ネオンに照らされたディストピアの未来" },
24
24
  "steampunk": { label: "スチームパンク", description: "ヴィクトリア朝の真鍮と機械" },
@@ -27,21 +27,21 @@ const map: LocaleCatalogMap = {
27
27
  "ink-wash": { label: "墨絵", description: "東アジアの水墨画(墨絵)" },
28
28
  "isometric": { label: "アイソメトリック", description: "3/4の軸測投影ビュー" },
29
29
  "flat-vector": { label: "フラットベクター", description: "モダンなフラットイラストレーション" },
30
- "ukiyo-e": { description: "日本の伝統的な木版画(浮世絵)" },
30
+ "ukiyo-e": { label: "浮世絵", description: "日本の伝統的な木版画(浮世絵)" },
31
31
  "graffiti": { label: "グラフィティ", description: "ストリートアートのスプレーペイント" },
32
- "claymation": { label: "クレイメーション", description: "触覚的なストップモーションの粘土" },
32
+ "claymation": { label: "クレイメーション", description: "手触り感のある粘土のストップモーション" },
33
33
  "glitch-art": { label: "グリッチアート", description: "デジタル破損とデータモッシュ" },
34
34
  "ascii-art": { label: "ASCIIアート", description: "モノクロの端末文字" },
35
35
  "blueprint": { label: "ブループリント", description: "青地の上の技術図面" },
36
- "stained-glass": { label: "ステンドグラス", description: "鉛が囲む色ガラスのモザイク" },
37
- "chalkboard": { label: "黒板", description: "石板上の白いチョーク描き" },
36
+ "stained-glass": { label: "ステンドグラス", description: "鉛線で組んだ色ガラスのモザイク" },
37
+ "chalkboard": { label: "黒板", description: "黒板に白いチョークで描いた絵" },
38
38
  "paper-cutout": { label: "ペーパーカット", description: "層になった切り紙とドロップシャドウ" },
39
39
  "illuminated": { label: "彩色写本", description: "金箔とカリグラフィー" },
40
40
  "pixar-3d": { label: "Pixar 3D", description: "磨かれたキャラクター・アニメーションCG" },
41
- "caricature": { label: "カリカチュア", description: "誇張された様式化ポートレート" },
41
+ "caricature": { label: "カリカチュア", description: "誇張してデフォルメした似顔絵" },
42
42
  "fresco": { label: "フレスコ画", description: "漆喰の上に描くルネサンス様式の天井画風" },
43
43
  "mosaic": { label: "モザイク", description: "小さなタイルを敷き詰めたビザンチン風モザイク" },
44
- "woodcut": { label: "木版画", description: "デューラー時代の大胆なコントラストの凸版印刷" },
44
+ "woodcut": { label: "木版画", description: "デューラー時代の大胆なコントラストの凸版画" },
45
45
  "etching": { label: "エッチング", description: "細かいクロスハッチングのレンブラント風凹版画" },
46
46
  "lithograph": { label: "リトグラフ", description: "石版印刷の柔らかな階調、トゥールーズ=ロートレック風" },
47
47
  "charcoal": { label: "木炭画", description: "柔らかな黒と灰のトーン習作" },
@@ -51,7 +51,7 @@ const map: LocaleCatalogMap = {
51
51
  "manga": { label: "漫画", description: "インクで描かれた白黒のコマ漫画、スクリーントーン" },
52
52
 
53
53
  // --- picker-gaps 2026-09-01 ---
54
- "early-color-photo": { label: "初期のカラー写真", description: "プロクジン=ゴルスキー/オートクロームによる1900年代初頭のカラー" },
54
+ "early-color-photo": { label: "初期のカラー写真", description: "Prokudin-Gorsky/オートクロームによる1900年代初頭のカラー" },
55
55
  }
56
56
 
57
57
  export default map
@@ -8,6 +8,7 @@ const map: LocaleCatalogMap = {
8
8
  "makeup-editorial": { label: "تحريري", description: "مكياج أزياء طليعي" },
9
9
  "makeup-goth": { label: "Goth", description: "جمالية Goth داكنة" },
10
10
  "makeup-dewy": { label: "توهج Dewy", description: "تركيز على بشرة طازجة متوهجة" },
11
+ "makeup-bare": { label: "وجه بدون مكياج", description: "بلا أي مكياج" },
11
12
 
12
13
  "eyewear-sunglasses": { label: "نظارات شمسية", description: "نظارات شمسية داكنة عامة" },
13
14
  "eyewear-aviators": { label: "Aviators", description: "نظارات Aviator كلاسيكية" },
@@ -159,6 +160,7 @@ const map: LocaleCatalogMap = {
159
160
  "outfit-one-piece-swim": { label: "ملابس سباحة قطعة واحدة", description: "ملابس سباحة قطعة واحدة مفصلة" },
160
161
  "outfit-lingerie": { label: "طقم Lingerie", description: "طقم Lingerie متطابق" },
161
162
  "outfit-pajamas": { label: "بيجاما", description: "طقم بيجاما قطنية ناعمة" },
163
+ "outfit-casual-home": { label: "ملابس منزلية مريحة", description: "تيشيرت أو كنزة مع بنطال مريح" },
162
164
  "outfit-bathrobe": { label: "روب حمام", description: "روب Terrycloth وثير" },
163
165
  "outfit-kimono": { label: "كيمونو", description: "كيمونو ياباني تقليدي" },
164
166
  "outfit-ballerina": { label: "Ballerina", description: "زي راقصة باليه كلاسيكي" },
@@ -9,6 +9,7 @@ const map: LocaleCatalogMap = {
9
9
  "makeup-editorial": { label: "Editorial", description: "Avantgardistisches Mode-Make-up" },
10
10
  "makeup-goth": { label: "Goth", description: "Dunkle Goth-Ästhetik" },
11
11
  "makeup-dewy": { label: "Tau-Glanz", description: "Strahlender frischer Hautfokus" },
12
+ "makeup-bare": { label: "Ungeschminkt", description: "Ganz ohne Make-up" },
12
13
  // Eyewear
13
14
  "eyewear-sunglasses": { label: "Sonnenbrille", description: "Generische dunkle Sonnenbrille" },
14
15
  "eyewear-aviators": { label: "Pilotenbrille", description: "Klassische Pilotenbrille" },
@@ -160,6 +161,7 @@ const map: LocaleCatalogMap = {
160
161
  "outfit-one-piece-swim": { label: "Einteiliger Badeanzug", description: "Figurnaher einteiliger Badeanzug" },
161
162
  "outfit-lingerie": { label: "Dessous-Set", description: "Passendes Dessous-Set" },
162
163
  "outfit-pajamas": { label: "Pyjama", description: "Weiches Baumwoll-Pyjama-Set" },
164
+ "outfit-casual-home": { label: "Gemütlich zu Hause", description: "Weiches Shirt oder Strick mit lockerer Hose" },
163
165
  "outfit-bathrobe": { label: "Bademantel", description: "Plüschiger Frottee-Bademantel" },
164
166
  "outfit-kimono": { label: "Kimono", description: "Traditioneller japanischer Kimono" },
165
167
  "outfit-ballerina": { label: "Ballerina", description: "Klassisches Ballerina-Kostüm" },
@@ -9,6 +9,7 @@ const map: LocaleCatalogMap = {
9
9
  "makeup-editorial": { label: "Editorial", description: "Maquillaje de moda vanguardista" },
10
10
  "makeup-goth": { label: "Gótico", description: "Estética gótica oscura" },
11
11
  "makeup-dewy": { label: "Brillo Húmedo", description: "Foco de piel fresca y brillante" },
12
+ "makeup-bare": { label: "Rostro natural", description: "Sin nada de maquillaje" },
12
13
 
13
14
  // -------------------- Eyewear --------------------
14
15
  "eyewear-sunglasses": { label: "Lentes de Sol", description: "Lentes de sol oscuros genéricos" },
@@ -170,6 +171,7 @@ const map: LocaleCatalogMap = {
170
171
  "outfit-one-piece-swim": { label: "Traje de Baño Entero", description: "Traje de baño entero ajustado" },
171
172
  "outfit-lingerie": { label: "Conjunto de Lencería", description: "Conjunto de lencería a juego" },
172
173
  "outfit-pajamas": { label: "Pijamas", description: "Conjunto suave de pijama de algodón" },
174
+ "outfit-casual-home": { label: "Casual en casa", description: "Camiseta o punto con pantalón cómodo" },
173
175
  "outfit-bathrobe": { label: "Bata de Baño", description: "Bata de toalla mullida" },
174
176
  "outfit-kimono": { label: "Kimono", description: "Kimono japonés tradicional" },
175
177
  "outfit-ballerina": { label: "Bailarina", description: "Disfraz clásico de bailarina" },