@@ -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
|
||||
|
@@ -1,4 +1,7 @@
|
||||
const translation = {
|
||||
metadata: {
|
||||
title: 'Plugins',
|
||||
},
|
||||
category: {
|
||||
all: 'All',
|
||||
models: 'Models',
|
||||
|
@@ -649,6 +649,11 @@ const translation = {
|
||||
pagination: {
|
||||
perPage: '每页显示',
|
||||
},
|
||||
imageInput: {
|
||||
dropImageHere: '将图片拖放到此处,或',
|
||||
browse: '浏览',
|
||||
supportedFormats: '支持PNG、JPG、JPEG、WEBP和GIF格式',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@@ -1,4 +1,7 @@
|
||||
const translation = {
|
||||
metadata: {
|
||||
title: '插件',
|
||||
},
|
||||
category: {
|
||||
all: '全部',
|
||||
models: '模型',
|
||||
|
Reference in New Issue
Block a user