File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
export const comCopy = {
2
- com_layout_title : "TypeScriptのセットアップ方法 " ,
2
+ com_layout_title : "TypeScript のセットアップ方法 " ,
3
3
com_layout_description :
4
4
"TypeScriptユーザーとオンライン、オフラインでつながる" ,
5
5
com_headline : "Connect with us" ,
6
6
com_connect_online : "オンライン" ,
7
7
com_connect_online_description :
8
- "うまくいっていること、新機能や改善点を私達に教えてください 。そして、新しいアップデートを見つけましょう。" ,
8
+ "うまくいっていること、新機能や改善点を私たちに教えてください 。そして、新しいアップデートを見つけましょう。" ,
9
9
com_online_stack_overflow_desc :
10
- "' typescript' タグを使って仲間とつながったり、TypeScriptについての質問をしましょう" ,
10
+ "「 typescript」 タグを使って仲間とつながったり、TypeScriptについての質問をしましょう" ,
11
11
com_online_stack_overflow_tag : "" ,
12
12
com_online_discord_header : "チャット" ,
13
13
com_online_discord_desc :
Original file line number Diff line number Diff line change
1
+ export const handbookCopy = {
2
+ handb_prev : "戻る" ,
3
+ handb_next : "次へ" ,
4
+ handb_on_this_page : "このページ" ,
5
+ handb_like_dislike_title : "このページは役に立ちましたか?" ,
6
+ handb_like_desc : "はい" ,
7
+ handb_dislike_desc : "いいえ" ,
8
+ handb_thanks : "ありがとうございます。" ,
9
+ }
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { docCopy } from "./documentation"
4
4
import { headCopy } from "./head-seo"
5
5
import { playCopy } from "./playground"
6
6
import { comCopy } from "./community"
7
+ import { handbookCopy } from "./handbook"
7
8
import { Copy , messages as englishMessages } from "../en/en"
8
9
9
10
export const lang : Copy = defineMessages ( {
@@ -13,4 +14,5 @@ export const lang: Copy = defineMessages({
13
14
...headCopy ,
14
15
...playCopy ,
15
16
...comCopy ,
17
+ ...handbookCopy ,
16
18
} )
You can’t perform that action at this time.
0 commit comments