Files
psysonic/src/locales/ja/composers.ts
T
Soli d8e5d4eed4 feat(i18n): add Japanese translation (#1134)
* feat(i18n): add Japanese translation

Signed-off-by: Soli0222 <github@str08.net>

* docs: changelog, what's new and credit for Japanese translation

---------

Signed-off-by: Soli0222 <github@str08.net>
Co-authored-by: Psychotoxical <171614930+Psychotoxical@users.noreply.github.com>
2026-06-20 13:52:10 +02:00

11 lines
424 B
TypeScript

export const composers = {
title: '作曲者',
search: '検索…',
notFound: '作曲者が見つかりません。',
unsupported: '作曲者でのブラウズには Navidrome 0.55 以降が必要です。',
loadFailed: '作曲者を読み込めませんでした。',
retry: '再試行',
involvedIn_one: '{{count}} 枚のアルバムに関与',
involvedIn_other: '{{count}} 枚のアルバムに関与',
};