Skip to content

Commit

Permalink
Merge pull request #3882 from project-koku/release_prod-stable.27123
Browse files Browse the repository at this point in the history
Deployment commit for prod-stable
  • Loading branch information
dlabrecq committed Jun 12, 2024
2 parents b968240 + db00328 commit 8d85b40
Show file tree
Hide file tree
Showing 23 changed files with 464 additions and 586 deletions.
85 changes: 27 additions & 58 deletions locales/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3663,43 +3663,14 @@
"value": "value"
}
],
"distributeUnallocatedCapacity": [
"distributePlatformCosts": [
{
"options": {
"false": {
"value": [
{
"type": 0,
"value": "Do not distribute "
},
{
"options": {
"other": {
"value": []
},
"platform": {
"value": [
{
"type": 0,
"value": "platform"
}
]
},
"worker": {
"value": [
{
"type": 0,
"value": "worker"
}
]
}
},
"type": 5,
"value": "type"
},
{
"type": 0,
"value": " unallocated capacity"
"value": "Do not distribute platform costs"
}
]
},
Expand All @@ -3710,36 +3681,34 @@
"value": [
{
"type": 0,
"value": "Distribute "
},
"value": "Distribute platform costs"
}
]
}
},
"type": 5,
"value": "value"
}
],
"distributeUnallocatedCapacity": [
{
"options": {
"false": {
"value": [
{
"options": {
"other": {
"value": []
},
"platform": {
"value": [
{
"type": 0,
"value": "platform"
}
]
},
"worker": {
"value": [
{
"type": 0,
"value": "worker"
}
]
}
},
"type": 5,
"value": "type"
},
"type": 0,
"value": "Do not distribute worker unallocated capacity"
}
]
},
"other": {
"value": []
},
"true": {
"value": [
{
"type": 0,
"value": " unallocated capacity"
"value": "Distribute worker unallocated capacity"
}
]
}
Expand Down
3 changes: 2 additions & 1 deletion locales/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@
"discountMinus": "Discount (-)",
"distribute": "Distribute",
"distributeCosts": "{value, select, true {Distribute {type, select, network {network} storage {storage} other {}} costs}false {Do not distribute {type, select, network {network} storage {storage} other {}} costs}other {}}",
"distributeUnallocatedCapacity": "{value, select, true {Distribute {type, select, platform {platform} worker {worker} other {}} unallocated capacity}false {Do not distribute {type, select, platform {platform} worker {worker} other {}} unallocated capacity}other {}}",
"distributePlatformCosts": "{value, select, true {Distribute platform costs}false {Do not distribute platform costs}other {}}",
"distributeUnallocatedCapacity": "{value, select, true {Distribute worker unallocated capacity}false {Do not distribute worker unallocated capacity}other {}}",
"distributionModelDesc": "Choose how your raw costs are distributed at the project level.",
"distributionType": "Distribution type",
"distributionTypeDesc": "{type, select, cpu {Distribute costs based on CPU usage}memory {Distribute costs based on memory usage}other {}}",
Expand Down
Loading

0 comments on commit 8d85b40

Please sign in to comment.