iTop
iTop copied to clipboard
Add Spanish (es_CR) translations and complete missing LogicalVolume attributes
Base information
| Question | Answer |
|---|---|
| Related to a SourceForge thread / Another PR / Combodo ticket? | N/A |
| Type of change? | Translations |
Objective (enhancement)
Add and complete the Spanish (es_CR) translation file for iTop modules.
Details
- Added missing translation entries for LogicalVolume attributes:
org_id,location_id, andlocation_name.
- Ensured consistency with existing Spanish dictionaries.
- File encoding: UTF-8 (no BOM).
Motivation
Improves user experience for Spanish-speaking iTop users and ensures consistent localization across CMDB classes.
Proposed solution
Added new entries in the Spanish dictionary:
'Class:LogicalVolume/Attribute:org_id' => 'Organización',
'Class:LogicalVolume/Attribute:org_id+' => 'Organización',
'Class:LogicalVolume/Attribute:location_id' => 'Ubicación',
'Class:LogicalVolume/Attribute:location_id+' => 'Ubicación',
'Class:LogicalVolume/Attribute:location_name' => 'Nombre de la ubicación',
'Class:LogicalVolume/Attribute:location_name+' => 'Nombre de la ubicación',
Reproduction procedure (bug)
- On iTop x.y.z
- With PHP x.y.z
- First go there
- Then do that
- ...
- Finally, see that...
Cause (bug)
Proposed solution (bug and enhancement)
Checklist before requesting a review
- [ ] I have performed a self-review of my code
- [ ] I have tested all changes I made on an iTop instance
- [ ] I have added a unit test, otherwise I have explained why I couldn't
- [ ] Is the PR clear and detailed enough so anyone can understand digging in the code?
Checklist of things to do before PR is ready to merge
- [ ] ...
- [ ] ...
- [ ] ...