-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
44 lines (44 loc) · 1.2 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"APP": {
"TITLE": "Tune",
"SUBTITLES": {
"HOME": "Home",
"AUTHORISATION": "Authorising",
"FEED": "Feed",
"LOGIN_FAILED": "Login Failed",
"PAGE_NOT_FOUND": "Page Not Found"
},
"LOGIN_FAILED_MSG": "Sorry, your login failed. Please try again.",
"PAGE_NOT_FOUND_MSG": "Page not found!"
},
"LANDING": {
"DESCRIPTION": "Swipe to find new music,\nbased on your favourite Spotify tunes.",
"SUB_DESCRIPTION": "Swipe right to save a tune in your Spotify 'Liked Songs'.\nThe track will be used to find more recommendations.\nIf you don't like the track, swipe left."
},
"FOOTER": {
"CREATED_BY": "Created by",
"ME": "Matthew Costello 🎶"
},
"ACTIONS": {
"LOGIN": "Login",
"LOGOUT": "Logout",
"OPEN_FEED": "Start swiping",
"CLICK_TO_BEGIN": "Click to begin"
},
"ALT_TEXT": {
"ARTIST_IMAGE": "Artist Image",
"VIEW_REPO": "View the public code repository",
"SPOTIFY_LOGO": "Spotify Logo"
},
"CATEGORIES": {
"HOT": "Popular 🔥",
"HIDDEN_GEM": "Hidden gem 💎",
"GROOVY": "Groovy 🕺",
"SLOW_DANCE": "Slow dance 💃",
"HIGH_ENERGY": "Energetic ⚡",
"RELAXED": "Relaxed 🏖️",
"LOUD": "Loud 📢️",
"QUIET": "Quiet 🤫",
"ACOUSTIC": "Accoustic 🎸"
}
}