feat: エクスポート完了時に通知を発行するように (#14484)
* feat: エクスポート完了時に通知を発行するように * Update Changelog * entitity -> entity * fix: ペイロードを含むように * fix icon * exportableEntities -> userExportableEntities
This commit is contained in:
parent
89841e4c9a
commit
d8a2eeb7ed
21 changed files with 199 additions and 7 deletions
16
locales/index.d.ts
vendored
16
locales/index.d.ts
vendored
|
|
@ -1352,6 +1352,10 @@ export interface Locale extends ILocale {
|
|||
* ファイルを追加
|
||||
*/
|
||||
"addFile": string;
|
||||
/**
|
||||
* ファイルを表示
|
||||
*/
|
||||
"showFile": string;
|
||||
/**
|
||||
* ドライブは空です
|
||||
*/
|
||||
|
|
@ -9253,6 +9257,10 @@ export interface Locale extends ILocale {
|
|||
* 通知の履歴をリセットする
|
||||
*/
|
||||
"flushNotification": string;
|
||||
/**
|
||||
* {x}のエクスポートが完了しました
|
||||
*/
|
||||
"exportOfXCompleted": ParameterizedString<"x">;
|
||||
"_types": {
|
||||
/**
|
||||
* すべて
|
||||
|
|
@ -9306,6 +9314,14 @@ export interface Locale extends ILocale {
|
|||
* 実績の獲得
|
||||
*/
|
||||
"achievementEarned": string;
|
||||
/**
|
||||
* エクスポートが完了した
|
||||
*/
|
||||
"exportCompleted": string;
|
||||
/**
|
||||
* 通知のテスト
|
||||
*/
|
||||
"test": string;
|
||||
/**
|
||||
* 連携アプリからの通知
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue