From dd7ee10b6f7b79109409a7556fb8fe53f8f52f75 Mon Sep 17 00:00:00 2001 From: ryohidaka <39184410+ryohidaka@users.noreply.github.com> Date: Sat, 31 Jan 2026 23:43:03 +0900 Subject: [PATCH 1/2] feat(i18n): add filters.sort to Japanese translation --- i18n/locales/ja-JP.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/i18n/locales/ja-JP.json b/i18n/locales/ja-JP.json index f7a21b6108..287d43b618 100644 --- a/i18n/locales/ja-JP.json +++ b/i18n/locales/ja-JP.json @@ -551,6 +551,25 @@ "label": "jsr" } }, + "filters": { + "sort": { + "label": "パッケージ一覧を並び替える", + "toggle_direction": "並び順を切り替える", + "ascending": "昇順", + "descending": "降順", + "relevance": "関連度", + "downloads_week": "ダウンロード数/週", + "downloads_day": "ダウンロード数/日", + "downloads_month": "ダウンロード数/月", + "downloads_year": "ダウンロード数/年", + "updated": "最終更新", + "name": "パッケージ名", + "quality": "品質", + "popularity": "人気度", + "maintenance": "メンテナンス", + "score": "スコア" + } + }, "about": { "title": "npmxについて", "heading": "このサイトについて", From 53b6d6f8c2c660054c00b6fd4554a3da3b82734e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 14:46:14 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- lunaria/files/ja-JP.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/lunaria/files/ja-JP.json b/lunaria/files/ja-JP.json index f7a21b6108..287d43b618 100644 --- a/lunaria/files/ja-JP.json +++ b/lunaria/files/ja-JP.json @@ -551,6 +551,25 @@ "label": "jsr" } }, + "filters": { + "sort": { + "label": "パッケージ一覧を並び替える", + "toggle_direction": "並び順を切り替える", + "ascending": "昇順", + "descending": "降順", + "relevance": "関連度", + "downloads_week": "ダウンロード数/週", + "downloads_day": "ダウンロード数/日", + "downloads_month": "ダウンロード数/月", + "downloads_year": "ダウンロード数/年", + "updated": "最終更新", + "name": "パッケージ名", + "quality": "品質", + "popularity": "人気度", + "maintenance": "メンテナンス", + "score": "スコア" + } + }, "about": { "title": "npmxについて", "heading": "このサイトについて",