🌐 Dictionaries update

This commit is contained in:
Timothee
2025-02-07 15:36:58 +01:00
parent 14346e0895
commit e93d909a38
894 changed files with 107458 additions and 78345 deletions

View File

@@ -23,3 +23,40 @@
Dict::Add('IT IT', 'Italian', 'Italiano', array(
// Dictionary entries go here
));
//
// Class: NASFileSystem
//
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:NASFileSystem/Attribute:org_id' => 'Org id~~',
'Class:NASFileSystem/Attribute:org_id+' => '~~',
'Class:NASFileSystem/Attribute:location_id' => 'Location id~~',
'Class:NASFileSystem/Attribute:location_id+' => '~~',
'Class:NASFileSystem/Attribute:location_name' => 'Location name~~',
'Class:NASFileSystem/Attribute:location_name+' => '~~',
));
//
// Class: FiberChannelInterface
//
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:FiberChannelInterface/Attribute:org_id' => 'Org id~~',
'Class:FiberChannelInterface/Attribute:org_id+' => '~~',
'Class:FiberChannelInterface/Attribute:location_id' => 'Location id~~',
'Class:FiberChannelInterface/Attribute:location_id+' => '~~',
));
//
// Class: LogicalVolume
//
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Class:LogicalVolume/Attribute:org_id' => 'Org id~~',
'Class:LogicalVolume/Attribute:org_id+' => '~~',
'Class:LogicalVolume/Attribute:location_id' => 'Location id~~',
'Class:LogicalVolume/Attribute:location_id+' => '~~',
'Class:LogicalVolume/Attribute:location_name' => 'Location name~~',
'Class:LogicalVolume/Attribute:location_name+' => '~~',
));