Skip to content

Commit

Permalink
Merge branch 'main' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Mar 3, 2025
2 parents 2f84eb6 + b8ae9ee commit c794068
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
},
"oSpy": {
"slogan": "Offline Recording<br />Complete Replay",
"desc": "Take a snapshot with one line of code,<br />and store data locally with peace of mind.",
"desc": "Take a snapshot with one line of code, and store data locally with peace of mind.",
"import-use": "Integrate O-Spy",
"select-log": "Select Log",
"take-try": "Try Demo",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
},
"oSpy": {
"slogan": "オフライン記録<br />完全再生",
"desc": "一行のコードでスナップショットを撮り、<br />ローカルデータは安心して保管される。",
"desc": "一行のコードでスナップショットを撮り、ローカルデータは安心して保管される。",
"import-use": "O-Spy 接続",
"select-log": "ログ選択",
"take-try": "デモ体験",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
},
"oSpy": {
"slogan": "오프라인 기록<br />전체 재생",
"desc": "한 줄의 코드로 스냅샷을 찍고,<br />로컬 데이터는 안심하고 저장된다.",
"desc": "한 줄의 코드로 스냅샷을 찍고, 로컬 데이터는 안심하고 저장된다.",
"import-use": "O-Spy 연결",
"select-log": "로그 선택",
"take-try": "데모 체험",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
},
"oSpy": {
"slogan": "离线记录<br />完整回放",
"desc": "一行代码记录现场,<br/>本地数据安心存放。",
"desc": "一行代码记录现场,本地数据安心存放。",
"import-use": "接入 O-Spy",
"select-log": "选择日志回放",
"take-try": "体验 Demo",
Expand Down
8 changes: 3 additions & 5 deletions src/pages/OSpy/components/Welcome/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,14 @@ export const Welcome = () => {
>
<p className="slogan">
<Trans i18nKey="oSpy.slogan">
离线记录
离线记录
<br />
完整回放
完整回放
</Trans>
</p>
<p className="slogan-desc">
<Trans i18nKey="oSpy.desc">
一行代码记录现场
<br />
本地数据安心存放
一行代码记录现场,本地数据安心存放。
</Trans>
</p>
<Flex
Expand Down

0 comments on commit c794068

Please sign in to comment.