feat(frontend): リモート絵文字のインポート時に詳細を確認できるように (#15344)

* feat(frontend): リモート絵文字のインポート時に詳細を確認できるように

* 追加対応

* MkInput -> MkKeyValue
This commit is contained in:
おさむのひと 2025-01-26 14:59:03 +09:00 committed by GitHub
parent e94c697aae
commit f4bca4708e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 202 additions and 2 deletions

4
locales/index.d.ts vendored
View file

@ -10635,6 +10635,10 @@ export interface Locale extends ILocale {
"logNothing": string;
};
"_remote": {
/**
*
*/
"selectionRowDetail": string;
/**
*
*/

View file

@ -2837,6 +2837,7 @@ _customEmojisManager:
failureLogNothing: "失敗ログはありません。"
logNothing: "ログはありません。"
_remote:
selectionRowDetail: "選択行の詳細"
importSelectionRows: "選択行をインポート"
importSelectionRangesRows: "選択範囲の行をインポート"
importEmojisButton: "チェックされた絵文字をインポート"