-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
4334097
Replace ACL list with ACL and related changes to the json files in pu…
abh1sar afab814
Replace ACL list with ACL and related changes to network.js, VpcTab.v…
abh1sar 41eee1f
Replace Export ACLs with Export ACL rules
abh1sar 0519d76
standardize the term user data everywhere. fix the placeholder in reg…
abh1sar 6c987c8
Convert resource names in main menu and action buttons to Title case
abh1sar 8252d53
Use special icon for sharedfs instance and prefix for sharedfs volumes
abh1sar 64462e8
Give custom icon precedence over shared fs icon
abh1sar d980cd0
Merge remote-tracking branch 'upstream/4.20' into ui-polish
abh1sar ff30b6f
Fixed some issues with public/locale files
abh1sar a75802a
Revert sharedfsvm changes
abh1sar c55630f
Added label.add.acl.name to en.json which was incorrectly removed
abh1sar 285b64c
replace all *userdata* labels to *user.data* in public json files.
abh1sar d1b22df
remove redundant labels label.user.data.l2 and label.replace.acl.list
abh1sar 05ed3e0
Merge remote-tracking branch 'upstream/4.20' into ui-polish
abh1sar f1b573b
Update ui/src/views/offering/AddNetworkOffering.vue
abh1sar d58bb99
user data -> User Data in cmd and response
abh1sar b52fccd
Merge branch 'ui-polish' of https://github.com/shapeblue/cloudstack i…
abh1sar 87c0a24
fix more Title case on action buttons and labels.
abh1sar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
standardize the term user data everywhere. fix the placeholder in reg…
…ister user data form.
- Loading branch information
commit 0519d76d328215b60ed976b98adbf378015b9d9d
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -226,7 +226,7 @@ | |
| "label.action.update.offering.access": "Update offering access", | ||
| "label.action.update.resource.count": "Update resource count", | ||
| "label.action.value": "Action/Value", | ||
| "label.action.userdata.reset": "Reset Userdata", | ||
| "label.action.userdata.reset": "Reset User data", | ||
| "label.action.vmsnapshot.create": "Take Instance Snapshot", | ||
| "label.action.vmsnapshot.delete": "Delete Instance Snapshot", | ||
| "label.action.vmsnapshot.revert": "Revert to Instance Snapshot", | ||
|
|
@@ -1859,7 +1859,8 @@ | |
| "label.region": "Region", | ||
| "label.register.oauth": "Register OAuth", | ||
| "label.register.template": "Register Template", | ||
| "label.register.user.data": "Register a userdata", | ||
| "label.register.user.data": "Register User Data", | ||
| "label.register.user.data.details": "Enter the user data in plain text or in Base64 encoding. Up to 32KB of Base64 encoded user data can be sent by default. The setting vm.userdata.max.length can be used to increase the limit to upto 1MB.", | ||
| "label.reinstall.vm": "Reinstall Instance", | ||
| "label.reject": "Reject", | ||
| "label.related": "Related", | ||
|
|
@@ -1895,7 +1896,7 @@ | |
| "label.remove.rule": "Remove rule", | ||
| "label.remove.ssh.key.pair": "Remove SSH Key pair", | ||
| "label.remove.tungsten.tag": "Remove Tag", | ||
| "label.remove.user.data": "Remove Userdata", | ||
| "label.remove.user.data": "Remove User Data", | ||
| "label.remove.vm.from.lb": "Remove Instance from load balancer rule", | ||
| "label.remove.vmware.datacenter": "Remove VMware Datacenter", | ||
| "label.remove.vpc": "Remove VPC", | ||
|
|
@@ -1922,8 +1923,8 @@ | |
| "label.reset.config.value": "Reset to default value", | ||
| "label.reset.ssh.key.pair": "Reset SSH key pair", | ||
| "label.reset.to.default": "Reset to default", | ||
| "label.reset.userdata.on.autoscale.vm.group": "Reset Userdata on AutoScale VM Group", | ||
| "label.reset.userdata.on.vm": "Reset Userdata on Instance", | ||
| "label.reset.userdata.on.autoscale.vm.group": "Reset User data on AutoScale VM Group", | ||
| "label.reset.userdata.on.vm": "Reset User data on Instance", | ||
| "label.reset.vpn.connection": "Reset VPN connection", | ||
| "label.resource": "Resource", | ||
| "label.resource.limit.exceeded": "Resource limit exceeded", | ||
|
|
@@ -2136,17 +2137,18 @@ | |
| "label.ssh.key.pairs": "SSH key pairs", | ||
| "label.uefi.supported": "UEFI supported", | ||
| "label.usediops": "IOPS used", | ||
| "label.userdataid": "Userdata ID", | ||
| "label.userdataname": "Userdata name", | ||
| "label.userdatadetails": "Userdata details", | ||
| "label.userdataparams": "Userdata parameters", | ||
| "label.userdatapolicy": "Userdata link policy", | ||
| "label.userdata.text": "Manual Userdata entry", | ||
| "label.userdata.registered": "Stored Userdata", | ||
| "label.userdata.do.override": "Userdata override", | ||
| "label.userdata.do.append": "Userdata append", | ||
| "label.userdatapolicy.tooltip": "Userdata linked to the Template can be overridden by Userdata provided during Instance deploy. Select the override policy as required.", | ||
| "label.userdataid": "User data ID", | ||
| "label.userdataname": "User data name", | ||
| "label.userdatadetails": "User data details", | ||
| "label.userdataparams": "User data parameters", | ||
| "label.userdatapolicy": "User data link policy", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. update label keys as well -
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
| "label.userdata.text": "Manual User data entry", | ||
| "label.userdata.registered": "Stored User data", | ||
| "label.userdata.do.override": "User data override", | ||
| "label.userdata.do.append": "User data append", | ||
| "label.userdatapolicy.tooltip": "User data linked to the Template can be overridden by User data provided during Instance deploy. Select the override policy as required.", | ||
| "label.user.data": "User Data", | ||
| "label.user.data.library": "User Data Library", | ||
| "label.ssh.port": "SSH port", | ||
| "label.sshkeypair": "New SSH key pair", | ||
| "label.sshkeypairs": "SSH key pairs", | ||
|
|
@@ -2430,7 +2432,7 @@ | |
| "label.usenewdiskoffering": "Replace disk offering?", | ||
| "label.user": "User", | ||
| "label.user.conflict": "Conflict", | ||
| "label.userdata": "Userdata", | ||
| "label.userdata": "User data", | ||
| "label.userdatal2": "User data", | ||
| "label.username": "Username", | ||
| "label.username.tooltip": "The Username for the Host", | ||
|
|
@@ -3000,7 +3002,7 @@ | |
| "message.desc.primary.storage": "Each cluster must contain one or more primary storage servers. We will add the first one now. Primary storage contains the disk volumes for all the Instances running on hosts in the cluster. Use any standards-compliant protocol that is supported by the underlying hypervisor.", | ||
| "message.desc.reset.ssh.key.pair": "Please specify a ssh key pair that you would like to add to this Instance.", | ||
| "message.desc.secondary.storage": "Each zone must have at least one NFS or secondary storage server. We will add the first one now. Secondary storage stores Instance Templates, ISO images, and Instance disk volume Snapshots. This server must be available to all hosts in the zone.<br/><br/>Provide the IP address and exported path.", | ||
| "message.desc.register.user.data": "Please fill in the following data to register a User data.", | ||
| "message.desc.register.user.data": "Please fill in the following to register new user data.", | ||
| "message.desc.registered.user.data": "Registered a User Data.", | ||
| "message.desc.zone": "A zone is the largest organizational unit in CloudStack, and it typically corresponds to a single datacenter. Zones provide physical isolation and redundancy. A zone consists of one or more pods (each of which contains hosts and primary storage servers) and a secondary storage server which is shared by all pods in the zone.", | ||
| "message.desc.zone.edge": "A zone is the largest organizational unit in CloudStack, and it typically corresponds to a single datacenter. Zones provide physical isolation and redundancy. An edge zone consists of one or more hosts (each of which provides local storage as primary storage servers). Only shared and L2 Networks can be deployed in such zones and functionalities that require secondary storages are not supported.", | ||
|
|
@@ -3177,7 +3179,7 @@ | |
| "message.error.upload.template": "Template upload failed.", | ||
| "message.error.upload.template.description": "Only one Template can be uploaded at a time.", | ||
| "message.error.url": "Please enter URL.", | ||
| "message.error.userdata": "Please enter Userdata", | ||
| "message.error.userdata": "Please enter the User data", | ||
| "message.error.username": "Enter your username.", | ||
| "message.error.valid.iops.range": "Please enter a valid IOPS range.", | ||
| "message.error.vcenter.datacenter": "Please enter vCenter datacenter.", | ||
|
|
@@ -3339,7 +3341,7 @@ | |
| "message.path": "Path : ", | ||
| "message.path.description": "NFS: exported path from the server. VMFS: /datacenter name/datastore name. SharedMountPoint: path where primary storage is mounted, such as /mnt/primary.", | ||
| "message.please.confirm.remove.ssh.key.pair": "Please confirm that you want to remove this SSH key pair.", | ||
| "message.please.confirm.remove.user.data": "Please confirm that you want to remove this Userdata", | ||
| "message.please.confirm.remove.user.data": "Please confirm that you want to remove this User data", | ||
| "message.please.enter.valid.value": "Please enter a valid value.", | ||
| "message.please.enter.value": "Please enter values.", | ||
| "message.please.wait.while.autoscale.vmgroup.is.being.created": "Please wait while your AutoScaling Group is being created; this may take a while...", | ||
|
|
@@ -3545,7 +3547,7 @@ | |
| "message.success.register.iso": "Successfully registered ISO", | ||
| "message.success.register.keypair": "Successfully registered SSH key pair", | ||
| "message.success.register.template": "Successfully registered Template", | ||
| "message.success.register.user.data": "Successfully registered Userdata", | ||
| "message.success.register.user.data": "Successfully registered User data", | ||
| "message.success.release.ip": "Successfully released IP", | ||
| "message.success.release.dedicated.bgp.peer": "Successfully released dedicated BGP peer", | ||
| "message.success.release.dedicated.ipv4.subnet": "Successfully released dedicated IPv4 subnet", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.