mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
migrate l10n, state preloading
This commit is contained in:
64
lib/l10n/app_ja.arb
Normal file
64
lib/l10n/app_ja.arb
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"navigationTabsHome": "ホーム",
|
||||
"@navigationTabsHome": {},
|
||||
"navigationTabsLibrary": "ライブラリ",
|
||||
"@navigationTabsLibrary": {},
|
||||
"navigationTabsSearch": "検索",
|
||||
"@navigationTabsSearch": {},
|
||||
"navigationTabsSettings": "設定",
|
||||
"@navigationTabsSettings": {},
|
||||
"resourcesAlbumName": "{count,plural, other{アルバム}}",
|
||||
"@resourcesAlbumName": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"resourcesArtistName": "{count,plural, other{アーティスト}}",
|
||||
"@resourcesArtistName": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"resourcesFilterStarred": "星付きアルバム",
|
||||
"@resourcesFilterStarred": {},
|
||||
"resourcesPlaylistName": "{count,plural, other{プレイリスト}}",
|
||||
"@resourcesPlaylistName": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"resourcesSongListsArtistTopSongs": "人気曲",
|
||||
"@resourcesSongListsArtistTopSongs": {},
|
||||
"resourcesSongName": "{count,plural, other{歌}}",
|
||||
"@resourcesSongName": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"resourcesSortByFrequentlyPlayed": "よく聴くアルバム",
|
||||
"@resourcesSortByFrequentlyPlayed": {},
|
||||
"resourcesSortByRandom": "ランダムアルバム",
|
||||
"@resourcesSortByRandom": {},
|
||||
"resourcesSortByRecentlyPlayed": "最近再生した",
|
||||
"@resourcesSortByRecentlyPlayed": {},
|
||||
"searchInputPlaceholder": "検索",
|
||||
"@searchInputPlaceholder": {},
|
||||
"settingsAboutActionsProjectHomepage": "ホームページ",
|
||||
"@settingsAboutActionsProjectHomepage": {},
|
||||
"settingsMusicName": "音楽",
|
||||
"@settingsMusicName": {},
|
||||
"settingsNetworkName": "ネット",
|
||||
"@settingsNetworkName": {},
|
||||
"settingsResetName": "リセット",
|
||||
"@settingsResetName": {},
|
||||
"settingsServersName": "サーバ",
|
||||
"@settingsServersName": {}
|
||||
}
|
||||
Reference in New Issue
Block a user