plural for TW and JP

This commit is contained in:
Maikiwi 2022-02-12 17:26:43 -08:00
parent 7ca88f5a9f
commit 33d7fb7442
2 changed files with 20 additions and 4 deletions

View file

@ -64,6 +64,7 @@
"term.sortBy.genre": "ジャンル", "term.sortBy.genre": "ジャンル",
"term.sortBy.releaseDate": "配信開始日", "term.sortBy.releaseDate": "配信開始日",
"term.sortBy.duration": "時間", "term.sortBy.duration": "時間",
"term.sortBy.dateAdded": "追加日",
"term.sortOrder": "並べ替え", "term.sortOrder": "並べ替え",
"term.sortOrder.ascending": "昇順", "term.sortOrder.ascending": "昇順",
"term.sortOrder.descending": "降順", "term.sortOrder.descending": "降順",
@ -114,12 +115,16 @@
"term.contributors": "貢献者", "term.contributors": "貢献者",
"term.equalizer": "イコライザー", "term.equalizer": "イコライザー",
"term.reset": "リセット", "term.reset": "リセット",
"term.tracks": "曲", // Assume x amount of tracks. e.g. 50 tracks "term.track": {
"one" : "曲",
"other" : "曲"
},
"term.videos": "ビデオ", "term.videos": "ビデオ",
"term.menu": "メニュー", "term.menu": "メニュー",
"term.check": "確認", "term.check": "確認",
"term.aboutArtist": "{{artistName}}について", // e.g. 'About Doja Cat' "term.aboutArtist": "{{artistName}}について", // e.g. 'About Doja Cat'
"term.version": "バージョン",
// Home // Home
"home.title": "ホーム", "home.title": "ホーム",
"home.recentlyPlayed": "最近の再生", "home.recentlyPlayed": "最近の再生",
@ -199,6 +204,9 @@
"settings.header.general.description": "Ciderの一般設定", "settings.header.general.description": "Ciderの一般設定",
// Language optgroups // Language optgroups
"settings.option.general.language.main": "メイン",
"settings.option.general.language.fun": "荒らし",
"settings.option.general.language.unsorted": "未分類",
// Update Cider // Update Cider
"settings.option.general.updateCider": "Cider 更新", // Button "settings.option.general.updateCider": "Cider 更新", // Button
@ -250,8 +258,11 @@
"settings.option.visual.hardwareAcceleration.description": "アプリを再起動する必要があります", "settings.option.visual.hardwareAcceleration.description": "アプリを再起動する必要があります",
"settings.header.visual.hardwareAcceleration.default": "既定", "settings.header.visual.hardwareAcceleration.default": "既定",
"settings.header.visual.hardwareAcceleration.webGPU": "WebGPU", "settings.header.visual.hardwareAcceleration.webGPU": "WebGPU",
"settings.header.visual.theme": "テーマ",
// Settings - Visual - Theme name // Settings - Visual - Theme name
"settings.option.visual.theme.default": "Cider",
"settings.option.visual.theme.dark": "ダーク",
// Refer to term.disabled for the disabled option // Refer to term.disabled for the disabled option
"settings.option.visual.showPersonalInfo": "プロフィールを表示", // Toggle "settings.option.visual.showPersonalInfo": "プロフィールを表示", // Toggle
@ -284,7 +295,9 @@
"settings.header.experimental.description": "開発中の実験的な機能は不完全で不安定である可能性があります", "settings.header.experimental.description": "開発中の実験的な機能は不完全で不安定である可能性があります",
"settings.option.experimental.compactUI": "コンパクトインターフェース", // Toggle "settings.option.experimental.compactUI": "コンパクトインターフェース", // Toggle
"settings.option.experimental.close_button_hide": "「閉じる」ボタンでアプリを隠します", // Dropdown "settings.option.experimental.close_button_hide": "「閉じる」ボタンでアプリを隠します", // Dropdown
"settings.option.experimental.copy_log": "ログをコピーする",
"settings.option.experimental.inline_playlists": "プレイリストをインラインで表示", // Toggle
// Refer to term.disabled & term.enabled // Refer to term.disabled & term.enabled
// Spatialization Menu // Spatialization Menu
"spatial.spatialProperties": "空間化のプロパティ", "spatial.spatialProperties": "空間化のプロパティ",

View file

@ -123,7 +123,10 @@
"term.contributors": "貢獻者", "term.contributors": "貢獻者",
"term.equalizer": "等化器", "term.equalizer": "等化器",
"term.reset": "重設", "term.reset": "重設",
"term.tracks": "首歌曲", // Assume x amount of tracks. e.g. 50 tracks "term.track": {
"one" : "首歌曲",
"other" : "首歌曲"
},
"term.videos": "影片", "term.videos": "影片",
"term.menu": "選單", "term.menu": "選單",
"term.check": "檢查", "term.check": "檢查",