-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
34 lines (33 loc) · 1.6 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
{
"get_repo_details": "Get details of repositories",
"matching_repos": "Total number of matching repos: {totalCount}",
"not_found_page_container": "This is the NotFoundPage container!",
"repo_full_name_unavailable": "Repository full name unavaiable",
"repo_list": "Repository List",
"repo_name_unavailable": "Repository name is unavailable",
"repo_search": "Repository Search",
"repo_search_default": "Search for a repository by entering it's name in the search box",
"repo_stars_unavailable": "Repository stars are unavaiable",
"repository_full_name": "Repository full name: {fullName}",
"repository_name": "Repository Name: {name}",
"repository_stars": "Repository stars: {stars}",
"search_query": "Search query: {repoName}",
"something_went_wrong": "Sorry. Something went wrong! Please try again in sometime.",
"stories": "Go to Storybook",
"wednesday_solutions": "Wednesday Solutions",
"track_name": "Title name: {trackName}",
"artist_name": "Artist Name: {artist_name}",
"total_cost": "Total Cost: ${price}",
"records_found": "Total Records: {totalCount}",
"track_search": "Track Search",
"search_track_details": "Search Track Details",
"track_search_default": "Search for a track by entering it's name in the search box",
"track_description": "Desciption: {track_description}",
"description_unavailable": "Desciption Unavaiable",
"cost_unavailable": "Total Cost Unavaiable",
"track_name_unavailable": "Track Name Unavaiable",
"artist_unavailable": "Artist Unavaiable",
"play_audio": "Play Audio",
"pause_audio": "Pause Audio",
"no_audio": "No Audio File Present"
}