Prepared the dictionaries for translating new entries (completed the french translation at the same time). Just look for the strings terminated by ~~ and translate them in place and you're done!

SVN:trunk[3651]
This commit is contained in:
Denis Flaven
2015-07-28 11:30:31 +00:00
parent 69c0bcd4ca
commit 5e5739e37e
133 changed files with 7738 additions and 136 deletions

View File

@@ -596,7 +596,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Class:LogicalInterface/Attribute:virtualmachine_id+' => '',
'Relation:impacts/Description' => 'インパクトを受ける要素',
'Relation:impacts/DownStream' => 'インパクト...',
'Relation:impacts/UpStream' => 'インパクトを受ける要素',
'Relation:impacts/UpStream' => '依存...',
'Relation:depends on/Description' => 'この要素が依存している要素',
'Relation:depends on/DownStream' => '依存...',
'Relation:depends on/UpStream' => 'インパクト...',
@@ -1099,6 +1099,58 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'Server:otherinfo' => '他の情報',
'Person:info' => '情報',
'Person:notifiy' => '通知',
'Class:Document:PreviewTab' => 'プレビュー', // 'Preview', # 'Preview'
'Class:Document:PreviewTab' => 'プレビュー', // 'Preview', # 'Preview,
'Class:Contact/Attribute:cis_list' => 'CI',
'Class:Contact/Attribute:cis_list+' => '',
'Class:Person/Attribute:name' => '姓',
'Class:Document/Attribute:version' => 'Version~~',
'Class:FunctionalCI/Tab:OpenedTickets' => 'Active Tickets~~',
'Class:DatacenterDevice/Attribute:redundancy' => 'Redundancy~~',
'Class:DatacenterDevice/Attribute:redundancy/count' => 'The device 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/percent' => 'The device is up if at least %1$s %% of its power connections are up~~',
'Class:ApplicationSolution/Attribute:redundancy' => 'Impact analysis: configuration of the redundancy~~',
'Class:ApplicationSolution/Attribute:redundancy/disabled' => 'The solution is up is all CIs are up~~',
'Class:ApplicationSolution/Attribute:redundancy/count' => 'The solution is up if at least %1$s CI(s) is(are) up~~',
'Class:ApplicationSolution/Attribute:redundancy/percent' => 'The solution is up if at least %1$s %% of the CIs are up~~',
'Class:Farm/Attribute:redundancy' => 'High availability~~',
'Class:Farm/Attribute:redundancy/disabled' => 'The farm is up if all the hypervisors are up~~',
'Class:Farm/Attribute:redundancy/count' => 'The farm is up if at least %1$s hypervisor(s) is(are) up~~',
'Class:Farm/Attribute:redundancy/percent' => 'The farm is up if at least %1$s %% of the hypervisors are up~~',
'Class:Licence/Attribute:perpetual' => '永続的',
'Class:Licence/Attribute:perpetual/Value:no' => 'いいえ',
'Class:Licence/Attribute:perpetual/Value:no+' => '',
'Class:Licence/Attribute:perpetual/Value:yes' => 'はい',
'Class:Licence/Attribute:perpetual/Value:yes+' => '',
'Class:Subnet/Attribute:subnet_name' => 'Subnet name~~',
'Class:Subnet/Attribute:vlans_list' => 'VLANs~~',
'Class:VLAN' => 'VLAN~~',
'Class:VLAN/Attribute:vlan_tag' => 'VLAN Tag~~',
'Class:VLAN/Attribute:description' => 'Description~~',
'Class:VLAN/Attribute:org_id' => 'Organization~~',
'Class:VLAN/Attribute:org_name' => 'Organization name~~',
'Class:VLAN/Attribute:org_name+' => 'Common name~~',
'Class:VLAN/Attribute:subnets_list' => 'Subnets~~',
'Class:VLAN/Attribute:physicalinterfaces_list' => 'Physical network interfaces~~',
'Class:lnkSubnetToVLAN' => 'Link Subnet / VLAN~~',
'Class:lnkSubnetToVLAN/Attribute:subnet_id' => 'Subnet~~',
'Class:lnkSubnetToVLAN/Attribute:subnet_ip' => 'Subnet IP~~',
'Class:lnkSubnetToVLAN/Attribute:subnet_name' => 'Subnet name~~',
'Class:lnkSubnetToVLAN/Attribute:vlan_id' => 'VLAN~~',
'Class:lnkSubnetToVLAN/Attribute:vlan_tag' => 'VLAN Tag~~',
'Class:PhysicalInterface/Attribute:vlans_list' => 'VLANs~~',
'Class:lnkPhysicalInterfaceToVLAN' => 'Link PhysicalInterface / VLAN~~',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_id' => 'Physical Interface~~',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_name' => 'Physical Interface Name~~',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_device_id' => 'Device~~',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_device_name' => 'Device name~~',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:vlan_id' => 'VLAN~~',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:vlan_tag' => 'VLAN Tag~~',
'Server:power' => 'Power supply~~',
'Class:Subnet/Tab:IPUsage' => 'IP 利用',
'Class:Subnet/Tab:IPUsage-explain' => 'インターフェースは、レンジ: <em>%1$s</em> から <em>%2$s</em>の中のIPを持っています。',
'Class:Subnet/Tab:FreeIPs' => 'フリーなIP',
'Class:Subnet/Tab:FreeIPs-count' => 'フリーIP: %1$s',
'Class:Subnet/Tab:FreeIPs-explain' => '10個のフリーなIPアドレス',
));
?>