28 lines
600 B
JSON
28 lines
600 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": "Physical"
|
|
},
|
|
"profile": {
|
|
"title": "My Profile",
|
|
"name": "User Name",
|
|
"settings": "Settings"
|
|
}
|
|
} |