Skip to content

Commit a0a627f

Browse files
committed
Update Japanese translation files
1 parent 9d9d733 commit a0a627f

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

docs/typescriptlang/ja/community.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
export 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:

docs/typescriptlang/ja/handbook.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
}

docs/typescriptlang/ja/ja.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { docCopy } from "./documentation"
44
import { headCopy } from "./head-seo"
55
import { playCopy } from "./playground"
66
import { comCopy } from "./community"
7+
import { handbookCopy } from "./handbook"
78
import { Copy, messages as englishMessages } from "../en/en"
89

910
export const lang: Copy = defineMessages({
@@ -13,4 +14,5 @@ export const lang: Copy = defineMessages({
1314
...headCopy,
1415
...playCopy,
1516
...comCopy,
17+
...handbookCopy,
1618
})

docs/typescriptlang/ja/tsconfig.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)