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 /locales | |
| 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 'locales')
| -rw-r--r-- | locales/ja-JP.yml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 01e5101255..a6edca0b98 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -2603,6 +2603,43 @@ _widgets: birthdayFollowings: "今日誕生日のユーザー" chat: "ダイレクトメッセージ" +_widgetOptions: + showHeader: "ヘッダーを表示" + transparent: "背景を透明にする" + height: "高さ" + _button: + colored: "色付き" + _clock: + size: "サイズ" + thickness: "針の太さ" + thicknessThin: "細い" + thicknessMedium: "普通" + thicknessThick: "太い" + graduations: "文字盤の目盛り" + graduationDots: "ドット" + graduationArabic: "アラビア数字" + fadeGraduations: "目盛りをフェード" + sAnimation: "秒針のアニメーション" + sAnimationElastic: "リアル" + sAnimationEaseOut: "滑らか" + twentyFour: "24時間表示" + labelTime: "時刻" + labelTz: "タイムゾーン" + labelTimeAndTz: "時刻とタイムゾーン" + timezone: "タイムゾーン" + showMs: "ミリ秒を表示" + showLabel: "ラベルを表示" + _jobQueue: + sound: "音を鳴らす" + _rss: + url: "RSSフィードのURL" + refreshIntervalSec: "更新間隔(秒)" + maxEntries: "最大表示件数" + _rssTicker: + shuffle: "表示順をシャッフル" + duration: "ティッカーのスクロール速度(秒)" + reverse: "逆方向にスクロール" + _cw: hide: "隠す" show: "もっと見る" |