@ultraviolet/plus
Version:
Ultraviolet Plus
23 lines (22 loc) • 1.41 kB
TypeScript
declare const _default: {
readonly 'estimate.cost.description': "This summary provides a cost estimation based on your configuration, the amount of time you expect to use the resource for, and the scale of your expected usage. For the purposes of this calculation, we consider that 1 month equals to 730 hours.";
readonly 'estimate.cost.label': "Estimated cost";
readonly 'estimate.cost.beta.free': "Free During Beta";
readonly 'estimate.cost.beta.discount': "% off during Beta";
readonly 'estimate.cost.beta.badge': "Beta Version";
readonly 'estimate.cost.units.seconds.label': "Second(s)";
readonly 'estimate.cost.units.minutes.label': "Minute(s)";
readonly 'estimate.cost.units.hours.label': "Hour(s)";
readonly 'estimate.cost.units.days.label': "Day(s)";
readonly 'estimate.cost.units.months.label': "Month(s)";
readonly 'estimate.cost.units.years.label': "Year(s)";
readonly 'estimate.cost.fees.oneTime.title': "One time fees";
readonly 'estimate.cost.fees.monthly.title': "Each month";
readonly 'estimate.cost.fees.commitment': "Commitment Fees";
readonly 'estimate.cost.units.gb.label': "GB";
readonly 'estimate.cost.notDefined': "Not defined";
readonly 'estimate.cost.submit.label': "Create";
readonly 'estimate.cost.region.label': "Region";
readonly 'estimate.cost.az.label': "Availability Zone";
};
export default _default;