mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
locale
This commit is contained in:
parent
47a5f0cdd9
commit
923d95d078
2 changed files with 2 additions and 2 deletions
|
|
@ -3619,7 +3619,7 @@ _miRoom:
|
|||
imageFit: "画像のはめ込み"
|
||||
imageFit_cover: "覆う"
|
||||
imageFit_contain: "収める"
|
||||
imageFit_stretch: "引き伸ばす"
|
||||
imageFit_stretch: "伸縮"
|
||||
material_metallic: "光沢"
|
||||
material_roughness: "粗さ"
|
||||
light_brightness: "明るさ"
|
||||
|
|
|
|||
|
|
@ -13493,7 +13493,7 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"imageFit_contain": string;
|
||||
/**
|
||||
* 引き伸ばす
|
||||
* 伸縮
|
||||
*/
|
||||
"imageFit_stretch": string;
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue