diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-12-30 15:59:18 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-30 15:59:18 +0900 |
| commit | 97d485bdd279b1756b99937edcac6866673aa1c7 (patch) | |
| tree | 57dc564a1adc41252932434ec124b4e76b70fd85 /packages/i18n | |
| parent | fix(frontend): follow-up of #17033 (#17047) (diff) | |
| download | misskey-97d485bdd279b1756b99937edcac6866673aa1c7.tar.gz misskey-97d485bdd279b1756b99937edcac6866673aa1c7.tar.bz2 misskey-97d485bdd279b1756b99937edcac6866673aa1c7.zip | |
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>
Diffstat (limited to 'packages/i18n')
| -rw-r--r-- | packages/i18n/src/autogen/locale.ts | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/packages/i18n/src/autogen/locale.ts b/packages/i18n/src/autogen/locale.ts index d8571483aa..5a7c0c541f 100644 --- a/packages/i18n/src/autogen/locale.ts +++ b/packages/i18n/src/autogen/locale.ts @@ -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": { /** * 隠す |