enhance(frontend): ノート作成画面の添付メニューから直接ファイルを消せるように (#12858)
* (enhance) 添付画面から直接ファイルを消せるように * Update Changelog --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
parent
fcd7ffe956
commit
576484835e
4 changed files with 27 additions and 0 deletions
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
@ -536,6 +536,7 @@ export interface Locale extends ILocale {
|
|||
* 添付取り消し
|
||||
*/
|
||||
"attachCancel": string;
|
||||
"deleteFile": string;
|
||||
/**
|
||||
* センシティブとして設定
|
||||
*/
|
||||
|
|
|
@ -130,6 +130,7 @@ overwriteFromPinnedEmojis: "全般設定から上書きする"
|
|||
reactionSettingDescription2: "ドラッグして並び替え、クリックして削除、+を押して追加します。"
|
||||
rememberNoteVisibility: "公開範囲を記憶する"
|
||||
attachCancel: "添付取り消し"
|
||||
deleteFile: "ファイルを削除"
|
||||
markAsSensitive: "センシティブとして設定"
|
||||
unmarkAsSensitive: "センシティブを解除する"
|
||||
enterFileName: "ファイル名を入力"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue