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',