Skip to content

Commit 8b4b7c5

Browse files
committed
Adding localized strings for latest EN changes.
1 parent 4fd83a6 commit 8b4b7c5

File tree

7 files changed

+26
-33
lines changed

7 files changed

+26
-33
lines changed

sassdoc/ja/schemas/variable.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2652,13 +2652,13 @@
26522652
},
26532653
"remove-icon-color": {
26542654
"description": [
2655-
"<p>The remove icon color for the chip.</p>",
2655+
"<p>チップの削除アイコンの色。</p>",
26562656
""
26572657
]
26582658
},
26592659
"remove-icon-color-focus": {
26602660
"description": [
2661-
"<p>The remove icon color on focus for the chip.</p>",
2661+
"<p>チップのフォーカス削除アイコンの色。</p>",
26622662
""
26632663
]
26642664
}

sassdoc/ja/themes/function.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@
11221122
},
11231123
"button-shadow": {
11241124
"description": [
1125-
"<p>Shadow underneath the previous/next buttons.</p>",
1125+
"<p>前へ/次へボタンの下の影。</p>",
11261126
""
11271127
]
11281128
},
@@ -1336,13 +1336,13 @@
13361336
},
13371337
"remove-icon-color": {
13381338
"description": [
1339-
"<p>The remove icon color for the chip.</p>",
1339+
"<p>チップの削除アイコンの色。</p>",
13401340
""
13411341
]
13421342
},
13431343
"remove-icon-color-focus": {
13441344
"description": [
1345-
"<p>The remove icon color on focus for the chip.</p>",
1345+
"<p>チップのフォーカス削除アイコンの色。</p>",
13461346
""
13471347
]
13481348
}

sassdoc/ja/utilities/function.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -452,28 +452,27 @@
452452
},
453453
"if-ltr": {
454454
"description": [
455-
"<p>Returns $if param when global variable $directory",
456-
"is set to ltr otherwise returns $else.</p>",
455+
"グローバル変数 $directory が ltr に設定されている場合は $if param を返し、そうでない場合は $else を返します。</p>",
457456
""
458457
],
459458
"parameters": {
460459
"if": {
461460
"description": [
462-
"<p>The value to be returned when $direction is set to ltr;</p>",
461+
"<p>$direction ltr; に設定されているときに返される値。</p>",
463462
""
464463
]
465464
},
466465
"else": {
467466
"description": [
468-
"<p>The value to be returned when $direction is set to rtl;</p>",
467+
"<p>$direction rtl; に設定されているときに返される値。</p>",
469468
""
470469
]
471470
}
472471
},
473472
"example": [
474473
{
475474
"description": [
476-
"<p>Set variable values based on $direction</p>",
475+
"<p>$direction に基づいて変数値を設定します。</p>",
477476
""
478477
],
479478
"code": [
@@ -485,28 +484,27 @@
485484
},
486485
"if-rtl": {
487486
"description": [
488-
"<p>Returns $if param when global variable $directory",
489-
"is set to rtl otherwise returns $else.</p>",
487+
"<p>グローバル変数 $directory が rtl に設定されている場合は $if param を返し、そうでない場合は $else を返します。</p>",
490488
""
491489
],
492490
"parameters": {
493491
"if": {
494492
"description": [
495-
"<p>The value to be returned when $direction is set to rtl;</p>",
493+
"<p>$direction rtl; に設定されているときに返される値。</p>",
496494
""
497495
]
498496
},
499497
"else": {
500498
"description": [
501-
"<p>The value to be returned when $direction is set to ltr;</p>",
499+
"<p>$direction ltr; に設定されているときに返される値。</p>",
502500
""
503501
]
504502
}
505503
},
506504
"example": [
507505
{
508506
"description": [
509-
"<p>Set variable values based on $direction</p>",
507+
"<p>$direction に基づいて変数値を設定します。</p>",
510508
""
511509
],
512510
"code": [

sassdoc/ja/utilities/mixin.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -331,14 +331,13 @@
331331
},
332332
"if-ltr": {
333333
"description": [
334-
"<p>Compiles the passed content to CSS only if",
335-
"the global $direction variable is set to &#39;ltr&#39;.</p>",
334+
"<p>グローバルな $direction 変数が &#39;ltr&#39; に設定されている場合にのみ、渡されたコンテンツを CSS にコンパイルします。</p>",
336335
""
337336
],
338337
"example": [
339338
{
340339
"description": [
341-
"<p>Include content only if $direction is set to ltr (default)</p>",
340+
"<p>$direction ltr (デフォルト) に設定されている場合にのみコンテンツを含めます。</p>",
342341
""
343342
],
344343
"code": [
@@ -351,14 +350,13 @@
351350
},
352351
"if-rtl": {
353352
"description": [
354-
"<p>Compiles the passed content to CSS only if",
355-
"the global $direction variable is set to &#39;rtl&#39;.</p>",
353+
"<p>グローバルな $direction 変数が &#39;rtl&#39; に設定されている場合にのみ、渡されたコンテンツを CSS にコンパイルします。</p>",
356354
""
357355
],
358356
"example": [
359357
{
360358
"description": [
361-
"<p>Include content only if $direction is set to rtl</p>",
359+
"<p>$direction rtl に設定されている場合にのみコンテンツを含めます。</p>",
362360
""
363361
],
364362
"code": [

typedoc/ja/lib/grids/IgxColumnComponent.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,9 @@
301301
}
302302
},
303303
"shortText": [
304-
"Sets conditional style properties on the column cells.",
305-
"Similar to `ngStyle` it accepts an object literal where the keys are",
306-
"the style properties and the value is the expression to be evaluated.",
307-
"As with `cellClasses` it accepts a callback function.",
304+
"列セルに条件付きスタイル プロパティを設定します。",
305+
"`ngStyle` と同様、キーがスタイル プロパティであり、値が評価用の式であるオブジェクト リテラルを受け入れます。",
306+
"`cellClasses` と同様、コールバック関数を受け入れます。",
308307
"```typescript",
309308
"styles = {",
310309
" background: 'royalblue',",

typedoc/ja/lib/grids/IgxColumnGroupComponent.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,9 @@
312312
}
313313
},
314314
"shortText": [
315-
"Sets conditional style properties on the column cells.",
316-
"Similar to `ngStyle` it accepts an object literal where the keys are",
317-
"the style properties and the value is the expression to be evaluated.",
318-
"As with `cellClasses` it accepts a callback function.",
315+
"列セルに条件付きスタイル プロパティを設定します。",
316+
"`ngStyle` と同様、キーがスタイル プロパティであり、値が評価用の式であるオブジェクト リテラルを受け入れます。",
317+
"`cellClasses` と同様、コールバック関数を受け入れます。",
319318
"```typescript",
320319
"styles = {",
321320
" background: 'royalblue',",

typedoc/ja/lib/grids/IgxColumnLayoutComponent.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,9 @@
309309
}
310310
},
311311
"shortText": [
312-
"Sets conditional style properties on the column cells.",
313-
"Similar to `ngStyle` it accepts an object literal where the keys are",
314-
"the style properties and the value is the expression to be evaluated.",
315-
"As with `cellClasses` it accepts a callback function.",
312+
"列セルに条件付きスタイル プロパティを設定します。",
313+
"`ngStyle` と同様、キーがスタイル プロパティであり、値が評価用の式であるオブジェクト リテラルを受け入れます。",
314+
"`cellClasses` と同様、コールバック関数を受け入れます。",
316315
"```typescript",
317316
"styles = {",
318317
" background: 'royalblue',",

0 commit comments

Comments
 (0)