-
Notifications
You must be signed in to change notification settings - Fork 1.2k
polish: Fix some inconsistencies in object names and messages #10856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 4.20
Are you sure you want to change the base?
Conversation
…ue and AclRulesTab.vue
…ister user data form.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #10856 +/- ##
============================================
- Coverage 16.15% 16.15% -0.01%
- Complexity 13273 13277 +4
============================================
Files 5657 5657
Lines 497898 497939 +41
Branches 60374 60386 +12
============================================
+ Hits 80435 80441 +6
- Misses 408505 408532 +27
- Partials 8958 8966 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ui/public/locales/en.json
Outdated
"label.add.intermediate.certificate": "Add intermediate certificate", | ||
"label.add.host": "Add Host", | ||
"label.add.ingress.rule": "Add Ingress rule", | ||
"label.add.intermediate.certifrcate": "Add intermediate certificate", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.add.intermediate.certifrcate": "Add intermediate certificate", | |
"label.add.intermediate.certificate": "Add intermediate certificate", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
ui/public/locales/en.json
Outdated
"label.userdataname": "User data name", | ||
"label.userdatadetails": "User data details", | ||
"label.userdataparams": "User data parameters", | ||
"label.userdatapolicy": "User data link policy", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update label keys as well -label.user.data.id|name|details|...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@abh1sar a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
UI build: ✔️ |
"Using HTTP POST (via POST body), you can send up to 1MB of data after base64 encoding. " + | ||
"You also need to change vm.userdata.max.length value", | ||
"Using HTTP POST (via POST body), you can send up to 32KB of data after base64 encoding, " + | ||
"which can be increased upto 1MB using the vm.userdata.max.length setting", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we change setting 'vm.userdata.max.length' => 'vm.user.data.max.length' as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should avoid changing the name of any setting in case anyone is already using it.
ui/public/locales/ar.json
Outdated
@@ -924,7 +924,7 @@ | |||
"label.remove.vpc.offering": "Remove VPC offering", | |||
"label.removing": "Removing", | |||
"label.replace.acl": "Replace ACL", | |||
"label.replace.acl.list": "Replace ACL List", | |||
"label.replace.acl.list": "Replace ACL", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.replace.acl.list": "Replace ACL", | |
"label.replace.acl": "Replace ACL", |
update other locale jsons wherever applicable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replaced label.replace.acl.list with label.replace.acl at all usages and removed the label.
"label.affinity.groups": "Affinity groups", | ||
"label.affinitygroup": "Affinity group", | ||
"label.affinity.groups": "Affinity Groups", | ||
"label.affinitygroup": "Affinity Group", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.affinitygroup": "Affinity Group", | |
"label.affinity.group": "Affinity Group", |
"label.backup.repository": "Backup Repository", | ||
"label.backup.restore": "Restore Instance backup", | ||
"label.backupofferingid": "Backup offering", | ||
"label.backupofferingname": "Backup offering", | ||
"label.backupofferingid": "Backup Offering", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.backupofferingid": "Backup Offering", | |
"label.backup.offering.id": "Backup Offering", |
@@ -996,7 +995,7 @@ | |||
"label.firewall": "Firewall", | |||
"label.firewall.policy": "Firewall Policy", | |||
"label.firewallpolicy": "Firewall Policy", | |||
"label.firewallrule": "Firewall rule", | |||
"label.firewallrule": "Firewall Rule", | |||
"label.firewallruleuuid": "Firewall Rule", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.firewallruleuuid": "Firewall Rule", | |
"label.firewall.rule.uuid": "Firewall Rule", |
"label.networkofferingdisplaytext": "Network offering", | ||
"label.networkofferingid": "Network offering", | ||
"label.networkofferingname": "Network offering", | ||
"label.networkofferingdisplaytext": "Network Offering", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.networkofferingdisplaytext": "Network Offering", | |
"label.network.offering,displaytext": "Network Offering", |
@@ -1524,9 +1523,9 @@ | |||
"label.networklimit": "Network limits", | |||
"label.networkmode": "Network Mode", | |||
"label.networkname": "Network name", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
network.* ?
"label.networkofferingname": "Network offering", | ||
"label.networkofferingdisplaytext": "Network Offering", | ||
"label.networkofferingid": "Network Offering", | ||
"label.networkofferingname": "Network Offering", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
network.offering.*
@@ -1605,7 +1604,7 @@ | |||
"label.of.month": "of month", | |||
"label.offerha": "Offer HA", | |||
"label.offeringid": "Offering ID", | |||
"label.offeringtype": "Compute offering type", | |||
"label.offeringtype": "Compute Offering type", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
offering.id & offering.type ?
"label.primary.storage.allocated": "Primary Storage allocated", | ||
"label.primary.storage.used": "Primary Storage used", | ||
"label.primarystoragelimit": "Primary Storage limits (GiB)", | ||
"label.primarystoragetotal": "Primary Storage", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
primary.storage.*
ui/public/locales/en.json
Outdated
"label.removed": "Removed", | ||
"label.removing": "Removing", | ||
"label.replace.acl": "Replace ACL", | ||
"label.replace.acl.list": "Replace ACL list", | ||
"label.replace.acl.list": "Replace ACL", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.replace.acl.list": "Replace ACL", | |
"label.replace.acl": "Replace ACL", |
"label.secondaryips": "Secondary IPs", | ||
"label.secondarystoragelimit": "Secondary storage limits (GiB)", | ||
"label.secondarystoragelimit": "Secondary Storage limits (GiB)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
secondary.storage.*
"label.serviceofferingid": "Compute offering", | ||
"label.serviceofferingname": "Compute offering", | ||
"label.serviceofferingid": "Compute Offering", | ||
"label.serviceofferingname": "Compute Offering", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
service.offering.*
"label.storage.traffic": "Storage traffic", | ||
"label.storageid": "Primary storage", | ||
"label.storageid": "Primary Storage", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.storageid": "Primary Storage", | |
"label.storage.id": "Primary Storage", |
"label.vpcoffering": "VPC offering", | ||
"label.vpcofferingid": "VPC offering", | ||
"label.vpcoffering": "VPC Offering", | ||
"label.vpcofferingid": "VPC Offering", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.vpcofferingid": "VPC Offering", | |
"label.vpc.offering.id": "VPC Offering", |
"label.vpc.virtual.router": "VPC virtual router", | ||
"label.vpc.restart.required": "VPC restart required", | ||
"label.vpcid": "VPC", | ||
"label.vpclimit": "VPC limits", | ||
"label.vpcname": "VPC", | ||
"label.vpcoffering": "VPC offering", | ||
"label.vpcofferingid": "VPC offering", | ||
"label.vpcoffering": "VPC Offering", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"label.vpcoffering": "VPC Offering", | |
"label.vpc.offering": "VPC Offering", |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
@sureshanaparti to keep the scope of this PR manageable, I'll create a new PR later to handle all suggested label changes. |
@sureshanaparti a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
UI build: ✔️ |
@blueorangutan package |
@sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13899 |
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes lgtm
Description
This PR fixes some inconsistencies in object names and messages.
doc pr : apache/cloudstack-documentation#506
ACL Lists
Before:




After:
Before:
After:
User data
Before:




After:
Before:
After:
Use Title Case in main menu and create new * buttons
List of all changes done:
TitleCase.txt
Before:


After:
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?