summaryrefslogtreecommitdiff
path: root/packages/i18n/src/autogen/locale.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/i18n/src/autogen/locale.ts')
-rw-r--r--packages/i18n/src/autogen/locale.ts152
1 files changed, 147 insertions, 5 deletions
diff --git a/packages/i18n/src/autogen/locale.ts b/packages/i18n/src/autogen/locale.ts
index 96a728da63..f814f3ecc2 100644
--- a/packages/i18n/src/autogen/locale.ts
+++ b/packages/i18n/src/autogen/locale.ts
@@ -2185,6 +2185,10 @@ export interface Locale extends ILocale {
*/
"limitTo": ParameterizedString<"x">;
/**
+ * 画面幅が広いときはメディアリストを横並びで表示する
+ */
+ "showMediaListByGridInWideArea": string;
+ /**
* フォロー申請はありません
*/
"noFollowRequests": string;
@@ -5639,6 +5643,10 @@ export interface Locale extends ILocale {
* ゼロ埋め
*/
"zeroPadding": string;
+ /**
+ * 設定項目はありません
+ */
+ "nothingToConfigure": string;
"_imageEditing": {
"_vars": {
/**
@@ -9881,7 +9889,7 @@ export interface Locale extends ILocale {
*/
"clicker": string;
/**
- * 今日誕生日のユーザー
+ * もうすぐ誕生日のユーザー
*/
"birthdayFollowings": string;
/**
@@ -9889,6 +9897,144 @@ 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;
+ };
+ "_birthdayFollowings": {
+ /**
+ * 期間
+ */
+ "period": string;
+ };
+ };
"_cw": {
/**
* 隠す
@@ -12764,10 +12910,6 @@ export interface Locale extends ILocale {
*/
"discardChangesConfirm": string;
/**
- * 設定項目はありません
- */
- "nothingToConfigure": string;
- /**
* 画像の読み込みに失敗しました
*/
"failedToLoadImage": string;