1
1
msgid ""
2
2
msgstr ""
3
3
"Project-Id-Version : The Veryl Hardware Description Language\n "
4
- "POT-Creation-Date : 2025-05-03T16:57:31 +09:00\n "
4
+ "POT-Creation-Date : 2025-05-04T20:08:03 +09:00\n "
5
5
"PO-Revision-Date : 2023-12-28 23:02+0900\n "
6
6
"Last-Translator : Naoya Hatta <dalance@gmail.com>\n "
7
7
"Language-Team : Japanese\n "
@@ -3414,10 +3414,18 @@ msgstr ""
3414
3414
"```"
3415
3415
3416
3416
#: src/05_language_reference/06_declaration/08_attribute.md:82
3417
+ msgid ""
3418
+ "To avoid complex adjustment around trailing comma in generated code, the "
3419
+ "last item with `ifdef` in comma-separated list is forbidden."
3420
+ msgstr ""
3421
+ "生成されたコードにおける末尾カンマ周りの複雑な調整を回避するため、"
3422
+ "カンマ区切りリストの最後のアイテムに`ifdef`をつけることは禁止されています。"
3423
+
3424
+ #: src/05_language_reference/06_declaration/08_attribute.md:84
3417
3425
msgid "`expand` Attribute"
3418
3426
msgstr "`expand` アトリビュート"
3419
3427
3420
- #: src/05_language_reference/06_declaration/08_attribute.md:84
3428
+ #: src/05_language_reference/06_declaration/08_attribute.md:86
3421
3429
msgid ""
3422
3430
"If `expand` attribute is set, structured ports such as `modport` are "
3423
3431
"expanded into each Verilog ports. Synthesis tools may require that ports of "
@@ -3429,15 +3437,15 @@ msgstr ""
3429
3437
"がそのようなポートを含んではならない場合があり、そのような場合にこのアトリ"
3430
3438
"ビュートを使うことができます。使用可能な引数は以下の通りです。"
3431
3439
3432
- #: src/05_language_reference/06_declaration/08_attribute.md:88
3440
+ #: src/05_language_reference/06_declaration/08_attribute.md:90
3433
3441
msgid "`modport`: Expand ports of which direction is `modport`"
3434
3442
msgstr "`modport`: ポート方向が `modport` のポートを展開する"
3435
3443
3436
- #: src/05_language_reference/06_declaration/08_attribute.md:130
3444
+ #: src/05_language_reference/06_declaration/08_attribute.md:132
3437
3445
msgid "`align` Attribute"
3438
3446
msgstr "`align` アトリビュート"
3439
3447
3440
- #: src/05_language_reference/06_declaration/08_attribute.md:132
3448
+ #: src/05_language_reference/06_declaration/08_attribute.md:134
3441
3449
msgid ""
3442
3450
"`align` attribute is used to control vertical alignment by formatter. If "
3443
3451
"`number` is specified as an argument of `align` attribute, all numbers are "
@@ -3447,19 +3455,19 @@ msgstr ""
3447
3455
"す。`number` が `align` の引数として指定されたとき、全ての数値は整列されま"
3448
3456
"す。`identifier` も使用可能です。"
3449
3457
3450
- #: src/05_language_reference/06_declaration/08_attribute.md:157
3458
+ #: src/05_language_reference/06_declaration/08_attribute.md:159
3451
3459
msgid "`fmt` Attribute"
3452
3460
msgstr "`fmt` アトリビュート"
3453
3461
3454
- #: src/05_language_reference/06_declaration/08_attribute.md:159
3462
+ #: src/05_language_reference/06_declaration/08_attribute.md:161
3455
3463
msgid ""
3456
3464
"`fmt` attribute is used to control formatiing way. The following arguments "
3457
3465
"are supported:"
3458
3466
msgstr ""
3459
3467
"`fmt` アトリビュートはフォーマットの方法を制御することができます。以下の引数"
3460
3468
"がサポートされています。"
3461
3469
3462
- #: src/05_language_reference/06_declaration/08_attribute.md:162
3470
+ #: src/05_language_reference/06_declaration/08_attribute.md:164
3463
3471
msgid "`compact`: compact formatting without newlines"
3464
3472
msgstr "`compact`: 改行なしのコンパクトなフォーマット"
3465
3473
0 commit comments