1
0

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
6 changed files with 202 additions and 2 deletions
+4
View File
@@ -10635,6 +10635,10 @@ export interface Locale extends ILocale {
"logNothing": string;
};
"_remote": {
/**
*
*/
"selectionRowDetail": string;
/**
*
*/
+1
View File
@@ -2837,6 +2837,7 @@ _customEmojisManager:
failureLogNothing: "失敗ログはありません。"
logNothing: "ログはありません。"
_remote:
selectionRowDetail: "選択行の詳細"
importSelectionRows: "選択行をインポート"
importSelectionRangesRows: "選択範囲の行をインポート"
importEmojisButton: "チェックされた絵文字をインポート"