Skip to content

Commit

Permalink
Merge pull request #3620 from project-koku/release_prod-stable.82873
Browse files Browse the repository at this point in the history
Deployment commit for prod-stable
  • Loading branch information
dlabrecq committed Jan 19, 2024
2 parents 4c55411 + c80b448 commit 59fbe63
Show file tree
Hide file tree
Showing 59 changed files with 1,851 additions and 1,660 deletions.
85 changes: 84 additions & 1 deletion locales/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3497,7 +3497,7 @@
"docsCostCategory": [
{
"type": 0,
"value": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest"
"value": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html/managing_cost_data_using_tagging/assembly-configuring-tags-and-labels-in-cost-management#configuring-categories_configuring-tags-int"
}
],
"docsCostModelTerminology": [
Expand Down Expand Up @@ -11721,6 +11721,89 @@
"value": "Settings for Cost Management were replaced with new values"
}
],
"settingsSuccessPlatformProjects": [
{
"options": {
"add": {
"value": [
{
"offset": 0,
"options": {
"one": {
"value": [
{
"type": 1,
"value": "count"
},
{
"type": 0,
"value": " projects added to Platform projects"
}
]
},
"other": {
"value": [
{
"type": 1,
"value": "count"
},
{
"type": 0,
"value": " project added to Platform projects"
}
]
}
},
"pluralType": "cardinal",
"type": 6,
"value": "count"
}
]
},
"other": {
"value": []
},
"remove": {
"value": [
{
"offset": 0,
"options": {
"one": {
"value": [
{
"type": 1,
"value": "count"
},
{
"type": 0,
"value": " projects removed from Platform projects"
}
]
},
"other": {
"value": [
{
"type": 1,
"value": "count"
},
{
"type": 0,
"value": " project removed from Platform projects"
}
]
}
},
"pluralType": "cardinal",
"type": 6,
"value": "count"
}
]
}
},
"type": 5,
"value": "value"
}
],
"settingsSuccessTags": [
{
"options": {
Expand Down
3 changes: 2 additions & 1 deletion locales/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"distributionTypeDesc": "{type, select, cpu {Distribute costs based on CPU usage}memory {Distribute costs based on memory usage}other {}}",
"doNotDistribute": "Do not distribute",
"docsAddOcpSources": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html-single/adding_an_openshift_container_platform_source_to_cost_management",
"docsCostCategory": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest",
"docsCostCategory": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html/managing_cost_data_using_tagging/assembly-configuring-tags-and-labels-in-cost-management#configuring-categories_configuring-tags-int",
"docsCostModelTerminology": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html-single/using_cost_models/index#cost-model-terminology",
"docsCostModels": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html-single/using_cost_models/index#assembly-setting-up-cost-models",
"docsCostModelsDistribution": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html/using_cost_models/assembly-setting-up-cost-models#creating-an-AWS-Azure-cost-model_setting-up-cost-models",
Expand Down Expand Up @@ -531,6 +531,7 @@
"settingsSuccessChanges": "Changes will be reflected in report summarizations within 24 hours",
"settingsSuccessCostCategories": "{value, select, enable {{count, plural, one {{count} cost category key enabled} other {{count} cost category keys enabled}}} disable {{count, plural, one {{count} cost category key disabled} other {{count} cost category keys disabled}}} other {}}",
"settingsSuccessDesc": "Settings for Cost Management were replaced with new values",
"settingsSuccessPlatformProjects": "{value, select, add {{count, plural, one {{count} projects added to Platform projects} other {{count} project added to Platform projects}}} remove {{count, plural, one {{count} projects removed from Platform projects} other {{count} project removed from Platform projects}}} other {}}",
"settingsSuccessTags": "{value, select, enable {{count, plural, one {{count} tag enabled} other {{count} tags enabled}}} disable {{count, plural, one {{count} tag disabled} other {{count} tags disabled}}} other {}}",
"settingsSuccessTitle": "Application settings saved",
"settingsTagsErrorDesc": "You currently have {value} tags enabled",
Expand Down

0 comments on commit 59fbe63

Please sign in to comment.