You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/typescriptlang-org/src/copy/ja/nav.ts
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,27 @@ import { navCopy as enNavCopy } from "../en/nav"
2
2
3
3
exportconstnavCopy={
4
4
...enNavCopy,
5
-
skip_to_content: "Skip to main content",
6
-
nav_documentation: "Documentation",
7
-
nav_documentation_short: "Docs",
8
-
nav_download: "Download",
9
-
nav_community: "Community",
10
-
nav_playground: "Playground",
11
-
nav_playground_short: "Play",
12
-
nav_handbook: "Handbook",
13
-
nav_tools: "Tools",
14
-
nav_search_placeholder: "Search Docs",
15
-
nav_search_aria: "Search the TypeScript site",
5
+
skip_to_content: "スキップしてメインコンテンツに進む",
6
+
nav_documentation: "ドキュメント",
7
+
nav_documentation_short: "ドキュメント",
8
+
nav_download: "ダウンロード",
9
+
nav_community: "コミュニティ",
10
+
nav_playground: "プレイグラウンド",
11
+
nav_playground_short: "プレイグラウンド",
12
+
nav_handbook: "ハンドブック",
13
+
nav_tools: "ツール",
14
+
nav_search_placeholder: "検索",
15
+
nav_search_aria: "サイト内を検索",
16
16
nav_beta: "Search the TypeScript site",
17
17
nav_beta_notification:
18
18
"Note: we are testing out the new v2 site over the weekend, if we have missed something you rely on please <a>file issues on microsoft/TypeScript-Website</a>.",
19
19
// let me know if you can't make this work in your lang:
20
20
// TypeScript X.Y [stable][between?]Z.Y[beta/rc]
21
-
nav_version_stable_prefix: "is now available",
22
-
nav_version_between: ", ",
23
-
nav_version_beta_prefix: "is currently in beta.",
24
-
nav_version_rc_prefix: "has a release candidate to try.",
25
-
nav_this_page_in_your_lang: "This page is available in your language",
26
-
nav_this_page_in_your_lang_open: "Open",
27
-
nav_this_page_in_your_lang_no_more: "Don't show again",
0 commit comments