mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
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:
@@ -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": {
|
||||
/**
|
||||
* 隠す
|
||||
|
||||
Reference in New Issue
Block a user