mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
feat: support restoring single message to IMAP #77
This commit is contained in:
@@ -1439,5 +1439,15 @@
|
||||
"title": "サインアウト",
|
||||
"desc": "本当にサインアウトしますか? アカウントにアクセスするには再度サインインが必要です。",
|
||||
"confirm": "サインアウト"
|
||||
},
|
||||
"restore_message": {
|
||||
"title": "メッセージを復元",
|
||||
"desc": "この操作により、選択したメッセージをBichonから再アップロードし、IMAPサーバー上の対応するメールボックスに復元します。",
|
||||
"confirm": "復元を実行",
|
||||
"restore_to_imap": "メールを復元",
|
||||
"success": "メッセージを復元しました",
|
||||
"successDesc": "選択したメッセージがIMAPサーバーに正常に復元されました。",
|
||||
"failed": "メッセージの復元に失敗しました",
|
||||
"failedTitle": "復元失敗"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user