Skip to content

Commit

Permalink
fix: 画像縮小時は2560x2560未満でなく以下になる旨、文章を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
i544c-me committed Apr 23, 2024
1 parent 432abd1 commit ce9126f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9266,7 +9266,7 @@ export interface Locale extends ILocale {
*/
"imageResize": string;
/**
* 縮小する場合は2560x2560より小さくなるように縮小されます
* 縮小する場合は2560x2560以下になるように縮小されます
*/
"imageResizeDescription": string;
/**
Expand Down
2 changes: 1 addition & 1 deletion locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2458,7 +2458,7 @@ _imageCompressionMode:
title: "画像の圧縮形式"
description: "オリジナル画像を保持しない場合に、Web公開用画像の圧縮形式を選択できます。"
imageResize: "画像を縮小する"
imageResizeDescription: "縮小する場合は2560x2560より小さくなるように縮小されます"
imageResizeDescription: "縮小する場合は2560x2560以下になるように縮小されます"
imageCompressionLossy: "画像を常に非可逆圧縮する"
imageCompressionLossyDescription: "非可逆圧縮を指定しない場合は、元画像に応じて非可逆圧縮か可逆圧縮かが自動的に選択されます。"

Expand Down

0 comments on commit ce9126f

Please sign in to comment.