From 22e599598a27cc0e7de8a00a2bc499954b0ee5aa Mon Sep 17 00:00:00 2001 From: jf-cbd Date: Thu, 18 Jul 2024 10:49:26 +0200 Subject: [PATCH] :speech_balloon: Fix translations --- .../itop-config-mgmt/dictionaries/da.dict.itop-config-mgmt.php | 2 +- .../itop-config-mgmt/dictionaries/ja.dict.itop-config-mgmt.php | 2 +- .../itop-config-mgmt/dictionaries/sk.dict.itop-config-mgmt.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datamodels/2.x/itop-config-mgmt/dictionaries/da.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/dictionaries/da.dict.itop-config-mgmt.php index 3dc3040a1..2f28928f2 100644 --- a/datamodels/2.x/itop-config-mgmt/dictionaries/da.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/dictionaries/da.dict.itop-config-mgmt.php @@ -87,7 +87,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', [ 'Class:DatacenterDevice/Attribute:rack_name+' => '', 'Class:DatacenterDevice/Attribute:redundancy' => 'Redundancy~~', 'Class:DatacenterDevice/Attribute:redundancy/count' => 'The device %2$s is up if at least one power connection (A or B) is up~~', - 'Class:DatacenterDevice/Attribute:redundancy/disabled' => 'The device is up if all its power connections are up~~', + 'Class:DatacenterDevice/Attribute:redundancy/disabled' => 'The device %2$s is up if all its power connections are up~~', 'Class:DatacenterDevice/Attribute:redundancy/percent' => 'The device %2$s is up if at least %1$s %% of its power connections are up~~', 'Class:DatacenterDevice/Attribute:san_list' => 'SANs', 'Class:DatacenterDevice/Attribute:san_list+' => 'All the SAN switches connected to this device~~', diff --git a/datamodels/2.x/itop-config-mgmt/dictionaries/ja.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/dictionaries/ja.dict.itop-config-mgmt.php index fb2bee6a1..24ade6460 100644 --- a/datamodels/2.x/itop-config-mgmt/dictionaries/ja.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/dictionaries/ja.dict.itop-config-mgmt.php @@ -86,7 +86,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', [ 'Class:DatacenterDevice/Attribute:rack_name+' => '', 'Class:DatacenterDevice/Attribute:redundancy' => 'Redundancy~~', 'Class:DatacenterDevice/Attribute:redundancy/count' => 'The device %2$s is up if at least one power connection (A or B) is up~~', - 'Class:DatacenterDevice/Attribute:redundancy/disabled' => 'The device is up if all its power connections are up~~', + 'Class:DatacenterDevice/Attribute:redundancy/disabled' => 'The device %2$s is up if all its power connections are up~~', 'Class:DatacenterDevice/Attribute:redundancy/percent' => 'The device %2$s is up if at least %1$s %% of its power connections are up~~', 'Class:DatacenterDevice/Attribute:san_list' => 'SAN', 'Class:DatacenterDevice/Attribute:san_list+' => 'All the SAN switches connected to this device~~', diff --git a/datamodels/2.x/itop-config-mgmt/dictionaries/sk.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/dictionaries/sk.dict.itop-config-mgmt.php index 751c5d25d..1f87e17a1 100644 --- a/datamodels/2.x/itop-config-mgmt/dictionaries/sk.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/dictionaries/sk.dict.itop-config-mgmt.php @@ -86,7 +86,7 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', [ 'Class:DatacenterDevice/Attribute:rack_name+' => '~~', 'Class:DatacenterDevice/Attribute:redundancy' => 'Redundancy~~', 'Class:DatacenterDevice/Attribute:redundancy/count' => 'The device %2$s is up if at least one power connection (A or B) is up~~', - 'Class:DatacenterDevice/Attribute:redundancy/disabled' => 'The device is up if all its power connections are up~~', + 'Class:DatacenterDevice/Attribute:redundancy/disabled' => 'The device %2$s is up if all its power connections are up~~', 'Class:DatacenterDevice/Attribute:redundancy/percent' => 'The device %2$s is up if at least %1$s %% of its power connections are up~~', 'Class:DatacenterDevice/Attribute:san_list' => 'Úložiská (SAN)', 'Class:DatacenterDevice/Attribute:san_list+' => 'All the SAN switches connected to this device~~',