From ce9126f6de41f7ef8eb860ca617ff4bbf1d68552 Mon Sep 17 00:00:00 2001 From: i544c Date: Tue, 23 Apr 2024 22:55:23 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=BB=E5=83=8F=E7=B8=AE=E5=B0=8F?= =?UTF-8?q?=E6=99=82=E3=81=AF2560x2560=E6=9C=AA=E6=BA=80=E3=81=A7=E3=81=AA?= =?UTF-8?q?=E3=81=8F=E4=BB=A5=E4=B8=8B=E3=81=AB=E3=81=AA=E3=82=8B=E6=97=A8?= =?UTF-8?q?=E3=80=81=E6=96=87=E7=AB=A0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/en-US.yml | 2 +- locales/index.d.ts | 2 +- locales/ja-JP.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index cd6f4a823572..3fdd7ceaa711 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -2379,7 +2379,7 @@ _imageCompressionMode: title: "Image compression format" description: "If 'Keep original image' turned off, you can select the image compression format for web publication." imageResize: "Resize image" - imageResizeDescription: "If turned on, the size will be reduced to be smaller than 2560x2560." + imageResizeDescription: "If turned on, the size will be reduced to 2560x2560 or less." imageCompressionLossy: "Always Lossy Compression" imageCompressionLossyDescription: "If turned off, the compression mode is automatically selected to lossy or lossless depending on the original image." _moderationLogTypes: diff --git a/locales/index.d.ts b/locales/index.d.ts index fa45acad3e8d..d475d80ad781 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -9266,7 +9266,7 @@ export interface Locale extends ILocale { */ "imageResize": string; /** - * 縮小する場合は2560x2560より小さくなるように縮小されます。 + * 縮小する場合は2560x2560以下になるように縮小されます。 */ "imageResizeDescription": string; /** diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index c317363a0cff..8ea6f788b3db 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -2458,7 +2458,7 @@ _imageCompressionMode: title: "画像の圧縮形式" description: "オリジナル画像を保持しない場合に、Web公開用画像の圧縮形式を選択できます。" imageResize: "画像を縮小する" - imageResizeDescription: "縮小する場合は2560x2560より小さくなるように縮小されます。" + imageResizeDescription: "縮小する場合は2560x2560以下になるように縮小されます。" imageCompressionLossy: "画像を常に非可逆圧縮する" imageCompressionLossyDescription: "非可逆圧縮を指定しない場合は、元画像に応じて非可逆圧縮か可逆圧縮かが自動的に選択されます。"