mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 14:35:41 +00:00
d8e5d4eed4
* 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>
11 lines
424 B
TypeScript
11 lines
424 B
TypeScript
export const composers = {
|
|
title: '作曲者',
|
|
search: '検索…',
|
|
notFound: '作曲者が見つかりません。',
|
|
unsupported: '作曲者でのブラウズには Navidrome 0.55 以降が必要です。',
|
|
loadFailed: '作曲者を読み込めませんでした。',
|
|
retry: '再試行',
|
|
involvedIn_one: '{{count}} 枚のアルバムに関与',
|
|
involvedIn_other: '{{count}} 枚のアルバムに関与',
|
|
};
|