Skip to content

Commit 9f90796

Browse files
committed
Update ja.po
1 parent 412d717 commit 9f90796

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

book/po/ja.po

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"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"
55
"PO-Revision-Date: 2023-12-28 23:02+0900\n"
66
"Last-Translator: Naoya Hatta <dalance@gmail.com>\n"
77
"Language-Team: Japanese\n"
@@ -3414,10 +3414,18 @@ msgstr ""
34143414
"```"
34153415

34163416
#: 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
34173425
msgid "`expand` Attribute"
34183426
msgstr "`expand` アトリビュート"
34193427

3420-
#: src/05_language_reference/06_declaration/08_attribute.md:84
3428+
#: src/05_language_reference/06_declaration/08_attribute.md:86
34213429
msgid ""
34223430
"If `expand` attribute is set, structured ports such as `modport` are "
34233431
"expanded into each Verilog ports. Synthesis tools may require that ports of "
@@ -3429,15 +3437,15 @@ msgstr ""
34293437
"がそのようなポートを含んではならない場合があり、そのような場合にこのアトリ"
34303438
"ビュートを使うことができます。使用可能な引数は以下の通りです。"
34313439

3432-
#: src/05_language_reference/06_declaration/08_attribute.md:88
3440+
#: src/05_language_reference/06_declaration/08_attribute.md:90
34333441
msgid "`modport`: Expand ports of which direction is `modport`"
34343442
msgstr "`modport`: ポート方向が `modport` のポートを展開する"
34353443

3436-
#: src/05_language_reference/06_declaration/08_attribute.md:130
3444+
#: src/05_language_reference/06_declaration/08_attribute.md:132
34373445
msgid "`align` Attribute"
34383446
msgstr "`align` アトリビュート"
34393447

3440-
#: src/05_language_reference/06_declaration/08_attribute.md:132
3448+
#: src/05_language_reference/06_declaration/08_attribute.md:134
34413449
msgid ""
34423450
"`align` attribute is used to control vertical alignment by formatter. If "
34433451
"`number` is specified as an argument of `align` attribute, all numbers are "
@@ -3447,19 +3455,19 @@ msgstr ""
34473455
"す。`number` が `align` の引数として指定されたとき、全ての数値は整列されま"
34483456
"す。`identifier` も使用可能です。"
34493457

3450-
#: src/05_language_reference/06_declaration/08_attribute.md:157
3458+
#: src/05_language_reference/06_declaration/08_attribute.md:159
34513459
msgid "`fmt` Attribute"
34523460
msgstr "`fmt` アトリビュート"
34533461

3454-
#: src/05_language_reference/06_declaration/08_attribute.md:159
3462+
#: src/05_language_reference/06_declaration/08_attribute.md:161
34553463
msgid ""
34563464
"`fmt` attribute is used to control formatiing way. The following arguments "
34573465
"are supported:"
34583466
msgstr ""
34593467
"`fmt` アトリビュートはフォーマットの方法を制御することができます。以下の引数"
34603468
"がサポートされています。"
34613469

3462-
#: src/05_language_reference/06_declaration/08_attribute.md:162
3470+
#: src/05_language_reference/06_declaration/08_attribute.md:164
34633471
msgid "`compact`: compact formatting without newlines"
34643472
msgstr "`compact`: 改行なしのコンパクトなフォーマット"
34653473

0 commit comments

Comments
 (0)