Skip to content

Commit 0179e6a

Browse files
committed
Additional changes.
1 parent 5d79cc8 commit 0179e6a

File tree

6 files changed

+89
-47
lines changed

6 files changed

+89
-47
lines changed

typedoc/ja/lib/calendar/IgxCalendarComponent.json

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@
2929
"remarks": {
3030
"comment": {
3131
"text": [
32-
"The Ignite UI Calendar provides an easy way to display a calendar and allow users to select dates using single, multiple",
33-
"or range selection."
32+
"Ignite UI Calendar はカレンダーを表示し、ユーザーは単一または複数の範囲を使用して日付を選択できます。"
3433
],
35-
"tagName": "remarks"
34+
"tagName": "備考"
3635
}
3736
},
3837
"example:": {
@@ -42,20 +41,20 @@
4241
"<igx-calendar selection=\"range\"></igx-calendar>",
4342
"```"
4443
],
45-
"tagName": "example:"
44+
"tagName": ""
4645
}
4746
}
4847
},
49-
"shortText": "Calendar provides a way to display date information."
48+
"shortText": "カレンダーは、日付情報を表示する方法を提供します。"
5049
},
5150
"properties": {
5251
"id": {
5352
"comment": {
5453
"tags": {
5554
"remarks": {
5655
"comment": {
57-
"text": "If not set, the `id` will have value `\"igx-calendar-0\"`.",
58-
"tagName": "remarks"
56+
"text": "設定しない場合、`id` `\"igx-calendar-0\"` 値を持ちます。",
57+
"tagName": "備考"
5958
}
6059
},
6160
"example": {
@@ -65,7 +64,7 @@
6564
"<igx-calendar id=\"my-first-calendar\"></igx-calendar>",
6665
"```"
6766
],
68-
"tagName": "example"
67+
"tagName": ""
6968
}
7069
},
7170
"memberof": {
@@ -75,7 +74,7 @@
7574
}
7675
}
7776
},
78-
"shortText": "Sets/gets the `id` of the calendar."
77+
"shortText": "カレンダーの `id` を取得または設定します。"
7978
}
8079
},
8180
"hasHeader": {
@@ -88,13 +87,13 @@
8887
"<igx-calendar [hasHeader]=\"false\"></igx-calendar>",
8988
"```"
9089
],
91-
"tagName": "example"
90+
"tagName": ""
9291
}
9392
}
9493
},
9594
"shortText": [
96-
"Sets/gets whether the calendar has header.",
97-
"Default value is `true`."
95+
"カレンダーにヘッダーが含まれているかどうかを設定/取得します。",
96+
"デフォルト値は `true` です。"
9897
]
9998
}
10099
},
@@ -108,7 +107,7 @@
108107
"<igx-calendar [vertical] = \"true\"></igx-calendar>",
109108
"```"
110109
],
111-
"tagName": "example"
110+
"tagName": ""
112111
}
113112
}
114113
},
@@ -152,11 +151,11 @@
152151
"this.calendar.deselectDate(new Date(`2018-06-12`));",
153152
"````"
154153
],
155-
"tagName": "example"
154+
"tagName": ""
156155
}
157156
}
158157
},
159-
"shortText": "Deselects date(s) (based on the selection type)."
158+
"shortText": "日付を選択タイプに基づいて選択解除します。"
160159
}
161160
},
162161
"selectDate": {
@@ -177,7 +176,7 @@
177176
"<igx-calendar [monthsViewNumber]=\"2\"></igx-calendar>",
178177
"```"
179178
],
180-
"tagName": "example"
179+
"tagName": ""
181180
}
182181
}
183182
},
@@ -207,7 +206,7 @@
207206
"let headerTemplate = this.calendar.headerTeamplate;",
208207
"```"
209208
],
210-
"tagName": "example"
209+
"tagName": ""
211210
}
212211
},
213212
"memberof": {
@@ -223,7 +222,7 @@
223222
"<igx-calendar headerTemplateDirective = \"igxCalendarHeader\"></igx-calendar>",
224223
"```"
225224
],
226-
"shortText": "Gets the header template."
225+
"shortText": "ヘッダー テンプレートを取得します。"
227226
}
228227
},
229228
"setter": {
@@ -242,7 +241,7 @@
242241
"<igx-calendar headerTemplateDirective = \"igxCalendarHeader\"></igx-calendar>",
243242
"```"
244243
],
245-
"shortText": "Sets the header template."
244+
"shortText": "ヘッダー テンプレートを設定します。"
246245
}
247246
}
248247
},
@@ -257,11 +256,11 @@
257256
"let subheaderTemplate = this.calendar.subheaderTemplate;",
258257
"```"
259258
],
260-
"tagName": "example"
259+
"tagName": ""
261260
}
262261
}
263262
},
264-
"shortText": "Gets the subheader template."
263+
"shortText": "サブヘッダー テンプレートを取得します。"
265264
}
266265
},
267266
"setter": {
@@ -274,7 +273,7 @@
274273
"<igx-calendar subheaderTemplate = \"igxCalendarSubheader\"></igx-calendar>",
275274
"```"
276275
],
277-
"tagName": "example"
276+
"tagName": ""
278277
}
279278
},
280279
"memberof": {
@@ -284,7 +283,7 @@
284283
}
285284
}
286285
},
287-
"shortText": "Sets the subheader template."
286+
"shortText": "サブヘッダー テンプレートを設定します。"
288287
}
289288
}
290289
},
@@ -299,11 +298,11 @@
299298
"let headerContext = this.calendar.headerContext;",
300299
"```"
301300
],
302-
"tagName": "example"
301+
"tagName": ""
303302
}
304303
}
305304
},
306-
"shortText": "Gets the context for the template marked with the `igxCalendarHeader` directive."
305+
"shortText": "`igxCalendarHeader` ディレクティブとマークされるテンプレートのコンテキストを取得します。"
307306
}
308307
}
309308
},
@@ -318,7 +317,7 @@
318317
"let context = this.calendar.context;",
319318
"```"
320319
],
321-
"tagName": "example"
320+
"tagName": ""
322321
}
323322
}
324323
},

typedoc/ja/lib/calendar/IgxMonthPickerBase.json renamed to typedoc/ja/lib/calendar/IgxMonthPickerBaseDirective.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"IgxMonthPickerBase": {
2+
"IgxMonthPickerBaseDirective": {
33
"properties": {
44
"hideOutsideDays": {
55
"comment": {

typedoc/ja/lib/dialog/IgxDialogComponent.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,41 @@
298298
}
299299
}
300300
},
301+
"positionSettings": {
302+
"getter": {
303+
"comment": {
304+
"shortText": [
305+
"Get the position and animation settings used by the dialog.",
306+
"```typescript",
307+
"@ViewChild('alert', { static: true }) public alert: IgxDialogComponent;",
308+
"let currentPosition: PositionSettings = this.alert.positionSettings",
309+
"```"
310+
]
311+
}
312+
},
313+
"setter": {
314+
"comment": {
315+
"shortText": [
316+
"ダイアログで使用される位置とアニメーション設定を設定します。",
317+
"```typescript",
318+
"import { slideInLeft, slideOutRight } from 'igniteui-angular';",
319+
"...",
320+
"@ViewChild('alert', { static: true }) public alert: IgxDialogComponent;",
321+
" public newPositionSettings: PositionSettings = {",
322+
" openAnimation: useAnimation(slideInTop, { params: { duration: '2000ms' } }),",
323+
" closeAnimation: useAnimation(slideOutBottom, { params: { duration: '2000ms'} }),",
324+
" horizontalDirection: HorizontalAlignment.Left,",
325+
" verticalDirection: VerticalAlignment.Middle,",
326+
" horizontalStartPoint: HorizontalAlignment.Left,",
327+
" verticalStartPoint: VerticalAlignment.Middle,",
328+
" minSize: { height: 100, width: 100 }",
329+
" };",
330+
"this.alert.positionSettings = this.newPositionSettings;",
331+
"```"
332+
]
333+
}
334+
}
335+
},
301336
"state": {
302337
"getter": {
303338
"comment": {
@@ -364,4 +399,4 @@
364399
}
365400
}
366401
}
367-
}
402+
}

typedoc/ja/lib/grids/IgxTreeGridComponent.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3615,11 +3615,19 @@
36153615
"hiddenColumnsText": {
36163616
"getter": {
36173617
"comment": {
3618+
"tags": {
3619+
"memberof": {
3620+
"comment": {
3621+
"text": "IgxGridBaseDirective",
3622+
"tagName": "次のメンバー:"
3623+
}
3624+
}
3625+
},
36183626
"shortText": [
36193627
"`IgxColumnComponent` の定義済みの列非表示 UI のトグル ボタンに表示されるテキストを返します。",
36203628
"```typescript",
36213629
"const hiddenColText = this.grid.hiddenColumnsText;",
3622-
"``"
3630+
"```"
36233631
]
36243632
}
36253633
},
File renamed without changes.

typedoc/ja/lib/time-picker/IgxTimePickerComponent.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -395,21 +395,6 @@
395395
}
396396
},
397397
"accessors": {
398-
"resourceStrings": {
399-
"setter": {
400-
"comment": {
401-
"shortText": [
402-
"リソース文字列を設定するアクセサー。",
403-
"デフォルトで EN リソースを使用します。"
404-
]
405-
}
406-
},
407-
"getter": {
408-
"comment": {
409-
"shortText": "リソース文字列を返すアクセサー。"
410-
}
411-
}
412-
},
413398
"value": {
414399
"setter": {
415400
"comment": {
@@ -438,6 +423,21 @@
438423
}
439424
}
440425
},
426+
"resourceStrings": {
427+
"setter": {
428+
"comment": {
429+
"shortText": [
430+
"リソース文字列を設定するアクセサー。",
431+
"デフォルトで EN リソースを使用します。"
432+
]
433+
}
434+
},
435+
"getter": {
436+
"comment": {
437+
"shortText": "リソース文字列を返すアクセサー。"
438+
}
439+
}
440+
},
441441
"okButtonLabel": {
442442
"setter": {
443443
"comment": {
@@ -624,10 +624,10 @@
624624
"deprecated": {
625625
"comment": {
626626
"text": [
627-
"Use 'onClosed' instead.",
628-
"Emitted when a timePicker is being closed."
627+
"代わりに `onClosed` を使用してください。",
628+
"timePicker が閉じているときに発生します。"
629629
],
630-
"tagName": "deprecated"
630+
"tagName": "非推奨"
631631
}
632632
}
633633
}

0 commit comments

Comments
 (0)