Skip to content

Commit d4d17ab

Browse files
committed
Adding localized strings after local review.
1 parent fc84f57 commit d4d17ab

16 files changed

+29
-29
lines changed

typedoc/ja/lib/core/IgxGridSelectionService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"allData": {
103103
"getter": {
104104
"comment": {
105-
"shortText": "Returns all data in the grid, with applied filtering and sorting and without deleted rows."
105+
"shortText": "グリッド内のすべてのデータを返します。フィルタリングと並べ替えを適用し、行を削除しません。"
106106
}
107107
}
108108
}

typedoc/ja/lib/date-picker/IgxDatePickerComponent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@
569569
"getter": {
570570
"comment": {
571571
"shortText": [
572-
"Returns the formatted date when `IgxDatePickerComponent` is in dialog mode.",
572+
"`IgxDatePickerComponent` はダイアログ モードで、書式設定された日付を返します。",
573573
"```typescript",
574574
"@ViewChild(\"MyDatePicker\")",
575575
"public datePicker: IgxDatePickerComponent;",

typedoc/ja/lib/dialog/IgxDialogComponent.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
"comment": {
7171
"shortText": [
7272
"左ボタンの `type` を設定する @Input プロパティ。type の有効な値は `flat`、`raised`、および `fab` です。",
73-
"The `flat` type button is a rectangle and doesn't have a shadow. <br>",
74-
"The `raised` type button is also a rectangle but has a shadow. <br>",
75-
"The `fab` type button is a circle with a shadow. <br>",
73+
"`flat` タイプのボタンは長方形でシャドウなし。<br>",
74+
"`raised` タイプボタンは長方形でシャドウあり。<br>",
75+
"`fab` タイプ ボタンは円形でシャドウあり。<br>",
7676
"デフォルト値は `flat` です。",
7777
"```html",
7878
"<igx-dialog leftButtonType=\"raised\" leftButtonLabel=\"OKAY\" #alert (onLeftButtonSelect)=\"alert.close()\"></igx-dialog>",

typedoc/ja/lib/directives/IDragStartEventArgs.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@
2121
},
2222
"startX": {
2323
"comment": {
24-
"shortText": "The initial position of the pointer on X axis when the dragged element began moving"
24+
"shortText": "ドラッグされた要素が移動し始めたときの X 軸上のポインターの初期位置。"
2525
}
2626
},
2727
"startY": {
2828
"comment": {
29-
"shortText": "The initial position of the pointer on Y axis when the dragged element began moving"
29+
"shortText": "ドラッグされた要素が移動し始めたときの Y 軸上のポインターの初期位置。"
3030
}
3131
},
3232
"pageX": {
3333
"comment": {
3434
"shortText": [
35-
"The current position of the pointer on X axis when the event was triggered.",
36-
"Note: The browser might trigger the event with some delay and pointer would be already inside the igxDrop."
35+
"イベントがトリガーされたときの X 軸上のポインターの現在位置。",
36+
"注: ブラウザーはある程度の遅延を伴ってイベントを発生させるため、ポインターはすでに igxDrop の内側にあります。"
3737
]
3838
}
3939
},
4040
"pageY": {
4141
"comment": {
4242
"shortText": [
43-
"The current position of the pointer on Y axis when the event was triggered.",
44-
"Note: The browser might trigger the event with some delay and pointer would be already inside the igxDrop."
43+
"イベントがトリガーされたときの Y 軸上のポインターの現在位置。",
44+
"注: ブラウザーはある程度の遅延を伴ってイベントを発生させるため、ポインターはすでに igxDrop の内側にあります。"
4545
]
4646
}
4747
}

typedoc/ja/lib/directives/IgxMaskDirective.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"onValueChange": {
9696
"comment": {
9797
"shortText": [
98-
"Emits an event each time the value changes.",
99-
"Provides `rawValue: string` and `formattedValue: string` as event arguments.",
98+
"値が変更されたときにイベントを発生します。",
99+
"イベント引数として `rawValue: string` および `formattedValue: string` を提供します。",
100100
"```html",
101101
"<input (onValueChange) = \"onValueChange(rawValue: string, formattedValue: string)\">",
102102
"```"

typedoc/ja/lib/directives/IgxTooltipDirective.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"```"
4545
],
4646
"shortText": [
47-
"Identifier for the tooltip.",
47+
"ツールチップの識別子。",
4848
"このプロパティが明示的に設定されていない場合、自動的に生成されます。"
4949
]
5050
}
@@ -156,7 +156,7 @@
156156
"reposition": {
157157
"comment": {
158158
"shortText": [
159-
"Repositions the toggle.",
159+
"トグルを移動します。",
160160
"```typescript",
161161
"this.myToggle.reposition();",
162162
"```"
@@ -173,7 +173,7 @@
173173
"let tooltipRole = this.tooltip.role;",
174174
"```"
175175
],
176-
"shortText": "Get the role attribute of the tooltip."
176+
"shortText": "ツールチップの role 属性を取得します。"
177177
}
178178
}
179179
}

typedoc/ja/lib/grids/IgxColumnGroupComponent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@
659659
}
660660
},
661661
"shortText": [
662-
"Sets the column group `summaries`.",
662+
"列グループの `summaries` を設定します。",
663663
"```typescript",
664664
"this.columnGroup.summaries = IgxNumberSummaryOperand;",
665665
"```"

typedoc/ja/lib/grids/IgxGridBaseComponent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@
22512251
}
22522252
}
22532253
},
2254-
"shortText": "Returns if the row selectors are hidden"
2254+
"shortText": "行セレクターが非表示されているかどうか返します。"
22552255
}
22562256
},
22572257
"setter": {

typedoc/ja/lib/grids/IgxGridToolbarComponent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"setter": {
195195
"comment": {
196196
"shortText": [
197-
"Sets the default text shown in the filtering box.",
197+
"フィルター ボックスに表示されるデフォルト テキストを設定します。",
198198
"```typescript",
199199
"this.grid.toolbar.filterColumnsPrompt('Filter columns ...');",
200200
"```"

typedoc/ja/lib/grids/IgxHierarchicalGridComponent.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@
18081808
}
18091809
},
18101810
"shortText": [
1811-
"Selects all rows",
1811+
"すべての行を選択します。",
18121812
"注: デフォルトで、フィルタリング機能が有効にされる場合、selectAllRows() および deselectAllRows() はフィルターされた行のみを選択/選択解除します。",
18131813
"パラメーター onlyFilterData を false に設定する場合、削除された行を除くグリッド内のすべての行が選択されます。",
18141814
"```typescript",
@@ -1829,7 +1829,7 @@
18291829
}
18301830
},
18311831
"shortText": [
1832-
"Deselects all rows",
1832+
"すべての行を選択解除します。",
18331833
"注: デフォルトで、フィルタリング機能が有効にされる場合、selectAllRows() および deselectAllRows() はフィルターされた行のみを選択/選択解除します。",
18341834
"パラメーター onlyFilterData を false に設定する場合、削除された行を除くグリッド内のすべての行が選択されます。",
18351835
"```typescript",
@@ -2849,7 +2849,7 @@
28492849
}
28502850
},
28512851
"shortText": [
2852-
"Returns if the built-in column pinning UI should be shown in the toolbar.",
2852+
"定義済みの列固定 UI をツールバーに表示するかどうかを返します。",
28532853
"```typescript",
28542854
" let colPinning = this.grid.columnPinning;",
28552855
"```"
@@ -3895,7 +3895,7 @@
38953895
}
38963896
},
38973897
"shortText": [
3898-
"Returns an array of unpinned `IgxColumnComponent`s.",
3898+
"ピンが解除されている IgxColumnComponent` の配列を返します。",
38993899
"```typescript",
39003900
"const unpinnedColumns = this.grid.unpinnedColumns.",
39013901
"```"

0 commit comments

Comments
 (0)