mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
ノートの脱CASCADE削除 (#16332)
* wip * Update CHANGELOG.md * Update QueryService.ts * Update QueryService.ts * wip * Update MkNoteDetailed.vue * Update NoteEntityService.ts * wip * Update antennas.ts * Update create.ts * Update NoteEntityService.ts * wip * Update CHANGELOG.md * Update NoteEntityService.ts * Update NoteCreateService.ts * Update note.test.ts * Update note.test.ts * Update ClientServerService.ts * Update ClientServerService.ts * add error handling * Update NoteDeleteService.ts * Update CHANGELOG.md * Update entities.ts * Update entities.ts * Update misskey-js.api.md
This commit is contained in:
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@@ -2567,11 +2567,11 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"serviceworkerInfo": string;
|
||||
/**
|
||||
* 削除された投稿
|
||||
* 削除されたノート
|
||||
*/
|
||||
"deletedNote": string;
|
||||
/**
|
||||
* 非公開の投稿
|
||||
* 非公開のノート
|
||||
*/
|
||||
"invisibleNote": string;
|
||||
/**
|
||||
|
||||
@@ -637,8 +637,8 @@ addRelay: "リレーの追加"
|
||||
inboxUrl: "inboxのURL"
|
||||
addedRelays: "追加済みのリレー"
|
||||
serviceworkerInfo: "プッシュ通知を行うには有効にする必要があります。"
|
||||
deletedNote: "削除された投稿"
|
||||
invisibleNote: "非公開の投稿"
|
||||
deletedNote: "削除されたノート"
|
||||
invisibleNote: "非公開のノート"
|
||||
enableInfiniteScroll: "自動でもっと見る"
|
||||
visibility: "公開範囲"
|
||||
poll: "アンケート"
|
||||
|
||||
Reference in New Issue
Block a user