Skip to content

Commit

Permalink
Merge pull request #3742 from project-koku/release_prod-stable.49015
Browse files Browse the repository at this point in the history
Deployment commit for prod-stable
  • Loading branch information
dlabrecq committed Mar 27, 2024
2 parents 1304578 + 41676a1 commit 017828c
Show file tree
Hide file tree
Showing 31 changed files with 394 additions and 227 deletions.
38 changes: 35 additions & 3 deletions locales/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3565,7 +3565,7 @@
"docsAddOcpSources": [
{
"type": 0,
"value": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html-single/adding_an_openshift_container_platform_source_to_cost_management"
"value": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html/integrating_openshift_container_platform_data_into_cost_management"
}
],
"docsCostCategory": [
Expand Down Expand Up @@ -12215,15 +12215,21 @@
"tagMappingDeleteDesc": [
{
"type": 0,
"value": "This action will remove the "
"value": "Deleting "
},
{
"type": 1,
"value": "value"
},
{
"type": 0,
"value": " tag mapping. Changes will be reflected within 24 hours."
"value": " will queue a resummarization. Changes will be reflected within 24 hours."
}
],
"tagMappingDeleteTitle": [
{
"type": 0,
"value": "Delete tag mapping?"
}
],
"tagMappingDesc": [
Expand All @@ -12244,6 +12250,32 @@
"value": "learnMore"
}
],
"tagMappingRemove": [
{
"type": 0,
"value": "Remove child tag"
}
],
"tagMappingRemoveDesc": [
{
"type": 0,
"value": "Removing "
},
{
"type": 1,
"value": "value"
},
{
"type": 0,
"value": " will queue a resummarization. Changes will be reflected within 24 hours."
}
],
"tagMappingRemoveTitle": [
{
"type": 0,
"value": "Remove child tag?"
}
],
"tagMappingSelectChildTags": [
{
"type": 0,
Expand Down
8 changes: 6 additions & 2 deletions locales/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"distributionType": "Distribution type",
"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",
"docsAddOcpSources": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html/integrating_openshift_container_platform_data_into_cost_management",
"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",
Expand Down Expand Up @@ -561,8 +561,12 @@
"tagMappingAddChildTags": "Add child tags",
"tagMappingAddChildTagsDesc": "Select additional tag key(s) that will be mapped to the {value} tag map. Tags that have been already mapped will not be available for selection.",
"tagMappingDelete": "Delete tag mapping",
"tagMappingDeleteDesc": "This action will remove the {value} tag mapping. Changes will be reflected within 24 hours.",
"tagMappingDeleteDesc": "Deleting {value} will queue a resummarization. Changes will be reflected within 24 hours.",
"tagMappingDeleteTitle": "Delete tag mapping?",
"tagMappingDesc": "Combine multiple tags across your cloud integrations to group and filter similar tags with one tag key. {warning} Changes will be reflected within 24 hours. {learnMore}",
"tagMappingRemove": "Remove child tag",
"tagMappingRemoveDesc": "Removing {value} will queue a resummarization. Changes will be reflected within 24 hours.",
"tagMappingRemoveTitle": "Remove child tag?",
"tagMappingSelectChildTags": "Select child tags",
"tagMappingSelectChildTagsDesc": "Select the child tags that you want to map to a parent key. Tags that have been already mapped will not be available for selection. {learnMore}",
"tagMappingSelectParentTags": "Select parent tag",
Expand Down

0 comments on commit 017828c

Please sign in to comment.