tachybase_todo/packages/plugins/file-manager/src/client/locale/ja-JP.ts
Junyi 36d16bc015
refactor(plugin-fm): change api and allow to select storage (#1250)
* 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>
2023-06-06 19:30:42 +08:00

19 lines
817 B
TypeScript

export default {
'File manager': 'ファイルストレージ',
'Attachment': '添付ファイル',
'MIME type': 'ファイル形式',
'Allow uploading multiple files': '複数ファイルのアップロードを許可する',
'Storage display name': 'ファイルストレージ名',
'Storage name': 'ファイルストレージ識別子',
'Storage type': 'ストレージタイプ',
'Default storage': 'デフォルトストレージ',
'Storage base URL': 'Storage base URL',
'Destination': 'ファイルパス',
'Use the built-in static file server': '組み込みの静的ファイル サービスを使用する',
'Local storage': 'ローカルストレージ',
'Aliyun OSS': 'Aliyun OSS',
'Tencent COS': 'Tencent COS',
'Amazon S3': 'Amazon S3',
'Filename': 'ファイル名',
};