diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx
index 064b722..d349227 100644
--- a/src/settings/Settings.tsx
+++ b/src/settings/Settings.tsx
@@ -272,13 +272,13 @@ const Settings: Component = () => {
- Storage
+ {t("storage")}
-
- Clear cache...
+
+ {t("storage.cache.clear")}
@@ -324,7 +324,7 @@ const Settings: Component = () => {
secondaryAction={
0 ? makeAcctText(profiles()[0]) : "@")}/profile/@tutu@indieweb.social`}
>
diff --git a/src/settings/i18n/en.json b/src/settings/i18n/en.json
index 24ce5e5..3ff8845 100644
--- a/src/settings/i18n/en.json
+++ b/src/settings/i18n/en.json
@@ -33,5 +33,11 @@
"motions.gifs": "GIFs",
"motions.gifs.autoplay": "Auto-play GIFs",
"motions.vids": "Videos",
- "motions.vids.autoplay": "Auto-play Videos"
+ "motions.vids.autoplay": "Auto-play Videos",
+
+ "storage": "Storage",
+ "storage.cache.clear": "Clear Cache",
+ "storage.cache.UA-managed": "Cache is managed by your browser.",
+
+ "mastodonlink.open": "Open Tutu's Mastodon"
}
\ No newline at end of file
diff --git a/src/settings/i18n/zh-Hans.json b/src/settings/i18n/zh-Hans.json
index d898801..79145d7 100644
--- a/src/settings/i18n/zh-Hans.json
+++ b/src/settings/i18n/zh-Hans.json
@@ -33,5 +33,11 @@
"motions.gifs": "动图",
"motions.gifs.autoplay": "自动播放动图",
"motions.vids": "视频",
- "motions.vids.autoplay": "自动播放视频"
+ "motions.vids.autoplay": "自动播放视频",
+
+ "storage": "存储空间",
+ "storage.cache.clear": "清除缓存",
+ "storage.cache.UA-managed": "缓存由你的浏览器管理。",
+
+ "mastodonlink.open": "打开图图的Mastodon账户"
}
\ No newline at end of file