1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-29 13:54:37 +02:00
This commit is contained in:
syuilo
2026-06-10 18:59:13 +09:00
parent 47a5f0cdd9
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;
/**