From 4ff8a7c2731d8b3dcac249bbf048497fc79fa518 Mon Sep 17 00:00:00 2001
From: Blucas <15555602203@163.com>
Date: Wed, 13 Dec 2023 11:30:59 +0800
Subject: [PATCH] doc: fix 'GitHub' spelling
---
CONTRIBUTING.md | 2 +-
src/assets/locales/en.json | 2 +-
src/assets/locales/ja.json | 2 +-
src/assets/locales/ko.json | 2 +-
src/assets/locales/zh.json | 2 +-
src/pages/Docs/md/usage-en.mdx | 2 +-
src/pages/Docs/md/usage-ja.mdx | 2 +-
src/pages/Docs/md/usage-ko.mdx | 2 +-
src/pages/Docs/md/usage-zh.mdx | 2 +-
src/pages/Layouts/NavMenu/index.tsx | 6 +++---
10 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 507a4caf..d55d657d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,7 +15,7 @@ PageSpy 主要由三个仓库组成:
- 服务器端代码在 [HuolalaTech/page-spy-api][page-spy-api] 仓库维护;
- 需要在客户端引入的 SDK 代码在 [HuolalaTech/page-spy][page-spy-sdk] 仓库维护;
-提供服务的方式是托管在 Github Package 中的 Docker 镜像(推荐)、[NPM package][npm-package] 或者使用 [Release][github-release] 托管的可执行文件。
+提供服务的方式是托管在 GitHub Package 中的 Docker 镜像(推荐)、[NPM package][npm-package] 或者使用 [Release][github-release] 托管的可执行文件。
## Repo Setup
diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json
index fd6f9dd2..b7ec4b2b 100644
--- a/src/assets/locales/en.json
+++ b/src/assets/locales/en.json
@@ -34,7 +34,7 @@
"title": "All-In-One
Remote Debugging Tool",
"desc": "Debug remotely and easily with a range of features like chrome devtool.",
"goStart": "Start debugging",
- "goGithub": "View on Github"
+ "goGithub": "View on GitHub"
},
"intro": {
"does": "What PageSpy does",
diff --git a/src/assets/locales/ja.json b/src/assets/locales/ja.json
index 64a29435..3fc7a68d 100644
--- a/src/assets/locales/ja.json
+++ b/src/assets/locales/ja.json
@@ -34,7 +34,7 @@
"title": "多機能
リモートデバッグツール",
"desc": "Google Chromeのコンソールのように簡単にリモートデバッグを開始します。",
"goStart": "デバッグを開始",
- "goGithub": "Github リポジトリ"
+ "goGithub": "GitHub リポジトリ"
},
"intro": {
"does": "PageSpyでできること",
diff --git a/src/assets/locales/ko.json b/src/assets/locales/ko.json
index 8de65cc5..a59654d8 100644
--- a/src/assets/locales/ko.json
+++ b/src/assets/locales/ko.json
@@ -34,7 +34,7 @@
"title": "다기능
원격 디버깅 도구",
"desc": "Google Chrome 콘솔을 사용하는 것처럼 간단히 원격 디버깅을 시작하세요.",
"goStart": "디버깅 시작",
- "goGithub": "Github 저장소"
+ "goGithub": "GitHub 저장소"
},
"intro": {
"does": "PageSpy가 할 수 있는 일",
diff --git a/src/assets/locales/zh.json b/src/assets/locales/zh.json
index 95fc51f4..20680ba1 100644
--- a/src/assets/locales/zh.json
+++ b/src/assets/locales/zh.json
@@ -34,7 +34,7 @@
"title": "多功能
远程调试工具",
"desc": "像使用谷歌浏览器的控制台一样简单地开始远程调试。",
"goStart": "开始调试",
- "goGithub": "Github 仓库"
+ "goGithub": "GitHub 仓库"
},
"intro": {
"does": "PageSpy 可以做到",
diff --git a/src/pages/Docs/md/usage-en.mdx b/src/pages/Docs/md/usage-en.mdx
index 970d7e15..7cb81805 100644
--- a/src/pages/Docs/md/usage-en.mdx
+++ b/src/pages/Docs/md/usage-en.mdx
@@ -86,5 +86,5 @@ configure and integrate in the business project by click the menu.
Besides of above, you will get the realtime notification when there have new data or data changed.
- Welcome to submit PR or issue on Github. + Welcome to submit PR or issue on GitHub.
diff --git a/src/pages/Docs/md/usage-ja.mdx b/src/pages/Docs/md/usage-ja.mdx index 8590be5f..f391970b 100644 --- a/src/pages/Docs/md/usage-ja.mdx +++ b/src/pages/Docs/md/usage-ja.mdx @@ -69,5 +69,5 @@ export const githubUrl = import.meta.env.VITE_GITHUB_REPO; さらに、新しいデータやデータが変更された場合、リアルタイム通知を受け取ります。- Github でPRまたはissueを提出いただければ幸いです。 + GitHub でPRまたはissueを提出いただければ幸いです。
diff --git a/src/pages/Docs/md/usage-ko.mdx b/src/pages/Docs/md/usage-ko.mdx index d113893a..d8700182 100644 --- a/src/pages/Docs/md/usage-ko.mdx +++ b/src/pages/Docs/md/usage-ko.mdx @@ -66,5 +66,5 @@ export const githubUrl = import.meta.env.VITE_GITHUB_REPO; 또한, 새로운 데이터 또는 데이터가 변경되면 실시간 알림을받습니다.- Github 에서 PR 또는 이슈를 제출 해 주시기 바랍니다. + GitHub 에서 PR 또는 이슈를 제출 해 주시기 바랍니다.
diff --git a/src/pages/Docs/md/usage-zh.mdx b/src/pages/Docs/md/usage-zh.mdx index fbcda23c..a5f15833 100644 --- a/src/pages/Docs/md/usage-zh.mdx +++ b/src/pages/Docs/md/usage-zh.mdx @@ -68,5 +68,5 @@ export const githubUrl = import.meta.env.VITE_GITHUB_REPO; 除此之外,当有新的数据或者数据发生变化的时候会实时的收到通知。- 欢迎在 Github 上提交 PR 或 issue。 + 欢迎在 GitHub 上提交 PR 或 issue。
diff --git a/src/pages/Layouts/NavMenu/index.tsx b/src/pages/Layouts/NavMenu/index.tsx index d1b72c76..fa239479 100644 --- a/src/pages/Layouts/NavMenu/index.tsx +++ b/src/pages/Layouts/NavMenu/index.tsx @@ -121,7 +121,7 @@ export const NavMenuOnPc = () => { >