fix: move hardcoded text to language settings (#16990) (#17133)

This commit is contained in:
Perfecto
2025-04-02 22:35:51 +08:00
committed by GitHub
parent 5cffcd6336
commit 16c722d1d8
12 changed files with 40 additions and 14 deletions

View File

@@ -649,6 +649,11 @@ const translation = {
pagination: {
perPage: 'Items per page',
},
imageInput: {
dropImageHere: 'Drop your image here, or',
browse: 'browse',
supportedFormats: 'Supports PNG, JPG, JPEG, WEBP and GIF',
},
}
export default translation

View File

@@ -1,4 +1,7 @@
const translation = {
metadata: {
title: 'Plugins',
},
category: {
all: 'All',
models: 'Models',

View File

@@ -649,6 +649,11 @@ const translation = {
pagination: {
perPage: '每页显示',
},
imageInput: {
dropImageHere: '将图片拖放到此处,或',
browse: '浏览',
supportedFormats: '支持PNG、JPG、JPEG、WEBP和GIF格式',
},
}
export default translation

View File

@@ -1,4 +1,7 @@
const translation = {
metadata: {
title: '插件',
},
category: {
all: '全部',
models: '模型',