1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

🎨 for install-extensions

This commit is contained in:
syuilo
2025-03-20 12:36:48 +09:00
parent 9529867630
commit 282caa0b7e
4 changed files with 101 additions and 73 deletions

12
locales/index.d.ts vendored
View File

@@ -5354,6 +5354,10 @@ export interface Locale extends ILocale {
* 文字数
*/
"textCount": string;
/**
* 情報
*/
"information": string;
"_emojiPalette": {
/**
* パレット
@@ -10359,20 +10363,12 @@ export interface Locale extends ILocale {
* このプラグインをインストールしますか?
*/
"title": string;
/**
* プラグイン情報
*/
"metaTitle": string;
};
"_theme": {
/**
* このテーマをインストールしますか?
*/
"title": string;
/**
* テーマ情報
*/
"metaTitle": string;
};
"_meta": {
/**