mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-22 22:28:19 +02:00
Fix missing comma in dictionaries
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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' => 'Ссылка на документацию',
|
||||
|
||||
@@ -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' => '文档链接',
|
||||
|
||||
Reference in New Issue
Block a user