Update translation files

This commit is contained in:
Pierre Goiffon
2018-12-10 08:46:02 +01:00
parent 7f497fe3be
commit 80a8f7a888
55 changed files with 1589 additions and 467 deletions

View File

@@ -73,7 +73,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Class:Organization/Attribute:deliverymodel_id' => 'Modelo de Entrega',
'Class:Organization/Attribute:deliverymodel_id+' => 'Modelo de Entrega',
'Class:Organization/Attribute:deliverymodel_name' => 'Nombre del Modelo de Entrega',
'Class:Organization/Attribute:deliverymodel_name+' => 'Nombre del Modelo de Entrega',
));
@@ -117,8 +117,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Class:Contract/Attribute:cost_currency/Value:dollars+' => 'Dólares de E.U.A',
'Class:Contract/Attribute:cost_currency/Value:euros' => 'Euros',
'Class:Contract/Attribute:cost_currency/Value:euros+' => '~~',
'Class:Contract/Attribute:cost_currency/Value:pesos' => 'Pesos',
'Class:Contract/Attribute:cost_currency/Value:pesos+' => 'Pesos',
'Class:Contract/Attribute:contracttype_id' => 'Tipo de Contrato',
'Class:Contract/Attribute:contracttype_id+' => 'Tipo de Contrato',
'Class:Contract/Attribute:contracttype_name' => 'Tipo de Contrato',
@@ -151,10 +149,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'Class:CustomerContract+' => 'Acuerdo con Cliente',
'Class:CustomerContract/Attribute:services_list' => 'Servicios',
'Class:CustomerContract/Attribute:services_list+' => 'Servicios',
'Class:CustomerContract/Attribute:functionalcis_list' => 'ECs',
'Class:CustomerContract/Attribute:functionalcis_list+' => 'Todos los Elementos de Configuración cubiertos por este Contrato',
'Class:CustomerContract/Attribute:providercontracts_list' => 'Contratos con Proveedores',
'Class:CustomerContract/Attribute:providercontracts_list+' => 'Todos los contratos con proveedores para la entrega del Servicio (underpinning contract)',
));
//

View File

@@ -15,15 +15,12 @@
//
// You should have received a copy of the GNU Affero General Public License
// along with iTop. If not, see <http://www.gnu.org/licenses/>
/**
* Localized data
*
* @copyright Copyright (C) 2010-2012 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
// Dictionnay conventions
// Class:<class_name>
// Class:<class_name>+
@@ -33,8 +30,6 @@
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
// Class:<class_name>/Stimulus:<stimulus_code>
// Class:<class_name>/Stimulus:<stimulus_code>+
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Menu:ServiceManagement' => '服务管理',
'Menu:ServiceManagement+' => '服务管理概况',
@@ -234,9 +229,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:ServiceFamily+' => '',
'Class:ServiceFamily/Attribute:name' => '名称',
'Class:ServiceFamily/Attribute:name+' => '',
'Class:ServiceFamily/Attribute:services_list' => '服务',
'Class:ServiceFamily/Attribute:icon' => '图标',
'Class:ServiceFamily/Attribute:icon+' => '',
'Class:ServiceFamily/Attribute:services_list' => '服务',
'Class:ServiceFamily/Attribute:services_list+' => '所有的服务',
));
@@ -523,6 +518,3 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkDeliveryModelToContact/Attribute:role_name' => '角色名称',
'Class:lnkDeliveryModelToContact/Attribute:role_name+' => '',
));
?>