diff --git a/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po b/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po index fdc55fce537..b95d1e103e7 100644 --- a/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: pgRouting v4.0.0-dev\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-12-14 13:32+0000\n" -"PO-Revision-Date: 2024-10-10 19:47+0000\n" +"PO-Revision-Date: 2024-12-18 10:36+0000\n" "Last-Translator: DeepL \n" "Language-Team: Chinese (Simplified) \n" @@ -4059,7 +4059,7 @@ msgstr ":doc:`metrics-family`" msgid "" ":doc:`pgr_betweennessCentrality` - Calculates relative betweenness " "centrality using Brandes Algorithm" -msgstr "" +msgstr ":doc:`pgr_betweennessCentrality` - 使用布兰德斯算法计算相对介度中心性" msgid ":doc:`TRSP-family`" msgstr ":doc:`TRSP-family`" @@ -4150,9 +4150,8 @@ msgid "" "returned." msgstr "当最大流量为0时则没有流量并返回 **EMPTY SET** 。" -#, fuzzy msgid "There is no flow when source has the same vaule as target." -msgstr "当 source与 target相同时,就没有流量。" +msgstr "当源值与目标值相同时,没有流量。" #, fuzzy msgid "Any duplicated values in source or target are ignored." @@ -4165,13 +4164,13 @@ msgid "Edges with zero flow are omitted." msgstr "流量为零的边被忽略。" msgid "Creates" -msgstr "" +msgstr "创建" msgid "a **super source** and edges from it to all the sources," -msgstr "" +msgstr "一个**超级源**,并从它向所有源进行边缘化、" msgid "a **super target** and edges from it to all the targetss." -msgstr "" +msgstr "一个**超级目标**,从它到所有目标的边缘。" msgid "" "The maximum flow through the graph is guaranteed to be the value returned "