32 lines
739 B
JSON
32 lines
739 B
JSON
{
|
|
"welcome": "欢迎!",
|
|
"tabs": {
|
|
"all": "全部",
|
|
"live": "直播",
|
|
"upcoming": "即将到来",
|
|
"finished": "已完成",
|
|
"fav": "收藏"
|
|
},
|
|
"settings": {
|
|
"title": "设置",
|
|
"theme": "主题",
|
|
"language": "语言",
|
|
"light": "浅色",
|
|
"dark": "深色",
|
|
"system": "跟随系统",
|
|
"english": "英文",
|
|
"chinese": "中文"
|
|
},
|
|
"home": {
|
|
"title": "ScoreNow",
|
|
"time": "时间",
|
|
"select_sport": "运动",
|
|
"loading": "加载中...",
|
|
"no_matches": "暂无比赛"
|
|
},
|
|
"profile": {
|
|
"title": "我的",
|
|
"name": "用户名",
|
|
"settings": "设置"
|
|
}
|
|
} |