mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +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>
12 lines
359 B
TypeScript
12 lines
359 B
TypeScript
export const composerDetail = {
|
|
back: '戻る',
|
|
notFound: '作曲者が見つかりません。',
|
|
about: 'この作曲者について',
|
|
works: '作品',
|
|
noWorks: '作品が見つかりません。',
|
|
workCount_one: '{{count}} 作品',
|
|
workCount_other: '{{count}} 作品',
|
|
shareComposer: '作曲者を共有',
|
|
unknownComposer: '作曲者',
|
|
};
|