enhance(frontend): ウィジェットの設定項目の多言語対応 (#17032)

* enhance(frontend): ウィジェットの設定項目の多言語対応

* Update Changelog

* refactor: move options locale key to root for optimizing artifacts for locale inlining

* fix

* fix

* ✌️

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
かっこかり
2025-12-30 15:59:18 +09:00
committed by GitHub
parent 4285303c81
commit 97d485bdd2
29 changed files with 262 additions and 18 deletions

View File

@@ -9893,6 +9893,138 @@ export interface Locale extends ILocale {
*/
"chat": string;
};
"_widgetOptions": {
/**
* ヘッダーを表示
*/
"showHeader": string;
/**
* 背景を透明にする
*/
"transparent": string;
/**
* 高さ
*/
"height": string;
"_button": {
/**
* 色付き
*/
"colored": string;
};
"_clock": {
/**
* サイズ
*/
"size": string;
/**
* 針の太さ
*/
"thickness": string;
/**
* 細い
*/
"thicknessThin": string;
/**
* 普通
*/
"thicknessMedium": string;
/**
* 太い
*/
"thicknessThick": string;
/**
* 文字盤の目盛り
*/
"graduations": string;
/**
* ドット
*/
"graduationDots": string;
/**
* アラビア数字
*/
"graduationArabic": string;
/**
* 目盛りをフェード
*/
"fadeGraduations": string;
/**
* 秒針のアニメーション
*/
"sAnimation": string;
/**
* リアル
*/
"sAnimationElastic": string;
/**
* 滑らか
*/
"sAnimationEaseOut": string;
/**
* 24時間表示
*/
"twentyFour": string;
/**
* 時刻
*/
"labelTime": string;
/**
* タイムゾーン
*/
"labelTz": string;
/**
* 時刻とタイムゾーン
*/
"labelTimeAndTz": string;
/**
* タイムゾーン
*/
"timezone": string;
/**
* ミリ秒を表示
*/
"showMs": string;
/**
* ラベルを表示
*/
"showLabel": string;
};
"_jobQueue": {
/**
* 音を鳴らす
*/
"sound": string;
};
"_rss": {
/**
* RSSフィードのURL
*/
"url": string;
/**
* 更新間隔(秒)
*/
"refreshIntervalSec": string;
/**
* 最大表示件数
*/
"maxEntries": string;
};
"_rssTicker": {
/**
* 表示順をシャッフル
*/
"shuffle": string;
/**
* ティッカーのスクロール速度(秒)
*/
"duration": string;
/**
* 逆方向にスクロール
*/
"reverse": string;
};
};
"_cw": {
/**
* 隠す