[fix] image compression

This commit is contained in:
kwaroran
2023-06-11 11:04:11 +09:00
parent 32f58fef1d
commit 49a01a0950
7 changed files with 120 additions and 7 deletions

View File

@@ -308,4 +308,5 @@ export const languageChinese = {
recent: '最新',
downloads: '下载量',
trending: "热度",
imageCompression: "图像压缩"
}

View File

@@ -311,6 +311,7 @@ export const languageEnglish = {
enterMessageForTranslateToEnglish: "Enter Message for Translate to English",
recent: 'Recent',
downloads: 'Downloads',
trending: "Trending"
trending: "Trending",
imageCompression: "Image Compression"
}

View File

@@ -281,4 +281,6 @@ export const languageKorean = {
useChatCopy: "채팅 메시지 복사 사용",
autoTranslateInput: "입력 자동 번역",
enterMessageForTranslateToEnglish: "영어로 번역할 메시지를 입력해주세요",
imageCompression: "이미지 압축"
}