フォルダーを削除できないときダイアログボックスで知らせる (#5111)

* フォルダーを削除できないときダイアログボックスで知らせる

* https://github.com/syuilo/misskey/pull/5111#issuecomment-508959068

かわいい
This commit is contained in:
Satsuki Yanagi 2019-07-07 14:56:51 +09:00 committed by syuilo
parent 638458e2c1
commit 3b8ea90fdc
2 changed files with 17 additions and 0 deletions

View file

@ -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: "新しいウィンドウで表示"