2020-07-16 22:11:28 +00:00
|
|
|
const en = {
|
2020-07-18 16:06:07 +00:00
|
|
|
globals: {
|
|
|
|
welcome: 'Welcome to deemix',
|
|
|
|
back: 'back',
|
|
|
|
loading: 'loading',
|
|
|
|
download: 'Download',
|
|
|
|
by: 'by',
|
|
|
|
listTabs: {
|
2020-07-18 20:44:27 +00:00
|
|
|
empty: '',
|
2020-07-18 16:06:07 +00:00
|
|
|
all: 'all',
|
|
|
|
album: 'album | albums',
|
|
|
|
artist: 'artist | artists',
|
|
|
|
single: 'single | singles',
|
|
|
|
title: 'title | titles',
|
|
|
|
track: 'track | tracks',
|
|
|
|
playlist: 'playlist | playlists',
|
2020-07-18 20:44:27 +00:00
|
|
|
spotifyPlaylist: 'spotify playlist | spotify playlists',
|
2020-07-18 16:06:07 +00:00
|
|
|
releaseDate: 'release date',
|
|
|
|
error: 'error'
|
|
|
|
}
|
|
|
|
},
|
|
|
|
charts: {
|
|
|
|
title: 'Charts',
|
|
|
|
changeCountry: 'Change Country',
|
|
|
|
download: 'Download Chart'
|
|
|
|
},
|
|
|
|
errors: {
|
|
|
|
title: 'Errors for'
|
|
|
|
},
|
|
|
|
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-18 20:44:27 +00:00
|
|
|
searchbar: 'Search anything you want (or just paste a link)',
|
2020-07-16 22:11:28 +00:00
|
|
|
settings: {
|
|
|
|
title: 'Settings',
|
|
|
|
languages: 'Languages',
|
|
|
|
login: {
|
2020-07-17 19:20:08 +00:00
|
|
|
title: 'Login',
|
|
|
|
loggedIn: 'You are logged in as',
|
2020-07-16 22:11:28 +00:00
|
|
|
arl: {
|
|
|
|
question: 'How do I get my own ARL?',
|
|
|
|
update: 'Update ARL'
|
2020-07-18 10:59:39 +00:00
|
|
|
},
|
|
|
|
logout: 'Logout'
|
2020-07-17 19:20:08 +00:00
|
|
|
},
|
|
|
|
appearance: {
|
|
|
|
title: 'Appearance',
|
|
|
|
slimDownloadTab: 'Slim download tab'
|
|
|
|
},
|
|
|
|
downloadPath: {
|
|
|
|
title: 'Download Path'
|
2020-07-18 10:59:39 +00:00
|
|
|
},
|
|
|
|
templates: {
|
|
|
|
title: 'Templates',
|
|
|
|
tracknameTemplate: 'Trackname template',
|
|
|
|
albumTracknameTemplate: 'Album track template',
|
|
|
|
playlistTracknameTemplate: 'Playlist track template'
|
|
|
|
},
|
|
|
|
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 16:06:07 +00:00
|
|
|
queueConcurrency: 'Concurrent Downloads',
|
2020-07-18 10:59:39 +00:00
|
|
|
maxBitrate: {
|
2020-07-18 16:06:07 +00:00
|
|
|
title: 'Preferred Bitrate',
|
|
|
|
9: 'FLAC 1411kbps',
|
|
|
|
3: 'MP3 320kbps',
|
|
|
|
1: 'MP3 128kbps'
|
2020-07-18 10:59:39 +00:00
|
|
|
},
|
|
|
|
overwriteFile: {
|
2020-07-18 16:06:07 +00:00
|
|
|
title: 'Should I overwrite the files?',
|
|
|
|
y: 'Yes, overwrite the file',
|
2020-07-18 10:59:39 +00:00
|
|
|
n: "No, don't overwrite the file",
|
2020-07-18 16:06:07 +00:00
|
|
|
t: 'Overwrite only the tags'
|
2020-07-18 10:59:39 +00:00
|
|
|
},
|
2020-07-18 16:06:07 +00: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'
|
2020-07-18 10:59:39 +00:00
|
|
|
},
|
|
|
|
covers: {
|
|
|
|
title: 'Album covers',
|
2020-07-18 16:06:07 +00: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 16:22:45 +00:00
|
|
|
localArtworkFormat: {
|
|
|
|
title: 'What format do you want the local artwork to be?',
|
2020-07-18 20:44:27 +00:00
|
|
|
jpg: 'A jpeg image',
|
|
|
|
png: 'A png image',
|
|
|
|
both: 'Both a jpeg and a png'
|
2020-07-18 16:22:45 +00:00
|
|
|
},
|
2020-07-18 16:06:07 +00:00
|
|
|
jpegImageQuality: 'JPEG image quality'
|
2020-07-18 10:59:39 +00:00
|
|
|
},
|
|
|
|
tags: {
|
|
|
|
head: 'Which tags to save',
|
2020-07-18 16:06:07 +00: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',
|
|
|
|
copyright: 'Copyright',
|
|
|
|
composer: 'Composer',
|
|
|
|
involvedPeople: 'Involved People'
|
2020-07-18 10:59:39 +00:00
|
|
|
},
|
|
|
|
other: {
|
|
|
|
title: 'Other',
|
2020-07-18 16:06:07 +00:00
|
|
|
savePlaylistAsCompilation: 'Save playlists as compilation',
|
|
|
|
useNullSeparator: 'Use null separator',
|
|
|
|
saveID3v1: 'Save ID3v1 as well',
|
2020-07-18 16:22:45 +00:00
|
|
|
multiArtistSeparator: {
|
2020-07-18 16:06:07 +00:00
|
|
|
title: 'How would you like to separate your artists?',
|
2020-07-18 16:22:45 +00:00
|
|
|
nothing: 'Save only the main artist',
|
2020-07-18 16:06:07 +00:00
|
|
|
default: 'Using standard specification',
|
|
|
|
andFeat: 'Using & and feat.',
|
|
|
|
using: 'Using "{0}"'
|
2020-07-18 10:59:39 +00:00
|
|
|
},
|
2020-07-18 16:22:45 +00:00
|
|
|
singleAlbumArtist: 'Save only the main album artist',
|
2020-07-18 16:06:07 +00:00
|
|
|
albumVariousArtists: 'Keep "Various Artists" in the Album Artists',
|
|
|
|
removeAlbumVersion: 'Remove "Album Version" from track title',
|
|
|
|
removeDuplicateArtists: 'Remove combinations of artists',
|
2020-07-18 10:59:39 +00:00
|
|
|
dateFormat: {
|
2020-07-18 16:06:07 +00:00
|
|
|
title: 'Date format for FLAC files',
|
|
|
|
year: 'YYYY',
|
|
|
|
month: 'MM',
|
|
|
|
day: 'DD'
|
2020-07-18 10:59:39 +00:00
|
|
|
},
|
|
|
|
featuredToTitle: {
|
2020-07-18 16:06:07 +00: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 10:59:39 +00:00
|
|
|
},
|
2020-07-18 16:06:07 +00:00
|
|
|
titleCasing: 'Title casing',
|
|
|
|
artistCasing: 'Artist casing',
|
2020-07-18 10:59:39 +00:00
|
|
|
casing: {
|
2020-07-18 16:06:07 +00:00
|
|
|
nothing: 'Keep unchanged',
|
|
|
|
lower: 'lowercase',
|
|
|
|
upper: 'UPPERCASE',
|
|
|
|
start: 'Start Of Each Word',
|
|
|
|
sentence: 'Like a sentence'
|
2020-07-18 10:59:39 +00:00
|
|
|
},
|
2020-07-18 16:06:07 +00:00
|
|
|
previewVolume: 'Preview Volume',
|
2020-07-18 10:59:39 +00:00
|
|
|
executeCommand: {
|
2020-07-18 16:06:07 +00:00
|
|
|
title: 'Command to execute after download',
|
|
|
|
description: 'Leave blank for no action'
|
2020-07-18 10:59:39 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
spotify: {
|
|
|
|
title: 'Spotify Features',
|
2020-07-18 16:06:07 +00:00
|
|
|
clientID: 'Spotify clientID',
|
|
|
|
clientSecret: 'Spotify Client Secret',
|
|
|
|
username: 'Spotify username'
|
2020-07-18 10:59:39 +00:00
|
|
|
},
|
|
|
|
reset: 'Reset to Default',
|
|
|
|
save: 'Save',
|
|
|
|
toasts: {
|
|
|
|
init: 'Settings loaded!',
|
|
|
|
update: 'Settings updated!',
|
|
|
|
ARLcopied: 'ARL copied to clipboard'
|
2020-07-16 22:11:28 +00:00
|
|
|
}
|
2020-07-18 20:44:27 +00:00
|
|
|
},
|
|
|
|
sidebar: {
|
|
|
|
home: 'home',
|
|
|
|
search: 'search',
|
|
|
|
charts: 'charts',
|
|
|
|
favorites: 'favorites',
|
|
|
|
linkAnalyzer: 'link analyzer',
|
|
|
|
settings: 'settings',
|
|
|
|
about: 'about'
|
|
|
|
},
|
|
|
|
tracklist: {
|
|
|
|
downloadSelection: 'Download selection'
|
2020-07-16 22:11:28 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
export default en
|