This commit is contained in:
syuilo 2026-06-10 18:59:13 +09:00
commit 923d95d078
2 changed files with 2 additions and 2 deletions

View file

@ -3619,7 +3619,7 @@ _miRoom:
imageFit: "画像のはめ込み"
imageFit_cover: "覆う"
imageFit_contain: "収める"
imageFit_stretch: "引き伸ばす"
imageFit_stretch: "伸縮"
material_metallic: "光沢"
material_roughness: "粗さ"
light_brightness: "明るさ"

View file

@ -13493,7 +13493,7 @@ export interface Locale extends ILocale {
*/
"imageFit_contain": string;
/**
*
*
*/
"imageFit_stretch": string;
/**