|
452 | 452 | }, |
453 | 453 | "if-ltr": { |
454 | 454 | "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>", |
457 | 456 | "" |
458 | 457 | ], |
459 | 458 | "parameters": { |
460 | 459 | "if": { |
461 | 460 | "description": [ |
462 | | - "<p>The value to be returned when $direction is set to ltr;</p>", |
| 461 | + "<p>$direction が ltr; に設定されているときに返される値。</p>", |
463 | 462 | "" |
464 | 463 | ] |
465 | 464 | }, |
466 | 465 | "else": { |
467 | 466 | "description": [ |
468 | | - "<p>The value to be returned when $direction is set to rtl;</p>", |
| 467 | + "<p>$direction が rtl; に設定されているときに返される値。</p>", |
469 | 468 | "" |
470 | 469 | ] |
471 | 470 | } |
472 | 471 | }, |
473 | 472 | "example": [ |
474 | 473 | { |
475 | 474 | "description": [ |
476 | | - "<p>Set variable values based on $direction</p>", |
| 475 | + "<p>$direction に基づいて変数値を設定します。</p>", |
477 | 476 | "" |
478 | 477 | ], |
479 | 478 | "code": [ |
|
485 | 484 | }, |
486 | 485 | "if-rtl": { |
487 | 486 | "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>", |
490 | 488 | "" |
491 | 489 | ], |
492 | 490 | "parameters": { |
493 | 491 | "if": { |
494 | 492 | "description": [ |
495 | | - "<p>The value to be returned when $direction is set to rtl;</p>", |
| 493 | + "<p>$direction が rtl; に設定されているときに返される値。</p>", |
496 | 494 | "" |
497 | 495 | ] |
498 | 496 | }, |
499 | 497 | "else": { |
500 | 498 | "description": [ |
501 | | - "<p>The value to be returned when $direction is set to ltr;</p>", |
| 499 | + "<p>$direction が ltr; に設定されているときに返される値。</p>", |
502 | 500 | "" |
503 | 501 | ] |
504 | 502 | } |
505 | 503 | }, |
506 | 504 | "example": [ |
507 | 505 | { |
508 | 506 | "description": [ |
509 | | - "<p>Set variable values based on $direction</p>", |
| 507 | + "<p>$direction に基づいて変数値を設定します。</p>", |
510 | 508 | "" |
511 | 509 | ], |
512 | 510 | "code": [ |
|
0 commit comments