フォルダーを削除できないときダイアログボックスで知らせる (#5111)
* フォルダーを削除できないときダイアログボックスで知らせる * https://github.com/syuilo/misskey/pull/5111#issuecomment-508959068 かわいい
This commit is contained in:
parent
638458e2c1
commit
3b8ea90fdc
2 changed files with 17 additions and 0 deletions
|
@ -972,6 +972,8 @@ desktop/views/components/drive.folder.vue:
|
|||
unable-to-process: "操作を完了できません"
|
||||
circular-reference-detected: "移動先のフォルダーは、移動するフォルダーのサブフォルダーです。"
|
||||
unhandled-error: "不明なエラー"
|
||||
unable-to-delete: "削除できません"
|
||||
has-child-files-or-folders: "このフォルダは空でないため、削除できません。"
|
||||
contextmenu:
|
||||
move-to-this-folder: "このフォルダへ移動"
|
||||
show-in-new-window: "新しいウィンドウで表示"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue