Files
psysonic/src/locales/ja/index.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

96 lines
2.4 KiB
TypeScript

import { sidebar } from './sidebar';
import { home } from './home';
import { hero } from './hero';
import { search } from './search';
import { nowPlaying } from './nowPlaying';
import { contextMenu } from './contextMenu';
import { sharePaste } from './sharePaste';
import { albumDetail } from './albumDetail';
import { entityRating } from './entityRating';
import { artistDetail } from './artistDetail';
import { favorites } from './favorites';
import { randomLanding } from './randomLanding';
import { randomAlbums } from './randomAlbums';
import { genres } from './genres';
import { randomMix } from './randomMix';
import { luckyMix } from './luckyMix';
import { albums } from './albums';
import { tracks } from './tracks';
import { artists } from './artists';
import { composers } from './composers';
import { composerDetail } from './composerDetail';
import { login } from './login';
import { connection } from './connection';
import { common } from './common';
import { settings } from './settings';
import { changelog } from './changelog';
import { whatsNew } from './whatsNew';
import { musicNetwork } from './musicNetwork';
import { help } from './help';
import { queue } from './queue';
import { miniPlayer } from './miniPlayer';
import { statistics } from './statistics';
import { player } from './player';
import { nowPlayingInfo } from './nowPlayingInfo';
import { songInfo } from './songInfo';
import { playlists } from './playlists';
import { smartPlaylists } from './smartPlaylists';
import { mostPlayed } from './mostPlayed';
import { losslessAlbums } from './losslessAlbums';
import { radio } from './radio';
import { folderBrowser } from './folderBrowser';
import { deviceSync } from './deviceSync';
import { orbit } from './orbit';
import { tray } from './tray';
import { licenses } from './licenses';
import { migration } from './migration';
export const jaTranslation = {
sidebar,
home,
hero,
search,
nowPlaying,
contextMenu,
sharePaste,
albumDetail,
entityRating,
artistDetail,
favorites,
randomLanding,
randomAlbums,
genres,
randomMix,
luckyMix,
albums,
tracks,
artists,
composers,
composerDetail,
login,
connection,
common,
settings,
changelog,
whatsNew,
musicNetwork,
help,
queue,
miniPlayer,
statistics,
player,
nowPlayingInfo,
songInfo,
playlists,
smartPlaylists,
mostPlayed,
losslessAlbums,
radio,
folderBrowser,
deviceSync,
orbit,
tray,
licenses,
migration,
};