1
0
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:
かっこかり
2024-09-26 14:15:03 +09:00
committed by GitHub
parent 89841e4c9a
commit d8a2eeb7ed
21 changed files with 199 additions and 7 deletions

16
locales/index.d.ts vendored
View File

@@ -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;
/**
* 連携アプリからの通知
*/