Skip to content

Commit

Permalink
Addressed required changes in Code Review
Browse files Browse the repository at this point in the history
- Asked to convert normal text to useIntl or FormattedMessage
  • Loading branch information
piyumaldk committed Nov 22, 2023
1 parent 7402c87 commit d42f7c7
Show file tree
Hide file tree
Showing 7 changed files with 494 additions and 48 deletions.
210 changes: 210 additions & 0 deletions portals/publisher/src/main/webapp/site/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"value": "Cancel"
}
],
"Adding.Policy.Mapping.Error": [
{
"type": 0,
"value": "Error occurred while adding the policy mapping"
}
],
"Api.category.dropdown.tooltip": [
{
"type": 0,
Expand Down Expand Up @@ -8631,6 +8637,18 @@
"value": "Scopes"
}
],
"Cancel": [
{
"type": 0,
"value": "Cancel"
}
],
"Cannot.find.policyObj.for.policyId": [
{
"type": 0,
"value": "Cannot find policyObj for policyId:"
}
],
"CommonPolicies.CreatePolicy.breadcrumb.create.new.policy": [
{
"type": 0,
Expand Down Expand Up @@ -8759,24 +8777,108 @@
"value": "Policies"
}
],
"Confirm.Delete": [
{
"type": 0,
"value": "Confirm Delete"
}
],
"Confirm.Delete.Verify": [
{
"type": 0,
"value": "Are you sure you want to delete the policy"
}
],
"Connection.Timeout": [
{
"type": 0,
"value": "Connection Timeout"
}
],
"Delete": [
{
"type": 0,
"value": "Delete"
}
],
"Deploy": [
{
"type": 0,
"value": "Deploy"
}
],
"Deployed.Gateway.Listing.Table.Header.Name": [
{
"type": 0,
"value": "Deployed Gateways"
}
],
"Deployed.Gateway.Listing.Table.not.available": [
{
"type": 0,
"value": "No Deployed Gateways"
}
],
"Endpoint.Suspension.State": [
{
"type": 0,
"value": "Endpoint Suspension State"
}
],
"Error.Deploy.Policy": [
{
"type": 0,
"value": "Error occurred while deploying the policy"
}
],
"Error.Retrieve.Policy": [
{
"type": 0,
"value": "Error occurred while retrieving the policy"
}
],
"Error.Retrieve.Policy.List": [
{
"type": 0,
"value": "Error occurred while retrieving the policy list"
}
],
"Error.Undeploy.Policy": [
{
"type": 0,
"value": "Error occurred while undeploying the policy"
}
],
"Error.Validating.Regex": [
{
"type": 0,
"value": "Error while validating the regex"
}
],
"Error.while.validating.the.imported.graphQLSchema": [
{
"type": 0,
"value": "Error while validating the imported schema"
}
],
"Fault.Details.Policies.PolicyList.title": [
{
"type": 0,
"value": "Fault"
}
],
"Fetching.Policies.Error": [
{
"type": 0,
"value": "Error while fetching policies"
}
],
"Fetching.Policies.Settings": [
{
"type": 0,
"value": "Error while fetching settings"
}
],
"Global.Details.Policies.AttachedPolicyCard.apiSpecificPolicy.download.error": [
{
"type": 0,
Expand Down Expand Up @@ -8875,6 +8977,18 @@
"value": "Update"
}
],
"Global.Policies": [
{
"type": 0,
"value": "Global Policies"
}
],
"Global.Policy.Listing.Table.Header.Name": [
{
"type": 0,
"value": "Global Policy"
}
],
"GlobalPolicies.Listing.onboarding.create.new": [
{
"type": 0,
Expand Down Expand Up @@ -8935,6 +9049,84 @@
"value": "Error 403 : Forbidden"
}
],
"Policy.Already.Deployed": [
{
"type": 0,
"value": "Another global policy has been already deployed in this gateway"
}
],
"Policy.Deploy.Successful": [
{
"type": 0,
"value": "Policy deployed successfully"
}
],
"Policy.Description.Cannot.Be.Empty": [
{
"type": 0,
"value": "Policy description cannot be empty"
}
],
"Policy.Mapping.Added.Successfully": [
{
"type": 0,
"value": "Policy mapping added successfully"
}
],
"Policy.Mapping.Cannot.Be.Empty": [
{
"type": 0,
"value": "Policy mapping cannot be empty"
}
],
"Policy.Mapping.Update.Error": [
{
"type": 0,
"value": "Error occurred while updating the policy mapping"
}
],
"Policy.Mapping.Update.Success": [
{
"type": 0,
"value": "Policy mapping updated successfully"
}
],
"Policy.Name.Cannot.Be.Empty": [
{
"type": 0,
"value": "Policy name cannot be empty"
}
],
"Policy.Undeploy.Successful": [
{
"type": 0,
"value": "Policy undeployed successfully"
}
],
"Policy.delete.error": [
{
"type": 0,
"value": "Error while deleting the policy"
}
],
"Policy.delete.successful": [
{
"type": 0,
"value": "Policy deleted successfully"
}
],
"Request.Details.Policies.PolicyList.title": [
{
"type": 0,
"value": "Request"
}
],
"Response.Details.Policies.PolicyList.title": [
{
"type": 0,
"value": "Response"
}
],
"Scopes.Create.CreateScope.cancel": [
{
"type": 0,
Expand Down Expand Up @@ -9727,6 +9919,12 @@
"value": "Version"
}
],
"Undeploy": [
{
"type": 0,
"value": "Undeploy"
}
],
"UnexpectedError.logout": [
{
"type": 0,
Expand All @@ -9745,6 +9943,18 @@
"value": "Internal Server Error"
}
],
"active.development.available": [
{
"type": 0,
"value": "An active deployment is available"
}
],
"active.developments.available": [
{
"type": 0,
"value": "Active deployments are available"
}
],
"api.console.security.heading": [
{
"type": 0,
Expand Down
Loading

0 comments on commit d42f7c7

Please sign in to comment.