Skip to content

Commit a9e76c7

Browse files
committed
Adding localized strings and latest changes of 8.1.21.
1 parent d59eddd commit a9e76c7

File tree

7 files changed

+73
-106
lines changed

7 files changed

+73
-106
lines changed

typedoc/ja/lib/dialog/IgxDialogComponent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
"<igx-dialog #dialog></igx-dialog>",
245245
"```"
246246
],
247-
"tagName": "次のメンバー: "
247+
"tagName": "次のメンバー:"
248248
}
249249
}
250250
},

typedoc/ja/lib/grids/IgxGridBaseComponent.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2623,6 +2623,18 @@
26232623
"comment": {}
26242624
}
26252625
},
2626+
"dragIndicatorIconTemplate": {
2627+
"getter": {
2628+
"comment": {
2629+
"shortText": "カスタム テンプレートがある場合、行ドラッグのインジケーター アイコンを描画するために使用されます。"
2630+
}
2631+
},
2632+
"setter": {
2633+
"comment": {
2634+
"shortText": "カスタム テンプレートがある場合、行ドラッグのインジケーター アイコンを描画するために使用されます。"
2635+
}
2636+
}
2637+
},
26262638
"headerGroupsList": {
26272639
"getter": {
26282640
"comment": {

typedoc/ja/lib/grids/IgxGridComponent.json

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -115,27 +115,6 @@
115115
]
116116
}
117117
},
118-
"dragIndicatorIconTemplate": {
119-
"comment": {
120-
"text": [
121-
"```typescript",
122-
"// Typescript に設定",
123-
"const myCustomTemplate: TemplateRef<any> = myComponent.customTemplate;",
124-
"myComponent.dragIndicatorIconTemplate = myCustomTemplate;",
125-
"```",
126-
"```html",
127-
"<!-- Set in markup -->",
128-
" <igx-grid #grid>",
129-
" ...",
130-
" <ng-template igxDragIndicatorIcon>",
131-
" <igx-icon fontSet=\"material\">info</igx-icon>",
132-
" </ng-template>",
133-
" </igx-grid>",
134-
"```"
135-
],
136-
"shortText": "カスタム テンプレートがある場合は、行ドラッグのインジケーター アイコンを描画するために使用されます。"
137-
}
138-
},
139118
"autoGenerate": {
140119
"comment": {
141120
"tags": {
@@ -3145,6 +3124,18 @@
31453124
"comment": {}
31463125
}
31473126
},
3127+
"dragIndicatorIconTemplate": {
3128+
"getter": {
3129+
"comment": {
3130+
"shortText": "カスタム テンプレートがある場合、行ドラッグのインジケーター アイコンを描画するために使用されます。"
3131+
}
3132+
},
3133+
"setter": {
3134+
"comment": {
3135+
"shortText": "カスタム テンプレートがある場合、行ドラッグのインジケーター アイコンを描画するために使用されます。"
3136+
}
3137+
}
3138+
},
31483139
"headerGroupsList": {
31493140
"getter": {
31503141
"comment": {

typedoc/ja/lib/grids/IgxHierarchicalGridBaseComponent.json

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
{
22
"IgxHierarchicalGridBaseComponent": {
33
"properties": {
4-
"dragIndicatorIconTemplate": {
5-
"comment": {
6-
"text": [
7-
"```typescript",
8-
"// Typescript に設定",
9-
"const myCustomTemplate: TemplateRef<any> = myComponent.customTemplate;",
10-
"myComponent.dragIndicatorIconTemplate = myCustomTemplate;",
11-
"```",
12-
"```html",
13-
"<!-- Set in markup -->",
14-
" <igx-grid #grid>",
15-
" ...",
16-
" <ng-template igxDragIndicatorIcon>",
17-
" <igx-icon fontSet=\"material\">info</igx-icon>",
18-
" </ng-template>",
19-
" </igx-grid>",
20-
"```"
21-
],
22-
"shortText": "カスタム テンプレートがある場合は、行ドラッグのインジケーター アイコンを描画するために使用されます。"
23-
}
24-
},
254
"autoGenerate": {
265
"comment": {
276
"tags": {
@@ -2643,6 +2622,18 @@
26432622
"comment": {}
26442623
}
26452624
},
2625+
"dragIndicatorIconTemplate": {
2626+
"getter": {
2627+
"comment": {
2628+
"shortText": "カスタム テンプレートがある場合、行ドラッグのインジケーター アイコンを描画するために使用されます。"
2629+
}
2630+
},
2631+
"setter": {
2632+
"comment": {
2633+
"shortText": "カスタム テンプレートがある場合、行ドラッグのインジケーター アイコンを描画するために使用されます。"
2634+
}
2635+
}
2636+
},
26462637
"headerGroupsList": {
26472638
"getter": {
26482639
"comment": {

typedoc/ja/lib/grids/IgxHierarchicalGridComponent.json

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
{
22
"IgxHierarchicalGridComponent": {
33
"properties": {
4-
"dragIndicatorIconTemplate": {
5-
"comment": {
6-
"text": [
7-
"```typescript",
8-
"// Typescript に設定",
9-
"const myCustomTemplate: TemplateRef<any> = myComponent.customTemplate;",
10-
"myComponent.dragIndicatorIconTemplate = myCustomTemplate;",
11-
"```",
12-
"```html",
13-
"<!-- マークアップに設定 -->",
14-
" <igx-grid #grid>",
15-
" ...",
16-
" <ng-template igxDragIndicatorIcon>",
17-
" <igx-icon fontSet=\"material\">info</igx-icon>",
18-
" </ng-template>",
19-
" </igx-grid>",
20-
"```"
21-
],
22-
"shortText": "カスタム テンプレートがある場合は、行ドラッグのインジケーター アイコンを描画するために使用されます。"
23-
}
24-
},
254
"autoGenerate": {
265
"comment": {
276
"tags": {
@@ -2854,6 +2833,18 @@
28542833
"comment": {}
28552834
}
28562835
},
2836+
"dragIndicatorIconTemplate": {
2837+
"getter": {
2838+
"comment": {
2839+
"shortText": "カスタム テンプレートがある場合、行ドラッグのインジケーター アイコンを描画するために使用されます。"
2840+
}
2841+
},
2842+
"setter": {
2843+
"comment": {
2844+
"shortText": "カスタム テンプレートがある場合、行ドラッグのインジケーター アイコンを描画するために使用されます。"
2845+
}
2846+
}
2847+
},
28572848
"headerGroupsList": {
28582849
"getter": {
28592850
"comment": {

typedoc/ja/lib/grids/IgxRowIslandComponent.json

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,6 @@
4545
]
4646
}
4747
},
48-
"dragIndicatorIconTemplate": {
49-
"comment": {
50-
"text": [
51-
"```typescript",
52-
"// Typescript に設定",
53-
"const myCustomTemplate: TemplateRef<any> = myComponent.customTemplate;",
54-
"myComponent.dragIndicatorIconTemplate = myCustomTemplate;",
55-
"```",
56-
"```html",
57-
"<!-- Set in markup -->",
58-
" <igx-grid #grid>",
59-
" ...",
60-
" <ng-template igxDragIndicatorIcon>",
61-
" <igx-icon fontSet=\"material\">info</igx-icon>",
62-
" </ng-template>",
63-
" </igx-grid>",
64-
"```"
65-
],
66-
"shortText": "カスタム テンプレートがある場合は、行ドラッグのインジケーター アイコンを描画するために使用されます。"
67-
}
68-
},
6948
"autoGenerate": {
7049
"comment": {
7150
"tags": {
@@ -2734,6 +2713,18 @@
27342713
"comment": {}
27352714
}
27362715
},
2716+
"dragIndicatorIconTemplate": {
2717+
"getter": {
2718+
"comment": {
2719+
"shortText": "カスタム テンプレートがある場合、行ドラッグのインジケーター アイコンを描画するために使用されます。"
2720+
}
2721+
},
2722+
"setter": {
2723+
"comment": {
2724+
"shortText": "カスタム テンプレートがある場合、行ドラッグのインジケーター アイコンを描画するために使用されます。"
2725+
}
2726+
}
2727+
},
27372728
"headerGroupsList": {
27382729
"getter": {
27392730
"comment": {

typedoc/ja/lib/grids/IgxTreeGridComponent.json

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -173,27 +173,6 @@
173173
]
174174
}
175175
},
176-
"dragIndicatorIconTemplate": {
177-
"comment": {
178-
"text": [
179-
"```typescript",
180-
"// Typescript に設定",
181-
"const myCustomTemplate: TemplateRef<any> = myComponent.customTemplate;",
182-
"myComponent.dragIndicatorIconTemplate = myCustomTemplate;",
183-
"```",
184-
"```html",
185-
"<!-- マークアップに設定 -->",
186-
" <igx-grid #grid>",
187-
" ...",
188-
" <ng-template igxDragIndicatorIcon>",
189-
" <igx-icon fontSet=\"material\">info</igx-icon>",
190-
" </ng-template>",
191-
" </igx-grid>",
192-
"```"
193-
],
194-
"shortText": "カスタム テンプレートがある場合は、行ドラッグのインジケーター アイコンを描画するために使用されます。"
195-
}
196-
},
197176
"loadChildrenOnDemand": {
198177
"comment": {
199178
"tags": {
@@ -3222,6 +3201,18 @@
32223201
"comment": {}
32233202
}
32243203
},
3204+
"dragIndicatorIconTemplate": {
3205+
"getter": {
3206+
"comment": {
3207+
"shortText": "カスタム テンプレートがある場合、行ドラッグのインジケーター アイコンを描画するために使用されます。"
3208+
}
3209+
},
3210+
"setter": {
3211+
"comment": {
3212+
"shortText": "カスタム テンプレートがある場合、行ドラッグのインジケーター アイコンを描画するために使用されます。"
3213+
}
3214+
}
3215+
},
32253216
"headerGroupsList": {
32263217
"getter": {
32273218
"comment": {

0 commit comments

Comments
 (0)