1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 11:05:47 +02:00

Merge branch 'develop' into room

This commit is contained in:
syuilo
2026-03-15 16:38:33 +09:00
111 changed files with 3292 additions and 2748 deletions

View File

@@ -13109,25 +13109,17 @@ export interface Locale extends ILocale {
*/
"centerY": string;
/**
* スムージング
* 密度
*/
"zoomLinesSmoothing": string;
"density": string;
/**
* スムージングと集中線の幅の設定は併用できません。
* 線の影の太さ
*/
"zoomLinesSmoothingDescription": string;
/**
* 集中線の幅
*/
"zoomLinesThreshold": string;
"zoomLinesOutlineThickness": string;
/**
* 中心径
*/
"zoomLinesMaskSize": string;
/**
* 黒色にする
*/
"zoomLinesBlack": string;
/**
* 円形
*/