deemix-webui/src/lang/en.js

419 lines
15 KiB
JavaScript
Raw Normal View History

const en = {
2020-07-18 18:06:07 +02:00
globals: {
2020-07-29 14:41:05 +02:00
welcome: 'Welcome to deemix',
back: 'back',
loading: 'loading',
download: 'Download {thing}',
by: 'by {artist}',
in: 'in {album}',
2020-07-29 14:41:05 +02:00
download_hint: 'Download',
play_hint: 'Play',
toggle_download_tab_hint: 'Expand/Collapse',
clean_queue_hint: 'Clear Finished',
cancel_queue_hint: 'Cancel All',
2020-08-13 22:39:46 +02:00
open_downloads_folder: 'Open Downloads Folder',
cut: 'cut',
copy: 'copy',
copyLink: 'copy link',
copyImageLink: 'copy image link',
copyDeezerLink: 'copy deezer link',
paste: 'paste',
2020-07-18 18:06:07 +02:00
listTabs: {
empty: '',
2020-07-29 14:41:05 +02:00
all: 'all',
top_result: 'top result',
album: 'album | albums',
artist: 'artist | artists',
single: 'single | singles',
title: 'title | titles',
track: 'track | tracks',
releaseN: '0 releases | {n} release | {n} releases',
playlist: 'playlist | playlists',
compile: 'compilation | compilations',
ep: 'ep | eps',
2020-09-06 12:18:46 +02:00
bundle: 'bundle | bundles',
more: 'More albums',
featured: 'Featured in',
2020-07-29 14:41:05 +02:00
spotifyPlaylist: 'spotify playlist | spotify playlists',
releaseDate: 'release date',
2020-11-02 22:50:19 +01:00
error: 'error',
trackN: '0 tracks | {n} track | {n} tracks',
albumN: '0 albums | {n} album | {n} albums',
artistN: '0 artists | {n} artist | {n} artists',
playlistN: '0 playlists | {n} playlist | {n} playlists'
2020-07-18 18:06:07 +02:00
}
},
2020-07-27 19:30:51 +02:00
about: {
appStatus: {
online: 'app online',
offline: 'app offline'
},
2020-09-07 11:36:26 +02:00
updates: {
currentVersion: 'Current Version',
currentWebuiVersion: 'Current WebUI Version',
2020-09-07 11:36:26 +02:00
versionNotAvailable: 'N/A',
updateAvailable: `You're not running the latest version available: {version}`,
deemixVersion: 'deemix lib version'
2020-09-07 11:36:26 +02:00
},
2020-07-27 19:30:51 +02:00
titles: {
2020-07-29 14:41:05 +02:00
usefulLinks: 'Useful Links',
bugReports: 'Bug Reports',
contributing: 'Contributing',
donations: 'Donations',
license: 'License'
2020-07-27 19:30:51 +02:00
},
subtitles: {
2020-07-29 14:41:05 +02:00
bugReports: "Is there something that isn't working in deemix? Tell us!",
contributing: 'You want to contribute to this project? You can do it in different ways!',
donations: 'You want to contribute monetarily? You could make a donation!'
2020-07-27 19:30:51 +02:00
},
2020-07-29 14:41:05 +02:00
usesLibrary: 'This app uses the <strong>deemix</strong> library, which you can use to make your own UI for deemix.',
2020-12-25 12:03:25 +01:00
thanks: `Thanks to <strong>rtonno</strong>, <strong>uhwot</strong> and <strong>lollilol</strong> for helping me with this project and to <strong>BasCurtiz</strong> for making the icon.`,
upToDate: {
text: `Stay up to date with the updates by following the {newsChannel} on Telegram.`,
newsChannel: 'news channel'
},
2020-07-29 14:41:05 +02:00
officialWebsite: 'Official Website',
officialRepo: 'Official Library Repository',
officialWebuiRepo: 'Official WebUI Repository',
officialSubreddit: 'Official Subreddit',
newsChannel: 'News Channel',
questions: {
text: `If you have questions or problems with the app, search for a solution on the {subreddit} first. Then, if you don't find anything you can make a post with your issue on the subreddit.`,
subreddit: 'subreddit'
},
2020-07-27 19:30:51 +02:00
beforeReporting: `Before reporting a bug make sure you're running the latest version of the app and that what you want to report is actually a bug and not something that's wrong only on your end.`,
2020-07-31 02:13:18 +02:00
beSure: `Make sure the bug is reproducible on other machines and also <strong>DO NOT</strong> report a bug if it's already been reported.`,
2020-07-27 19:30:51 +02:00
duplicateReports: 'Duplicate bug reports will be closed, so keep an eye out on that.',
dontOpenIssues: `<strong>DO NOT</strong> open issues for asking questions, there is a subreddit for that.`,
newUI: {
text: `If you're fluent in python you could try to make a new UI for the app using the base library, or fix bugs in the library with a pull request on the {repo}.`,
repo: 'repo'
},
2020-07-27 19:30:51 +02:00
acceptFeatures: `I accept features as well, but no complex things, as they can be implementend directly in the app and not the library.`,
otherLanguages: `If you're fluent in another programming language you could try to port deemix into other programming languages!`,
understandingCode: `You need help understanding the code? Just hit RemixDev up on Telegram or Reddit.`,
contributeWebUI: {
text: `If you know Vue.js (JavaScript), HTML or CSS you could contribute to the {webui}.`,
webui: 'WebUI'
},
itsFree: `You should remember that <strong>this is a free project</strong> and <strong>you should support the artists you love</strong> before supporting the developers.`,
2020-07-27 19:30:51 +02:00
notObligated: `Don't feel obligated to donate, I appreciate you anyway!`,
lincensedUnder: {
text: `This work is licensed under the {gpl3}.`,
gpl3: 'GNU General Public License 3.0'
}
2020-07-27 19:30:51 +02:00
},
2020-07-18 18:06:07 +02:00
charts: {
title: 'Charts',
changeCountry: 'Change Country',
download: 'Download Chart'
},
errors: {
title: 'Errors for {name}',
ids: {
invalidURL: 'URL not recognized',
unsupportedURL: 'URL not supported yet',
2020-07-30 13:09:48 +02:00
ISRCnotOnDeezer: 'Track ISRC is not available on Deezer',
2020-07-27 19:30:51 +02:00
notYourPrivatePlaylist: "You can't download others private playlists.",
spotifyDisabled: 'Spotify Features is not setted up correctly.',
2020-07-30 13:09:48 +02:00
trackNotOnDeezer: 'Track not found on Deezer!',
albumNotOnDeezer: 'Album not found on Deezer!',
notOnDeezer: 'Track not available on Deezer!',
notEncoded: 'Track not yet encoded!',
notEncodedNoAlternative: 'Track not yet encoded and no alternative found!',
wrongBitrate: 'Track not found at desired bitrate.',
wrongBitrateNoAlternative: 'Track not found at desired bitrate and no alternative found!',
no360RA: 'Track is not available in Reality Audio 360.',
2020-07-30 13:09:48 +02:00
notAvailable: "Track not available on Deezer's servers!",
notAvailableNoAlternative: "Track not available on Deezer's servers and no alternative found!",
noSpaceLeft: 'No space left on the device!',
albumDoesntExists: "Track's album doesn't exist, failed to gather info"
}
2020-07-18 18:06:07 +02:00
},
favorites: {
title: 'Favorites',
noPlaylists: 'No Playlists found',
noAlbums: 'No Favorite Albums found',
noArtists: 'No Favorite Artists found',
noTracks: 'No Favorite Tracks found'
},
home: {
needTologin: 'You need to log into your Deezer account before you can start downloading.',
openSettings: 'Open Settings',
sections: {
popularPlaylists: 'Popular playlists',
popularAlbums: 'Most streamed albums'
}
},
2020-07-20 18:27:41 +02:00
linkAnalyzer: {
2020-07-30 11:03:54 +02:00
info: 'You can use this section to find more information about the link you are trying to download.',
useful:
"This is useful if you're trying to download some tracks that are not available in your country and want to know where they are available, for instance.",
2020-07-20 18:27:41 +02:00
linkNotSupported: 'This link is not yet supported',
linkNotSupportedYet: 'Seems like this link is not yet supported, try analyzing another one.',
table: {
id: 'ID',
isrc: 'ISRC',
upc: 'UPC',
duration: 'Duration',
diskNumber: 'Disk Number',
trackNumber: 'Track Number',
releaseDate: 'Release Date',
bpm: 'BPM',
label: 'Label',
recordType: 'Record Type',
genres: 'Genres',
tracklist: 'Tracklist'
}
},
search: {
startSearching: 'Start searching!',
description:
'You can search a track, a whole album, an artist, a playlist.... everything! You can also paste a Deezer link',
fans: '{n} fans',
2020-07-23 17:46:35 +02:00
noResults: 'No results',
noResultsTrack: 'No Tracks found',
noResultsAlbum: 'No Albums found',
noResultsArtist: 'No Artists found',
noResultsPlaylist: 'No Playlists found'
2020-07-20 18:27:41 +02:00
},
searchbar: 'Search anything you want (or just paste a link)',
downloads: 'downloads',
toasts: {
restoringQueue: 'Restoring download queue...',
queueRestored: 'Download queue restored!',
addedToQueue: '{item} added to queue',
addedMoreToQueue: '{n} items added to queue',
alreadyInQueue: '{item} is already in queue!',
finishDownload: '{item} finished downloading.',
allDownloaded: 'All downloads completed!',
refreshFavs: 'Refresh completed!',
loggingIn: 'Logging in...',
loggedIn: 'Logged in',
alreadyLogged: 'Already logged in',
2020-07-27 19:30:51 +02:00
loginFailed: "Couldn't log in",
loggedOut: 'Logged out',
cancellingCurrentItem: 'Cancelling current item.',
currentItemCancelled: 'Current item cancelled.',
startAddingArtist: 'Adding {artist} albums to queue',
finishAddingArtist: 'Added {artist} albums to queue',
2020-07-30 13:09:48 +02:00
startConvertingSpotifyPlaylist: 'Converting spotify tracks to Deezer tracks',
finishConvertingSpotifyPlaylist: 'Spotify playlist converted',
loginNeededToDownload: 'You need to log in to download tracks!',
deezerNotAvailable: 'Deezer is not available in your country. You should use a VPN.',
startGeneratingItems: 'Processing {n} items...',
finishGeneratingItems: 'Generated {n} items.'
},
settings: {
title: 'Settings',
languages: 'Languages',
login: {
2020-07-17 21:20:08 +02:00
title: 'Login',
loggedIn: 'You are logged in as {username}',
arl: {
question: 'How do I get my own ARL?',
update: 'Update ARL'
},
logout: 'Logout',
login: 'Login via deezer.com'
2020-07-17 21:20:08 +02:00
},
2021-05-19 21:09:58 +02:00
loginWithCredentials: {
title: 'Login with credentials',
login: 'Login'
},
2020-07-17 21:20:08 +02:00
appearance: {
title: 'Appearance',
slimDownloadTab: 'Slim download tab',
slimSidebar: 'Slim Sidebar'
2020-07-17 21:20:08 +02:00
},
downloadPath: {
title: 'Download Path'
},
templates: {
title: 'Templates',
tracknameTemplate: 'Trackname template',
tracknameAvailableVariables: 'Available trackname variables',
albumTracknameTemplate: 'Album track template',
albumTracknameAvailableVariables: 'Available album track variables',
playlistTracknameTemplate: 'Playlist track template',
playlistTracknameAvailableVariables: 'Available playlist track variables'
},
folders: {
title: 'Folders',
createPlaylistFolder: 'Create folder for playlists',
playlistNameTemplate: 'Playlist folder template',
createArtistFolder: 'Create folder for artist',
artistNameTemplate: 'Artist folder template',
createAlbumFolder: 'Create folder for album',
albumNameTemplate: 'Album folder template',
createCDFolder: 'Create folder for CDs',
createStructurePlaylist: 'Create folder structure for playlists',
createSingleFolder: 'Create folder structure for singles'
},
trackTitles: {
title: 'Track titles',
padTracks: 'Pad tracks',
paddingSize: 'Overwrite padding size',
illegalCharacterReplacer: 'Illegal Character replacer'
},
downloads: {
title: 'Downloads',
2020-07-18 18:06:07 +02:00
queueConcurrency: 'Concurrent Downloads',
maxBitrate: {
2020-07-18 18:06:07 +02:00
title: 'Preferred Bitrate',
9: 'FLAC 1411kbps',
3: 'MP3 320kbps',
1: 'MP3 128kbps'
},
overwriteFile: {
2020-07-18 18:06:07 +02:00
title: 'Should I overwrite the files?',
y: 'Yes, overwrite the file',
n: "No, don't overwrite the file",
t: 'Overwrite only the tags',
2020-08-21 14:47:51 +02:00
b: 'No, keep both files and add a number to the duplicate',
e: "No, and don't look at the extensions"
},
2020-07-18 18:06:07 +02:00
fallbackBitrate: 'Bitrate fallback',
fallbackSearch: 'Search fallback',
logErrors: 'Create log files for errors',
logSearched: 'Create log files for searched tracks',
createM3U8File: 'Create playlist file',
syncedLyrics: 'Create .lyr files (Sync Lyrics)',
playlistFilenameTemplate: 'Playlist filename template',
saveDownloadQueue: 'Save download queue when closing the app'
},
covers: {
title: 'Album covers',
2020-07-18 18:06:07 +02:00
saveArtwork: 'Save Covers',
coverImageTemplate: 'Cover name template',
saveArtworkArtist: 'Save artist image',
artistImageTemplate: 'Artist image template',
localArtworkSize: 'Local artwork size',
embeddedArtworkSize: 'Embedded artwork size',
2020-07-18 18:22:45 +02:00
localArtworkFormat: {
title: 'What format do you want the local artwork to be?',
jpg: 'A jpeg image',
png: 'A png image',
both: 'Both a jpeg and a png'
2020-07-18 18:22:45 +02:00
},
2020-08-13 22:39:46 +02:00
jpegImageQuality: 'JPEG image quality',
2020-08-21 14:47:51 +02:00
embeddedArtworkPNG: 'Save embedded artwork as PNG',
embeddedPNGWarning: 'PNGs are not officialy supported by Deezer and can be buggy',
2020-09-19 11:07:15 +02:00
imageSizeWarning: 'Anything above x1200 is not officialy used by Deezer, you may encounter issues',
coverDescriptionUTF8: 'Save cover description using UTF8 (iTunes Cover Fix)'
},
tags: {
head: 'Which tags to save',
2020-07-18 18:06:07 +02:00
title: 'Title',
artist: 'Artist',
album: 'Album',
cover: 'Cover',
trackNumber: 'Track Number',
trackTotal: 'Track Total',
discNumber: 'Disc Number',
discTotal: 'Disc Total',
albumArtist: 'Album Artist',
genre: 'Genre',
year: 'Year',
date: 'Date',
explicit: 'Explicit Lyrics',
isrc: 'ISRC',
length: 'Track Length',
barcode: 'Album Barcode (UPC)',
bpm: 'BPM',
replayGain: 'Replay Gain',
label: 'Album Label',
lyrics: 'Unsynchronized Lyrics',
syncedLyrics: 'Synchronized Lyrics',
2020-07-18 18:06:07 +02:00
copyright: 'Copyright',
composer: 'Composer',
2020-10-29 13:13:22 +01:00
involvedPeople: 'Involved People',
source: 'Source and song ID'
},
other: {
title: 'Other',
2020-07-18 18:06:07 +02:00
savePlaylistAsCompilation: 'Save playlists as compilation',
useNullSeparator: 'Use null separator',
saveID3v1: 'Save ID3v1 as well',
2020-07-18 18:22:45 +02:00
multiArtistSeparator: {
2020-07-18 18:06:07 +02:00
title: 'How would you like to separate your artists?',
2020-07-18 18:22:45 +02:00
nothing: 'Save only the main artist',
2020-07-18 18:06:07 +02:00
default: 'Using standard specification',
andFeat: 'Using & and feat.',
using: 'Using "{separator}"'
},
2020-07-18 18:22:45 +02:00
singleAlbumArtist: 'Save only the main album artist',
2020-07-18 18:06:07 +02:00
albumVariousArtists: 'Keep "Various Artists" in the Album Artists',
removeAlbumVersion: 'Remove "Album Version" from track title',
removeDuplicateArtists: 'Remove combinations of artists',
dateFormat: {
2020-07-18 18:06:07 +02:00
title: 'Date format for FLAC files',
year: 'YYYY',
month: 'MM',
day: 'DD'
},
featuredToTitle: {
2020-07-18 18:06:07 +02:00
title: 'What should I do with featured artists?',
0: 'Nothing',
1: 'Remove it from the title',
3: 'Remove it from the title and the album title',
2: 'Move it to the title'
},
2020-07-18 18:06:07 +02:00
titleCasing: 'Title casing',
artistCasing: 'Artist casing',
casing: {
2020-07-18 18:06:07 +02:00
nothing: 'Keep unchanged',
lower: 'lowercase',
upper: 'UPPERCASE',
start: 'Start Of Each Word',
sentence: 'Like a sentence'
},
2020-07-29 14:41:05 +02:00
previewVolume: 'Preview Volume',
executeCommand: {
2020-07-29 14:41:05 +02:00
title: 'Command to execute after download',
description: 'Leave blank for no action'
}
},
spotify: {
2020-07-29 14:41:05 +02:00
title: 'Spotify Features',
2020-07-30 13:09:48 +02:00
clientID: 'Spotify ClientID',
2020-07-29 14:41:05 +02:00
clientSecret: 'Spotify Client Secret',
username: 'Spotify Username',
question: 'How do I enable Spotify Features?'
},
2020-07-29 14:41:05 +02:00
reset: 'Reset to Default',
resetMessage: 'Are you sure you want to go back to default settings?',
2020-07-29 14:41:05 +02:00
save: 'Save',
toasts: {
2020-07-29 14:41:05 +02:00
init: 'Settings loaded!',
update: 'Settings updated!',
reset: 'Settings reset to default!',
2020-07-29 14:41:05 +02:00
ARLcopied: 'ARL copied to clipboard'
},
logs: {
title: 'Logs',
areLogsActive: 'Active'
}
},
sidebar: {
2020-07-29 14:41:05 +02:00
home: 'home',
search: 'search',
charts: 'charts',
2020-07-29 14:41:05 +02:00
favorites: 'favorites',
linkAnalyzer: 'link analyzer',
settings: 'settings',
logs: 'logs',
2020-07-29 14:41:05 +02:00
about: 'about'
},
tracklist: {
2020-07-29 14:41:05 +02:00
downloadSelection: 'Download selection'
2021-06-04 22:56:26 +02:00
},
logs: {
event: 'Event',
data: 'Data'
}
}
2020-08-21 14:47:51 +02:00
export default en