Playback Notifications Now Configurable and available on all systems
DiscordRPC swapped to bool for clear activity Updated store file to bools and added playback notification Updated en_GB to fun language, as from what I've seen none of the US English words are different in GB English
This commit is contained in:
parent
3a9bce5f26
commit
499659469e
7 changed files with 625 additions and 579 deletions
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
// i18n Info
|
||||
"i18n.languageName": "English (UK)", // name of language in native language
|
||||
"i18n.languageName": "English (UK) (Roadman)", // name of language in native language
|
||||
"i18n.languageNameEnglish": "English (UK)", // name of language in English
|
||||
"i18n.category": "main", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
"i18n.category": "fun", // main = real language, fun = fun community languages
|
||||
"i18n.authors": "Core", // Authors, if you contribute to this file feel free to add your name seperated with a space
|
||||
"date.format": "${d} ${m}, ${y}",
|
||||
|
||||
"home.friendsListeningTo": "Bruv's Listening To"
|
||||
"home.friendsListeningTo": "Mandems Listening To"
|
||||
}
|
|
@ -244,6 +244,7 @@
|
|||
"settings.header.connectivity": "Connectivity",
|
||||
"settings.header.connectivity.description": "Adjust the connectivity settings for Cider.",
|
||||
"settings.option.connectivity.discordRPC": "Discord Rich Presence", // Dropdown
|
||||
"settings.option.connectivity.playbackNotifications": "Playback Notifications", // Toggle
|
||||
// Refer to term.disabled for the disabled option
|
||||
"settings.header.connectivity.discordRPC.cider": "Display as 'Cider'",
|
||||
"settings.header.connectivity.discordRPC.appleMusic": "Display as 'Apple Music'",
|
||||
|
@ -261,8 +262,8 @@
|
|||
"settings.option.experimental.compactUI": "Compact UI", // Toggle
|
||||
"settings.option.experimental.closeButtonBehaviour": "Close Button Behavior",
|
||||
"settings.option.experimental.closeButtonBehaviour.quit": "Quit Cider",
|
||||
"settings.option.experimental.closeButtonBehaviour.minimizeTaskbar": "Minimize to taskbar",
|
||||
"settings.option.experimental.closeButtonBehaviour.minimizeTray": "Minimize to system tray",
|
||||
"settings.option.experimental.closeButtonBehaviour.minimizeTaskbar": "Minimize to Taskbar",
|
||||
"settings.option.experimental.closeButtonBehaviour.minimizeTray": "Minimize to Tray",
|
||||
// Refer to term.disabled & term.enabled
|
||||
|
||||
// Spatialization Menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue