Context:
Need to standardize bundle key conventions.
Decision:
Use pattern like this: <module>.<feature>.<action> Example: `ui.patient.record.save-patient-button=someValue`
Pros:
- Standardized and clear naming conventions.
Cons:
- None
Status: Accepted -> In use