-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclient-translations.json
150 lines (150 loc) · 4.43 KB
/
client-translations.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"language": "English",
"general": {
"search": "Search...",
"searchResultsFor": "Search results for:",
"loading": "Loading...",
"waysOfTheLord": "Ways of the Lord",
"almondBlossom": "Almond Blossom",
"noTitle": "No title",
"settings": "Settings",
"suport": "Support",
"readMore": "Read more"
},
"options": {
"addToPlaylist": "Add to playlist",
"download": "Download",
"goToAlbum": "Go to album",
"podcast": "Podcast",
"removeFilter": "Remove filter",
"changeLanguage": "Change language",
"goBack": "Go back",
"choosePlaylist": "Choose playlist",
"setupPodcast": "To set up the podcast, copy the link below and paste it into your preferred podcast software.",
"chooseLanguages": "Choose languages",
"addLanguage": "Add a language",
"includeLatest": "Include the latest",
"websiteLanguage": "Website language",
"contentLanguages": "Content language",
"tracks": "tracks",
"filterByLanguage": "Filter by language",
"copyUrl": "Copy URL",
"copyLink": "Copy link",
"remove": "Remove",
"playPlaylist": "Play playlist",
"addToMyPlaylists": "Add to my playlists",
"share": "Share"
},
"menu": {
"main": {
"music": "Music",
"speeches": "Messages",
"video": "Videos",
"archive": "Archive",
"audiobooks": "Audiobooks"
},
"secondary": {
"playlists": "Playlists",
"podcasts": "Podcasts",
"latestTracks": "New tracks",
"current": "Current",
"newPlaylist": "New playlist",
"nameOnPlaylist": "Playlist title"
}
},
"page": {
"welcome": {
"latestSpeeches": "Latest Messages",
"latestVideos": "Latest Videos",
"latestMusic": "Latest Music",
"latestAlbums": "Latest Albums",
"playlists": "Playlists"
},
"music": {
"latestMusic": "Latest Music",
"artists": "Artists",
"fromKaare": "From Kåre",
"mp3Source": "MP3-Fountain",
"childrensMp3Source": "Childen's MP3-Fountain",
"instrumental": "Instrumental"
},
"speeches": {
"latestSpeeches": "Latest Messages",
"recommended": "Recommended"
},
"videos": {
"latestVideos": "Latest Videos"
},
"archive": {
"archive": "Archive"
},
"audiobooks": {
"latestAudiobooks": "Latest Audiobooks"
},
"search": {
"searchResults": "Search Results",
"content": "Content",
"bibleVerse": "Bible verse",
"album": "Album",
"artist": "Artist",
"interprets": "Artists",
"autoTranscribed": "Auto-transcribed"
}
},
"track": {
"duration": "Duration",
"details": "Details",
"exegesis": "Interpretation",
"recordedDate": "Recorded date",
"artist": "Artist",
"lyricist": "Lyricist",
"arranger": "Arranger",
"composer": "Composer",
"album": "Album",
"bibleVerse": "Bible verse",
"songbooks": "Song number",
"copyright": "Copyright",
"publisher": "Publisher"
},
"playlist": {
"tracks": "Track(s)",
"albums": "Album(s)",
"duration": "Duration",
"title": "Title",
"song": "Song",
"allLanguages": "All languages",
"confirmPlaylistDeletion": "Are you sure you want to delete this playlist?",
"latestTracks": "Latest tracks",
"instrumental": "Instrumental",
"by": "by"
},
"notify": {
"play": "Play",
"next": "Next",
"previous": "Previous",
"shufflePlaylist": "Shuffle playlist",
"loopPlaylist": "Repeat playlist",
"mute": "Mute",
"maxVolume": "Maximum volume",
"options": "Options",
"activateVideo": "Activate video",
"goToAlbum": "Go to album",
"showFullscreen": "Show fullscreen",
"closeFullscreen": "Close fullscreen",
"hideVideo": "Hide video",
"showVideo": "Show video"
},
"appDownload": {
"title": "APK Download for Android",
"text": "We recommend to install the BMM app using the Google Play Store. If that is not possible, you can ",
"downloadLink": "directly download the APK."
},
"copyright": "Copyright",
"downloadInfo": {
"title": "Download of messages unavailable\n",
"body": "The ability to download messages from BMM is no longer available. If you need a message for a specific use, please contact us and explain your needs.",
"playlistAddition": "The playlist will be downloaded without the messages.\n",
"albumAddition": "The album will be downloaded without the messages.\n",
"buttonContact": "Contact"
}
}