Skip to content

Commit cb67ac3

Browse files
author
tsubasa.kat
committed
Translated the side content specific to the GUIDES page.
Issue elixir-lang-jp#42
1 parent 58e3999 commit cb67ac3

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

_data/getting-started.yml

+32-32
Original file line numberDiff line numberDiff line change
@@ -4,115 +4,115 @@
44
- title: はじめに
55
slug: introduction
66

7-
- title: Basic types
7+
- title: 基本型
88
slug: basic-types
99

10-
- title: Basic operators
10+
- title: 基本演算子
1111
slug: basic-operators
1212

13-
- title: Pattern matching
13+
- title: パターン・マッチング
1414
slug: pattern-matching
1515

16-
- title: case, cond, and if
16+
- title: case, cond, if
1717
slug: case-cond-and-if
1818

19-
- title: Binaries, strings, and charlists
19+
- title: バイナリ, 文字列, 文字リスト
2020
slug: binaries-strings-and-char-lists
2121

22-
- title: Keywords lists and maps
22+
- title: キーワードリストとマップ
2323
slug: keywords-and-maps
2424

25-
- title: Modules and Functions
25+
- title: モジュールと関数
2626
slug: modules-and-functions
2727

28-
- title: Recursion
28+
- title: 再帰
2929
slug: recursion
3030

31-
- title: Enumerables and streams
31+
- title: Enumerable と stream
3232
slug: enumerables-and-streams
3333

34-
- title: Processes
34+
- title: プロセス
3535
slug: processes
3636

37-
- title: IO and the file system
37+
- title: IO と ファイルシステム
3838
slug: io-and-the-file-system
3939

40-
- title: alias, require, and import
40+
- title: alias, require, import
4141
slug: alias-require-and-import
4242

43-
- title: Module attributes
43+
- title: モジュール属性
4444
slug: module-attributes
4545

46-
- title: Structs
46+
- title: Struct
4747
slug: structs
4848

49-
- title: Protocols
49+
- title: プロトコル
5050
slug: protocols
5151

52-
- title: Comprehensions
52+
- title: 内包表記
5353
slug: comprehensions
5454

55-
- title: Sigils
55+
- title: シジル記法
5656
slug: sigils
5757

5858
- title: try、catch、rescue
5959
slug: try-catch-and-rescue
6060

61-
- title: Typespecs and behaviours
61+
- title: 型仕様 と 動作
6262
slug: typespecs-and-behaviours
6363

64-
- title: Debugging
64+
- title: デバッグ
6565
slug: debugging
6666

67-
- title: Erlang libraries
67+
- title: Erlang ライブラリ
6868
slug: erlang-libraries
6969

7070
- title: 次にどこへ行こう
7171
slug: where-to-go-next
7272

7373

74-
- title: Mix and OTP
74+
- title: Mix OTP
7575
dir: /getting-started/mix-otp/
7676
pages:
77-
- title: Introduction to Mix
77+
- title: 入門 Mix
7878
slug: introduction-to-mix
7979

80-
- title: Agent
80+
- title: エージェント
8181
slug: agent
8282

8383
- title: GenServer
8484
slug: genserver
8585

86-
- title: Supervisor and Application
86+
- title: スーパーバイザとアプリ
8787
slug: supervisor-and-application
8888

89-
- title: Dynamic supervisors
89+
- title: 動的スーパーバイザ
9090
slug: dynamic-supervisor
9191

9292
- title: ETS
9393
slug: ets
9494

95-
- title: Dependencies and umbrella projects
95+
- title: 依存関係と Umbrella プロジェクト
9696
slug: dependencies-and-umbrella-projects
9797

98-
- title: Task and gen_tcp
98+
- title: タスクと gen_tcp
9999
slug: task-and-gen-tcp
100100

101101
- title: Doctests, patterns and with
102102
slug: docs-tests-and-with
103103

104-
- title: Distributed tasks and configuration
104+
- title: 分散型タスクと設定
105105
slug: distributed-tasks-and-configuration
106106

107107

108-
- title: Meta-programming in Elixir
108+
- title: メタプログラミング Elixir
109109
dir: /getting-started/meta/
110110
pages:
111-
- title: Quote and unquote
111+
- title: Quote unquote
112112
slug: quote-and-unquote
113113

114-
- title: Macros
114+
- title: マクロ
115115
slug: macros
116116

117-
- title: Domain-specific languages
117+
- title: DSL (ドメイン固有言語)
118118
slug: domain-specific-languages

0 commit comments

Comments
 (0)