From 0ac6fbe56eb010880aa39638f12152e4570afe96 Mon Sep 17 00:00:00 2001 From: valadzhov Date: Wed, 7 Aug 2019 09:40:41 +0300 Subject: [PATCH] Adding localized strings. --- sassdoc/ja/schemas/variable.json | 2 +- sassdoc/ja/themes/function.json | 2 +- typedoc/ja/lib/date-picker/IgxDatePickerComponent.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sassdoc/ja/schemas/variable.json b/sassdoc/ja/schemas/variable.json index 6d5f44aa..86741fef 100644 --- a/sassdoc/ja/schemas/variable.json +++ b/sassdoc/ja/schemas/variable.json @@ -1768,7 +1768,7 @@ }, "sortable-header-icon-hover-color": { "description": [ - "

The icon color on hover in grid header when the column is sortable.

", + "

列の並べ替えが可能な場合のグリッド ヘッダーのホバーのアイコンの色。

", "" ] }, diff --git a/sassdoc/ja/themes/function.json b/sassdoc/ja/themes/function.json index b896d1ca..a053c43d 100644 --- a/sassdoc/ja/themes/function.json +++ b/sassdoc/ja/themes/function.json @@ -1904,7 +1904,7 @@ }, "sortable-header-icon-hover-color": { "description": [ - "

The icon color on hover in grid header when the column is sortable.

", + "

列の並べ替えが可能な場合のグリッド ヘッダーのホバーのアイコンの色。

", "" ] }, diff --git a/typedoc/ja/lib/date-picker/IgxDatePickerComponent.json b/typedoc/ja/lib/date-picker/IgxDatePickerComponent.json index 53cd014b..8ac43685 100644 --- a/typedoc/ja/lib/date-picker/IgxDatePickerComponent.json +++ b/typedoc/ja/lib/date-picker/IgxDatePickerComponent.json @@ -205,7 +205,7 @@ "valueChange": { "comment": { "shortText": [ - "An @Output property that is fired when date picker value is changed.", + "日付ピッカーの値が変更されたときに発生する @Output プロパティ。", "```typescript", "public valueChanged(event){", " alert(\"Date picker value is changed\");",