summaryrefslogtreecommitdiff
path: root/locales/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'locales/index.d.ts')
-rw-r--r--locales/index.d.ts20
1 files changed, 18 insertions, 2 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 95886125ff..9bef0113a2 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -12347,6 +12347,10 @@ export interface Locale extends ILocale {
*/
"grayscale": string;
/**
+ * ぼかし
+ */
+ "blur": string;
+ /**
* 色調補正
*/
"colorAdjust": string;
@@ -12391,9 +12395,9 @@ export interface Locale extends ILocale {
*/
"tearing": string;
/**
- * 塗りつぶし(四角)
+ * 塗りつぶし
*/
- "fillSquare": string;
+ "fill": string;
};
"_fxProps": {
/**
@@ -12409,6 +12413,14 @@ export interface Locale extends ILocale {
*/
"size": string;
/**
+ * 半径
+ */
+ "radius": string;
+ /**
+ * サンプル数
+ */
+ "samples": string;
+ /**
* 位置
*/
"offset": string;
@@ -12524,6 +12536,10 @@ export interface Locale extends ILocale {
* 黒色にする
*/
"zoomLinesBlack": string;
+ /**
+ * 円形
+ */
+ "circle": string;
};
};
/**