Skip to content

Commit 22969dd

Browse files
committed
Additional change in Dialog Component file.
1 parent 8ed1fdd commit 22969dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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>",

0 commit comments

Comments
 (0)