32 lines
733 B
JSON
32 lines
733 B
JSON
{
|
|
"welcome": "Welcome!",
|
|
"tabs": {
|
|
"all": "All",
|
|
"live": "Live",
|
|
"upcoming": "Upcoming",
|
|
"finished": "Finished",
|
|
"fav": "Favorites"
|
|
},
|
|
"settings": {
|
|
"title": "Settings",
|
|
"theme": "Theme",
|
|
"language": "Language",
|
|
"light": "Light",
|
|
"dark": "Dark",
|
|
"system": "System",
|
|
"english": "English",
|
|
"chinese": "Chinese"
|
|
},
|
|
"home": {
|
|
"title": "ScoreNow",
|
|
"time": "Time",
|
|
"select_sport": "Sport",
|
|
"loading": "Loading...",
|
|
"no_matches": "No matches found."
|
|
},
|
|
"profile": {
|
|
"title": "My Profile",
|
|
"name": "User Name",
|
|
"settings": "Settings"
|
|
}
|
|
} |