This commit is contained in:
parent
4a46a0fbc9
commit
b9eeae596b
3 changed files with 2 additions and 20 deletions
|
@ -235,16 +235,6 @@ const Settings: ParentComponent = (props) => {
|
||||||
</Show>
|
</Show>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<Divider />
|
<Divider />
|
||||||
<ListItem>
|
|
||||||
<ListItemText secondary={
|
|
||||||
offlineReady()
|
|
||||||
? t("availability.offline")
|
|
||||||
: t("availability.online")
|
|
||||||
}>
|
|
||||||
{t("availability")}
|
|
||||||
</ListItemText>
|
|
||||||
</ListItem>
|
|
||||||
<Divider />
|
|
||||||
</li>
|
</li>
|
||||||
</List>
|
</List>
|
||||||
</Scaffold>
|
</Scaffold>
|
||||||
|
|
|
@ -32,9 +32,5 @@
|
||||||
"motions.gifs": "GIFs",
|
"motions.gifs": "GIFs",
|
||||||
"motions.gifs.autoplay": "Auto-play GIFs",
|
"motions.gifs.autoplay": "Auto-play GIFs",
|
||||||
"motions.vids": "Videos",
|
"motions.vids": "Videos",
|
||||||
"motions.vids.autoplay": "Auto-play Videos",
|
"motions.vids.autoplay": "Auto-play Videos"
|
||||||
|
|
||||||
"availability": "Availability",
|
|
||||||
"availability.offline": "Offline ready",
|
|
||||||
"availability.online": "Online only"
|
|
||||||
}
|
}
|
|
@ -32,9 +32,5 @@
|
||||||
"motions.gifs": "动图",
|
"motions.gifs": "动图",
|
||||||
"motions.gifs.autoplay": "自动播放动图",
|
"motions.gifs.autoplay": "自动播放动图",
|
||||||
"motions.vids": "视频",
|
"motions.vids": "视频",
|
||||||
"motions.vids.autoplay": "自动播放视频",
|
"motions.vids.autoplay": "自动播放视频"
|
||||||
|
|
||||||
"availability": "离线可用程度",
|
|
||||||
"availability.offline": "可以离线使用",
|
|
||||||
"availability.online": "需要联网使用"
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue