カスタム絵文字のリクエスト承認用画面の追加

(cherry picked from commit 94451c380458b459791fc2bb6864a3255aca03c4)
This commit is contained in:
tar_bin 2023-08-11 23:02:54 +09:00 committed by mattyatea
parent bf9089209d
commit 21bee2ffde
4 changed files with 234 additions and 2 deletions

2
locales/index.d.ts vendored
View file

@ -260,6 +260,7 @@ export interface Locale {
"removed": string;
"removeAreYouSure": string;
"deleteAreYouSure": string;
"undraftAreYouSure": string;
"resetAreYouSure": string;
"saved": string;
"messaging": string;
@ -1023,6 +1024,7 @@ export interface Locale {
"notesSearchNotAvailable": string;
"license": string;
"draft": string;
"undrafted": string;
"unfavoriteConfirm": string;
"myClips": string;
"drivecleaner": string;

View file

@ -257,6 +257,7 @@ remove: "削除"
removed: "削除しました"
removeAreYouSure: "「{x}」を削除しますか?"
deleteAreYouSure: "「{x}」を削除しますか?"
undraftAreYouSure: "「{x}」をドラフト解除しますか?"
resetAreYouSure: "リセットしますか?"
saved: "保存しました"
messaging: "チャット"
@ -1022,6 +1023,7 @@ sensitiveWordsDescription2: "スペースで区切るとAND指定になり、キ
notesSearchNotAvailable: "ノート検索は利用できません。"
license: "ライセンス"
draft: "ドラフト"
undrafted: "ドラフト解除"
unfavoriteConfirm: "お気に入り解除しますか?"
myClips: "自分のクリップ"
drivecleaner: "ドライブクリーナー"