Update copy
This commit is contained in:
parent
e8dede201b
commit
ea6c8b77bc
@ -57,7 +57,7 @@
|
|||||||
inline-template>
|
inline-template>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="h3">
|
<div class="h3">
|
||||||
Base CLIN Information
|
{{ 'task_orders.form.base_clin_title' | translate }}
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<div class="form-col form-col--two-thirds">
|
<div class="form-col form-col--two-thirds">
|
||||||
@ -317,7 +317,7 @@
|
|||||||
inline-template
|
inline-template
|
||||||
v-bind:initial-clin-count="{{ form.clins.data | length }}">
|
v-bind:initial-clin-count="{{ form.clins.data | length }}">
|
||||||
<div>
|
<div>
|
||||||
{{ TOFormStepHeader('task_orders.form.base_clin_title' | translate, 'task_orders.form.base_clin_description' | translate, task_order.number) }}
|
{{ TOFormStepHeader('task_orders.form.clin_title' | translate, 'task_orders.form.clin_description' | translate, task_order.number) }}
|
||||||
|
|
||||||
{% for clin in form.clins %}
|
{% for clin in form.clins %}
|
||||||
{{ CLINFields(clin, index=loop.index - 1) }}
|
{{ CLINFields(clin, index=loop.index - 1) }}
|
||||||
|
@ -140,10 +140,10 @@ forms:
|
|||||||
none: Not planning to migrate any applications
|
none: Not planning to migrate any applications
|
||||||
not_sure: Not sure
|
not_sure: Not sure
|
||||||
on_premise: 'Yes, migrating from an on-premise data center'
|
on_premise: 'Yes, migrating from an on-premise data center'
|
||||||
clin_01_label: 'CLIN 01 : Unclassified'
|
clin_01_label: '0001: Unclassified IaaS and PaaS'
|
||||||
clin_02_label: 'CLIN 02: Classified'
|
clin_02_label: '0002'
|
||||||
clin_03_label: 'CLIN 03: Unclassified'
|
clin_03_label: '0003'
|
||||||
clin_04_label: 'CLIN 04: Classified'
|
clin_04_label: '0004'
|
||||||
complexity:
|
complexity:
|
||||||
conus: CONUS access
|
conus: CONUS access
|
||||||
data_analytics: Data analytics
|
data_analytics: Data analytics
|
||||||
@ -337,22 +337,23 @@ task_orders:
|
|||||||
pop_end: PoP End
|
pop_end: PoP End
|
||||||
loa: LOA
|
loa: LOA
|
||||||
form:
|
form:
|
||||||
add_clin: Add another CLIN or Sub-CLIN
|
add_clin: Enter another CLIN
|
||||||
add_loa: Add another line of accounting
|
add_loa: Enter another line of accounting
|
||||||
add_to_header: Add your task order
|
add_to_header: Add your task order
|
||||||
add_to_description: Now, refer to your document to find the 13-digit task order number. It should be located at lorem ipsum dolar. From now on we'll refer to this portion of funding by the recorded task order number.
|
add_to_description: Now, refer to your document to find the 13-digit task order number. It should be located at lorem ipsum dolar. From now on we'll refer to this portion of funding by the recorded task order number.
|
||||||
base_clin_title: Add Base CLIN
|
clin_title: Enter CLINs
|
||||||
base_clin_description: Next, continue to refer to your document to locate your CLINs (Contract Line Item Numbers). CLINs are how you break the contract down by the commodities being procured (labor hours of services, funding for travel, quantity product A, etc.).
|
clin_description: "Continue to refer to your TO to locate your Contract Line Item Numbers (CLINs). You must add CLINs one at a time, and select a corresponding ID/IQ description for each."
|
||||||
clin_number_label: CLIN
|
base_clin_title: Base CLIN Information
|
||||||
clin_type_label: CLIN type
|
clin_number_label: Enter task order CLIN
|
||||||
|
clin_type_label: "Select ID/IQ CLIN description"
|
||||||
cloud_funding_header: Add the summary of cloud funding
|
cloud_funding_header: Add the summary of cloud funding
|
||||||
cloud_funding_text: Data must match with what is in your uploaded document.
|
cloud_funding_text: Data must match with what is in your uploaded document.
|
||||||
draft_alert_title: Your information has been saved
|
draft_alert_title: Your information has been saved
|
||||||
draft_alert_message: You can return to the Task Order Builder to enter missing information. Once you are finished, you’ll be ready to submit this request.
|
draft_alert_message: You can return to the Task Order Builder to enter missing information. Once you are finished, you’ll be ready to submit this request.
|
||||||
loa_label: 'Line of accounting (43 characters)'
|
loa_label: 'Enter line of accounting (43 characters)'
|
||||||
obligated_funds_label: Funds obligated for cloud
|
obligated_funds_label: Enter obligated funds for Base CLIN
|
||||||
pop_end: 'End of period of performance (PoP)'
|
pop_end: 'Period of Performance (PoP) end date'
|
||||||
pop_start: 'Start of period of performance (PoP)'
|
pop_start: 'Period of Performance (PoP) start date'
|
||||||
review_button: Review task order
|
review_button: Review task order
|
||||||
supporting_docs_header: Upload your supporting documentation
|
supporting_docs_header: Upload your supporting documentation
|
||||||
supporting_docs_size_limit: Your file may not exceed 1MB
|
supporting_docs_size_limit: Your file may not exceed 1MB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user