mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
feat: エクスポート完了時に通知を発行するように (#14484)
* feat: エクスポート完了時に通知を発行するように * Update Changelog * entitity -> entity * fix: ペイロードを含むように * fix icon * exportableEntities -> userExportableEntities
This commit is contained in:
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;
|
||||
/**
|
||||
* 連携アプリからの通知
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user