Skip to content

Commit

Permalink
Adding localized strings for latest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
randriova committed Oct 29, 2019
1 parent ff63a71 commit 7585e91
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 26 deletions.
41 changes: 28 additions & 13 deletions typedoc/ja/lib/directives/IgxForOfDirective.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,16 +205,6 @@
]
}
},
"getVerticalScroll": {
"comment": {
"shortText": [
"垂直スクロールバーの DOM 要素への参照を返します。",
"```typescript",
"this.parentVirtDir.getVerticalScroll();",
"```"
]
}
},
"getItemCountInView": {
"comment": {
"shortText": [
Expand All @@ -225,12 +215,13 @@
]
}
},
"getHorizontalScroll": {
"getScroll": {
"comment": {
"shortText": [
"水平スクロールバーの DOM 要素への参照を返します。",
"スクロールバーの DOM 要素への参照を返します。",
"指定した igxForScrollOrientation に基づいて、垂直または水平のスクロールバーになります。",
"```typescript",
"this.parentVirtDir.getHorizontalScroll();",
"dir.getScroll();",
"```"
]
}
Expand All @@ -257,6 +248,30 @@
}
},
"accessors": {
"scrollPosition": {
"getter": {
"comment": {
"shortText": [
"スクロール位置を取得または設定します。",
"```typescript",
"const position = directive.scrollPosition;",
"directive.scrollPosition = value;",
"```"
]
}
},
"setter": {
"comment": {
"shortText": [
"スクロール位置を取得または設定します。",
"```typescript",
"const position = directive.scrollPosition;",
"directive.scrollPosition = value;",
"```"
]
}
}
},
"igxForTrackBy": {
"getter": {
"comment": {
Expand Down
41 changes: 28 additions & 13 deletions typedoc/ja/lib/directives/IgxGridForOfDirective.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,16 +205,6 @@
]
}
},
"getVerticalScroll": {
"comment": {
"shortText": [
"垂直スクロールバーの DOM 要素への参照を返します。",
"```typescript",
"this.parentVirtDir.getVerticalScroll();",
"```"
]
}
},
"getItemCountInView": {
"comment": {
"shortText": [
Expand All @@ -225,12 +215,13 @@
]
}
},
"getHorizontalScroll": {
"getScroll": {
"comment": {
"shortText": [
"水平スクロールバーの DOM 要素への参照を返します。",
"スクロールバーの DOM 要素への参照を返します。",
"指定した igxForScrollOrientation に基づいて、垂直または水平のスクロールバーになります。",
"```typescript",
"this.parentVirtDir.getHorizontalScroll();",
"dir.getScroll();",
"```"
]
}
Expand All @@ -257,6 +248,30 @@
}
},
"accessors": {
"scrollPosition": {
"getter": {
"comment": {
"shortText": [
"スクロール位置を取得または設定します。",
"```typescript",
"const position = directive.scrollPosition;",
"directive.scrollPosition = value;",
"```"
]
}
},
"setter": {
"comment": {
"shortText": [
"スクロール位置を取得または設定します。",
"```typescript",
"const position = directive.scrollPosition;",
"directive.scrollPosition = value;",
"```"
]
}
}
},
"igxForTrackBy": {
"getter": {
"comment": {
Expand Down

0 comments on commit 7585e91

Please sign in to comment.