summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-08-26 16:45:43 +0200
committerChristophe Besson <cbesson@gmail.com>2026-08-26 16:45:43 +0200
commitf2b90449841373d9b0fdd70449f3e94c9dd0116d (patch)
tree3a7e47d3994249fcc6282a00fd773d2a8635d669 /packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js
parentbc94dc672d142e989fa4f483f643d4b43f66b02f (diff)
downloadmeshbay-f2b90449841373d9b0fdd70449f3e94c9dd0116d.tar.gz
feat(video): add an All/Movies/Series filter to the toolbar
A segmented control to the left of the search box, defaulting to "All". Applied before the text filter — a title match within a type nobody asked to see still isn't shown. Resets to "All" on group change, matching the text filter's own reset.
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js
index 0b04cca..f0b7e4b 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js
@@ -157,6 +157,9 @@ export default {
'video.err_mse': 'ストリーミング再生に対応していないコーデックです:{codec}',
'video.mode_poster': 'ポスター表示',
'video.mode_flat': 'フラット表示',
+ 'video.filter_all': 'All',
+ 'video.filter_movies': 'Movies',
+ 'video.filter_series': 'Series',
'video.empty': '動画が見つかりません。',
'video.no_root_configured': 'このグループにはまだ動画のルートフォルダが設定されていません — 操作者が設定画面で選択できます。',
'music.no_root_configured': 'このグループにはまだ音楽のルートフォルダが設定されていません — 操作者が設定画面で選択できます。',