summaryrefslogtreecommitdiff
path: root/packages/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'packages/i18n')
-rw-r--r--packages/i18n/build.ts2
-rw-r--r--packages/i18n/package.json15
-rw-r--r--packages/i18n/src/autogen/locale.ts152
3 files changed, 155 insertions, 14 deletions
diff --git a/packages/i18n/build.ts b/packages/i18n/build.ts
index 21bf2996b4..3caddd0054 100644
--- a/packages/i18n/build.ts
+++ b/packages/i18n/build.ts
@@ -100,7 +100,7 @@ async function buildSrc(): Promise<void> {
function buildDts(): Promise<unknown> {
return execa(
- 'tsc',
+ 'tsgo',
[
'--project', 'tsconfig.json',
'--rootDir', 'src',
diff --git a/packages/i18n/package.json b/packages/i18n/package.json
index ac6c386995..20abb21cbc 100644
--- a/packages/i18n/package.json
+++ b/packages/i18n/package.json
@@ -20,7 +20,7 @@
"build": "tsx ./build.ts",
"watch": "nodemon -w package.json -e json --exec \"tsx ./build.ts --watch\"",
"tsd": "tsd",
- "typecheck": "tsc --noEmit",
+ "typecheck": "tsgo --noEmit",
"lint": "pnpm typecheck && pnpm eslint",
"lint:fix": "pnpm eslint --fix"
},
@@ -29,15 +29,14 @@
],
"devDependencies": {
"@types/js-yaml": "4.0.9",
- "@types/node": "24.10.2",
- "@typescript-eslint/eslint-plugin": "8.49.0",
- "@typescript-eslint/parser": "8.49.0",
+ "@types/node": "24.10.13",
+ "@typescript-eslint/eslint-plugin": "8.56.0",
+ "@typescript-eslint/parser": "8.56.0",
"chokidar": "5.0.0",
- "esbuild": "0.27.1",
+ "esbuild": "0.27.3",
"execa": "9.6.1",
- "nodemon": "3.1.11",
- "tsx": "4.21.0",
- "typescript": "5.9.3"
+ "nodemon": "3.1.14",
+ "tsx": "4.21.0"
},
"dependencies": {
"js-yaml": "4.1.1"
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;