Skip to content

Commit

Permalink
Adding localized strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
valadzhov committed Jul 18, 2019
1 parent ce7c24f commit 3b7d3a7
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 51 deletions.
6 changes: 3 additions & 3 deletions sassdoc/ja/schemas/variable.json
Original file line number Diff line number Diff line change
Expand Up @@ -1762,13 +1762,13 @@
},
"$sorted-header-icon-color": {
"description": [
"<p>The sorted table header icon color.</p>",
"<p>並べ替えされたテーブル ヘッダー アイコンの色。</p>",
""
]
},
"$sorted-header-icon-hover-color": {
"description": [
"<p>The sorted table header icon hover color.</p>",
"<p>並べ替えされたテーブル ヘッダー アイコン ホバーの色。</p>",
""
]
},
Expand Down Expand Up @@ -2110,7 +2110,7 @@
},
"drop-area-border-radius": {
"description": [
"<p>The border radius fraction, between 0-1 to be used for drop area.</p>",
"<p>ドロップ領域に使用される 0 から 1 までの境界半径の割合。</p>",
""
]
}
Expand Down
4 changes: 2 additions & 2 deletions sassdoc/ja/themes/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,7 @@
},
"sorted-header-icon-color": {
"description": [
"<p>The sort icon color when sorted.</p>",
"<p>並べ替え時の並べ替えアイコンの色。</p>",
""
]
},
Expand Down Expand Up @@ -2222,7 +2222,7 @@
},
"drop-area-border-radius": {
"description": [
"<p>The border radius used for column drop area.</p>",
"<p>列ドロップ領域に使用される境界半径。</p>",
""
]
}
Expand Down
10 changes: 5 additions & 5 deletions typedoc/ja/lib/data-operations/IgxBooleanFilteringOperand.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,33 @@
"methods": {
"conditionList": {
"comment": {
"shortText": "Returns an array of names of the conditions which are visible in the UI"
"shortText": "UI に表示される条件の名前の配列を返します。"
}
},
"condition": {
"comment": {
"parameters": {
"name": {
"comment": {
"text": "The name of the condition."
"text": "条件の名前。"
}
}
},
"tags": {},
"shortText": "Returns an instance of the condition with the specified name."
"shortText": "指定された名前の条件のインスタンスを返します。"
}
},
"append": {
"comment": {
"parameters": {
"operation": {
"comment": {
"text": "The filtering operation."
"text": "フィルタリング操作。"
}
}
},
"tags": {},
"shortText": "Adds a new condition to the filtering operations."
"shortText": "フィルタリング操作に新しい条件を追加します。"
}
}
},
Expand Down
10 changes: 5 additions & 5 deletions typedoc/ja/lib/data-operations/IgxDateFilteringOperand.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,33 @@
},
"conditionList": {
"comment": {
"shortText": "Returns an array of names of the conditions which are visible in the UI"
"shortText": "UI に表示される条件の名前の配列を返します。"
}
},
"condition": {
"comment": {
"parameters": {
"name": {
"comment": {
"text": "The name of the condition."
"text": "条件の名前。"
}
}
},
"tags": {},
"shortText": "Returns an instance of the condition with the specified name."
"shortText": "指定された名前の条件のインスタンスを返します。"
}
},
"append": {
"comment": {
"parameters": {
"operation": {
"comment": {
"text": "The filtering operation."
"text": "フィルタリング操作。"
}
}
},
"tags": {},
"shortText": "Adds a new condition to the filtering operations."
"shortText": "フィルタリング操作に新しい条件を追加します。"
}
}
},
Expand Down
10 changes: 5 additions & 5 deletions typedoc/ja/lib/data-operations/IgxFilteringOperand.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,33 @@
"methods": {
"conditionList": {
"comment": {
"shortText": "Returns an array of names of the conditions which are visible in the UI"
"shortText": "UI に表示される条件の名前の配列を返します。"
}
},
"condition": {
"comment": {
"parameters": {
"name": {
"comment": {
"text": "The name of the condition."
"text": "条件の名前。"
}
}
},
"tags": {},
"shortText": "Returns an instance of the condition with the specified name."
"shortText": "指定された名前の条件のインスタンスを返します。"
}
},
"append": {
"comment": {
"parameters": {
"operation": {
"comment": {
"text": "The filtering operation."
"text": "フィルタリング操作。"
}
}
},
"tags": {},
"shortText": "Adds a new condition to the filtering operations."
"shortText": "フィルタリング操作に新しい条件を追加します。"
}
}
},
Expand Down
10 changes: 5 additions & 5 deletions typedoc/ja/lib/data-operations/IgxNumberFilteringOperand.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,33 @@
"methods": {
"conditionList": {
"comment": {
"shortText": "Returns an array of names of the conditions which are visible in the UI"
"shortText": "UI に表示される条件の名前の配列を返します。"
}
},
"condition": {
"comment": {
"parameters": {
"name": {
"comment": {
"text": "The name of the condition."
"text": "条件の名前。"
}
}
},
"tags": {},
"shortText": "Returns an instance of the condition with the specified name."
"shortText": "指定された名前の条件のインスタンスを返します。"
}
},
"append": {
"comment": {
"parameters": {
"operation": {
"comment": {
"text": "The filtering operation."
"text": "フィルタリング操作。"
}
}
},
"tags": {},
"shortText": "Adds a new condition to the filtering operations."
"shortText": "フィルタリング操作に新しい条件を追加します。"
}
}
},
Expand Down
10 changes: 5 additions & 5 deletions typedoc/ja/lib/data-operations/IgxStringFilteringOperand.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,33 @@
},
"conditionList": {
"comment": {
"shortText": "Returns an array of names of the conditions which are visible in the UI"
"shortText": "UI に表示される条件の名前の配列を返します。"
}
},
"condition": {
"comment": {
"parameters": {
"name": {
"comment": {
"text": "The name of the condition."
"text": "条件の名前。"
}
}
},
"tags": {},
"shortText": "Returns an instance of the condition with the specified name."
"shortText": "指定された名前の条件のインスタンスを返します。"
}
},
"append": {
"comment": {
"parameters": {
"operation": {
"comment": {
"text": "The filtering operation."
"text": "フィルタリング操作。"
}
}
},
"tags": {},
"shortText": "Adds a new condition to the filtering operations."
"shortText": "フィルタリング操作に新しい条件を追加します。"
}
}
},
Expand Down
10 changes: 5 additions & 5 deletions typedoc/ja/lib/grids/IgxColumnComponent.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,13 +616,13 @@
"memberof": {
"comment": {
"text": "IgxColumnComponent",
"tagName": "memberof"
"tagName": "次のメンバー:"
}
}
},
"shortText": [
"Gets whether the column is editable.",
"Default value is `false`.",
"列の編集が可能かどうかを取得します。",
"デフォルト値は `false` です。",
"```typescript",
"let isEditable = this.column.editable;",
"```"
Expand All @@ -635,12 +635,12 @@
"memberof": {
"comment": {
"text": "IgxColumnComponent",
"tagName": "memberof"
"tagName": "次のメンバー:"
}
}
},
"shortText": [
"Sets whether the column is editable.",
"列の編集が可能かどうかを設定します。",
"```typescript",
"this.column.editable = true;",
"```",
Expand Down
10 changes: 5 additions & 5 deletions typedoc/ja/lib/grids/IgxColumnGroupComponent.json
Original file line number Diff line number Diff line change
Expand Up @@ -812,13 +812,13 @@
"memberof": {
"comment": {
"text": "IgxColumnComponent",
"tagName": "memberof"
"tagName": "次のメンバー:"
}
}
},
"shortText": [
"Gets whether the column is editable.",
"Default value is `false`.",
"列の編集が可能かどうかを取得します。",
"デフォルト値は `false` です。",
"```typescript",
"let isEditable = this.column.editable;",
"```"
Expand All @@ -831,12 +831,12 @@
"memberof": {
"comment": {
"text": "IgxColumnComponent",
"tagName": "memberof"
"tagName": "次のメンバー:"
}
}
},
"shortText": [
"Sets whether the column is editable.",
"列の編集が可能かどうかを設定します。",
"```typescript",
"this.column.editable = true;",
"```",
Expand Down
10 changes: 5 additions & 5 deletions typedoc/ja/lib/grids/IgxColumnLayoutComponent.json
Original file line number Diff line number Diff line change
Expand Up @@ -798,13 +798,13 @@
"memberof": {
"comment": {
"text": "IgxColumnComponent",
"tagName": "memberof"
"tagName": "次のメンバー:"
}
}
},
"shortText": [
"Gets whether the column is editable.",
"Default value is `false`.",
"列の編集が可能かどうかを取得します。",
"デフォルト値は `false` です。",
"```typescript",
"let isEditable = this.column.editable;",
"```"
Expand All @@ -817,12 +817,12 @@
"memberof": {
"comment": {
"text": "IgxColumnComponent",
"tagName": "memberof"
"tagName": "次のメンバー:"
}
}
},
"shortText": [
"Sets whether the column is editable.",
"列の編集が可能かどうかを設定します。",
"```typescript",
"this.column.editable = true;",
"```",
Expand Down
12 changes: 6 additions & 6 deletions typedoc/ja/lib/grids/IgxGridComponent.json
Original file line number Diff line number Diff line change
Expand Up @@ -2212,13 +2212,13 @@
"memberof": {
"comment": {
"text": "IgxGridComponent",
"tagName": "memberof"
"tagName": "次のメンバー:"
}
}
},
"shortText": [
"Sets the total number of records in the data source.",
"This property is required for remote grid virtualization to function when it is bound to remote data.",
"データ ソース内のレコードの総数を設定します。",
"このプロパティは、リモート グリッド仮想化がリモート データにバインドされているときに機能するために必要です。",
"```typescript",
"this.grid1.totalItemCount = 55;",
"```"
Expand All @@ -2231,13 +2231,13 @@
"memberof": {
"comment": {
"text": "IgxGridComponent",
"tagName": "memberof"
"tagName": "次のメンバー:"
}
}
},
"shortText": [
"Returns the total number of records in the data source.",
"Works only with remote grid virtualization.",
"データ ソース内のレコードの総数を返します。",
"リモートのグリッド仮想化のみに操作します。",
"```typescript",
"const itemCount = this.grid1.totalItemCount;",
"```"
Expand Down

0 comments on commit 3b7d3a7

Please sign in to comment.