From 13698af1a40dd2edc2e49b1892dd5231b384d353 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Fri, 1 Sep 2023 10:31:31 -0700 Subject: [PATCH 1/2] chore(ci): remove circleci config (#388) --- .circleci/config.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .circleci/config.yml 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 From 73799f8f895c60479e931175d0a1496d6d5a35ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 17:28:10 -0700 Subject: [PATCH 2/2] chore: pull new translations (#396) --- public/locales/zh-CN/explore.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }