diff --git a/src/i18n.tsx b/src/i18n.tsx index 9780da4..9f5994b 100644 --- a/src/i18n.tsx +++ b/src/i18n.tsx @@ -45,6 +45,7 @@ const zhDict: Dict = { downloading: "下载中…", downloadOk: "下载完成", downloadFail: "下载失败,请重试", + longPressImageSave: "长按图片保存到相册", showMore: "展开全部", showLess: "收起全部", share: "分享", @@ -173,6 +174,7 @@ const enDict: Dict = { downloading: "Downloading…", downloadOk: "Download complete", downloadFail: "Download failed, please retry", + longPressImageSave: "Long-press image to save", showMore: "Show all", showLess: "Show less", share: "Share",