Fix missing comma in dictionaries

This commit is contained in:
v-dumas
2026-08-10 17:53:49 +02:00
parent 1d30795223
commit 80fc5324a3
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:DataFlow/Attribute:destination_impact/Value:no' => 'Nee',
'Class:DataFlow/Attribute:destination_impact/Value:no+' => 'Als de gegevensstroom stopt, heeft dit geen gevolgen voor de bestemming.',
'Class:DataFlow/Attribute:dataflowtype_id' => 'Type',
'Class:DataFlow/Attribute:dataflowtype_id+' => 'Values defined in a typology of Data Flow Type~~'
'Class:DataFlow/Attribute:dataflowtype_id+' => 'Values defined in a typology of Data Flow Type~~',
'Class:DataFlow/Attribute:dataflowprotocol_id' => 'Flowprotocol',
'Class:DataFlow/Attribute:dataflowprotocol_id+' => 'Values defined in a typology of Data Flow Protocol~~',
'Class:DataFlow/Attribute:documentation_url' => 'Documentatie-URL',

View File

@@ -49,7 +49,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', [
'Class:DataFlow/Attribute:destination_impact/Value:no' => 'нет',
'Class:DataFlow/Attribute:destination_impact/Value:no+' => 'Если поток останавливается, назначение не подвержено влиянию',
'Class:DataFlow/Attribute:dataflowtype_id' => 'Тип потока',
'Class:DataFlow/Attribute:dataflowtype_id+' => 'Values defined in a typology of Data Flow Type~~'
'Class:DataFlow/Attribute:dataflowtype_id+' => 'Values defined in a typology of Data Flow Type~~',
'Class:DataFlow/Attribute:dataflowprotocol_id' => 'Протокол потока',
'Class:DataFlow/Attribute:dataflowprotocol_id+' => 'Values defined in a typology of Data Flow Protocol~~',
'Class:DataFlow/Attribute:documentation_url' => 'Ссылка на документацию',

View File

@@ -45,7 +45,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
'Class:DataFlow/Attribute:destination_impact/Value:no' => '否',
'Class:DataFlow/Attribute:destination_impact/Value:no+' => '如果数据流停止,目标不受影响',
'Class:DataFlow/Attribute:dataflowtype_id' => '数据流类型',
'Class:DataFlow/Attribute:dataflowtype_id+' => 'Values defined in a typology of Data Flow Type~~'
'Class:DataFlow/Attribute:dataflowtype_id+' => 'Values defined in a typology of Data Flow Type~~',
'Class:DataFlow/Attribute:dataflowprotocol_id' => '数据流协议',
'Class:DataFlow/Attribute:dataflowprotocol_id+' => 'Values defined in a typology of Data Flow Protocol~~',
'Class:DataFlow/Attribute:documentation_url' => '文档链接',