Update Auto-Updator (#368)
* Update .gitignore * Add Update Cider Branch selection * Add circle-ci API call * More testing * Maybe fix 'Update Cider' button * Another debug log * remove async in ipc 'check-for-update' * remove everything except debug log * semicolon * revert to async and change ipc name * more semicolon * Extract BaseURL from circleci API response * Fix compile error + rename ipc back to 'check-for-update' * Remove debug log * Update i18n files with new 'updateCider' term location * Update en_OWO.json * Fixed formatting in i18n files * Fix formatting elsewhere * Move 'Update Cider' i18n stuff from 'experimental' to 'general' * Do that thing @quacksire wanted me to do. 'for vue' * Fix bad merge * Revert Formatting. DO NOT OPEN IN AN AUTOFORMATTING IDE. USE VSCODE WEB/CODESPACES IF YOU NEED TO ACTUALLY CHANGE SOMETHING IN THE RENDERER Co-authored-by: Quacksire <19170969+quacksire@users.noreply.github.com>
This commit is contained in:
parent
0c655563e7
commit
c0d6481300
18 changed files with 865 additions and 725 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
dist
|
||||
build
|
||||
.flatpak*
|
||||
yarn-cache
|
||||
|
||||
# Misc
|
||||
.idea
|
||||
|
|
|
@ -3,17 +3,22 @@
|
|||
"i18n.languageName": "Engwish (OwO)", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Engwish (OwO)", // name of language in English
|
||||
"i18n.category": "fun", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@deerwithacurl", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
"i18n.authors": "@deerwithacurl @gamingliamstudios", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
||||
// App info
|
||||
"app.name": "Cidew",
|
||||
|
||||
"date.format": "${m} ${d}, ${y}",
|
||||
|
||||
// Dialogs
|
||||
"dialog.cancel": "Nu",
|
||||
"dialog.ok": "Oki",
|
||||
|
||||
// Notification
|
||||
"notification.updatingLibrarySongs": "Updating wibwawy songs...",
|
||||
"notification.updatingLibraryAlbums": "Updating wibwawy awbums...",
|
||||
"notification.updatingLibraryArtists": "Updating wibwawy awtists...",
|
||||
|
||||
// Terms
|
||||
"term.appleInc": "Appwe Inc.",
|
||||
"term.appleMusic": "Appwe Mewsic",
|
||||
|
@ -121,7 +126,6 @@
|
|||
"term.menu": "Menuwu",
|
||||
"term.check": "Check",
|
||||
"term.aboutArtist": "About {{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "Update Cidew",
|
||||
"term.topResult": "Top Wesuwt", // Search Results
|
||||
"term.sharedPlaylists": "Shawed Pwaywists", // Search Results
|
||||
"term.people": "Peopwe", // Search Results
|
||||
|
@ -137,6 +141,7 @@
|
|||
"term.recordLabels": "Wecowd Wabews",
|
||||
"term.videoExtras": "Videowo Extwas",
|
||||
"term.top": "Top",
|
||||
|
||||
// Home
|
||||
"home.title": "Home",
|
||||
"home.recentlyPlayed": "Wecentwy Pwayed",
|
||||
|
@ -146,12 +151,14 @@
|
|||
"home.madeForYou": "Made Fow Chu",
|
||||
"home.friendsListeningTo": "Fwiends Wistening To",
|
||||
"home.followedArtists": "Fowwowed Awtists",
|
||||
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "Appwe Music wequiwes a subscwiption.",
|
||||
"error.connectionError": "Thewe was a pwobwem connecting to Appwe Mewsic.",
|
||||
"error.noResults": "No Wesuwts.",
|
||||
"error.noResults.description": "Twy a new seawch.",
|
||||
//Podcasts
|
||||
|
||||
// Podcasts
|
||||
"podcast.followOnCider": "Fowwow On Cidew",
|
||||
"podcast.followedOnCider": "Fowwowing On Cidew",
|
||||
"podcast.subscribeOnItunes": "Subscwibe On iTuwunes",
|
||||
|
@ -160,6 +167,7 @@
|
|||
"podcast.episodes": "Episowodes",
|
||||
"podcast.playEpisode": "Pway Episowode",
|
||||
"podcast.website": "Pawdcast Website",
|
||||
|
||||
// Actions
|
||||
"action.addToLibrary": "Add to Wibwawy",
|
||||
"action.addToLibrary.success": "Added to Wibwawy",
|
||||
|
@ -207,14 +215,24 @@
|
|||
"action.update": "Update",
|
||||
"action.newpreset": "New Pweset...", // Equalizer Preset
|
||||
"action.deletepreset": "Dewete Pweset",
|
||||
|
||||
// Settings - General
|
||||
"settings.header.general": "Genewaw",
|
||||
"settings.header.general.description": "Adjust the genewaw settings fow Cidew.",
|
||||
"settings.option.general.language": "Wanguage",
|
||||
|
||||
// Language optgroups
|
||||
"settings.option.general.language.main": "Wanguages",
|
||||
"settings.option.general.language.fun": "Fun Wanguages",
|
||||
"settings.option.general.language.unsorted": "Unsowted",
|
||||
|
||||
// Update Cider
|
||||
"settings.option.general.updateCider": "Update Cidew", // Button
|
||||
"settings.option.general.updateCider.branch": "Cidew Update Bwanch", // Dropdown
|
||||
"settings.option.general.updateCider.branch.description": "Sewect the bwanch to uwpdate Cidew to",
|
||||
"settings.option.general.updateCider.branch.main": "Stabwe",
|
||||
"settings.option.general.updateCider.branch.develop": "Devewopment",
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "Audiowo",
|
||||
"settings.header.audio.description": "Adjust the audiowo settings fow Cidew.",
|
||||
|
@ -231,7 +249,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.description": "Enabwing AudiowoContext functionawity wiww awwow fow extended audiowo featuwes wike Audiowo Nowmawization, Equalizews and Visuawizews, howevew on some systems dis may cause stuttewing in audiowo twacks.",
|
||||
"settings.option.audio.enableAdvancedFunctionality.ciderPPE": "Cidew Adwenawine Pwocessow™️", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.ciderPPE.description": "Psychoacouwstic enhancements that makes evewything souwnd both wichew and mowe wivewy. | Designed by Maikiwi",
|
||||
"settings.option.audio.enableAdvancedFunctionality.ciderPPEStrength": "CAP stwength", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.ciderPPEStrength": "CAP Stwength", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.ciderPPEStrength.description": "Changes the stwength of the pwocessing done to the auwdio. (Aggwessive may yiewd uwndesiwabwe wesuwwts)",
|
||||
"settings.option.audio.enableAdvancedFunctionality.ciderPPEStrength.standard": "Standawd",
|
||||
"settings.option.audio.enableAdvancedFunctionality.ciderPPEStrength.aggressive": "Aggwessive",
|
||||
|
@ -239,6 +257,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "Nowmawizes peak vowume fow individuaw twacks to cweate a moar unifowm wistening expewience.",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "Audiowo Spatiawization", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "Spatiawize audiowo and make audiowo moar 3-dimensionaw (note: Dis is not Dowby Atmos)",
|
||||
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "Visuaw",
|
||||
"settings.header.visual.description": "Adjust the visuaw settings fow Cidew.",
|
||||
|
@ -263,6 +282,7 @@
|
|||
"settings.header.visual.hardwareAcceleration.webGPU": "WebGPU",
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "Show Pewsonaw Info", // Toggle
|
||||
|
||||
// Settings - Lyrics
|
||||
"settings.header.lyrics": "Wywics",
|
||||
"settings.header.lyrics.description": "Adjust the wywics settings fow Cidew.",
|
||||
|
@ -270,6 +290,7 @@
|
|||
"settings.option.lyrics.enableMusixmatchKaraoke": "Enabwe Kawaoke Mode (Musixmatch onwy)", // Toggle
|
||||
"settings.option.lyrics.musixmatchPreferredLanguage": "Musixmatch Twanswation Pwefewwed Wanguage", // Dropdown
|
||||
"settings.option.lyrics.enableYoutubeLyrics": "Enabwe YouTube Wywics fow Mewsic Videowos", // Toggle
|
||||
|
||||
// Settings - Connectivity
|
||||
"settings.header.connectivity": "Connectivity",
|
||||
"settings.header.connectivity.description": "Adjust the connectivity settings fow Cidew.",
|
||||
|
@ -285,11 +306,13 @@
|
|||
"settings.option.connectivity.lastfmScrobble.removeFeatured": "Wemove featuwing awtists fwom song titwe (Wast.fm)",
|
||||
"settings.option.connectivity.lastfmScrobble.filterLoop": "Fiwtew wooped twack (Wast.fm)",
|
||||
// Refer to term.connect for the connect button
|
||||
|
||||
// Settings - Experimental
|
||||
"settings.header.experimental": "Expewimentaw",
|
||||
"settings.header.experimental.description": "Adjust the expewimentaw settings fow Cidew.",
|
||||
"settings.option.experimental.compactUI": "Wittwe UI", // Toggle
|
||||
"settings.option.experimental.close_button_hide": "Cwose Button Shouwd Hide the Appwication",
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "Audiowo Spatiawization is disabwed. To use, pwease enabwe it fiwst.",
|
||||
|
@ -311,11 +334,14 @@
|
|||
"spatial.down": "Down",
|
||||
"spatial.listener": "Wistenew",
|
||||
"spatial.audioSource": "Audiowo Souwce",
|
||||
|
||||
// Settings - Unfinished
|
||||
"settings.header.unfinished": "Unfinished",
|
||||
|
||||
// Web Remote
|
||||
"remote.web.title": "Cider Wiimote",
|
||||
"remote.web.title": "Cidew Wiimote",
|
||||
"remote.web.description": "Scan da QR code to paiw chur phone up with dis Cidew instance",
|
||||
|
||||
// About
|
||||
"about.thanks": "Majow tanks to da Cidew Cowwective Team and aww of ouw contwibutows."
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
{ // Base File
|
||||
|
||||
// i18n Info
|
||||
"i18n.languageName": "piss", // name of language in native language
|
||||
"i18n.languageName": "piss", // name of language in native language
|
||||
"i18n.languageNameEnglish": "English (piss)", // name of language in English
|
||||
"i18n.category": "fun", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@SoNothingMC @saboooor", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
@ -19,6 +18,7 @@
|
|||
"notification.updatingLibrarySongs": "pisssing all over your songs",
|
||||
"notification.updatingLibraryAlbums": "pissing all over your albums",
|
||||
"notification.updatingLibraryArtists": "pissing all over your idols",
|
||||
|
||||
// Terms
|
||||
"term.appleInc": "piss Inc.",
|
||||
"term.appleMusic": "piss music",
|
||||
|
@ -93,7 +93,7 @@
|
|||
"term.less": "piss less",
|
||||
"term.showMore": "more piss",
|
||||
"term.showLess": "less piss",
|
||||
"term.topSongs" : "top piss",
|
||||
"term.topSongs": "top piss",
|
||||
"term.latestReleases": "latest piss collection",
|
||||
"term.time.added": "pissed",
|
||||
"term.time.released": "pissed",
|
||||
|
@ -127,8 +127,7 @@
|
|||
"term.menu": "piss menu",
|
||||
"term.check": "piss!",
|
||||
"term.aboutArtist": "about pisser {{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "piss on cider",
|
||||
"term.topResult": "top piss", // Search Results
|
||||
"term.topResult": "top piss", // Search Results
|
||||
"term.sharedPlaylists": "shared pisslists", // Search Results
|
||||
"term.people": "pissers", // Search Results
|
||||
"term.newpreset.name": "new advanced piss prepiss name", // Equalizer Preset
|
||||
|
@ -153,13 +152,14 @@
|
|||
"home.madeForYou": "pissed for you",
|
||||
"home.friendsListeningTo": "friends pissing to",
|
||||
"home.followedArtists": "followed pissers",
|
||||
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "piss music requires, like y'know, an actual piss music subscription to actually use.",
|
||||
"error.connectionError": "oh, piss.",
|
||||
"error.noResults": "no piss found",
|
||||
"error.noResults.description": "try pissing somewhere else (or press Enter/Return to search)",
|
||||
|
||||
//Podcasts
|
||||
// Podcasts
|
||||
"podcast.followOnCider": "piss on Cider",
|
||||
"podcast.followedOnCider": "pissed on Cider",
|
||||
"podcast.subscribeOnItunes": "piss on iPiss",
|
||||
|
@ -215,7 +215,7 @@
|
|||
"action.tray.show": "piss back",
|
||||
"action.update": "piss!",
|
||||
"action.copy": "copiss",
|
||||
"action.newpreset": "new prepiss...", // Equalizer Preset
|
||||
"action.newpreset": "new prepiss...", // Equalizer Preset
|
||||
"action.deletepreset": "unpiss prepiss",
|
||||
|
||||
// Settings - General
|
||||
|
@ -228,6 +228,9 @@
|
|||
"settings.option.general.language.fun": "piss languages",
|
||||
"settings.option.general.language.unsorted": "???? who put this here",
|
||||
|
||||
// Update Cider
|
||||
"settings.option.general.updateCider": "piss on cider", // Button
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "piss sounds",
|
||||
"settings.header.audio.description": "change how your piss sounds",
|
||||
|
@ -249,6 +252,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "protect your eardrums from overly loud/slient pisses",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "3D piss", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "this aint the dolby atmos you are looking for but its still pretty crazy so check it out",
|
||||
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "piss appearance",
|
||||
"settings.header.visual.description": "change how your piss looks",
|
||||
|
@ -276,7 +280,6 @@
|
|||
// Settings - Visual - Theme name
|
||||
"settings.option.visual.theme.default": "regular piss",
|
||||
"settings.option.visual.theme.dark": "black piss",
|
||||
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "show yourself to the pissiverse", // Toggle
|
||||
|
||||
|
@ -311,8 +314,8 @@
|
|||
"settings.option.experimental.close_button_hide": "play hide-and-seek when clicking close button",
|
||||
"settings.option.experimental.copy_log": "copy sewage to pissboard",
|
||||
"settings.option.experimental.inline_playlists": "inpiss pisslists and piss collections",
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "3D piss is not on. turn it on lol",
|
||||
"spatial.spatialProperties": "3D properties",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
|
||||
// i18n Info
|
||||
"i18n.languageName": "┤ᖋ|:ᖋᔮᒣ╎ᔮ ᖋ|:i!⍑ᖋᕊᒷᒣ", // name of language in native language
|
||||
"i18n.languageName": "┤ᖋ|:ᖋᔮᒣ╎ᔮ ᖋ|:i!⍑ᖋᕊᒷᒣ", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Galactic Alphabet", // name of language in English
|
||||
"i18n.category": "fun", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@kyw504100", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
@ -19,6 +18,7 @@
|
|||
"notification.updatingLibrarySongs": "⚍i!↸ᖋᒣ╎リ┤ |:╎ᕊ∷ᖋ∷॥ ϟᒍリ┤ϟ...",
|
||||
"notification.updatingLibraryAlbums": "⚍i!↸ᖋᒣ╎リ┤ |:╎ᕊ∷ᖋ∷॥ ᖋ|:ᕊ⚍ᒲϟ...",
|
||||
"notification.updatingLibraryArtists": "⚍i!↸ᖋᒣ╎リ┤ |:╎ᕊ∷ᖋ∷॥ ᖋ∷ᒣ╎ϟᒣϟ...",
|
||||
|
||||
// Terms
|
||||
"term.appleInc": "ᖋi!i!|:ᒷ ╎リᔮ.",
|
||||
"term.appleMusic": "ᖋi!i!|:ᒷ ᒲ⚍ϟ╎ᔮ",
|
||||
|
@ -93,7 +93,7 @@
|
|||
"term.less": "|:ᒷϟϟ",
|
||||
"term.showMore": "ϟ⍑ᒍ∴ ᒲᒍ∷ᒷ",
|
||||
"term.showLess": "ϟ⍑ᒍ∴ |:ᒷϟϟ",
|
||||
"term.topSongs" : "ᒣᒍi! ϟᒍリ┤ϟ",
|
||||
"term.topSongs": "ᒣᒍi! ϟᒍリ┤ϟ",
|
||||
"term.latestReleases": "|:ᖋᒣᒷϟᒣ ∷ᒷ|:ᒷᖋϟᒷϟ",
|
||||
"term.time.added": "ᖋ↸↸ᒷ↸",
|
||||
"term.time.released": "∷ᒷ|:ᒷᖋϟᒷ↸",
|
||||
|
@ -127,8 +127,7 @@
|
|||
"term.menu": "ᒲᒷ⚍リ",
|
||||
"term.check": "ᔮ⍑ᒷᔮ·ǀ·",
|
||||
"term.aboutArtist": "ᖋᕊᒍ⚍ᒣ {{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "⚍i!↸ᖋᒣᒷ ᔮ╎↸ᒷ∷",
|
||||
"term.topResult": "ᒣᒍi! ∷ᒷϟ⚍|:ᒣ", // Search Results
|
||||
"term.topResult": "ᒣᒍi! ∷ᒷϟ⚍|:ᒣ", // Search Results
|
||||
"term.sharedPlaylists": "ϟ⍑ᖋ∷ᒷ↸ i!|:ᖋ॥|:╎ϟᒣϟ", // Search Results
|
||||
"term.people": "i!ᒷᒍi!|:ᒷ", // Search Results
|
||||
"term.newpreset.name": "リᒷ∴ ᒷᑑ i!∷ᒷϟᒷᒣ リᖋᒲᒷ", // Equalizer Preset
|
||||
|
@ -153,13 +152,14 @@
|
|||
"home.madeForYou": "ᒲᖋ↸ᒷ ⎓ᒍ∷ ॥ᒍ⚍",
|
||||
"home.friendsListeningTo": "⎓∷╎ᒷリ↸ϟ |:╎ϟᒣᒷリ╎リ┤ ᒣᒍ",
|
||||
"home.followedArtists": "⎓ᒍ|:|:ᒍ∴ᒷ↸ ᖋ∷ᒣ╎ϟᒣϟ",
|
||||
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "ᖋi!i!|:ᒷ ᒲ⚍ϟ╎ᔮ ∷ᒷᑑ⚍╎∷ᒷϟ ᖋ ϟ⚍ᕊϟᔮ∷╎i!ᒣ╎ᒍリ.",
|
||||
"error.connectionError": "ᒣ⍑ᒷ∷ᒷ ∴ᖋϟ ᖋ i!∷ᒍᕊ|:ᒷᒲ ᔮᒍリリᒷᔮᒣ╎リ┤ ᒣᒍ ᖋi!i!|:ᒷ ᒲ⚍ϟ╎ᔮ.",
|
||||
"error.noResults": "リᒍ ∷ᒷϟ⚍|:ᒣϟ.",
|
||||
"error.noResults.description": "ᒣ∷॥ ᖋ リᒷ∴ ϟᒷᖋ∷ᔮ⍑.",
|
||||
|
||||
//Podcasts
|
||||
// Podcasts
|
||||
"podcast.followOnCider": "⎓ᒍ|:|:ᒍ∴ ᒍリ ᔮ╎↸ᒷ∷",
|
||||
"podcast.followedOnCider": "⎓ᒍ|:|:ᒍ∴╎リ┤ ᒍリ ᔮ╎↸ᒷ∷",
|
||||
"podcast.subscribeOnItunes": "ϟ⚍ᕊϟᔮ∷╎ᕊᒷ ᒍリ ╎ᒣ⚍リᒷϟ",
|
||||
|
@ -215,7 +215,7 @@
|
|||
"action.tray.show": "ϟ⍑ᒍ∴",
|
||||
"action.update": "⚍i!↸ᖋᒣᒷ",
|
||||
"action.copy": "ᔮᒍi!॥",
|
||||
"action.newpreset": "リᒷ∴ i!∷ᒷϟᒷᒣ...", // Equalizer Preset
|
||||
"action.newpreset": "リᒷ∴ i!∷ᒷϟᒷᒣ...", // Equalizer Preset
|
||||
"action.deletepreset": "↸ᒷ|:ᒷᒣᒷ i!∷ᒷϟᒷᒣ",
|
||||
|
||||
// Settings - General
|
||||
|
@ -228,6 +228,9 @@
|
|||
"settings.option.general.language.fun": "⎓⚍リ |:ᖋリ┤⚍ᖋ┤ᒷϟ",
|
||||
"settings.option.general.language.unsorted": "⚍リϟᒍ∷ᒣᒷ↸",
|
||||
|
||||
// Update Cider
|
||||
"settings.option.general.updateCider": "⚍i!↸ᖋᒣᒷ ᔮ╎↸ᒷ∷",
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "ᖋ⚍↸╎ᒍ",
|
||||
"settings.header.audio.description": "ᖋ↸⋮⚍ϟᒣ ᒣ⍑ᒷ ᖋ⚍↸╎ᒍ ϟᒷᒣᒣ╎リ┤ϟ ⎓ᒍ∷ ᔮ╎↸ᒷ∷.",
|
||||
|
@ -248,6 +251,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "リᒍ∷ᒲᖋ|:╎∩ᒷϟ i!ᒷᖋ·ǀ· ⍊ᒍ|:⚍ᒲᒷ ⎓ᒍ∷ ╎リ↸╎⍊╎↸⚍ᖋ|: ᒣ∷ᖋᔮ·ǀ·ϟ ᒣᒍ ᔮ∷ᒷᖋᒣᒷ ᖋ ᒲᒍ∷ᒷ ⚍リ╎⎓ᒍ∷ᒲ |:╎ϟᒣᒷリ╎リ┤ ᒷ/i!ᒷ∷╎ᒷリᔮᒷ.",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "ᖋ⚍↸╎ᒍ ϟi!ᖋᒣ╎ᖋ|:╎∩ᖋᒣ╎ᒍリ", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "ϟi!ᖋᒣ╎ᖋ|:╎∩ᒷ ᖋ⚍↸╎ᒍ ᖋリ↸ ᒲᖋ·ǀ·ᒷ ᖋ⚍↸╎ᒍ ᒲᒍ∷ᒷ 3-↸╎ᒲᒷリϟ╎ᒍリᖋ|: (リᒍᒣᒷ: ᒣ⍑╎ϟ ╎ϟ リᒍᒣ ↸ᒍ|:ᕊ॥ ᖋᒣᒲᒍϟ)",
|
||||
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "⍊╎ϟ⚍ᖋ|:",
|
||||
"settings.header.visual.description": "ᖋ↸⋮⚍ϟᒣ ᒣ⍑ᒷ ⍊╎ϟ⚍ᖋ| ϟᒷᒣᒣ╎リ┤ϟ ⎓ᒍ∷ ᔮ╎↸ᒷ∷.",
|
||||
|
@ -275,7 +279,6 @@
|
|||
// Settings - Visual - Theme name
|
||||
"settings.option.visual.theme.default": "ᔮ╎↸ᒷ∷",
|
||||
"settings.option.visual.theme.dark": "↸ᖋ∷·ǀ·",
|
||||
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "ϟ⍑ᒍ∴ i!ᒷ∷ϟᒍリᖋ|: ╎リ⎓ᒍ", // Toggle
|
||||
|
||||
|
@ -310,28 +313,28 @@
|
|||
"settings.option.experimental.close_button_hide": "ᔮ|:ᒍϟᒷ ᕊ⚍ᒣᒣᒍリ ϟ⍑ᒍ⚍|:↸ ⍑╎↸ᒷ ᒣ⍑ᒷ ᖋi!i!|:╎ᔮᖋᒣ╎ᒍリ",
|
||||
"settings.option.experimental.copy_log": "ᔮᒍi!॥ |:ᒍ┤ϟ ᒣᒍ ᔮ|:╎i!ᕊᒍᖋ∷↸",
|
||||
"settings.option.experimental.inline_playlists": "╎リ|:╎リᒷ i!|:ᖋ॥|:╎ϟᒣϟ ᖋリ↸ ᖋ|:ᕊ⚍ᒲϟ",
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "ᖋ⚍↸╎ᒍ ϟi!ᖋᒣ╎ᖋ|:╎∩ᖋᒣ╎ᒍリ ╎ϟ ↸╎ϟᖋᕊ|:ᒷ↸. ᒣᒍ ⚍ϟᒷ, i!|:ᒷᖋϟᒷ ᒷリᖋᕊ|:ᒷ ╎ᒣ ⎓╎∷ϟᒣ.",
|
||||
"spatial.spatialProperties" : "ϟi!ᖋᒣ╎ᖋ|: i!∷ᒍi!ᒷ∷ᒣ╎ᒷϟ",
|
||||
"spatial.width" : "∴╎↸ᒣ⍑",
|
||||
"spatial.height" : "⍑ᒷ╎┤⍑ᒣ",
|
||||
"spatial.depth" : "↸ᒷi!ᒣ⍑",
|
||||
"spatial.gain" : "┤ᖋ╎リ",
|
||||
"spatial.roomMaterials" : "∷ᒍᒍᒲ ᒲᖋᒣᒷ∷╎ᖋ|:ϟ",
|
||||
"spatial.roomDimensions" : "∷ᒍᒍᒲ ↸╎ᒲᒷリϟ╎ᒍリϟ",
|
||||
"spatial.roomPositions" : "∷ᒍᒍᒲ i!ᒍϟ╎ᒣ╎ᒍリϟ",
|
||||
"spatial.setDimensions" : "ϟᒷᒣ ↸╎ᒲᒷリϟ╎ᒍリϟ",
|
||||
"spatial.setPositions" : "ϟᒷᒣ i!ᒍϟ╎ᒣ╎ᒍリϟ",
|
||||
"spatial.up" : "⚍i!",
|
||||
"spatial.front" : "⎓∷ᒍリᒣ",
|
||||
"spatial.left" : "|:ᒷ⎓ᒣ",
|
||||
"spatial.right" : "∷╎┤⍑ᒣ",
|
||||
"spatial.back" : "ᕊᖋᔮ·ǀ·",
|
||||
"spatial.down" : "↸ᒍ∴リ",
|
||||
"spatial.listener" : "|:╎ϟᒣᒷリᒷ∷",
|
||||
"spatial.audioSource" : "ᖋ⚍↸╎ᒍ ϟᒍ⚍∷ᔮᒷ",
|
||||
"spatial.spatialProperties": "ϟi!ᖋᒣ╎ᖋ|: i!∷ᒍi!ᒷ∷ᒣ╎ᒷϟ",
|
||||
"spatial.width": "∴╎↸ᒣ⍑",
|
||||
"spatial.height": "⍑ᒷ╎┤⍑ᒣ",
|
||||
"spatial.depth": "↸ᒷi!ᒣ⍑",
|
||||
"spatial.gain": "┤ᖋ╎リ",
|
||||
"spatial.roomMaterials": "∷ᒍᒍᒲ ᒲᖋᒣᒷ∷╎ᖋ|:ϟ",
|
||||
"spatial.roomDimensions": "∷ᒍᒍᒲ ↸╎ᒲᒷリϟ╎ᒍリϟ",
|
||||
"spatial.roomPositions": "∷ᒍᒍᒲ i!ᒍϟ╎ᒣ╎ᒍリϟ",
|
||||
"spatial.setDimensions": "ϟᒷᒣ ↸╎ᒲᒷリϟ╎ᒍリϟ",
|
||||
"spatial.setPositions": "ϟᒷᒣ i!ᒍϟ╎ᒣ╎ᒍリϟ",
|
||||
"spatial.up": "⚍i!",
|
||||
"spatial.front": "⎓∷ᒍリᒣ",
|
||||
"spatial.left": "|:ᒷ⎓ᒣ",
|
||||
"spatial.right": "∷╎┤⍑ᒣ",
|
||||
"spatial.back": "ᕊᖋᔮ·ǀ·",
|
||||
"spatial.down": "↸ᒍ∴リ",
|
||||
"spatial.listener": "|:╎ϟᒣᒷリᒷ∷",
|
||||
"spatial.audioSource": "ᖋ⚍↸╎ᒍ ϟᒍ⚍∷ᔮᒷ",
|
||||
|
||||
// Settings - Unfinished
|
||||
"settings.header.unfinished": "⚍リ⎓╎リ╎ϟ⍑ᒷ↸",
|
||||
|
|
|
@ -4,16 +4,21 @@
|
|||
"i18n.languageNameEnglish": "English (US)", // name of language in English
|
||||
"i18n.category": "main", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@maikirakiwi", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
||||
// App info
|
||||
"app.name": "Cider",
|
||||
|
||||
"date.format": "${m} ${d}, ${y}",
|
||||
|
||||
// Dialogs
|
||||
"dialog.cancel": "Cancel",
|
||||
"dialog.ok": "OK",
|
||||
|
||||
// Notification
|
||||
"notification.updatingLibrarySongs": "Updating library songs...",
|
||||
"notification.updatingLibraryAlbums": "Updating library albums...",
|
||||
"notification.updatingLibraryArtists": "Updating library artists...",
|
||||
|
||||
// Terms
|
||||
"term.appleInc": "Apple Inc.",
|
||||
"term.appleMusic": "Apple Music",
|
||||
|
@ -122,7 +127,6 @@
|
|||
"term.menu": "Menu",
|
||||
"term.check": "Check",
|
||||
"term.aboutArtist": "About {{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "Update Cider",
|
||||
"term.topResult": "Top Result", // Search Results
|
||||
"term.sharedPlaylists": "Shared Playlists", // Search Results
|
||||
"term.people": "People", // Search Results
|
||||
|
@ -138,6 +142,7 @@
|
|||
"term.recordLabels": "Record Labels",
|
||||
"term.videoExtras": "Video Extras",
|
||||
"term.top": "Top",
|
||||
|
||||
// Home
|
||||
"home.title": "Home",
|
||||
"home.recentlyPlayed": "Recently Played",
|
||||
|
@ -147,12 +152,14 @@
|
|||
"home.madeForYou": "Made For You",
|
||||
"home.friendsListeningTo": "Friends Listening To",
|
||||
"home.followedArtists": "Followed Artists",
|
||||
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "Apple Music requires a subscription.",
|
||||
"error.connectionError": "There was a problem connecting to Apple Music.",
|
||||
"error.noResults": "No Results.",
|
||||
"error.noResults.description": "Try a new search.",
|
||||
//Podcasts
|
||||
|
||||
// Podcasts
|
||||
"podcast.followOnCider": "Follow On Cider",
|
||||
"podcast.followedOnCider": "Following On Cider",
|
||||
"podcast.subscribeOnItunes": "Subscribe On iTunes",
|
||||
|
@ -161,6 +168,7 @@
|
|||
"podcast.episodes": "Episodes",
|
||||
"podcast.playEpisode": "Play Episode",
|
||||
"podcast.website": "Podcast Website",
|
||||
|
||||
// Actions
|
||||
"action.addToLibrary": "Add to Library",
|
||||
"action.addToLibrary.success": "Added to Library",
|
||||
|
@ -209,14 +217,24 @@
|
|||
"action.copy": "Copy",
|
||||
"action.newpreset": "New Preset...", // Equalizer Preset
|
||||
"action.deletepreset": "Delete Preset",
|
||||
|
||||
// Settings - General
|
||||
"settings.header.general": "General",
|
||||
"settings.header.general.description": "Adjust the general settings for Cider.",
|
||||
"settings.option.general.language": "Language",
|
||||
|
||||
// Language optgroups
|
||||
"settings.option.general.language.main": "Languages",
|
||||
"settings.option.general.language.fun": "Fun Languages",
|
||||
"settings.option.general.language.unsorted": "Unsorted",
|
||||
|
||||
// Update Cider
|
||||
"settings.option.general.updateCider": "Update Cider", // Button. Refer to term.check for the check button
|
||||
"settings.option.general.updateCider.branch": "Cider Update Branch", // Dropdown
|
||||
"settings.option.general.updateCider.branch.description": "Select the branch to update Cider to",
|
||||
"settings.option.general.updateCider.branch.main": "Stable",
|
||||
"settings.option.general.updateCider.branch.develop": "Development",
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "Audio",
|
||||
"settings.header.audio.description": "Adjust the audio settings for Cider.",
|
||||
|
@ -242,6 +260,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "Normalizes peak volume for individual tracks to create a more uniform listening experience.",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "Audio Spatialization", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "Spatialize audio and make audio more 3-dimensional (note: This is not Dolby Atmos)",
|
||||
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "Visual",
|
||||
"settings.header.visual.description": "Adjust the visual settings for Cider.",
|
||||
|
@ -265,11 +284,13 @@
|
|||
"settings.header.visual.hardwareAcceleration.default": "Default",
|
||||
"settings.header.visual.hardwareAcceleration.webGPU": "WebGPU",
|
||||
"settings.header.visual.theme": "Theme",
|
||||
|
||||
// Settings - Visual - Theme name
|
||||
"settings.option.visual.theme.default": "Cider",
|
||||
"settings.option.visual.theme.dark": "Dark",
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "Show Personal Info", // Toggle
|
||||
|
||||
// Settings - Lyrics
|
||||
"settings.header.lyrics": "Lyrics",
|
||||
"settings.header.lyrics.description": "Adjust the lyrics settings for Cider.",
|
||||
|
@ -277,6 +298,7 @@
|
|||
"settings.option.lyrics.enableMusixmatchKaraoke": "Enable Karaoke Mode (Musixmatch only)", // Toggle
|
||||
"settings.option.lyrics.musixmatchPreferredLanguage": "Musixmatch Translation Preferred Language", // Dropdown
|
||||
"settings.option.lyrics.enableYoutubeLyrics": "Enable Youtube Lyrics for Music Videos", // Toggle
|
||||
|
||||
// Settings - Connectivity
|
||||
"settings.header.connectivity": "Connectivity",
|
||||
"settings.header.connectivity.description": "Adjust the connectivity settings for Cider.",
|
||||
|
@ -292,6 +314,7 @@
|
|||
"settings.option.connectivity.lastfmScrobble.removeFeatured": "Remove featuring artists from song title (Last.fm)",
|
||||
"settings.option.connectivity.lastfmScrobble.filterLoop": "Filter looped track (Last.fm)",
|
||||
// Refer to term.connect for the connect button
|
||||
|
||||
// Settings - Experimental
|
||||
"settings.header.experimental": "Experimental",
|
||||
"settings.header.experimental.description": "Adjust the experimental settings for Cider.",
|
||||
|
@ -299,6 +322,7 @@
|
|||
"settings.option.experimental.close_button_hide": "Close Button Should Hide the Application",
|
||||
"settings.option.experimental.copy_log": "Copy logs to clipboard",
|
||||
"settings.option.experimental.inline_playlists": "Inline Playlists and Albums",
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "Audio Spatialization is disabled. To use, please enable it first.",
|
||||
|
@ -320,11 +344,14 @@
|
|||
"spatial.down": "Down",
|
||||
"spatial.listener": "Listener",
|
||||
"spatial.audioSource": "Audio Source",
|
||||
|
||||
// Settings - Unfinished
|
||||
"settings.header.unfinished": "Unfinished",
|
||||
|
||||
// Web Remote
|
||||
"remote.web.title": "Cider Remote",
|
||||
"remote.web.description": "Scan the QR code to pair your phone up with this Cider instance",
|
||||
|
||||
// About
|
||||
"about.thanks": "Major thanks to the Cider Collective Team and all of our contributors."
|
||||
}
|
|
@ -1,312 +1,316 @@
|
|||
{ // Base File
|
||||
// i18n Info
|
||||
"i18n.languageName": "Español (ES)", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Spanish (Spain)", // name of language in English
|
||||
"i18n.category": "main", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@j.fl220", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
||||
// i18n Info
|
||||
"i18n.languageName": "Español (ES)", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Spanish (Spain)", // name of language in English
|
||||
"i18n.category": "main", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@j.fl220", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
// App info
|
||||
"app.name": "Cider",
|
||||
|
||||
// App info
|
||||
"app.name": "Cider",
|
||||
"date.format": "${d} ${m}, ${y}",
|
||||
|
||||
"date.format": "${d} ${m}, ${y}",
|
||||
// Dialogs
|
||||
"dialog.cancel": "Cancelar",
|
||||
"dialog.ok": "Aceptar",
|
||||
|
||||
// Dialogs
|
||||
"dialog.cancel": "Cancelar",
|
||||
"dialog.ok": "Aceptar",
|
||||
// Notification
|
||||
"notification.updatingLibrarySongs": "Actualizando canciones de la biblioteca...",
|
||||
"notification.updatingLibraryAlbums": "Actualizando álbumes de la biblioteca...",
|
||||
"notification.updatingLibraryArtists": "Actualizando biblioteca de artistas...",
|
||||
|
||||
// Notification
|
||||
"notification.updatingLibrarySongs": "Actualizando canciones de la biblioteca...",
|
||||
"notification.updatingLibraryAlbums": "Actualizando álbumes de la biblioteca...",
|
||||
"notification.updatingLibraryArtists": "Actualizando biblioteca de artistas...",
|
||||
// Terms
|
||||
"term.appleInc": "Apple Inc.",
|
||||
"term.appleMusic": "Apple Music",
|
||||
"term.applePodcasts": "Apple Podcasts",
|
||||
"term.itunes": "iTunes",
|
||||
"term.github": "GitHub",
|
||||
"term.discord": "Discord",
|
||||
"term.learnMore": "Leer más",
|
||||
"term.accountSettings": "Ajustes de la cuenta",
|
||||
"term.logout": "Cerrar sesión",
|
||||
"term.login": "Iniciar sesión",
|
||||
"term.about": "Más información",
|
||||
"term.privateSession": "Sesión privada",
|
||||
"term.queue": "En cola",
|
||||
"term.search": "Buscar",
|
||||
"term.library": "Biblioteca",
|
||||
"term.listenNow": "Escuchar",
|
||||
"term.browse": "Explorar",
|
||||
"term.radio": "Radio",
|
||||
"term.recentlyAdded": "Añadido recientemente",
|
||||
"term.songs": "Canciones",
|
||||
"term.albums": "Álbumes",
|
||||
"term.artists": "Artistas",
|
||||
"term.podcasts": "Podcasts",
|
||||
"term.playlists": "Playlists",
|
||||
"term.playlist": "Playlist",
|
||||
"term.newPlaylist": "Nueva playlist",
|
||||
"term.newPlaylistFolder": "Nueva carpeta de playlists",
|
||||
"term.createNewPlaylist": "Crear nueva playlists",
|
||||
"term.createNewPlaylistFolder": "Crear nueva carpeta de playlists",
|
||||
"term.deletePlaylist": "¿Está seguro que desea eliminar esta playlist?",
|
||||
"term.play": "Reproducir",
|
||||
"term.pause": "Pausar",
|
||||
"term.previous": "Anterior",
|
||||
"term.next": "Siguiente",
|
||||
"term.shuffle": "Aleatorio",
|
||||
"term.repeat": "Repetir",
|
||||
"term.volume": "Volumen",
|
||||
"term.mute": "Silenciar",
|
||||
"term.unmute": "Desilenciar",
|
||||
"term.share": "Compartir",
|
||||
"term.settings": "Ajustes",
|
||||
"term.seeAll": "Ver todo",
|
||||
"term.sortBy": "Ordenar por",
|
||||
"term.sortBy.album": "Álbum",
|
||||
"term.sortBy.artist": "Artista",
|
||||
"term.sortBy.name": "Nombre",
|
||||
"term.sortBy.genre": "Género",
|
||||
"term.sortBy.releaseDate": "Fecha de lanzamiento",
|
||||
"term.sortBy.duration": "Duración",
|
||||
"term.sortOrder": "A-Z",
|
||||
"term.sortOrder.ascending": "Ascendiente",
|
||||
"term.sortOrder.descending": "Descendiente",
|
||||
"term.viewAs": "Ver como",
|
||||
"term.viewAs.coverArt": "Carátula",
|
||||
"term.viewAs.list": "Lista",
|
||||
"term.size": "Tamaño",
|
||||
"term.size.normal": "Normal",
|
||||
"term.size.compact": "Compacto",
|
||||
"term.enable": "Habilitar",
|
||||
"term.disable": "Deshabilitar",
|
||||
"term.enabled": "Activado",
|
||||
"term.disabled": "Desactivado",
|
||||
"term.connect": "Conectar",
|
||||
"term.connecting": "Conectando",
|
||||
"term.disconnect": "Desconectado",
|
||||
"term.authed": "Autentificado",
|
||||
"term.confirm": "¿Confirmar?",
|
||||
"term.more": "Más",
|
||||
"term.less": "Menos",
|
||||
"term.showMore": "Mostrar más",
|
||||
"term.showLess": "Mostrar menos",
|
||||
"term.topSongs" : "Top canciones",
|
||||
"term.latestReleases": "Últimos lanzamientos",
|
||||
"term.time.added": "Añadido",
|
||||
"term.time.released": "Lanzado",
|
||||
"term.time.updated": "Actualizado",
|
||||
"term.time.hours": "horas",
|
||||
"term.time.hour": "hora",
|
||||
"term.time.minutes": "minutos",
|
||||
"term.time.minute": "minuto",
|
||||
"term.time.seconds": "segundos",
|
||||
"term.time.second": "segundo",
|
||||
"term.fullscreenView": "Pantalla completa",
|
||||
"term.defaultView": "Vista por defecto",
|
||||
"term.audioSettings": "Ajustes de audio",
|
||||
"term.clearAll": "Borrar todo",
|
||||
"term.recentStations": "Radios recientes",
|
||||
"term.language": "Idioma",
|
||||
"term.funLanguages": "Divertido",
|
||||
"term.noLyrics": "Cargando... / Letra no encontrada./ Instrumental.",
|
||||
"term.copyright": "Copyright",
|
||||
"term.rightsReserved": "Todos los derechos reservados.",
|
||||
"term.sponsor": "Apoya este proyecto",
|
||||
"term.ciderTeam": "Equipo Cider",
|
||||
"term.developer": "Desarrollador",
|
||||
"term.socialTeam": "Equipo RRSS",
|
||||
"term.socials": "Redes sociales",
|
||||
"term.contributors": "Contribuidores",
|
||||
"term.equalizer": "Equalizador",
|
||||
"term.reset": "Resetear",
|
||||
"term.tracks": "canciones", // Assume x amount of tracks. e.g. 50 tracks
|
||||
"term.videos": "Vídeos",
|
||||
"term.menu": "Menú",
|
||||
"term.check": "Comprobar",
|
||||
"term.aboutArtist": "Más sobre {{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "Actualizar Cider",
|
||||
// Terms
|
||||
"term.appleInc": "Apple Inc.",
|
||||
"term.appleMusic": "Apple Music",
|
||||
"term.applePodcasts": "Apple Podcasts",
|
||||
"term.itunes": "iTunes",
|
||||
"term.github": "GitHub",
|
||||
"term.discord": "Discord",
|
||||
"term.learnMore": "Leer más",
|
||||
"term.accountSettings": "Ajustes de la cuenta",
|
||||
"term.logout": "Cerrar sesión",
|
||||
"term.login": "Iniciar sesión",
|
||||
"term.about": "Más información",
|
||||
"term.privateSession": "Sesión privada",
|
||||
"term.queue": "En cola",
|
||||
"term.search": "Buscar",
|
||||
"term.library": "Biblioteca",
|
||||
"term.listenNow": "Escuchar",
|
||||
"term.browse": "Explorar",
|
||||
"term.radio": "Radio",
|
||||
"term.recentlyAdded": "Añadido recientemente",
|
||||
"term.songs": "Canciones",
|
||||
"term.albums": "Álbumes",
|
||||
"term.artists": "Artistas",
|
||||
"term.podcasts": "Podcasts",
|
||||
"term.playlists": "Playlists",
|
||||
"term.playlist": "Playlist",
|
||||
"term.newPlaylist": "Nueva playlist",
|
||||
"term.newPlaylistFolder": "Nueva carpeta de playlists",
|
||||
"term.createNewPlaylist": "Crear nueva playlists",
|
||||
"term.createNewPlaylistFolder": "Crear nueva carpeta de playlists",
|
||||
"term.deletePlaylist": "¿Está seguro que desea eliminar esta playlist?",
|
||||
"term.play": "Reproducir",
|
||||
"term.pause": "Pausar",
|
||||
"term.previous": "Anterior",
|
||||
"term.next": "Siguiente",
|
||||
"term.shuffle": "Aleatorio",
|
||||
"term.repeat": "Repetir",
|
||||
"term.volume": "Volumen",
|
||||
"term.mute": "Silenciar",
|
||||
"term.unmute": "Desilenciar",
|
||||
"term.share": "Compartir",
|
||||
"term.settings": "Ajustes",
|
||||
"term.seeAll": "Ver todo",
|
||||
"term.sortBy": "Ordenar por",
|
||||
"term.sortBy.album": "Álbum",
|
||||
"term.sortBy.artist": "Artista",
|
||||
"term.sortBy.name": "Nombre",
|
||||
"term.sortBy.genre": "Género",
|
||||
"term.sortBy.releaseDate": "Fecha de lanzamiento",
|
||||
"term.sortBy.duration": "Duración",
|
||||
"term.sortOrder": "A-Z",
|
||||
"term.sortOrder.ascending": "Ascendiente",
|
||||
"term.sortOrder.descending": "Descendiente",
|
||||
"term.viewAs": "Ver como",
|
||||
"term.viewAs.coverArt": "Carátula",
|
||||
"term.viewAs.list": "Lista",
|
||||
"term.size": "Tamaño",
|
||||
"term.size.normal": "Normal",
|
||||
"term.size.compact": "Compacto",
|
||||
"term.enable": "Habilitar",
|
||||
"term.disable": "Deshabilitar",
|
||||
"term.enabled": "Activado",
|
||||
"term.disabled": "Desactivado",
|
||||
"term.connect": "Conectar",
|
||||
"term.connecting": "Conectando",
|
||||
"term.disconnect": "Desconectado",
|
||||
"term.authed": "Autentificado",
|
||||
"term.confirm": "¿Confirmar?",
|
||||
"term.more": "Más",
|
||||
"term.less": "Menos",
|
||||
"term.showMore": "Mostrar más",
|
||||
"term.showLess": "Mostrar menos",
|
||||
"term.topSongs": "Top canciones",
|
||||
"term.latestReleases": "Últimos lanzamientos",
|
||||
"term.time.added": "Añadido",
|
||||
"term.time.released": "Lanzado",
|
||||
"term.time.updated": "Actualizado",
|
||||
"term.time.hours": "horas",
|
||||
"term.time.hour": "hora",
|
||||
"term.time.minutes": "minutos",
|
||||
"term.time.minute": "minuto",
|
||||
"term.time.seconds": "segundos",
|
||||
"term.time.second": "segundo",
|
||||
"term.fullscreenView": "Pantalla completa",
|
||||
"term.defaultView": "Vista por defecto",
|
||||
"term.audioSettings": "Ajustes de audio",
|
||||
"term.clearAll": "Borrar todo",
|
||||
"term.recentStations": "Radios recientes",
|
||||
"term.language": "Idioma",
|
||||
"term.funLanguages": "Divertido",
|
||||
"term.noLyrics": "Cargando... / Letra no encontrada./ Instrumental.",
|
||||
"term.copyright": "Copyright",
|
||||
"term.rightsReserved": "Todos los derechos reservados.",
|
||||
"term.sponsor": "Apoya este proyecto",
|
||||
"term.ciderTeam": "Equipo Cider",
|
||||
"term.developer": "Desarrollador",
|
||||
"term.socialTeam": "Equipo RRSS",
|
||||
"term.socials": "Redes sociales",
|
||||
"term.contributors": "Contribuidores",
|
||||
"term.equalizer": "Equalizador",
|
||||
"term.reset": "Resetear",
|
||||
"term.tracks": "canciones", // Assume x amount of tracks. e.g. 50 tracks
|
||||
"term.videos": "Vídeos",
|
||||
"term.menu": "Menú",
|
||||
"term.check": "Comprobar",
|
||||
"term.aboutArtist": "Más sobre {{artistName}}", // e.g. 'About Doja Cat'
|
||||
|
||||
// Home
|
||||
"home.title": "Inicio",
|
||||
"home.recentlyPlayed": "Reproducciones recientes",
|
||||
"home.recentlyAdded": "Añadido recientemente",
|
||||
"home.artistsFeed": "Historial de tus artistas",
|
||||
"home.artistsFeed.noArtist": "Sigue primero a algunos artistas y sus últimos lanzamientos aparecerán aquí",
|
||||
"home.madeForYou": "Hecho para ti",
|
||||
"home.friendsListeningTo": "Tus amigos están escuchando",
|
||||
"home.followedArtists": "Artistas que sigues",
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "Apple Music necesita una suscripción.",
|
||||
"error.connectionError": "Ha habido un problema al conectar con Apple Music.",
|
||||
"error.noResults": "Sin resultados",
|
||||
"error.noResults.description": "Intenta otra búsqueda.",
|
||||
// Home
|
||||
"home.title": "Inicio",
|
||||
"home.recentlyPlayed": "Reproducciones recientes",
|
||||
"home.recentlyAdded": "Añadido recientemente",
|
||||
"home.artistsFeed": "Historial de tus artistas",
|
||||
"home.artistsFeed.noArtist": "Sigue primero a algunos artistas y sus últimos lanzamientos aparecerán aquí",
|
||||
"home.madeForYou": "Hecho para ti",
|
||||
"home.friendsListeningTo": "Tus amigos están escuchando",
|
||||
"home.followedArtists": "Artistas que sigues",
|
||||
|
||||
//Podcasts
|
||||
"podcast.followOnCider": "Seguir en Cider",
|
||||
"podcast.followedOnCider": "Siguiendo en Cider",
|
||||
"podcast.subscribeOnItunes": "Suscribirse en iTunes",
|
||||
"podcast.subscribedOnItunes": "Suscrito en iTunes",
|
||||
"podcast.itunesStore": "Tienda de iTunes",
|
||||
"podcast.episodes": "Episodios",
|
||||
"podcast.playEpisode": "Iniciar Episodio",
|
||||
"podcast.website": "Pagina del podcast",
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "Apple Music necesita una suscripción.",
|
||||
"error.connectionError": "Ha habido un problema al conectar con Apple Music.",
|
||||
"error.noResults": "Sin resultados",
|
||||
"error.noResults.description": "Intenta otra búsqueda.",
|
||||
|
||||
// Actions
|
||||
"action.addToLibrary": "Añadir a la biblioteca",
|
||||
"action.addToLibrary.success": "Añadido a la biblioteca",
|
||||
"action.addToLibrary.error": "Error al añadir a la biblioteca",
|
||||
"action.removeFromLibrary": "Eliminar de la biblioteca",
|
||||
"action.removeFromLibrary.success": "Eliminado de la biblioteca",
|
||||
"action.addToQueue": "Añadir a la cola",
|
||||
"action.addToQueue.success": "Añadido a la cola",
|
||||
"action.addToQueue.error": "Error al añadirlo a la cola",
|
||||
"action.removeFromQueue": "Elimiar de la cola",
|
||||
"action.removeFromQueue.success": "Eliminado de la cola",
|
||||
"action.removeFromQueue.error": "Error al eliminarlo de la cola",
|
||||
"action.createPlaylist": "Crear nueva playlist",
|
||||
"action.addToPlaylist": "Añadir a la playlist",
|
||||
"action.removeFromPlaylist": "Eliminar de la playlist",
|
||||
"action.addToFavorites": "Añadir a favoritos",
|
||||
"action.follow": "Seguir",
|
||||
"action.follow.success": "Siguiendo",
|
||||
"action.follow.error": "Error al seguir",
|
||||
"action.unfollow": "Dejar de seguir",
|
||||
"action.unfollow.success": "Has dejado de seguirle",
|
||||
"action.unfollow.error": "Error al dejar de seguir",
|
||||
"action.playNext": "Reproducir a continuación",
|
||||
"action.playLater": "Reproducir al final",
|
||||
"action.startRadio": "Crear emisora",
|
||||
"action.goToArtist": "Ir al artista",
|
||||
"action.goToAlbum": "Mostrar álbum",
|
||||
"action.moveToTop": "Mover a arriba",
|
||||
"action.share": "Compartir",
|
||||
"action.rename": "Renombrar",
|
||||
"action.love": "Me gusta",
|
||||
"action.unlove": "Eliminar me gusta",
|
||||
"action.dislike": "Sugerir menos este estilo",
|
||||
"action.undoDislike": "Sugerir este estilo",
|
||||
"action.showWebRemoteQR": "Conexión remota",
|
||||
"action.playTracksNext": "Reproducir ${app.selectedMediaItems.length} siguiente canción",
|
||||
"action.playTracksLater": "Reproducir ${app.selectedMediaItems.length} como última canción",
|
||||
"action.removeTracks": "Eliminar ${self.selectedItems.length} canciones de la cola",
|
||||
"action.import": "Importar",
|
||||
"action.export": "Exportar",
|
||||
"action.showAlbum": "Mostrar álbum completo",
|
||||
"action.tray.minimize": "Mover a la bandeja",
|
||||
"action.tray.quit": "Salir",
|
||||
"action.tray.show": "Abrir",
|
||||
"action.update": "Actualizar",
|
||||
// Podcasts
|
||||
"podcast.followOnCider": "Seguir en Cider",
|
||||
"podcast.followedOnCider": "Siguiendo en Cider",
|
||||
"podcast.subscribeOnItunes": "Suscribirse en iTunes",
|
||||
"podcast.subscribedOnItunes": "Suscrito en iTunes",
|
||||
"podcast.itunesStore": "Tienda de iTunes",
|
||||
"podcast.episodes": "Episodios",
|
||||
"podcast.playEpisode": "Iniciar Episodio",
|
||||
"podcast.website": "Pagina del podcast",
|
||||
|
||||
// Settings - General
|
||||
"settings.header.general": "General",
|
||||
"settings.header.general.description": "Ajustes generales de Cider.",
|
||||
"settings.option.general.language": "Idioma",
|
||||
// Actions
|
||||
"action.addToLibrary": "Añadir a la biblioteca",
|
||||
"action.addToLibrary.success": "Añadido a la biblioteca",
|
||||
"action.addToLibrary.error": "Error al añadir a la biblioteca",
|
||||
"action.removeFromLibrary": "Eliminar de la biblioteca",
|
||||
"action.removeFromLibrary.success": "Eliminado de la biblioteca",
|
||||
"action.addToQueue": "Añadir a la cola",
|
||||
"action.addToQueue.success": "Añadido a la cola",
|
||||
"action.addToQueue.error": "Error al añadirlo a la cola",
|
||||
"action.removeFromQueue": "Elimiar de la cola",
|
||||
"action.removeFromQueue.success": "Eliminado de la cola",
|
||||
"action.removeFromQueue.error": "Error al eliminarlo de la cola",
|
||||
"action.createPlaylist": "Crear nueva playlist",
|
||||
"action.addToPlaylist": "Añadir a la playlist",
|
||||
"action.removeFromPlaylist": "Eliminar de la playlist",
|
||||
"action.addToFavorites": "Añadir a favoritos",
|
||||
"action.follow": "Seguir",
|
||||
"action.follow.success": "Siguiendo",
|
||||
"action.follow.error": "Error al seguir",
|
||||
"action.unfollow": "Dejar de seguir",
|
||||
"action.unfollow.success": "Has dejado de seguirle",
|
||||
"action.unfollow.error": "Error al dejar de seguir",
|
||||
"action.playNext": "Reproducir a continuación",
|
||||
"action.playLater": "Reproducir al final",
|
||||
"action.startRadio": "Crear emisora",
|
||||
"action.goToArtist": "Ir al artista",
|
||||
"action.goToAlbum": "Mostrar álbum",
|
||||
"action.moveToTop": "Mover a arriba",
|
||||
"action.share": "Compartir",
|
||||
"action.rename": "Renombrar",
|
||||
"action.love": "Me gusta",
|
||||
"action.unlove": "Eliminar me gusta",
|
||||
"action.dislike": "Sugerir menos este estilo",
|
||||
"action.undoDislike": "Sugerir este estilo",
|
||||
"action.showWebRemoteQR": "Conexión remota",
|
||||
"action.playTracksNext": "Reproducir ${app.selectedMediaItems.length} siguiente canción",
|
||||
"action.playTracksLater": "Reproducir ${app.selectedMediaItems.length} como última canción",
|
||||
"action.removeTracks": "Eliminar ${self.selectedItems.length} canciones de la cola",
|
||||
"action.import": "Importar",
|
||||
"action.export": "Exportar",
|
||||
"action.showAlbum": "Mostrar álbum completo",
|
||||
"action.tray.minimize": "Mover a la bandeja",
|
||||
"action.tray.quit": "Salir",
|
||||
"action.tray.show": "Abrir",
|
||||
"action.update": "Actualizar",
|
||||
|
||||
// Language optgroups
|
||||
"settings.option.general.language.main": "Idiomas",
|
||||
"settings.option.general.language.fun": "Idiomas divertidos",
|
||||
"settings.option.general.language.unsorted": "Sin clasificar",
|
||||
// Settings - General
|
||||
"settings.header.general": "General",
|
||||
"settings.header.general.description": "Ajustes generales de Cider.",
|
||||
"settings.option.general.language": "Idioma",
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "Audio",
|
||||
"settings.header.audio.description": "Ajustes del audio de Cider.",
|
||||
"settings.option.audio.quality": "Calidad de audio", // Dropdown
|
||||
"settings.header.audio.quality.high": "Alto",
|
||||
"settings.header.audio.quality.low": "Bajo",
|
||||
"settings.header.audio.quality.auto": "Auto",
|
||||
"settings.option.audio.seamlessTransition": "Transición de audio perfecta", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality": "Activar funciones avanzadas", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.description": "Habilitar la funcionalidad de AudioContext permitirá funciones de audio extendidas como Normalización de audio, Ecualizadores y Visualizadores; sin embargo, en algunos sistemas esto puede causar interrupciones en las canciones.",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization": "Normalizar volumen", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "Normaliza los picos altos de canciones para hacer la experiencia de escucha mejor.",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "Espacialización del audio", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "Espacializa más el audio y conviértelo más 3-dimensional (nota: Esto no es Dolby Atmos)",
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "Visual",
|
||||
"settings.header.visual.description": "Ajustes visuales para Cider.",
|
||||
"settings.option.visual.windowBackgroundStyle": "Estilo del fondo de la ventana", // Toggle
|
||||
"settings.header.visual.windowBackgroundStyle.none": "Nada",
|
||||
"settings.header.visual.windowBackgroundStyle.artwork": "Carátula",
|
||||
"settings.header.visual.windowBackgroundStyle.image": "Imagen",
|
||||
"settings.option.visual.animatedArtwork": "Carátula animada", // Dropdown
|
||||
"settings.header.visual.animatedArtwork.always": "Habilitar siempre",
|
||||
"settings.header.visual.animatedArtwork.limited": "Limitado a algunas páginas",
|
||||
"settings.header.visual.animatedArtwork.disable": "Deshabilitar en todas partes",
|
||||
"settings.option.visual.animatedArtworkQuality": "Calidad de la carátula animada", // Dropdown
|
||||
"settings.header.visual.animatedArtworkQuality.low": "Bajo",
|
||||
"settings.header.visual.animatedArtworkQuality.medium": "Medio",
|
||||
"settings.header.visual.animatedArtworkQuality.high": "Alto",
|
||||
"settings.header.visual.animatedArtworkQuality.veryHigh": "Muy alto",
|
||||
"settings.header.visual.animatedArtworkQuality.extreme": "Extrema",
|
||||
"settings.option.visual.animatedWindowBackground": "Fondo de la ventana animado", // Toggle
|
||||
"settings.option.visual.hardwareAcceleration": "Aceleración del hardware", // Dropdown
|
||||
"settings.option.visual.hardwareAcceleration.description": "La app requiere reinicio",
|
||||
"settings.header.visual.hardwareAcceleration.default": "Por defecto",
|
||||
"settings.header.visual.hardwareAcceleration.webGPU": "WebGPU",
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "Mostrar información personal", // Toggle
|
||||
// Language optgroups
|
||||
"settings.option.general.language.main": "Idiomas",
|
||||
"settings.option.general.language.fun": "Idiomas divertidos",
|
||||
"settings.option.general.language.unsorted": "Sin clasificar",
|
||||
|
||||
// Settings - Lyrics
|
||||
"settings.header.lyrics": "Letras",
|
||||
"settings.header.lyrics.description": "Ajuste las letras para Cider",
|
||||
"settings.option.lyrics.enableMusixmatch": "Habilitar las letras de Musixmatch", // Toggle
|
||||
"settings.option.lyrics.enableMusixmatchKaraoke": "Habilita el modo Karaoke (solo con Musixmatch)", // Toggle
|
||||
"settings.option.lyrics.musixmatchPreferredLanguage": "Idioma de traducción por defecto en Musixmatch", // Dropdown
|
||||
"settings.option.lyrics.enableYoutubeLyrics": "Habilitar las letras de Youtube para los videos con música", // Toggle
|
||||
// Update Cider
|
||||
"settings.option.general.updateCider": "Actualizar Cider", // Button
|
||||
|
||||
// Settings - Connectivity
|
||||
"settings.header.connectivity": "Conectividad",
|
||||
"settings.header.connectivity.description": "Ajusta la conectividad para Cider.",
|
||||
"settings.option.connectivity.discordRPC": "Discord Rich Presence", // Dropdown
|
||||
"settings.option.connectivity.playbackNotifications": "Notificaciones de reproducción", // Toggle
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.header.connectivity.discordRPC.cider": "Mostrar como 'Cider'",
|
||||
"settings.header.connectivity.discordRPC.appleMusic": "Mostrar como 'Apple Music'",
|
||||
"settings.option.connectivity.discordRPC.clearOnPause": "Quitar Discord Rich Presence en pausa", // Toggle
|
||||
"settings.option.connectivity.lastfmScrobble": "Scrobbling Last.fm", // Option to Connect
|
||||
"settings.option.connectivity.lastfmScrobble.delay": "Delay del Scrobbling en Last.fm (%)",
|
||||
"settings.option.connectivity.lastfmScrobble.nowPlaying": "Habilitar 'Escuchando ahora' en Last.fm",
|
||||
"settings.option.connectivity.lastfmScrobble.removeFeatured": "Eliminar artistas destacados del título de la canción (Last.fm)",
|
||||
"settings.option.connectivity.lastfmScrobble.filterLoop": "Filtrar pista en bucle (Last.fm)",
|
||||
// Refer to term.connect for the connect button
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "Audio",
|
||||
"settings.header.audio.description": "Ajustes del audio de Cider.",
|
||||
"settings.option.audio.quality": "Calidad de audio", // Dropdown
|
||||
"settings.header.audio.quality.high": "Alto",
|
||||
"settings.header.audio.quality.low": "Bajo",
|
||||
"settings.header.audio.quality.auto": "Auto",
|
||||
"settings.option.audio.seamlessTransition": "Transición de audio perfecta", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality": "Activar funciones avanzadas", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.description": "Habilitar la funcionalidad de AudioContext permitirá funciones de audio extendidas como Normalización de audio, Ecualizadores y Visualizadores; sin embargo, en algunos sistemas esto puede causar interrupciones en las canciones.",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization": "Normalizar volumen", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "Normaliza los picos altos de canciones para hacer la experiencia de escucha mejor.",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "Espacialización del audio", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "Espacializa más el audio y conviértelo más 3-dimensional (nota: Esto no es Dolby Atmos)",
|
||||
|
||||
// Settings - Experimental
|
||||
"settings.header.experimental": "En pruebas",
|
||||
"settings.header.experimental.description": "Ajustes en pruebas para Cider.",
|
||||
"settings.option.experimental.compactUI": "Interfaz de usuario compacto", // Toggle
|
||||
"settings.option.experimental.close_button_hide": "El botón de cerrar minimizará la aplicación en la bandeja",
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "Visual",
|
||||
"settings.header.visual.description": "Ajustes visuales para Cider.",
|
||||
"settings.option.visual.windowBackgroundStyle": "Estilo del fondo de la ventana", // Toggle
|
||||
"settings.header.visual.windowBackgroundStyle.none": "Nada",
|
||||
"settings.header.visual.windowBackgroundStyle.artwork": "Carátula",
|
||||
"settings.header.visual.windowBackgroundStyle.image": "Imagen",
|
||||
"settings.option.visual.animatedArtwork": "Carátula animada", // Dropdown
|
||||
"settings.header.visual.animatedArtwork.always": "Habilitar siempre",
|
||||
"settings.header.visual.animatedArtwork.limited": "Limitado a algunas páginas",
|
||||
"settings.header.visual.animatedArtwork.disable": "Deshabilitar en todas partes",
|
||||
"settings.option.visual.animatedArtworkQuality": "Calidad de la carátula animada", // Dropdown
|
||||
"settings.header.visual.animatedArtworkQuality.low": "Bajo",
|
||||
"settings.header.visual.animatedArtworkQuality.medium": "Medio",
|
||||
"settings.header.visual.animatedArtworkQuality.high": "Alto",
|
||||
"settings.header.visual.animatedArtworkQuality.veryHigh": "Muy alto",
|
||||
"settings.header.visual.animatedArtworkQuality.extreme": "Extrema",
|
||||
"settings.option.visual.animatedWindowBackground": "Fondo de la ventana animado", // Toggle
|
||||
"settings.option.visual.hardwareAcceleration": "Aceleración del hardware", // Dropdown
|
||||
"settings.option.visual.hardwareAcceleration.description": "La app requiere reinicio",
|
||||
"settings.header.visual.hardwareAcceleration.default": "Por defecto",
|
||||
"settings.header.visual.hardwareAcceleration.webGPU": "WebGPU",
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "Mostrar información personal", // Toggle
|
||||
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "La espacialización del audio esta desactivada. Para usarlo primero actívelo.",
|
||||
"spatial.spatialProperties": "Propiedades espaciales",
|
||||
"spatial.width": "Ancho",
|
||||
"spatial.height": "Altura",
|
||||
"spatial.depth": "Profundidad",
|
||||
"spatial.gain": "Ganancia",
|
||||
"spatial.roomMaterials": "Material de la habitación",
|
||||
"spatial.roomDimensions": "Dimensión de la habitación",
|
||||
"spatial.roomPositions": "Posiciones de la habitación",
|
||||
"spatial.setDimensions": "Establecer dimensiones",
|
||||
"spatial.setPositions": "Establecer posiciones",
|
||||
"spatial.up": "Arriba",
|
||||
"spatial.front": "Delante",
|
||||
"spatial.left": "Izquierda",
|
||||
"spatial.right": "Derecha",
|
||||
"spatial.back": "Atrás",
|
||||
"spatial.down": "Abajo",
|
||||
"spatial.listener": "Oyente",
|
||||
"spatial.audioSource": "Salida del audio",
|
||||
// Settings - Lyrics
|
||||
"settings.header.lyrics": "Letras",
|
||||
"settings.header.lyrics.description": "Ajuste las letras para Cider",
|
||||
"settings.option.lyrics.enableMusixmatch": "Habilitar las letras de Musixmatch", // Toggle
|
||||
"settings.option.lyrics.enableMusixmatchKaraoke": "Habilita el modo Karaoke (solo con Musixmatch)", // Toggle
|
||||
"settings.option.lyrics.musixmatchPreferredLanguage": "Idioma de traducción por defecto en Musixmatch", // Dropdown
|
||||
"settings.option.lyrics.enableYoutubeLyrics": "Habilitar las letras de Youtube para los videos con música", // Toggle
|
||||
|
||||
// Settings - Unfinished
|
||||
"settings.header.unfinished": "Sin acabar",
|
||||
"settings.header.unfinished.description": "Ajustes siendo testeados, no están acabados.",
|
||||
// Settings - Connectivity
|
||||
"settings.header.connectivity": "Conectividad",
|
||||
"settings.header.connectivity.description": "Ajusta la conectividad para Cider.",
|
||||
"settings.option.connectivity.discordRPC": "Discord Rich Presence", // Dropdown
|
||||
"settings.option.connectivity.playbackNotifications": "Notificaciones de reproducción", // Toggle
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.header.connectivity.discordRPC.cider": "Mostrar como 'Cider'",
|
||||
"settings.header.connectivity.discordRPC.appleMusic": "Mostrar como 'Apple Music'",
|
||||
"settings.option.connectivity.discordRPC.clearOnPause": "Quitar Discord Rich Presence en pausa", // Toggle
|
||||
"settings.option.connectivity.lastfmScrobble": "Scrobbling Last.fm", // Option to Connect
|
||||
"settings.option.connectivity.lastfmScrobble.delay": "Delay del Scrobbling en Last.fm (%)",
|
||||
"settings.option.connectivity.lastfmScrobble.nowPlaying": "Habilitar 'Escuchando ahora' en Last.fm",
|
||||
"settings.option.connectivity.lastfmScrobble.removeFeatured": "Eliminar artistas destacados del título de la canción (Last.fm)",
|
||||
"settings.option.connectivity.lastfmScrobble.filterLoop": "Filtrar pista en bucle (Last.fm)",
|
||||
// Refer to term.connect for the connect button
|
||||
|
||||
// Web Remote
|
||||
"remote.web.title": "Cider Remoto",
|
||||
"remote.web.description": "Escanee el código QR para emparejar su teléfono con su cliente de Cider",
|
||||
// Settings - Experimental
|
||||
"settings.header.experimental": "En pruebas",
|
||||
"settings.header.experimental.description": "Ajustes en pruebas para Cider.",
|
||||
"settings.option.experimental.compactUI": "Interfaz de usuario compacto", // Toggle
|
||||
"settings.option.experimental.close_button_hide": "El botón de cerrar minimizará la aplicación en la bandeja",
|
||||
|
||||
// About
|
||||
"about.thanks": "Muchísimas gracias al equipo de Cider Collective y también a todos nuestros contribuidores."
|
||||
}
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "La espacialización del audio esta desactivada. Para usarlo primero actívelo.",
|
||||
"spatial.spatialProperties": "Propiedades espaciales",
|
||||
"spatial.width": "Ancho",
|
||||
"spatial.height": "Altura",
|
||||
"spatial.depth": "Profundidad",
|
||||
"spatial.gain": "Ganancia",
|
||||
"spatial.roomMaterials": "Material de la habitación",
|
||||
"spatial.roomDimensions": "Dimensión de la habitación",
|
||||
"spatial.roomPositions": "Posiciones de la habitación",
|
||||
"spatial.setDimensions": "Establecer dimensiones",
|
||||
"spatial.setPositions": "Establecer posiciones",
|
||||
"spatial.up": "Arriba",
|
||||
"spatial.front": "Delante",
|
||||
"spatial.left": "Izquierda",
|
||||
"spatial.right": "Derecha",
|
||||
"spatial.back": "Atrás",
|
||||
"spatial.down": "Abajo",
|
||||
"spatial.listener": "Oyente",
|
||||
"spatial.audioSource": "Salida del audio",
|
||||
|
||||
// Settings - Unfinished
|
||||
"settings.header.unfinished": "Sin acabar",
|
||||
"settings.header.unfinished.description": "Ajustes siendo testeados, no están acabados.",
|
||||
|
||||
// Web Remote
|
||||
"remote.web.title": "Cider Remoto",
|
||||
"remote.web.description": "Escanee el código QR para emparejar su teléfono con su cliente de Cider",
|
||||
|
||||
// About
|
||||
"about.thanks": "Muchísimas gracias al equipo de Cider Collective y también a todos nuestros contribuidores."
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
{ // Base File
|
||||
|
||||
// i18n Info
|
||||
"i18n.languageName": "Français", // name of language in native language
|
||||
"i18n.languageName": "Français", // name of language in native language
|
||||
"i18n.languageNameEnglish": "French", // name of language in English
|
||||
"i18n.category": "main", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@ErwanGit", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
@ -19,6 +18,7 @@
|
|||
"notification.updatingLibrarySongs": "Mise à jour des chansons de la bibliothèque...",
|
||||
"notification.updatingLibraryAlbums": "Mise à jour des albums de la bibliothèque...",
|
||||
"notification.updatingLibraryArtists": "Mise à jour des artistes de la bibliothèque...",
|
||||
|
||||
// Terms
|
||||
"term.appleInc": "Apple Inc.",
|
||||
"term.appleMusic": "Apple Music",
|
||||
|
@ -93,7 +93,7 @@
|
|||
"term.less": "Moins",
|
||||
"term.showMore": "Afficher plus",
|
||||
"term.showLess": "Afficher moins",
|
||||
"term.topSongs" : "Meilleurs titres",
|
||||
"term.topSongs": "Meilleurs titres",
|
||||
"term.latestReleases": "Dernières sorties",
|
||||
"term.time.added": "Ajouté",
|
||||
"term.time.released": "Publié",
|
||||
|
@ -127,8 +127,7 @@
|
|||
"term.menu": "Menu",
|
||||
"term.check": "Vérifier",
|
||||
"term.aboutArtist": "À propos de {{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "Mettre à jour Cider",
|
||||
"term.topResult": "Meilleurs résultats", // Search Results
|
||||
"term.topResult": "Meilleurs résultats", // Search Results
|
||||
"term.sharedPlaylists": "Playlists partagées", // Search Results
|
||||
"term.people": "Personnes", // Search Results
|
||||
"term.newpreset.name": "Nouveau nom du préréglage de l'égaliseur", // Equalizer Preset
|
||||
|
@ -153,13 +152,14 @@
|
|||
"home.madeForYou": "Fait pour vous",
|
||||
"home.friendsListeningTo": "Vos amis écoutent",
|
||||
"home.followedArtists": "Artistes suivis",
|
||||
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "Apple Music nécessite un abonnement.",
|
||||
"error.connectionError": "Il y a eu un problème de connexion à Apple Music.",
|
||||
"error.noResults": "Aucun résultat.",
|
||||
"error.noResults.description": "Essayez une nouvelle recherche.",
|
||||
|
||||
//Podcasts
|
||||
// Podcasts
|
||||
"podcast.followOnCider": "Suivre sur Cider",
|
||||
"podcast.followedOnCider": "Suivi sur Cider",
|
||||
"podcast.subscribeOnItunes": "Suivre sur iTunes",
|
||||
|
@ -215,7 +215,7 @@
|
|||
"action.tray.show": "Afficher",
|
||||
"action.update": "Mettre à jour",
|
||||
"action.copy": "Copier",
|
||||
"action.newpreset": "Nouveau préréglage...", // Equalizer Preset
|
||||
"action.newpreset": "Nouveau préréglage...", // Equalizer Preset
|
||||
"action.deletepreset": "Supprimer le préréglage",
|
||||
|
||||
// Settings - General
|
||||
|
@ -228,6 +228,9 @@
|
|||
"settings.option.general.language.fun": "Langues amusantes",
|
||||
"settings.option.general.language.unsorted": "Non trié",
|
||||
|
||||
// Update Cider
|
||||
"settings.option.general.updateCider": "Mettre à jour Cider", // Button
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "Audio",
|
||||
"settings.header.audio.description": "Ajuster les paramètres audio de Cider.",
|
||||
|
@ -249,6 +252,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "Normalise le volume maximal des pistes individuelles pour créer une expérience d'écoute plus uniforme.",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "Spatialisation audio", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "Spatialiser l'audio et rendre l'audio plus tridimensionnel (note: Ce n'est pas Dolby Atmos)",
|
||||
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "Visuel",
|
||||
"settings.header.visual.description": "Ajuster les paramètres visuels de Cider.",
|
||||
|
@ -276,7 +280,6 @@
|
|||
// Settings - Visual - Theme name
|
||||
"settings.option.visual.theme.default": "Cider",
|
||||
"settings.option.visual.theme.dark": "Sombre",
|
||||
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "Afficher vos informations personnelles", // Toggle
|
||||
|
||||
|
@ -311,8 +314,8 @@
|
|||
"settings.option.experimental.close_button_hide": "Le bouton de fermeture doit masquer l'application",
|
||||
"settings.option.experimental.copy_log": "Copier les logs dans le presse-papier",
|
||||
"settings.option.experimental.inline_playlists": "Playlists et albums en ligne",
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "La spatialisation audio est désactivée. Pour l'utiliser, vous devez d'abord l'activer.",
|
||||
"spatial.spatialProperties": "Propriétés spatiales",
|
||||
|
@ -344,4 +347,3 @@
|
|||
// About
|
||||
"about.thanks": "Un grand merci à l'équipe de la Cider Collective et à tous nos contributeurs."
|
||||
}
|
||||
|
|
@ -1,9 +1,10 @@
|
|||
{ // Base File
|
||||
// i18n Info
|
||||
"i18n.languageName": "Magyar", // name of language in native language
|
||||
"i18n.languageName": "Magyar", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Hungarian", // name of language in English
|
||||
"i18n.category": "main", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@Greenoliv @Amaru @BenjaminStonawski", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
||||
// App info
|
||||
"app.name": "Cider",
|
||||
|
||||
|
@ -17,6 +18,7 @@
|
|||
"notification.updatingLibrarySongs": "Zenekönyvtár frissítése...",
|
||||
"notification.updatingLibraryAlbums": "Albumok frissítése...",
|
||||
"notification.updatingLibraryArtists": "Előadók frissítése...",
|
||||
|
||||
// Terms
|
||||
"term.appleInc": "Apple Inc.",
|
||||
"term.appleMusic": "Apple Music",
|
||||
|
@ -90,7 +92,7 @@
|
|||
"term.less": "Kevesebb",
|
||||
"term.showMore": "Mutass többet",
|
||||
"term.showLess": "Mutass kevesebbet",
|
||||
"term.topSongs" : "A legjobb dalok",
|
||||
"term.topSongs": "A legjobb dalok",
|
||||
"term.latestReleases": "Új megjelenések",
|
||||
"term.time.added": "Hozzáadva",
|
||||
"term.time.released": "Kiadva",
|
||||
|
@ -124,7 +126,6 @@
|
|||
"term.menu": "Menü",
|
||||
"term.check": "Ellenőrzés",
|
||||
"term.aboutArtist": "About {{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "A Cider frissítése",
|
||||
"term.topResult": "Legjobb találatok", // Search Results
|
||||
"term.sharedPlaylists": "Megosztott lejátszási listák", // Search Results
|
||||
"term.people": "Profilok", // Search Results
|
||||
|
@ -140,6 +141,7 @@
|
|||
"term.recordLabels": "Record Labels",
|
||||
"term.videoExtras": "Videóextrák",
|
||||
"term.top": "Top",
|
||||
|
||||
// Home
|
||||
"home.title": "Kezdőlap",
|
||||
"home.recentlyPlayed": "Nemrég játszott",
|
||||
|
@ -149,12 +151,14 @@
|
|||
"home.madeForYou": "Személyre szabva",
|
||||
"home.friendsListeningTo": "A barátaid épp ezt hallgatják",
|
||||
"home.followedArtists": "Követett előadók",
|
||||
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "Apple Music előfizetés szükséges.",
|
||||
"error.connectionError": "Hiba történt az Apple Musichoz való csatlakozás közben.",
|
||||
"error.noResults": "Nincs találat",
|
||||
"error.noResults.description": "Próbálkozzon új kereséssel",
|
||||
//Podcasts
|
||||
|
||||
// Podcasts
|
||||
"podcast.followOnCider": "Követés a Cideren",
|
||||
"podcast.followedOnCider": "Követve a Cideren",
|
||||
"podcast.subscribeOnItunes": "Feliratkozás az iTunesban",
|
||||
|
@ -163,6 +167,7 @@
|
|||
"podcast.episodes": "Epizódok",
|
||||
"podcast.playEpisode": "Epizód lejátszása",
|
||||
"podcast.website": "Podcast weboldala",
|
||||
|
||||
// Actions
|
||||
"action.addToLibrary": "Hozzáadás a Könyvtárhoz",
|
||||
"action.addToLibrary.success": "Hozzáadva a Könyvtárhoz",
|
||||
|
@ -211,14 +216,20 @@
|
|||
"action.copy": "Másolás",
|
||||
"action.newpreset": "Új Preset...", // Equalizer Preset
|
||||
"action.deletepreset": "Preset törlése",
|
||||
|
||||
// Settings - General
|
||||
"settings.header.general": "Általános",
|
||||
"settings.header.general.description": "A Cider általános beállításainak módosítása.",
|
||||
"settings.option.general.language": "Nyelv",
|
||||
|
||||
// Language optgroups
|
||||
"settings.option.general.language.main": "Nyelvek",
|
||||
"settings.option.general.language.fun": "Fantázianyelvek",
|
||||
"settings.option.general.language.unsorted": "Azonosítatlan",
|
||||
|
||||
// Update Cider
|
||||
"settings.option.general.updateCider": "A Cider frissítése", // Button
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "Hang",
|
||||
"settings.header.audio.description": "A Cider hangbeállításainak módosítása.",
|
||||
|
@ -244,6 +255,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "Normalizálja az egyes zeneszámok hangosabb részeit, hogy egységesebb hallgatási élményt hozzon létre.",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "Térbeli hang", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "Térbeli hang és a hang háromdimenziósabbá tétele (Ez nem összekeverendő a Dolby Atmos-szal!)",
|
||||
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "Vizuális",
|
||||
"settings.header.visual.description": "A Cider vizuális beállításainak módosítása.",
|
||||
|
@ -267,11 +279,13 @@
|
|||
"settings.header.visual.hardwareAcceleration.default": "Alap",
|
||||
"settings.header.visual.hardwareAcceleration.webGPU": "WebGPU",
|
||||
"settings.header.visual.theme": "Téma",
|
||||
|
||||
// Settings - Visual - Theme name
|
||||
"settings.option.visual.theme.default": "Cider",
|
||||
"settings.option.visual.theme.dark": "Sötét",
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "Személyes adatok mutatása", // Toggle
|
||||
|
||||
// Settings - Lyrics
|
||||
"settings.header.lyrics": "Dalszöveg",
|
||||
"settings.header.lyrics.description": "A Cider dalszöveg beállításainak módosítása.",
|
||||
|
@ -279,6 +293,7 @@
|
|||
"settings.option.lyrics.enableMusixmatchKaraoke": "Karaoke mód bekapcsolása (Csak MusixMatch)", // Toggle
|
||||
"settings.option.lyrics.musixmatchPreferredLanguage": "MusixMatch fordítás nyelve", // Dropdown
|
||||
"settings.option.lyrics.enableYoutubeLyrics": "YouTube dalszövegek engedélyezése a zenei videóknál", // Toggle
|
||||
|
||||
// Settings - Connectivity
|
||||
"settings.header.connectivity": "Csatlakozások",
|
||||
"settings.header.connectivity.description": "A Cider csatlakozás beállításainak módosítása.",
|
||||
|
@ -294,6 +309,7 @@
|
|||
"settings.option.connectivity.lastfmScrobble.removeFeatured": "Remove featuring artists from song title (LastFM)",
|
||||
"settings.option.connectivity.lastfmScrobble.filterLoop": "Loopolt zeneszám szűrése (LastFM)",
|
||||
// Refer to term.connect for the connect button
|
||||
|
||||
// Settings - Experimental
|
||||
"settings.header.experimental": "Kísérleti",
|
||||
"settings.header.experimental.description": "A Cider kísérleti beállításainak módosítása.",
|
||||
|
@ -301,8 +317,8 @@
|
|||
"settings.option.experimental.close_button_hide": "A bezárás gomb rejtse el az alkalmazást",
|
||||
"settings.option.experimental.copy_log": "Napló másolása a vágólapra",
|
||||
"settings.option.experimental.inline_playlists": "Inline Playlists and Albums",
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "A térbeli hangzás ki van kapcsolva, használatához kapcsolja be.",
|
||||
"spatial.spatialProperties": "Térbeli hang",
|
||||
|
@ -323,11 +339,14 @@
|
|||
"spatial.down": "Lent",
|
||||
"spatial.listener": "Hallgató",
|
||||
"spatial.audioSource": "Hangforrás",
|
||||
|
||||
// Settings - Unfinished
|
||||
"settings.header.unfinished": "Befejezetlen",
|
||||
|
||||
// Web Remote
|
||||
"remote.web.title": "Cider Remote",
|
||||
"remote.web.description": "Olvasd be ezt a QR-kódot a telefonoddal, hogy tudd vezérelni a lejátszót.",
|
||||
|
||||
// About
|
||||
"about.thanks": "Köszönet a Cider Collective csapatának és minden hozzájárulónak."
|
||||
}
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
// i18n Info
|
||||
"i18n.languageName": "日本語", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Japanese", // name of language in English
|
||||
"i18n.category": "main", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@maikirakiwi", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
||||
// App info
|
||||
"app.name": "Cider",
|
||||
|
||||
"date.format": "${y}年${m}月${d}日",
|
||||
|
||||
// i18n Info
|
||||
"i18n.languageName": "日本語", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Japanese", // name of language in English
|
||||
"i18n.category": "main", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@maikirakiwi", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
||||
// Dialogs
|
||||
"dialog.cancel": "キャンセル",
|
||||
"dialog.ok": "OK",
|
||||
|
@ -85,7 +85,7 @@
|
|||
"term.less": "減らす",
|
||||
"term.showMore": "もっと見る",
|
||||
"term.showLess": "表示数を少なくする",
|
||||
"term.topSongs" : "トップソング",
|
||||
"term.topSongs": "トップソング",
|
||||
"term.latestReleases": "ニューリリース",
|
||||
"term.time.added": "追加日",
|
||||
"term.time.released": "配信開始日",
|
||||
|
@ -118,7 +118,6 @@
|
|||
"term.menu": "メニュー",
|
||||
"term.check": "確認",
|
||||
"term.aboutArtist": "{{artistName}}について", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "Cider 更新",
|
||||
|
||||
// Home
|
||||
"home.title": "ホーム",
|
||||
|
@ -129,6 +128,7 @@
|
|||
"home.madeForYou": "あなたにおすすめ",
|
||||
"home.friendsListeningTo": "友達が聴いている",
|
||||
"home.followedArtists": "フォローしているアーティスト",
|
||||
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "Apple Musicのサブスクリプションが必要です。",
|
||||
"error.connectionError": "Apple Musicに接続できません。",
|
||||
|
@ -190,8 +190,8 @@
|
|||
"action.tray.show": "表示",
|
||||
"action.update": "アップデート",
|
||||
"action.copy": "コピー",
|
||||
"action.newpreset": "ニュープリセット", // Equalizer Preset
|
||||
"action.deletepreset": "プリセットを削除", // Equalizer Preset
|
||||
"action.newpreset": "ニュープリセット", // Equalizer Preset
|
||||
"action.deletepreset": "プリセットを削除", // Equalizer Preset
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "オーディオ",
|
||||
|
@ -218,6 +218,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "さまざまな曲の音量を均一にし、より整った音を楽しめるようにする機能です。",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "オーディオ空間化", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "オーディオを空間に分散させる機能です。 (ドルビーアトモスではありません)",
|
||||
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "ビジュアル",
|
||||
"settings.header.visual.description": "Ciderのビジュアル設定",
|
||||
|
@ -241,6 +242,7 @@
|
|||
"settings.header.visual.hardwareAcceleration.webGPU": "WebGPU",
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "プロフィールを表示", // Toggle
|
||||
|
||||
// Settings - General (Reserved)
|
||||
"settings.header.general": "一般",
|
||||
"settings.header.general.description": "Ciderの一般設定",
|
||||
|
@ -267,32 +269,35 @@
|
|||
"settings.option.connectivity.lastfmScrobble.removeFeatured": "Remove featuring artists from song title (LastFM)",
|
||||
// Refer to term.connect for the connect button
|
||||
|
||||
// Settings - General - Update Cider
|
||||
"settings.option.general.updateCider": "Cider 更新", // Button
|
||||
|
||||
// Settings - Experimental
|
||||
"settings.header.experimental": "試験的な機能",
|
||||
"settings.header.experimental.description": "開発中の実験的な機能は不完全で不安定である可能性があります",
|
||||
"settings.option.experimental.compactUI": "コンパクトインターフェース", // Toggle
|
||||
"settings.option.experimental.close_button_hide": "「閉じる」ボタンでアプリを隠します", // Dropdown
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.spatialProperties" : "空間化のプロパティ",
|
||||
"spatial.width" : "幅",
|
||||
"spatial.height" : "高さ",
|
||||
"spatial.depth" : "奥行",
|
||||
"spatial.gain" : "ゲイン",
|
||||
"spatial.roomMaterials" : "部屋のマテリアル",
|
||||
"spatial.roomDimensions" : "部屋の大きさ",
|
||||
"spatial.roomPositions" : "部屋の位置",
|
||||
"spatial.setDimensions" : "大きさを設定",
|
||||
"spatial.setPositions" : "位置を設定",
|
||||
"spatial.up" : "上",
|
||||
"spatial.front" : "前",
|
||||
"spatial.left" : "左",
|
||||
"spatial.right" : "右",
|
||||
"spatial.back" : "後",
|
||||
"spatial.down" : "下",
|
||||
"spatial.listener" : "リスナー",
|
||||
"spatial.audioSource" : "音源",
|
||||
"spatial.spatialProperties": "空間化のプロパティ",
|
||||
"spatial.width": "幅",
|
||||
"spatial.height": "高さ",
|
||||
"spatial.depth": "奥行",
|
||||
"spatial.gain": "ゲイン",
|
||||
"spatial.roomMaterials": "部屋のマテリアル",
|
||||
"spatial.roomDimensions": "部屋の大きさ",
|
||||
"spatial.roomPositions": "部屋の位置",
|
||||
"spatial.setDimensions": "大きさを設定",
|
||||
"spatial.setPositions": "位置を設定",
|
||||
"spatial.up": "上",
|
||||
"spatial.front": "前",
|
||||
"spatial.left": "左",
|
||||
"spatial.right": "右",
|
||||
"spatial.back": "後",
|
||||
"spatial.down": "下",
|
||||
"spatial.listener": "リスナー",
|
||||
"spatial.audioSource": "音源",
|
||||
|
||||
// Settings - Unfinished
|
||||
"settings.header.unfinished": "未完成",
|
||||
|
@ -303,5 +308,4 @@
|
|||
|
||||
//About
|
||||
"about.thanks": "Cider Collective とご協力いただいた貢献者様に感謝申し上げます。"
|
||||
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
{ // Base File
|
||||
|
||||
// i18n Info
|
||||
"i18n.languageName": "한국어 (KR)", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Korean (KR)", // name of language in English
|
||||
|
@ -19,6 +18,7 @@
|
|||
"notification.updatingLibrarySongs": "라이브러리의 노래를 업데이트하는 중입니다...",
|
||||
"notification.updatingLibraryAlbums": "라이브러리의 앨범을 업데이트하는 중입니다...",
|
||||
"notification.updatingLibraryArtists": "라이브러리의 아티스트를 업데이트하는 중입니다...",
|
||||
|
||||
// Terms
|
||||
"term.appleInc": "Apple Inc.", // Follows brand term
|
||||
"term.appleMusic": "Apple Music", // Follows brand term
|
||||
|
@ -127,7 +127,6 @@
|
|||
"term.menu": "메뉴",
|
||||
"term.check": "확인",
|
||||
"term.aboutArtist": "{{artistName}}에 대하여", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "Cider 업데이트",
|
||||
"term.topResult": "Top Result", // Search Results
|
||||
"term.sharedPlaylists": "공유 플레이리스트", // Search Results
|
||||
"term.people": "프로필", // Search Results
|
||||
|
@ -153,13 +152,14 @@
|
|||
"home.madeForYou": "나만을 위한 추천",
|
||||
"home.friendsListeningTo": "친구가 듣는 음악",
|
||||
"home.followedArtists": "팔로우한 아티스트",
|
||||
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "Apple Music은 구독을 필요로 합니다.",
|
||||
"error.connectionError": "Apple Music에 연결하지 못했습니다.",
|
||||
"error.noResults": "결과 없음",
|
||||
"error.noResults.description": "다시 시도해주세요.",
|
||||
|
||||
//Podcasts
|
||||
// Podcasts
|
||||
"podcast.followOnCider": "Cider에서 팔로우하기",
|
||||
"podcast.followedOnCider": "팔로우 중",
|
||||
"podcast.subscribeOnItunes": "iTunes에서 구독",
|
||||
|
@ -228,6 +228,9 @@
|
|||
"settings.option.general.language.fun": "재미를 위한 언어",
|
||||
"settings.option.general.language.unsorted": "미분류",
|
||||
|
||||
// Update Cider
|
||||
"settings.option.general.updateCider": "Cider 업데이트", // Button
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "오디오",
|
||||
"settings.header.audio.description": "Cider의 오디오 기능을 설정합니다.",
|
||||
|
@ -242,6 +245,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "개별 트랙의 최대 볼륨을 정규화하여 보다 균일한 청취 경험을 제공합니다.",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "오디오 공간화", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "오디오를 공간화하고 더욱 3차원적으로 만들어줍니다. (참고: 이 기능은 Dolby Atmos가 아닙니다.)",
|
||||
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "시각",
|
||||
"settings.header.visual.description": "Cider의 시각 기능을 설정합니다.",
|
||||
|
@ -269,7 +273,6 @@
|
|||
// Settings - Visual - Theme name
|
||||
"settings.option.visual.theme.default": "Cider",
|
||||
"settings.option.visual.theme.dark": "다크",
|
||||
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "개인 정보 보기", // Toggle
|
||||
|
||||
|
@ -304,8 +307,8 @@
|
|||
"settings.option.experimental.close_button_hide": "닫기 버튼이 애플리케이션을 가릴 것입니다",
|
||||
"settings.option.experimental.copy_log": "로그를 클립보드에 복사하기",
|
||||
"settings.option.experimental.inline_playlists": "인라인 플레이리스트 및 앨범",
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "오디오 공간화가 비활성화되어있습니다. 사용하기 전에 먼저 활성화해주세요.",
|
||||
"spatial.spatialProperties": "공간 설정",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ // Base File
|
||||
|
||||
// i18n Info
|
||||
"i18n.languageName": "Svenska (SE)", // name of language in native language
|
||||
"i18n.languageName": "Svenska (SE)", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Swedish (SE)", // name of language in English
|
||||
"i18n.category": "main", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@thisismemeboi", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
@ -19,6 +18,7 @@
|
|||
"notification.updatingLibrarySongs": "Uppdaterar låtar i biblioteket...",
|
||||
"notification.updatingLibraryAlbums": "Uppdaterar album i biblioteket...",
|
||||
"notification.updatingLibraryArtists": "Uppdaterar artister i biblioteket...",
|
||||
|
||||
// Terms
|
||||
"term.appleInc": "Apple Inc.",
|
||||
"term.appleMusic": "Apple Music",
|
||||
|
@ -91,7 +91,7 @@
|
|||
"term.less": "Mindre",
|
||||
"term.showMore": "Visa mer",
|
||||
"term.showLess": "Visa mindre",
|
||||
"term.topSongs" : "Topplåtar",
|
||||
"term.topSongs": "Topplåtar",
|
||||
"term.latestReleases": "Senaste releaserna",
|
||||
"term.time.added": "Tillagd",
|
||||
"term.time.released": "Tillagd den",
|
||||
|
@ -125,7 +125,6 @@
|
|||
"term.menu": "Meny",
|
||||
"term.check": "Sök efter uppdateringar",
|
||||
"term.aboutArtist": "Om {{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "Uppdatera Cider",
|
||||
|
||||
// Home
|
||||
"home.title": "Hem",
|
||||
|
@ -136,13 +135,14 @@
|
|||
"home.madeForYou": "Skapat för dig",
|
||||
"home.friendsListeningTo": "Vänner lyssnar på",
|
||||
"home.followedArtists": "Följda artister",
|
||||
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "Apple Music kräver en prenumeration.",
|
||||
"error.connectionError": "Ojdå. Det gick inte att ansluta till Apple Music.",
|
||||
"error.noResults": "Inga träffar.",
|
||||
"error.noResults.description": "Prova en ny sökning.",
|
||||
|
||||
//Podcasts
|
||||
// Podcasts
|
||||
"podcast.followOnCider": "Följ på Cider",
|
||||
"podcast.followedOnCider": "Följer på Cider",
|
||||
"podcast.subscribeOnItunes": "Följ på iTunes",
|
||||
|
@ -208,6 +208,9 @@
|
|||
"settings.option.general.language.fun": "Roliga språk",
|
||||
"settings.option.general.language.unsorted": "Osorterade",
|
||||
|
||||
// Update Cider
|
||||
"settings.option.general.updateCider": "Uppdatera Cider", // Button
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "Ljud",
|
||||
"settings.header.audio.description": "Ändra Ciders ljudinställningar.",
|
||||
|
@ -222,6 +225,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "Normaliserar höga ljudnivåer för att förbättra ljudkvaliteten.",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "Spiralljud", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "Gör ljudet mer 3D (Ej Dolby Atmos)",
|
||||
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "Visuellt",
|
||||
"settings.header.visual.description": "Ändra Ciders visuella inställningar.",
|
||||
|
@ -276,8 +280,8 @@
|
|||
"settings.header.experimental.description": "Ändra Ciders experimentella inställningar.",
|
||||
"settings.option.experimental.compactUI": "Kompakt gränssnitt", // Toggle
|
||||
"settings.option.experimental.close_button_hide": "Stängknappen gömmer Cider istället",
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "Spiralljud är av. Akrtivera det först.",
|
||||
"spatial.spatialProperties": "Spiralljudsintällningar",
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
// i18n Info
|
||||
"i18n.languageName": "简体中文(中国)", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Simp. Chinese (China)", // name of language in English
|
||||
"i18n.category": "main", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@maikirakiwi", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
||||
// App info
|
||||
"app.name": "Cider",
|
||||
|
||||
"date.format": "${y}年${m}月${d}日",
|
||||
|
||||
// i18n Info
|
||||
"i18n.languageName": "简体中文(中国)", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Simp. Chinese (China)", // name of language in English
|
||||
"i18n.category": "main", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@maikirakiwi", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
||||
// Dialogs
|
||||
"dialog.cancel": "取消",
|
||||
"dialog.ok": "确定",
|
||||
|
@ -85,7 +85,7 @@
|
|||
"term.less": "较少",
|
||||
"term.showMore": "显示更多",
|
||||
"term.showLess": "显示更少",
|
||||
"term.topSongs" : "热门歌曲",
|
||||
"term.topSongs": "热门歌曲",
|
||||
"term.latestReleases": "最新发行",
|
||||
"term.time.added": "添加于",
|
||||
"term.time.released": "发行于",
|
||||
|
@ -118,7 +118,6 @@
|
|||
"term.menu": "菜单",
|
||||
"term.check": "检查",
|
||||
"term.aboutArtist": "关于{{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "更新 Cider",
|
||||
|
||||
// Home
|
||||
"home.title": "主页",
|
||||
|
@ -136,7 +135,7 @@
|
|||
"error.noResults": "没有结果",
|
||||
"error.noResults.description": "尝试更改搜索条件。",
|
||||
|
||||
//Podcasts
|
||||
// Podcasts
|
||||
"podcast.followOnCider": "在 Cider 中追踪",
|
||||
"podcast.followedOnCider": "已追踪",
|
||||
"podcast.subscribeOnItunes": "在 iTunes 上订阅",
|
||||
|
@ -146,7 +145,6 @@
|
|||
"podcast.playEpisode": "播放单集",
|
||||
"podcast.website": "Podcast 网站",
|
||||
|
||||
|
||||
// Actions
|
||||
"action.addToLibrary": "加入资料库",
|
||||
"action.addToLibrary.success": "成功加入资料库",
|
||||
|
@ -192,7 +190,6 @@
|
|||
"action.tray.show": "显示",
|
||||
"action.update": "更新",
|
||||
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "音频",
|
||||
"settings.header.audio.description": "调整 Cider 的音频设置",
|
||||
|
@ -214,6 +211,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "使所感知到的音频响度统一",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "音频空间化", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "使所感知到的音频更有立体感 (注: 这不是杜比全景声)",
|
||||
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "外观",
|
||||
"settings.header.visual.description": "调整 Cider 的外观",
|
||||
|
@ -237,10 +235,14 @@
|
|||
"settings.header.visual.hardwareAcceleration.webGPU": "WebGPU",
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "显示个人资料", // Toggle
|
||||
|
||||
// Settings - General (Reserved)
|
||||
"settings.header.general": "通用",
|
||||
"settings.header.general.description": "调整 Cider 的通用设置",
|
||||
|
||||
// Settings - General - Update Cider
|
||||
"settings.option.general.updateCider": "更新 Cider", // Button
|
||||
|
||||
// Settings - Lyrics
|
||||
"settings.header.lyrics": "歌词",
|
||||
"settings.header.lyrics.description": "调整 Cider 的歌词设置",
|
||||
|
@ -268,27 +270,27 @@
|
|||
"settings.header.experimental.description": "调整Cider的实验性功能",
|
||||
"settings.option.experimental.compactUI": "紧凑型 UI", // Toggle
|
||||
"settings.option.experimental.close_button_hide": "点击关闭按钮时仅隐藏窗口",
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.spatialProperties" : "空间属性",
|
||||
"spatial.width" : "宽度",
|
||||
"spatial.height" : "高度",
|
||||
"spatial.depth" : "深度",
|
||||
"spatial.spatialProperties": "空间属性",
|
||||
"spatial.width": "宽度",
|
||||
"spatial.height": "高度",
|
||||
"spatial.depth": "深度",
|
||||
"spatial.gain": "增益",
|
||||
"spatial.roomMaterials" : "空间材质",
|
||||
"spatial.roomDimensions" : "空间尺寸",
|
||||
"spatial.roomPositions" : "空间位置",
|
||||
"spatial.setDimensions" : "设置尺寸",
|
||||
"spatial.setPositions" : "设置位置",
|
||||
"spatial.up" : "上",
|
||||
"spatial.front" : "前",
|
||||
"spatial.left" : "左",
|
||||
"spatial.right" : "右",
|
||||
"spatial.back" : "后",
|
||||
"spatial.down" : "下",
|
||||
"spatial.listener" : "您",
|
||||
"spatial.audioSource" : "音源",
|
||||
"spatial.roomMaterials": "空间材质",
|
||||
"spatial.roomDimensions": "空间尺寸",
|
||||
"spatial.roomPositions": "空间位置",
|
||||
"spatial.setDimensions": "设置尺寸",
|
||||
"spatial.setPositions": "设置位置",
|
||||
"spatial.up": "上",
|
||||
"spatial.front": "前",
|
||||
"spatial.left": "左",
|
||||
"spatial.right": "右",
|
||||
"spatial.back": "后",
|
||||
"spatial.down": "下",
|
||||
"spatial.listener": "您",
|
||||
"spatial.audioSource": "音源",
|
||||
|
||||
// Settings - Unfinished
|
||||
"settings.header.unfinished": "未完成",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
|
||||
// i18n Info
|
||||
"i18n.languageName": "繁體中文(香港)", // name of language in native language
|
||||
"i18n.languageName": "繁體中文(香港)", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Trad. Chinese (Hong Kong)", // name of language in English
|
||||
"i18n.category": "main", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@kyw504100 @maikirakiwi", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
@ -19,6 +18,7 @@
|
|||
"notification.updatingLibrarySongs": "正在更新資料庫的歌曲...",
|
||||
"notification.updatingLibraryAlbums": "正在更新資料庫的專輯...",
|
||||
"notification.updatingLibraryArtists": "正在更新資料庫的藝人...",
|
||||
|
||||
// Terms
|
||||
"term.appleInc": "Apple Inc.",
|
||||
"term.appleMusic": "Apple Music", // Follows brand term
|
||||
|
@ -93,7 +93,7 @@
|
|||
"term.less": "較少",
|
||||
"term.showMore": "顯示更多",
|
||||
"term.showLess": "顯示較少",
|
||||
"term.topSongs" : "熱門歌曲",
|
||||
"term.topSongs": "熱門歌曲",
|
||||
"term.latestReleases": "最新發行",
|
||||
"term.time.added": "加入於",
|
||||
"term.time.released": "發行於",
|
||||
|
@ -127,8 +127,7 @@
|
|||
"term.menu": "選項",
|
||||
"term.check": "檢查",
|
||||
"term.aboutArtist": "關於 {{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "更新 Cider",
|
||||
"term.topResult": "熱門搜尋結果", // Search Results
|
||||
"term.topResult": "熱門搜尋結果", // Search Results
|
||||
"term.sharedPlaylists": "播放列表", // Search Results
|
||||
"term.people": "個人檔案", // Search Results
|
||||
"term.newpreset.name": "新均衡器範本名稱", // Equalizer Preset
|
||||
|
@ -137,12 +136,12 @@
|
|||
"term.deletedpreset": "已刪除",
|
||||
"term.musicVideos": "MV", // Search page friendlyTypes
|
||||
"term.stations": "電台",
|
||||
//"term.curators": "Curators",
|
||||
//"term.appleCurators": "Apple Curators",
|
||||
//"term.curators": "Curators",
|
||||
//"term.appleCurators": "Apple Curators",
|
||||
"term.radioShows": "廣播單集",
|
||||
"term.recordLabels": "唱片公司",
|
||||
"term.videoExtras": "影片特輯",
|
||||
//"term.top": "Top",
|
||||
//"term.top": "Top",
|
||||
|
||||
// Home
|
||||
"home.title": "主頁",
|
||||
|
@ -153,13 +152,14 @@
|
|||
"home.madeForYou": "為您推薦",
|
||||
"home.friendsListeningTo": "朋友正在聆聽",
|
||||
"home.followedArtists": "追蹤的藝人",
|
||||
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "需要訂閱Apple Music以使用Cider",
|
||||
"error.connectionError": "無法連接到 Apple Music。",
|
||||
"error.noResults": "沒有結果",
|
||||
"error.noResults.description": "請嘗試新的搜尋內容。",
|
||||
|
||||
//Podcasts
|
||||
// Podcasts
|
||||
"podcast.followOnCider": "在Cider上追蹤",
|
||||
"podcast.followedOnCider": "已在Cider上追蹤",
|
||||
"podcast.subscribeOnItunes": "在iTunes上訂閱",
|
||||
|
@ -215,7 +215,7 @@
|
|||
"action.tray.show": "顯示",
|
||||
"action.update": "更新",
|
||||
"action.copy": "複製",
|
||||
"action.newpreset": "新增範本", //Equallizer preset
|
||||
"action.newpreset": "新增範本", //Equallizer preset
|
||||
"action.deletepreset": "刪除範本",
|
||||
|
||||
// Settings - General
|
||||
|
@ -228,6 +228,9 @@
|
|||
"settings.option.general.language.fun": "惡搞語言",
|
||||
"settings.option.general.language.unsorted": "未分類",
|
||||
|
||||
// Update Cider
|
||||
"settings.option.general.updateCider": "更新 Cider", // Button
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "音訊",
|
||||
"settings.header.audio.description": "調整Cider的音訊設定",
|
||||
|
@ -248,6 +251,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "將平衡輕柔和響亮的歌曲,建立更統一的聆聽體驗。",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "空間音訊", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "將音訊進行空間化處理來製造一個更立體的聆聽體驗(注:此功能不是官方的杜比全景聲)",
|
||||
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "外觀",
|
||||
"settings.header.visual.description": "調整Cider的外觀",
|
||||
|
@ -275,7 +279,6 @@
|
|||
// Settings - Visual - Theme name
|
||||
"settings.option.visual.theme.default": "預設",
|
||||
"settings.option.visual.theme.dark": "午夜暗",
|
||||
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "顯示個人檔案", // Toggle
|
||||
|
||||
|
@ -300,7 +303,7 @@
|
|||
"settings.option.connectivity.lastfmScrobble.delay": "Last.fm Scrobble 延遲 (%)",
|
||||
"settings.option.connectivity.lastfmScrobble.nowPlaying": "啟用 Last.fm 正在播放",
|
||||
"settings.option.connectivity.lastfmScrobble.removeFeatured": "從歌名中移除藝人推薦 (Last.fm)",
|
||||
//"settings.option.connectivity.lastfmScrobble.filterLoop": "Filter looped track (Last.fm)",
|
||||
//"settings.option.connectivity.lastfmScrobble.filterLoop": "Filter looped track (Last.fm)",
|
||||
// Refer to term.connect for the connect button
|
||||
|
||||
// Settings - Experimental
|
||||
|
@ -309,29 +312,29 @@
|
|||
"settings.option.experimental.compactUI": "緊凑型 UI", // Toggle
|
||||
"settings.option.experimental.close_button_hide": "以關閉按鈕來隱藏 Cider",
|
||||
"settings.option.experimental.copy_log": "複製運行記錄檔至剪貼簿",
|
||||
//"settings.option.experimental.inline_playlists": "Inline Playlists and Albums",
|
||||
// Refer to term.disabled & term.enabled
|
||||
//"settings.option.experimental.inline_playlists": "Inline Playlists and Albums",
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "請先在設定中啟用空間音訊。",
|
||||
"spatial.spatialProperties" : "空間音訊屬性",
|
||||
"spatial.width" : "闊度",
|
||||
"spatial.height" : "高度",
|
||||
"spatial.depth" : "深度",
|
||||
"spatial.gain" : "增益",
|
||||
"spatial.roomMaterials" : "空間材質",
|
||||
"spatial.roomDimensions" : "空間大小",
|
||||
"spatial.roomPositions" : "空間位置",
|
||||
"spatial.setDimensions" : "大小設定",
|
||||
"spatial.setPositions" : "位置設定",
|
||||
"spatial.up" : "上方",
|
||||
"spatial.front" : "前方",
|
||||
"spatial.left" : "左方",
|
||||
"spatial.right" : "右方",
|
||||
"spatial.back" : "後方",
|
||||
"spatial.down" : "下方",
|
||||
"spatial.listener" : "觀眾",
|
||||
"spatial.audioSource" : "音源",
|
||||
"spatial.spatialProperties": "空間音訊屬性",
|
||||
"spatial.width": "闊度",
|
||||
"spatial.height": "高度",
|
||||
"spatial.depth": "深度",
|
||||
"spatial.gain": "增益",
|
||||
"spatial.roomMaterials": "空間材質",
|
||||
"spatial.roomDimensions": "空間大小",
|
||||
"spatial.roomPositions": "空間位置",
|
||||
"spatial.setDimensions": "大小設定",
|
||||
"spatial.setPositions": "位置設定",
|
||||
"spatial.up": "上方",
|
||||
"spatial.front": "前方",
|
||||
"spatial.left": "左方",
|
||||
"spatial.right": "右方",
|
||||
"spatial.back": "後方",
|
||||
"spatial.down": "下方",
|
||||
"spatial.listener": "觀眾",
|
||||
"spatial.audioSource": "音源",
|
||||
|
||||
// Settings - Unfinished
|
||||
"settings.header.unfinished": "未完成",
|
||||
|
@ -340,6 +343,6 @@
|
|||
"remote.web.title": "遙距控制 Cider",
|
||||
"remote.web.description": "掃描以下的二維碼以控制 Cider",
|
||||
|
||||
//About
|
||||
// About
|
||||
"about.thanks": "感謝 Cider Collective 以及所有貢獻者所作出的貢獻。"
|
||||
}
|
|
@ -1,15 +1,14 @@
|
|||
{
|
||||
// App info
|
||||
"app.name": "Cider",
|
||||
|
||||
"date.format": "${y}年${m}月${d}日",
|
||||
|
||||
// i18n Info
|
||||
"i18n.languageName": "繁體中文(台灣)", // name of language in native language
|
||||
"i18n.languageName": "繁體中文(台灣)", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Trad. Chinese (Taiwan)", // name of language in English
|
||||
"i18n.category": "main", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "@maikirakiwi @jay900604", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
|
||||
// App info
|
||||
"app.name": "Cider",
|
||||
|
||||
"date.format": "${y}年${m}月${d}日",
|
||||
|
||||
// Dialogs
|
||||
"dialog.cancel": "取消",
|
||||
|
@ -19,6 +18,7 @@
|
|||
"notification.updatingLibrarySongs": "正在更新資料庫的歌曲...",
|
||||
"notification.updatingLibraryAlbums": "正在更新資料庫的專輯...",
|
||||
"notification.updatingLibraryArtists": "正在更新資料庫的藝人...",
|
||||
|
||||
// Terms
|
||||
"term.appleMusic": "Apple Music", // Follows brand term
|
||||
"term.applePodcasts": "Apple Podcasts", // Follows brand term
|
||||
|
@ -86,7 +86,7 @@
|
|||
"term.less": "更少",
|
||||
"term.showMore": "顯示更多",
|
||||
"term.showLess": "顯示更少",
|
||||
"term.topSongs" : "熱門歌曲",
|
||||
"term.topSongs": "熱門歌曲",
|
||||
"term.latestReleases": "最新發行",
|
||||
"term.time.added": "加入於",
|
||||
"term.time.released": "發行於",
|
||||
|
@ -120,7 +120,6 @@
|
|||
"term.menu": "選單",
|
||||
"term.check": "檢查",
|
||||
"term.aboutArtist": "關於{{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "更新 Cider",
|
||||
|
||||
// Home
|
||||
"home.title": "首頁",
|
||||
|
@ -131,13 +130,14 @@
|
|||
"home.madeForYou": "為您推薦",
|
||||
"home.friendsListeningTo": "朋友正在聆聽",
|
||||
"home.followedArtists": "追蹤的藝人",
|
||||
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "需要訂閱 Apple Music 以使用 Cider",
|
||||
"error.connectionError": "無法連接到 Apple Music。",
|
||||
"error.noResults": "沒有結果",
|
||||
"error.noResults.description": "嘗試新的搜尋項目。",
|
||||
|
||||
//Podcasts
|
||||
// Podcasts
|
||||
"podcast.followOnCider": "在 Cider 上追蹤",
|
||||
"podcast.followedOnCider": "已追蹤",
|
||||
"podcast.subscribeOnItunes": "在 iTunes 上訂閱",
|
||||
|
@ -200,6 +200,9 @@
|
|||
"settings.option.general.language.fun": "特殊語言",
|
||||
"settings.option.general.language.unsorted": "未分類",
|
||||
|
||||
// Update Cider
|
||||
"settings.option.general.updateCider": "更新 Cider", // Button
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "音訊",
|
||||
"settings.header.audio.description": "調整 Cider 的音訊設定",
|
||||
|
@ -225,6 +228,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "將平衡輕柔和響亮的歌曲,建立更統一舒適的聆聽體驗。",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "空間音訊", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "將音訊進行空間化處理來製造一個更立體的聆聽體驗(註:此功能不是官方的杜比全景聲)",
|
||||
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "外觀",
|
||||
"settings.header.visual.description": "調整 Cider 的外觀",
|
||||
|
@ -253,6 +257,7 @@
|
|||
"settings.option.visual.theme.dark": "暗黑模式",
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "顯示個人檔案", // Toggle
|
||||
|
||||
// Settings - General (Reserved)
|
||||
"settings.header.general": "一般",
|
||||
"settings.header.general.description": "調整 Cider 的一般設定",
|
||||
|
@ -288,8 +293,8 @@
|
|||
"settings.option.experimental.close_button_hide": "關閉按鈕將 Cider 隱藏至系統列",
|
||||
"settings.option.experimental.copy_log": "複製執行紀錄檔至剪貼簿",
|
||||
"settings.option.experimental.inline_playlists": "將播放列表做為行内元素顯示",
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "空間音訊目前是關閉狀態,請先啟用再使用。",
|
||||
"spatial.spatialProperties" : "空間音訊屬性設定",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
|
||||
// i18n Info
|
||||
"i18n.languageName": "廣東話(香港)", // name of language in native language
|
||||
"i18n.languageNameEnglish": "Cantonese (Hong Kong)", // name of language in English
|
||||
|
@ -19,6 +18,7 @@
|
|||
"notification.updatingLibrarySongs": "更新緊資料庫嘅歌曲...",
|
||||
"notification.updatingLibraryAlbums": "更新緊資料庫嘅專輯...",
|
||||
"notification.updatingLibraryArtists": "更新緊資料庫嘅藝人...",
|
||||
|
||||
// Terms
|
||||
"term.appleInc": "Apple Inc.",
|
||||
"term.appleMusic": "Apple Music",
|
||||
|
@ -93,7 +93,7 @@
|
|||
"term.less": "少啲",
|
||||
"term.showMore": "顯示多啲",
|
||||
"term.showLess": "顯示少啲",
|
||||
"term.topSongs" : "熱門歌曲",
|
||||
"term.topSongs": "熱門歌曲",
|
||||
"term.latestReleases": "最新出嘅",
|
||||
"term.time.added": "加入於",
|
||||
"term.time.released": "發行於",
|
||||
|
@ -127,8 +127,7 @@
|
|||
"term.menu": "選項",
|
||||
"term.check": "檢查",
|
||||
"term.aboutArtist": "關於 {{artistName}}", // e.g. 'About Doja Cat'
|
||||
"term.updateCider": "更新 Cider",
|
||||
"term.topResult": "熱門搜尋結果", // Search Results
|
||||
"term.topResult": "熱門搜尋結果", // Search Results
|
||||
"term.sharedPlaylists": "播放清單", // Search Results
|
||||
"term.people": "個人檔案", // Search Results
|
||||
"term.newpreset.name": "新EQ範本嘅名", // Equalizer Preset
|
||||
|
@ -137,12 +136,12 @@
|
|||
"term.deletedpreset": "刪除咗",
|
||||
"term.musicVideos": "MV", // Search page friendlyTypes
|
||||
"term.stations": "電台",
|
||||
//"term.curators": "Curators",
|
||||
//"term.appleCurators": "Apple Curators",
|
||||
//"term.curators": "Curators",
|
||||
//"term.appleCurators": "Apple Curators",
|
||||
"term.radioShows": "電台單集",
|
||||
"term.recordLabels": "唱片公司",
|
||||
"term.videoExtras": "相關嘅片",
|
||||
//"term.top": "Top",
|
||||
//"term.top": "Top",
|
||||
|
||||
// Home
|
||||
"home.title": "主頁",
|
||||
|
@ -153,13 +152,14 @@
|
|||
"home.madeForYou": "為你而整",
|
||||
"home.friendsListeningTo": "你啲Friend聽緊",
|
||||
"home.followedArtists": "Follow左嘅藝人",
|
||||
|
||||
// Errors
|
||||
"error.appleMusicSubRequired": "需要訂閱Apple Music先可以用Cider。",
|
||||
"error.connectionError": "連接唔到Apple Music。",
|
||||
"error.noResults": "冇結果。",
|
||||
"error.noResults.description": "重新搵過啦。",
|
||||
|
||||
//Podcasts
|
||||
// Podcasts
|
||||
"podcast.followOnCider": "喺Cider上Follow",
|
||||
"podcast.followedOnCider": "喺Cider上Follow左",
|
||||
"podcast.subscribeOnItunes": "喺iTunes上訂閱",
|
||||
|
@ -215,7 +215,7 @@
|
|||
"action.tray.show": "顯示",
|
||||
"action.update": "更新",
|
||||
"action.copy": "複製",
|
||||
"action.newpreset": "新增範本", // Equalizer Preset
|
||||
"action.newpreset": "新增範本", // Equalizer Preset
|
||||
"action.deletepreset": "刪除範本",
|
||||
|
||||
// Settings - General
|
||||
|
@ -228,6 +228,9 @@
|
|||
"settings.option.general.language.fun": "惡搞語言",
|
||||
"settings.option.general.language.unsorted": "未分類",
|
||||
|
||||
// Update Cider
|
||||
"settings.option.general.updateCider": "更新 Cider", // Button
|
||||
|
||||
// Settings - Audio
|
||||
"settings.header.audio": "音訊",
|
||||
"settings.header.audio.description": "調整Cider嘅音訊設定",
|
||||
|
@ -242,6 +245,7 @@
|
|||
"settings.option.audio.enableAdvancedFunctionality.audioNormalization.description": "平衡輕柔同響亮嘅歌曲,令你有統一嘅聆聽體驗。",
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization": "空間音訊", // Toggle
|
||||
"settings.option.audio.enableAdvancedFunctionality.audioSpatialization.description": "空間化音訊,製造一個更立體嘅聆聽體驗(注意:呢個功能唔係官方嘅杜比全景聲)",
|
||||
|
||||
// Settings - Visual
|
||||
"settings.header.visual": "外觀",
|
||||
"settings.header.visual.description": "調整Cider嘅外觀",
|
||||
|
@ -269,7 +273,6 @@
|
|||
// Settings - Visual - Theme name
|
||||
"settings.option.visual.theme.default": "預設",
|
||||
"settings.option.visual.theme.dark": "黑色",
|
||||
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.option.visual.showPersonalInfo": "顯示個人檔案", // Toggle
|
||||
|
||||
|
@ -303,29 +306,29 @@
|
|||
"settings.option.experimental.compactUI": "逼啲既 UI", // Toggle
|
||||
"settings.option.experimental.close_button_hide": "㩒交叉制嚟隱藏 Cider",
|
||||
"settings.option.experimental.copy_log": "將log複製喺剪貼簿",
|
||||
//"settings.option.experimental.inline_playlists": "Inline Playlists and Albums",
|
||||
// Refer to term.disabled & term.enabled
|
||||
//"settings.option.experimental.inline_playlists": "Inline Playlists and Albums",
|
||||
|
||||
// Refer to term.disabled & term.enabled
|
||||
// Spatialization Menu
|
||||
"spatial.notTurnedOn": "唔該喺設定入面啟用左空間音訊先。",
|
||||
"spatial.spatialProperties" : "空間音訊屬性",
|
||||
"spatial.width" : "幾闊",
|
||||
"spatial.height" : "幾高",
|
||||
"spatial.depth" : "幾深",
|
||||
"spatial.gain" : "增益",
|
||||
"spatial.roomMaterials" : "空間材質",
|
||||
"spatial.roomDimensions" : "空間大小",
|
||||
"spatial.roomPositions" : "空間位置",
|
||||
"spatial.setDimensions" : "大小設定",
|
||||
"spatial.setPositions" : "位置設定",
|
||||
"spatial.up" : "上面",
|
||||
"spatial.front" : "前面",
|
||||
"spatial.left" : "左邊",
|
||||
"spatial.right" : "右邊",
|
||||
"spatial.back" : "後面",
|
||||
"spatial.down" : "下面",
|
||||
"spatial.listener" : "觀眾",
|
||||
"spatial.audioSource" : "音源",
|
||||
"spatial.spatialProperties": "空間音訊屬性",
|
||||
"spatial.width": "幾闊",
|
||||
"spatial.height": "幾高",
|
||||
"spatial.depth": "幾深",
|
||||
"spatial.gain": "增益",
|
||||
"spatial.roomMaterials": "空間材質",
|
||||
"spatial.roomDimensions": "空間大小",
|
||||
"spatial.roomPositions": "空間位置",
|
||||
"spatial.setDimensions": "大小設定",
|
||||
"spatial.setPositions": "位置設定",
|
||||
"spatial.up": "上面",
|
||||
"spatial.front": "前面",
|
||||
"spatial.left": "左邊",
|
||||
"spatial.right": "右邊",
|
||||
"spatial.back": "後面",
|
||||
"spatial.down": "下面",
|
||||
"spatial.listener": "觀眾",
|
||||
"spatial.audioSource": "音源",
|
||||
|
||||
// Settings - Unfinished
|
||||
"settings.header.unfinished": "未搞掂",
|
||||
|
|
|
@ -529,18 +529,18 @@ export class BrowserWindow {
|
|||
MusicKit.getInstance().play();
|
||||
});
|
||||
`)
|
||||
})
|
||||
});
|
||||
|
||||
//QR Code
|
||||
ipcMain.handle('showQR', async (_event, _) => {
|
||||
let url = `http://${BrowserWindow.getIP()}:${this.remotePort}`;
|
||||
shell.openExternal(`https://cider.sh/pair-remote?url=${Buffer.from(encodeURI(url)).toString('base64')}`).catch(console.error);
|
||||
})
|
||||
});
|
||||
|
||||
ipcMain.on('get-remote-pair-url', (_event, _) => {
|
||||
let url = `http://${BrowserWindow.getIP()}:${this.remotePort}`;
|
||||
BrowserWindow.win.webContents.send('send-remote-pair-url', url);
|
||||
})
|
||||
});
|
||||
if (process.platform === "darwin") {
|
||||
app.setUserActivity('com.CiderCollective.remote.pair', {
|
||||
ip: `${BrowserWindow.getIP()}`
|
||||
|
@ -557,14 +557,25 @@ export class BrowserWindow {
|
|||
console.log('sc', SoundCheckTag)
|
||||
BrowserWindow.win.webContents.send('SoundCheckTag', SoundCheckTag)
|
||||
}).catch(err => {
|
||||
console.log(err)
|
||||
});
|
||||
console.log(err)
|
||||
});
|
||||
});
|
||||
|
||||
ipcMain.on('check-for-update', async (_event) => {
|
||||
const branch = utils.getStoreValue('general.update_branch')
|
||||
let latestbranch = await fetch(`https://circleci.com/api/v1.1/project/gh/ciderapp/Cider/latest/artifacts?branch=${branch}&filter=successful`)
|
||||
if (latestbranch.status != 200) {
|
||||
console.log(`Error fetching latest artifact from the **${branch}** branch`)
|
||||
return
|
||||
}
|
||||
|
||||
let latestbranchjson = await latestbranch.json()
|
||||
let base_url = latestbranchjson[0].url
|
||||
base_url = base_url.substr(0, base_url.lastIndexOf('/'))
|
||||
|
||||
const options: any = {
|
||||
provider: 'generic',
|
||||
url: 'https://43-429851205-gh.circle-artifacts.com/0/%7E/Cider/dist/artifacts' //Base URL
|
||||
url: `${base_url}`
|
||||
}
|
||||
/*
|
||||
* Have to handle the auto updaters seperatly until we can support macOS. electron-builder limitation -q
|
||||
|
@ -573,7 +584,7 @@ export class BrowserWindow {
|
|||
const linux_autoUpdater = new AppImageUpdater(options) //Linux
|
||||
await win_autoUpdater.checkForUpdatesAndNotify()
|
||||
await linux_autoUpdater.checkForUpdatesAndNotify()
|
||||
})
|
||||
});
|
||||
|
||||
ipcMain.on('share-menu', async (_event, url) => {
|
||||
if (process.platform != 'darwin') return;
|
||||
|
|
|
@ -11,7 +11,8 @@ export class Store {
|
|||
"discord_rpc": 1, // 0 = disabled, 1 = enabled as Cider, 2 = enabled as Apple Music
|
||||
"discord_rpc_clear_on_pause": true,
|
||||
"language": "en_US", // electron.app.getLocale().replace('-', '_') this can be used in future
|
||||
"playbackNotifications": true
|
||||
"playbackNotifications": true,
|
||||
"update_branch": "main"
|
||||
},
|
||||
"home": {
|
||||
"followedArtists": [],
|
||||
|
@ -58,9 +59,9 @@ export class Store {
|
|||
'preset': "default",
|
||||
'frequencies': [32, 63, 125, 250, 500, 1000, 2000, 4000, 8000, 16000],
|
||||
'gain': [0,0,0,0,0,0,0,0,0,0],
|
||||
'Q' : [1,1,1,1,1,1,1,1,1,1],
|
||||
'mix' : 1,
|
||||
'vibrantBass' : 0,
|
||||
'Q': [1,1,1,1,1,1,1,1,1,1],
|
||||
'mix': 1,
|
||||
'vibrantBass': 0,
|
||||
'presets': [],
|
||||
'userGenerated': false
|
||||
},
|
||||
|
|
|
@ -655,7 +655,7 @@
|
|||
</div>
|
||||
<div class="md-option-line">
|
||||
<div class="md-option-segment">
|
||||
{{$root.getLz('term.updateCider')}}
|
||||
{{$root.getLz('settings.option.general.updateCider')}}
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto">
|
||||
<button class="md-btn" @click="app.checkForUpdate()">
|
||||
|
@ -663,6 +663,22 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-option-line">
|
||||
<div class="md-option-segment">
|
||||
{{$root.getLz('settings.option.general.updateCider.branch')}}<br>
|
||||
<small>({{$root.getLz('settings.option.general.updateCider.branch.description')}})</small>
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto">
|
||||
<select class="md-select" style="width:180px;" v-model="app.cfg.general.update_branch">
|
||||
<option value="main">
|
||||
{{$root.getLz('settings.option.general.updateCider.branch.main')}}
|
||||
</option>
|
||||
<option value="develop">
|
||||
{{$root.getLz('settings.option.general.updateCider.branch.develop')}}
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-option-line">
|
||||
<div class="md-option-segment">
|
||||
{{$root.getLz('settings.option.experimental.copy_log')}}
|
||||
|
@ -807,14 +823,16 @@
|
|||
ciderPPE: function () {
|
||||
if (app.cfg.advanced.ciderPPE) {
|
||||
if (app.cfg.audio.spatial) {
|
||||
app.cfg.advanced.ciderPPE = false;
|
||||
notyf.error("CAP is not compatible with Spatialization. Please disable Spatialization to continue.")
|
||||
app.cfg.advanced.ciderPPE = false;
|
||||
notyf.error("CAP is not compatible with Spatialization. Please disable Spatialization to continue.")
|
||||
}
|
||||
}},
|
||||
}
|
||||
},
|
||||
toggleSpatial: function () {
|
||||
if (app.cfg.audio.spatial) {
|
||||
if (!app.cfg.advanced.ciderPPE) {
|
||||
CiderAudio.spatialOn()}
|
||||
CiderAudio.spatialOn()
|
||||
}
|
||||
else {
|
||||
CiderAudio.spatialOff()
|
||||
app.cfg.audio.spatial = false;
|
||||
|
@ -825,8 +843,9 @@
|
|||
}
|
||||
|
||||
},
|
||||
changeAudioQuality: function () {1
|
||||
app.mk.bitrate = MusicKit.PlaybackBitrate[app.cfg.audio.quality];
|
||||
changeAudioQuality: function () {
|
||||
1
|
||||
app.mk.bitrate = MusicKit.PlaybackBitrate[app.cfg.audio.quality];
|
||||
},
|
||||
toggleUserInfo: function () {
|
||||
app.chrome.hideUserInfo = !app.cfg.visual.showuserinfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue