Description of problem: Partially translated error message appears when selecting Copy click OK in the dialogue window coming from 'quota' tab list. Version-Release number of selected component (if applicable): 3.6.0-0.16 How reproducible: Always Steps to Reproduce: 1. Launch admin portel 2. Goto system -> data centers -> default and select 'quota' 3. Select one entry from the below list and then click on 'copy' and click on 'ok' button of appeared dialog box. 4. Cancel message box has partially translated message. Actual results: Message partially translated. Expected results: Message should be translated. Additional info: Screen shot attached for reference.
Created attachment 1082716 [details] Reference image which describe the problem clearly.
it looks like this message arrives from the @Size constraint annotation [1] - I don't think that we currently have localization support for that. we should either do a (duplicated) validation on the client side, which will be localized, or introduce a localization infrastructure for annotation-based validations on the backend (will take time). [1] https://docs.oracle.com/javaee/6/api/javax/validation/constraints/Size.html
Closing old issues based on capacity. Please re-open only if relevant and needed.