1919# Teramoto Ikuhiro <teramoto.ikuhiro576@naro.go.jp>, 2026.
2020# DeepL <noreply-mt-deepl@weblate.org>, 2026.
2121msgid ""
22- msgstr ""
23- "Project-Id-Version : pgRouting v4.1\n "
24- "Report-Msgid-Bugs-To : \n "
25- "POT-Creation-Date : 2026-08-08 21:44+0000\n "
26- "PO-Revision-Date : 2026-06-10 16:05+0000\n "
27- "Last-Translator : Teramoto Ikuhiro <teramoto.ikuhiro576@naro.go.jp>\n "
28- "Language-Team : Japanese <https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/ja/>\n "
29- "Language : ja\n "
30- "MIME-Version : 1.0\n "
31- "Content-Type : text/plain; charset=UTF-8\n "
32- "Content-Transfer-Encoding : 8bit\n "
33- "Plural-Forms : nplurals=1; plural=0;\n "
34- "X-Generator : Weblate 5.16.2\n "
35- "Generated-By : Babel 2.10.3\n "
22+ msgstr "Project-Id-Version: pgRouting v4.1\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2026-08-08 21:44+0000\nPO-Revision-Date: 2026-09-08 08:39+0000\nLast-Translator: Teramoto Ikuhiro <teramoto.ikuhiro576@naro.go.jp>\nLanguage-Team: Japanese <https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/ja/>\nLanguage: ja\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=1; plural=0;\nX-Generator: Weblate 5.16.2\nGenerated-By: Babel 2.10.3\n"
3623
3724msgid "BFS - Category"
3825msgstr "BFS - カテゴリ"
@@ -363,10 +350,10 @@ msgid "Experimental"
363350msgstr "実験段階"
364351
365352msgid "Possible server crash"
366- msgstr ""
353+ msgstr "サーバー異常終了の可能性 "
367354
368355msgid "These functions might create a server crash"
369- msgstr ""
356+ msgstr "これらの関数はサーバー異常終了を引き起こす可能性があります "
370357
371358msgid "Experimental functions"
372359msgstr "実験段階関数"
@@ -1094,7 +1081,7 @@ msgid "Kind of stop location the vehicle is at"
10941081msgstr "車両の立寄り地点の種別"
10951082
10961083msgid ":math:`-1`: at the solution summary row"
1097- msgstr ""
1084+ msgstr ":math:`-1`: 解の要約行 "
10981085
10991086msgid ":math:`1`: Starting location"
11001087msgstr ":math:`1`: 開始位置"
@@ -1125,37 +1112,37 @@ msgid "Cargo units of the vehicle when leaving the stop."
11251112msgstr "停止位置から出発したときの車両の貨物の単位。"
11261113
11271114msgid "Value :math:`-1` on solution summary row."
1128- msgstr ""
1115+ msgstr "Value :math:`-1` 解の要約行。 "
11291116
11301117msgid "``travel_time``"
11311118msgstr "``travel_time``"
11321119
11331120msgid "Travel time from previous ``stop_seq`` to current ``stop_seq``."
1134- msgstr ""
1121+ msgstr "前の ``stop_seq`` から現在の ``stop_seq`` までの移動時間。 "
11351122
11361123msgid "Summary has the **total traveling time**:"
1137- msgstr ""
1124+ msgstr "要約には **総移動時間** があります: "
11381125
11391126msgid "The sum of all the ``travel_time``."
1140- msgstr ""
1127+ msgstr "全ての ``travel_time`` の合計。 "
11411128
11421129msgid "``arrival_time``"
11431130msgstr "``arrival_time``"
11441131
11451132msgid "Time spent waiting for current location to open."
1146- msgstr ""
1133+ msgstr "現在の位置が開くまでの待機時間。 "
11471134
11481135msgid ":math:`-1`: at the solution summary row."
1149- msgstr ""
1136+ msgstr ":math:`-1`: 解の要約行。 "
11501137
11511138msgid ":math:`0`: at the starting location."
1152- msgstr ""
1139+ msgstr ":math:`0`: 開始位置。 "
11531140
11541141msgid "``wait_time``"
11551142msgstr "``wait_time``"
11561143
11571144msgid "Summary row has the **total waiting time**:"
1158- msgstr ""
1145+ msgstr "要約行には **合計待機時間** があります: "
11591146
11601147msgid "The sum of all the ``wait_time``."
11611148msgstr "``wait_time``の全ての合計。"
@@ -1164,40 +1151,40 @@ msgid "``service_time``"
11641151msgstr "``service_time``"
11651152
11661153msgid "Service duration at current location."
1167- msgstr ""
1154+ msgstr "現在地でのサービス時間。 "
11681155
11691156msgid "Summary row has the **total service time**:"
1170- msgstr ""
1157+ msgstr "要約行には **合計サービス時間** があります。 "
11711158
11721159msgid "The sum of all the ``service_time``."
1173- msgstr ""
1160+ msgstr "全ての ``service_time`` の合計。 "
11741161
11751162msgid "``departure_time``"
11761163msgstr "``departure_time``"
11771164
11781165msgid "The time at which the vehicle departs from the stop."
1179- msgstr ""
1166+ msgstr "車両が立寄り地点から出発する時刻。 "
11801167
11811168msgid ":math:`arrival\\ _time + wait\\ _time + service\\ _time`."
1182- msgstr ""
1169+ msgstr ":math:`arrival \\ _time + wait \\ _time + service \\ _time`。 "
11831170
11841171msgid "The ending location has the **total time** used by the current vehicle."
1185- msgstr ""
1172+ msgstr "終了位置には現在の車両が使った **合計時間** が入ります。 "
11861173
11871174msgid "Summary row has the **total solution time**:"
1188- msgstr ""
1175+ msgstr "要約行には **合計解決時間** が入ります。 "
11891176
11901177msgid ":math:`total\\ traveling\\ time + total\\ waiting\\ time + total\\ service\\ time`."
1191- msgstr ""
1178+ msgstr ":math:`total \\ traveling \\ time + total \\ waiting \\ time + total \\ service \\ time`. "
11921179
11931180msgid "Summary Row"
1194- msgstr ""
1181+ msgstr "要約行 "
11951182
11961183msgid "Continues the sequence"
1197- msgstr ""
1184+ msgstr "シーケンスの継続 "
11981185
11991186msgid "**total capacity violations**:"
1200- msgstr ""
1187+ msgstr "**全体容量違反**: "
12011188
12021189msgid "**total time windows violations**:"
12031190msgstr ""
0 commit comments