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 11export const comCopy = {
2- com_layout_title : "TypeScriptのセットアップ方法 " ,
2+ com_layout_title : "TypeScript のセットアップ方法 " ,
33 com_layout_description :
44 "TypeScriptユーザーとオンライン、オフラインでつながる" ,
55 com_headline : "Connect with us" ,
66 com_connect_online : "オンライン" ,
77 com_connect_online_description :
8- "うまくいっていること、新機能や改善点を私達に教えてください 。そして、新しいアップデートを見つけましょう。" ,
8+ "うまくいっていること、新機能や改善点を私たちに教えてください 。そして、新しいアップデートを見つけましょう。" ,
99 com_online_stack_overflow_desc :
10- "' typescript' タグを使って仲間とつながったり、TypeScriptについての質問をしましょう" ,
10+ "「 typescript」 タグを使って仲間とつながったり、TypeScriptについての質問をしましょう" ,
1111 com_online_stack_overflow_tag : "" ,
1212 com_online_discord_header : "チャット" ,
1313 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"
44import { headCopy } from "./head-seo"
55import { playCopy } from "./playground"
66import { comCopy } from "./community"
7+ import { handbookCopy } from "./handbook"
78import { Copy , messages as englishMessages } from "../en/en"
89
910export const lang : Copy = defineMessages ( {
@@ -13,4 +14,5 @@ export const lang: Copy = defineMessages({
1314 ...headCopy ,
1415 ...playCopy ,
1516 ...comCopy ,
17+ ...handbookCopy ,
1618} )
You can’t perform that action at this time.
0 commit comments