diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 666eb671..00000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,21 +0,0 @@ -version: 2.1 -orbs: - browser-tools: circleci/browser-tools@1.1.0 -jobs: - build: - docker: - - image: cimg/node:14.15.4-browsers - environment: - NO_SANDBOX: true - steps: - - checkout - - run: - command: npm ci - - run: - command: npm test - - run: - command: npm run build - - run: - command: npm run lint - - run: - command: npm run storybook:build diff --git a/public/locales/zh-CN/explore.json b/public/locales/zh-CN/explore.json index e71812cf..0414a3e2 100644 --- a/public/locales/zh-CN/explore.json +++ b/public/locales/zh-CN/explore.json @@ -68,6 +68,6 @@ } }, "errors": { - "BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID." + "BlockFetchTimeoutError": "在{timeout}内抓取内容失败. 请刷新页面或尝试一个不同的CID" } }