feat(frontend): リモート絵文字のインポート時に詳細を確認できるように (#15344)
* feat(frontend): リモート絵文字のインポート時に詳細を確認できるように * 追加対応 * MkInput -> MkKeyValue
This commit is contained in:
parent
e94c697aae
commit
f4bca4708e
6 changed files with 202 additions and 2 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
|
@ -10635,6 +10635,10 @@ export interface Locale extends ILocale {
|
|||
"logNothing": string;
|
||||
};
|
||||
"_remote": {
|
||||
/**
|
||||
* 選択行の詳細
|
||||
*/
|
||||
"selectionRowDetail": string;
|
||||
/**
|
||||
* 選択行をインポート
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -2837,6 +2837,7 @@ _customEmojisManager:
|
|||
failureLogNothing: "失敗ログはありません。"
|
||||
logNothing: "ログはありません。"
|
||||
_remote:
|
||||
selectionRowDetail: "選択行の詳細"
|
||||
importSelectionRows: "選択行をインポート"
|
||||
importSelectionRangesRows: "選択範囲の行をインポート"
|
||||
importEmojisButton: "チェックされた絵文字をインポート"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue