mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 15:09:27 +08:00
* refactor(plugin-fm): change api and allow to select storage * fix(plugin-fm): fix lint errors and demo actions * refactor(plugin-fm): refactor action codes * fix(plugin-fm): fix api in test * fix(plugin-fm): fix build * fix(plugin-fm): fix locale * refactor(plugin-fm): hide storage from api and use sourceField param * fix(plugin-fm): fix storage select load * fix: improve code * fix(plugin-fm): change to attachmentField * refactor(plugin-fm): change middleware name * fix(plugin-fm): fix params in test cases --------- Co-authored-by: chenos <chenlinxh@gmail.com>
22 lines
688 B
TypeScript
22 lines
688 B
TypeScript
export default {
|
|
'File manager': 'File manager',
|
|
'Attachment': 'Attachment',
|
|
'MIME type': 'MIME type',
|
|
'Storage display name': 'Storage display name',
|
|
'Storage name': 'Storage name',
|
|
'Storage type': 'Storage type',
|
|
'Default storage': 'Default storage',
|
|
'Storage base URL': 'Storage base URL',
|
|
'Destination': 'Destination',
|
|
'Use the built-in static file server': 'Use the built-in static file server',
|
|
'Local storage': 'Local storage',
|
|
'Aliyun OSS': 'Aliyun OSS',
|
|
'Tencent COS': 'Tencent COS',
|
|
'Amazon S3': 'Amazon S3',
|
|
'Region': 'Region',
|
|
'Bucket': 'Bucket',
|
|
'Path': 'Path',
|
|
'Filename': 'Filename',
|
|
'Will be used for API': 'Will be used for API',
|
|
};
|