1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 04:35:31 +02:00

enhance(frontend): ウィジェットの設定画面を改良 (#17033)

* enhance(frontend): ウィジェットの設定画面を改良

* Update Changelog

* fix lint
This commit is contained in:
かっこかり
2025-12-28 20:50:11 +09:00
committed by GitHub
parent b69b0acf59
commit 14f58255ee
14 changed files with 621 additions and 483 deletions

View File

@@ -5639,6 +5639,10 @@ export interface Locale extends ILocale {
* ゼロ埋め
*/
"zeroPadding": string;
/**
* 設定項目はありません
*/
"nothingToConfigure": string;
"_imageEditing": {
"_vars": {
/**
@@ -12763,10 +12767,6 @@ export interface Locale extends ILocale {
* 変更を破棄して終了しますか?
*/
"discardChangesConfirm": string;
/**
* 設定項目はありません
*/
"nothingToConfigure": string;
/**
* 画像の読み込みに失敗しました
*/