diff --git a/translation/pofiles/ja.po b/translation/pofiles/ja.po index e2ef7d4c6f..e1bd5b184b 100644 --- a/translation/pofiles/ja.po +++ b/translation/pofiles/ja.po @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: kicad\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-06-20 23:57+0300\n" -"PO-Revision-Date: 2025-06-12 11:01+0000\n" +"PO-Revision-Date: 2025-06-25 17:01+0000\n" "Last-Translator: co8 j \n" "Language-Team: Japanese \n" "Language: ja\n" @@ -24,7 +24,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.12-dev\n" +"X-Generator: Weblate 5.13-dev\n" "X-Poedit-KeywordsList: _;_HKI\n" "X-Poedit-Basepath: Source/kicad-master\n" "X-Poedit-SourceCharset: UTF-8\n" @@ -10971,11 +10971,11 @@ msgid "Unconnected wire to bus entry" msgstr "バス エントリーまでの未接続の配線" #: eeschema/connection_graph.cpp:4192 -#, fuzzy, c-format +#, c-format msgid "" "Hierarchical label \"%s\" in root sheet cannot be connected to non-existent " "parent sheet" -msgstr "階層ラベル \"%s\" を存在しない親シートに接続できません" +msgstr "ルートシートの階層ラベル \"%s\" を存在しない親シートに接続できません" #: eeschema/connection_graph.cpp:4257 #, c-format @@ -38404,9 +38404,8 @@ msgid "Update Footprints" msgstr "フットプリントを更新" #: pcbnew/dialogs/dialog_update_pcb_base.cpp:41 -#, fuzzy msgid "Replace footprints with those specified by symbols" -msgstr "ネットリスト中の指定でフットプリントを置換" +msgstr "シンボル指定でフットプリントを置換" #: pcbnew/dialogs/dialog_update_pcb_base.cpp:43 msgid "" @@ -38431,14 +38430,12 @@ msgstr "" "削除します。" #: pcbnew/dialogs/dialog_update_pcb_base.cpp:52 -#, fuzzy msgid "Override locks" msgstr "ロックを無視" #: pcbnew/dialogs/dialog_update_pcb_base.cpp:64 -#, fuzzy msgid "Update footprint fields from symbols" -msgstr "%s のフットプリントを '%s' から '%s' に更新" +msgstr "シンボルからフットプリントを更新" #: pcbnew/dialogs/dialog_update_pcb_base.cpp:68 msgid "Remove footprint fields not found in symbols" @@ -39672,7 +39669,6 @@ msgstr "" "\n" #: pcbnew/dialogs/panel_setup_rules_help_2constraints.h:2 -#, fuzzy msgid "" "### Constraints\n" "\n" @@ -39874,23 +39870,24 @@ msgid "" "\n" "\n" msgstr "" -"### 制約\n" +"### Constraints\n" "\n" "| Constraint type | Argument " "type " "| " -"Description " +"Description " "|\n" -"|---------------------------|-----------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n" +"|---------------------------|-----------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|" +"\n" "| `annular_width` | min/opt/" "max " -"| Checks the width of annular rings on vias." -"
" +"| Checks the width of annular rings on " +"vias.
" "|\n" -"| `assertion` | \"<" -"expression>\" " -"| Checks the given expression." -"
" +"| `assertion` | \"<expression>\"" +" " +"| Checks the given " +"expression.
" "|\n" "| `clearance` | " "min " @@ -39898,75 +39895,75 @@ msgstr "" "nets. (See `physical_clearance` if you wish to specify clearance between " "objects regardless of net.)

To allow copper objects to overlap " "(collide), create a `clearance` constraint with the `min` value less than " -"zero (for example, `-1`)." -"
" +"zero (for example, `-1`)" +".
" "|\n" "| `courtyard_clearance` | " "min " "| Checks the clearance between footprint courtyards and generates an error " "if any two courtyards are closer than the `min` distance. If a footprint " "does not have a courtyard shape, no errors will be generated from this " -"constraint." -"
" +"constraint.
" "|\n" "| `creepage` | " "min " -"| Specifies the creepage distance between copper objects of different nets." -"
" +"| Specifies the creepage distance between copper objects of different " +"nets.
" "|\n" "| `diff_pair_gap` | min/opt/" "max " "| Checks the gap between coupled tracks in a differential pair. Coupled " "tracks are segments that are parallel to each other. Differential pair gap " "is not tested on uncoupled portions of a differential pair (for example, the " -"fanout from a component)." -"
" +"fanout from a component)" +".
" "|\n" "| `diff_pair_uncoupled` | " "max " "| Checks the distance that a differential pair track is routed uncoupled " "from the other polarity track in the pair (for example, where the pair fans " "out from a component, or becomes uncoupled to pass around another object " -"such as a via)." -"
" +"such as a via)" +".
" "|\n" "| `disallow` | " -"`track`
`via`
`micro_via`
`buried_via`
`pad`
`zone`
`text`
`graphic`
`hole`
`footprint`
" -"| Specify one or more object types to disallow, separated by spaces. For " -"example, `(constraint disallow track)` or `(constraint disallow track via " -"pad)`. If an object of this type matches the rule condition, a DRC error " -"will be created.

This constraint is essentially the same as a keepout " -"rule area, but can be used to create more specific keepout restrictions." -"
|\n" +"`track`
`via`
`micro_via`
`buried_via`
`pad`
`zone`
`text`
`graphic`
`hole`
`footprint`" +"
| Specify one or more object types to disallow, separated by spaces. " +"For example, `(constraint disallow track)` or `(constraint disallow track " +"via pad)`. If an object of this type matches the rule condition, a DRC " +"error will be created.

This constraint is essentially the same as a " +"keepout rule area, but can be used to create more specific keepout " +"restrictions.
" +"|\n" "| `edge_clearance` | min/opt/" "max " "| Checks the clearance between objects and the board edge.

This can " "also be thought of as the \"milling tolerance\" as the board edge will " "include all graphical items on the `Edge.Cuts` layer as well as any *oval* " -"pad holes. (See `physical_hole_clearance` for the drilling " -"tolerance.)
" +"pad holes. (See `physical_hole_clearance` for the drilling tolerance.)" +"
" "|\n" "| `length` | min/" "max " "| Checks the total routed length for the nets that match the rule condition " "and generates an error for each net that is below the `min` value (if " -"specified) or above the `max` value (if specified) of the constraint." -"
" +"specified) or above the `max` value (if specified) of the " +"constraint.
" "|\n" "| `hole` | min/" "max " "| Checks the size (diameter) of a drilled hole in a pad or via. For oval " -"holes, the smaller (minor) diameter will be tested against the `min` value " -"(if specified) and the larger (major) diameter will be tested against the " -"`max` value (if specified)." -"
" +"holes, the smaller (minor) diameter will be tested against the `min` value (" +"if specified) and the larger (major) diameter will be tested against the " +"`max` value (if specified)" +".
" "|\n" "| `hole_clearance` | " "min " "| Checks the clearance between a drilled hole in a pad or via and copper " "objects on a different net. The clearance is measured from the diameter of " -"the hole, not its center." -"
" +"the hole, not its " +"center.
" "|\n" "| `hole_to_hole` | " "min " @@ -39980,8 +39977,8 @@ msgstr "" "min " "| Checks the clearance between two objects on a given layer (including non-" "copper layers).

While this can perform more general-purpose checks " -"than `clearance`, it is much slower. Use `clearance` where possible." -"
" +"than `clearance`, it is much slower. Use `clearance` where " +"possible.
" "|\n" "| `physical_hole_clearance` | " "min " @@ -39989,14 +39986,13 @@ msgstr "" "object, regardless of net. The clearance is measured from the diameter of " "the hole, not its center.

This can also be thought of as the " "\"drilling tolerance\" as it only includes **round** holes (see " -"`edge_clearance` for the milling tolerance)." -"
" +"`edge_clearance` for the milling tolerance)" +".
" "|\n" "| `silk_clearance` | min/opt/" "max " "| Checks the clearance between objects on silkscreen layers and other " -"objects." -"
" +"objects.
" "|\n" "| `skew` | " "max " @@ -40004,53 +40000,72 @@ msgstr "" "the difference between the length of each net and the average of all the " "lengths of each net that is matched by the rule. If the absolute value of " "the difference between that average and the length of any one net is above " -"the constraint `max` value, an error will be generated." -"
" +"the constraint `max` value, an error will be " +"generated.
" +"|\n" +"| `solder_mask_expansion` | " +"opt " +"| Specifies the solder mask expansion for pads, shapes and " +"tracks. " +"|\n" +"| `solder_paste_abs_margin` | " +"opt " +"| Specifies the absolute solder paste clearance for pads. Usually negative " +"to inset the paste.

The final solder paste clearace will be the " +"absolute clearance plus the relative " +"clearance. " +"|\n" +"| `solder_paste_rel_margin` | " +"opt " +"| Specifies the relative solder paste clearance for pads. Usually negative " +"to inset the paste.

The final solder paste clearace will be the " +"absolute clearance plus the relative " +"clearance. " "|\n" "| `thermal_relief_gap` | " "min " "| Specifies the width of the gap between a pad and a zone with a thermal-" -"relief connection." -"
" +"relief " +"connection.
" "|\n" "| `thermal_spoke_width` | " "opt " "| Specifies the width of the spokes connecting a pad to a zone with a " -"thermal-relief connection." -"
" +"thermal-relief " +"connection.
" "|\n" "| `track_width` | min/opt/" "max " "| Checks the width of track and arc segments. An error will be generated " "for each segment that has a width below the `min` value (if specified) or " -"above the `max` value (if specified)." -"
" +"above the `max` value (if specified)" +".
" "|\n" "| `track_angle` | min/opt/" "max " "| Checks the angle between two connected track segments. An error will be " "generated for each connected pair with an angle below the `min` value (if " -"specified) or above the `max` value (if specified)." -"
" +"specified) or above the `max` value (if specified)" +".
" "|\n" "| `track_segment_length` | min/" "max " "| Checks the length of track and arc segments. An error will be generated " "for each segment that has a length below the `min` value (if specified) or " -"above the `max` value (if specified)." -"
" +"above the `max` value (if specified)" +".
" "|\n" "| `via_count` | " "max " "| Counts the number of vias on every net matched by the rule condition. If " "that number exceeds the constraint `max` value on any matched net, an error " -"will be generated for that net." -"
" +"will be generated for that " +"net.
" "|\n" -"| `zone_connection` | " -"`solid`
`thermal_reliefs`
`none` " -"| Specifies the connection to be made between a zone and a pad." -"
" +"| `zone_connection` | `solid`
`thermal_reliefs`
`none`" +" " +"| Specifies the connection to be made between a zone and a " +"pad.
" "|\n" "\n" "\n"