561 lines
27 KiB
YAML
561 lines
27 KiB
YAML
# How to use text containing html tags in .html files:
|
||
# In the template add the `safe` filter when referencing the string
|
||
# from the template file. ie:
|
||
|
||
# login:
|
||
# title: A title with <a href="#">a link</a>!
|
||
|
||
# `{{ "login.title" | translate | safe }}`
|
||
audit_log:
|
||
events:
|
||
default:
|
||
change: '{from} to {to}'
|
||
changes: 'Changes:'
|
||
details: 'Details:'
|
||
base_public:
|
||
login: Log in
|
||
title_tag: JEDI Cloud
|
||
home:
|
||
about_cloud:
|
||
part1: Procuring portfolio-level cloud services via a JEDI Cloud Task Order provides numerous benefits.
|
||
part2: Portfolio purchases allow for centralized management of task orders, which reduces administrative workload on individual programs or other sub-component activities.
|
||
add_portfolio_button_text: Add New Portfolio
|
||
new_portfolio: New Portfolio
|
||
get_started: Get Started
|
||
head: JEDI Cloud Services
|
||
your_project: Your Project
|
||
your_project_descrip: Your portfolio is where all task orders pertaining to a specific project or set of related projects live. In JEDI, every task order in your portfolio has four components.
|
||
funding_descrip: The Task Orders section allows you to enter, manage, and edit awarded TOs associated to a specific Portfolio.
|
||
applications_descrip: The Applications section allows you to easily create and define new Applications within a Portfolio, as well as manage user permissions and Environments.
|
||
reports_descrip: The Reports section allows you to view and monitor funding usage within a specific Portfolio.
|
||
admin_descrip: Within the Settings section, you can manage your Portfolio name and description, as well as add, edit, and delete Portfolio managers.
|
||
ccpo:
|
||
users_title: CCPO Users
|
||
add_user: Add new CCPO user
|
||
form:
|
||
add_user_title: Add new CCPO user
|
||
confirm_user_title: Confirm new CCPO user
|
||
confirm_user_text: Please confirm that the user details below match the user being given CCPO permissions.
|
||
confirm_button: Confirm and Add User
|
||
return_link: Return to list of CCPO users
|
||
user_not_found_title: User not found
|
||
user_not_found_text: To add someone as a CCPO user, they must already have an ATAT account.
|
||
disable_user:
|
||
alert_message: "Confirm removing CCPO superuser access from {user_name}"
|
||
remove_button: Remove Access
|
||
common:
|
||
applications: Applications
|
||
cancel: Cancel
|
||
close: Close
|
||
confirm: Confirm
|
||
continue: Continue
|
||
delete: Delete
|
||
deactivate: Deactivate
|
||
delete_confirm: 'Please type the word {word} to confirm:'
|
||
dod_id: DoD ID
|
||
disable: Disable
|
||
edit: Edit
|
||
email: Email
|
||
lorem: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||
members: Members
|
||
name: Name
|
||
next: Next
|
||
'yes': 'Yes'
|
||
'no': 'No'
|
||
previous: Previous
|
||
response_label: Response required
|
||
save: Save
|
||
save_changes: Save Changes
|
||
task_orders: Task Orders
|
||
undo: Undo
|
||
view: View
|
||
resource_names:
|
||
environments: Environments
|
||
choose_role: Choose a role
|
||
components:
|
||
date_selector:
|
||
day: Day
|
||
month: Month
|
||
year: Year
|
||
modal:
|
||
destructive_message: You will no longer be able to access this {resource}
|
||
destructive_title: Warning! This action is permanent
|
||
totals_box:
|
||
obligated_funds: Total Obligated Funds
|
||
obligated_text: This amount strictly calculates Base CLINs, and may represent 100% of your total task order budget, or just a portion if you also have Optional Base or Optional CLINs.
|
||
total_amount: Total Possible Task Order Funds
|
||
total_text: This amount represents the total value of all Base and Option CLINs, including any extensions listed within your task order.
|
||
usa_header:
|
||
flag_image_alt: U.S. Flag
|
||
official_message: An official website of the United States government
|
||
tooltip:
|
||
message: |
|
||
<p>
|
||
<strong>The .mil means it’s official.</strong><br/>
|
||
Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you’re on a federal government site.
|
||
</p><br/>
|
||
<p>
|
||
<strong>The site is secure.</strong><br>
|
||
The <strong>https://</strong> ensures that you are connecting to the official website and that any information you provide is encrypted and transmitted securely.
|
||
</p>
|
||
title: Here’s how you know
|
||
errors:
|
||
default_sub: An error has occured!
|
||
not_found: Page Not Found
|
||
not_found_sub: Looks like that page does not exist!
|
||
email:
|
||
application_invite: "{inviter_name} has invited you to a JEDI cloud application"
|
||
portfolio_invite: "{inviter_name} has invited you to a JEDI cloud portfolio"
|
||
environment_ready: JEDI cloud environment ready
|
||
flash:
|
||
application:
|
||
created:
|
||
title: Application Saved
|
||
message: '{application_name} has been successfully created. You may continue on to provision environments and assign team members now, or come back and complete these tasks at a later time.'
|
||
updated: 'You have successfully updated the {application_name} application.'
|
||
deleted: 'You have successfully deleted the {application_name} application. To view the retained activity log, visit the portfolio administration page.'
|
||
name_error:
|
||
message: 'The application name {name} has already been used in this portfolio. Please enter a unique name.'
|
||
env_name_error:
|
||
message: 'The environment name {name} has already been used in this application. Please enter a unique name.'
|
||
delete_member_success: 'You have successfully deleted {member_name} from the portfolio.'
|
||
deleted_member: Portfolio member deleted
|
||
environment_added: 'The environment "{env_name}" has been added to the application.'
|
||
login_required_message: After you log in, you will be redirected to your destination page.
|
||
login_required_title: Log in required
|
||
new_portfolio_member: 'You have successfully invited {user_name} to the portfolio.'
|
||
new_ppoc_message: 'You have successfully added {ppoc_name} as the primary point of contact. You are no longer the PPoC.'
|
||
new_ppoc_title: Primary point of contact updated
|
||
success: Success!
|
||
task_order_number_error:
|
||
message: 'The TO number has already been entered for a JEDI task order #{to_number}. Please double-check the TO number you are entering. If you believe this is in error, please contact support@cloud.mil.'
|
||
new_application_member:
|
||
title: "{user_name}'s invitation has been sent"
|
||
message: "{user_name}'s access to this Application is pending until they sign in for the first time."
|
||
updated_application_team_settings: 'You have updated the {application_name} team settings.'
|
||
logged_out: Logged out
|
||
footer:
|
||
login: 'Last login:'
|
||
forms:
|
||
application:
|
||
description_label: Application Description
|
||
environment_names_label: Environment Name
|
||
environment_names_required_validation_message: Provide at least one environment name.
|
||
environment_names_unique_validation_message: Environment names must be unique.
|
||
name_label: Application Name
|
||
assign_ppoc:
|
||
dod_id: 'Select new primary point of contact:'
|
||
environments:
|
||
name_label: Environment Name
|
||
edit_user:
|
||
date_latest_training_description: |
|
||
To complete the training, you can find it in
|
||
<a class="icon-link" href="https://iatraining.disa.mil/eta/disa_cac2018/launchPage.htm" target="_blank">
|
||
Information Assurance Cyber Awareness Challenge
|
||
</a> website.
|
||
date_latest_training_label: Latest information assurance (IA) training completion date
|
||
designation_label: Designation of person
|
||
email_label: Email address
|
||
first_name_label: First name
|
||
last_name_label: Last name
|
||
phone_number_label: Phone number
|
||
service_branch_label: Service branch or agency
|
||
new_member:
|
||
app_mgmt: App management
|
||
dod_id_label: DoD ID
|
||
email_label: Email address
|
||
first_name_label: First name
|
||
funding: Funding
|
||
last_name_label: Last name
|
||
phone_number_label: Phone number
|
||
portfolio_mgmt: Portfolio management
|
||
reporting: Reporting
|
||
portfolio:
|
||
name:
|
||
label: Portfolio Name
|
||
length_validation_message: Portfolio names can be between 4-100 characters
|
||
help_text: |
|
||
<div>
|
||
<p>
|
||
Naming can be difficult. Choose a name that is descriptive enough for users to identify the Portfolio. You may consider naming based on your organization.
|
||
</p>
|
||
<p>
|
||
<strong>Writer's Block? A naming example</strong>
|
||
<ul>
|
||
<li>Design Support for Army Developers</li>
|
||
</ul>
|
||
</p>
|
||
</div>
|
||
description:
|
||
label: Portfolio Description
|
||
help_text: |
|
||
<div>
|
||
<p>
|
||
Add a brief one to two sentence description of your Portfolio. Consider this your statement of work.
|
||
</p>
|
||
<p>
|
||
<strong>Writer's Block? A description example includes:</strong>
|
||
<ul>
|
||
<li>Build security applications for FOB Clark</li>
|
||
</ul>
|
||
</p>
|
||
</div>
|
||
defense_component:
|
||
label: "Select DoD component(s) funding your Portfolio:"
|
||
choices:
|
||
air_force: Air Force
|
||
army: Army
|
||
marine_corps: Marine Corps
|
||
navy: Navy
|
||
other: Other
|
||
validation_message: You must select at least one defense component.
|
||
help_text: |
|
||
<p>
|
||
Select the DOD component(s) that will fund all Applications within this Portfolio.
|
||
In JEDI, multiple DoD organizations can fund the same Portfolio.<br/>
|
||
Select all that apply.<br/>
|
||
</p>
|
||
attachment:
|
||
object_name:
|
||
length_error: Object name may be no longer than 40 characters.
|
||
filename:
|
||
length_error: Filename may be no longer than 100 characters.
|
||
task_order:
|
||
upload_error: There was an error uploading your file. Please try again. If you encounter repeated problems uploading this file, please contact CCPO.
|
||
size_error: The file you have selected is too large. Please choose a file no larger than 64MB.
|
||
defense_component_label: Select DoD component(s) funding your Portfolio
|
||
file_format_not_allowed: Only PDF or PNG files can be uploaded.
|
||
number_description: Task order number (13 digits)
|
||
pop_errors:
|
||
date_order: PoP start date must be before end date.
|
||
range: Date must be between {start} and {end}.
|
||
end_past_contract: PoP end date must be before or on {date}.
|
||
end_pre_contract: PoP end date must be after or on {date}.
|
||
start_past_contract: PoP start date must be before or on {date}.
|
||
start_pre_contract: PoP start date must be on or after {date}.
|
||
clin_funding_errors:
|
||
obligated_amount_error: Obligated amount must be less than or equal to total amount
|
||
funding_range_error: Dollar amount must be from $0.00 to $1,000,000,000.00
|
||
team_experience:
|
||
built_1: Built, migrated, or consulted on 1-2 applications
|
||
built_3: Built, migrated, or consulted on 3-5 applications
|
||
built_many: Built, migrated, or consulted on more than 5 applications
|
||
description: How much combined experience does your team have with development in the cloud?
|
||
label: Team experience
|
||
none: No previous experience
|
||
planned: Researched or planned a cloud build or migration
|
||
validators:
|
||
is_number_message: Please enter a valid number.
|
||
is_required: This field is required.
|
||
list_item_required_message: Please provide at least one.
|
||
list_items_unique_message: Items must be unique
|
||
name_message: 'This field accepts letters, numbers, commas, apostrophes, hyphens, and periods.'
|
||
phone_number_message: Please enter a valid 5 or 10 digit phone number.
|
||
file_length: Your file may not exceed 50 MB.
|
||
fragments:
|
||
delete_portfolio:
|
||
title: Deactivate Portfolio
|
||
subtitle: Portfolio deactivation is available only if there are no applications in the portfolio.
|
||
edit_application_form:
|
||
explain: AT-AT allows you to create multiple applications within a portfolio. Each application can then be broken down into its own customizable environments.
|
||
edit_environment_team_form:
|
||
delete_environment_title: Are you sure you want to delete this environment?
|
||
add_new_member_text: Need to add someone new to the team?
|
||
add_new_member_link: Jump to Team Settings
|
||
unassigned_title: Unassigned (No Access)
|
||
no_members: Currently no members are in this role
|
||
no_access: No Access
|
||
edit_user_form:
|
||
save_details_button: Save
|
||
portfolio_admin:
|
||
none: Not Selected
|
||
ppoc:
|
||
alert:
|
||
message: Selecting a new PPoC gives that member full access to the portfolio and removes your ability to manage the PPoC role. The rest of your permissions will remain untouched. Please be sure you want to proceed.
|
||
title: Warning!
|
||
assign_user_button_text: Assign member
|
||
confirm_alert:
|
||
title: 'Once you assign a new PPoC, you will no longer be able to request portfolio deactivation or manage the PPoC role.'
|
||
subtitle: The PPoC has the ability to edit all aspects of a portfolio and is the only one who can manage the PPoC role.
|
||
title: Primary point of contact (PPoC)
|
||
update_btn: Update
|
||
update_ppoc_confirmation_title: Confirmation
|
||
update_ppoc_title: Update primary point of contact
|
||
invites:
|
||
revoke: Revoke Invite
|
||
revoke_modal_text: "By revoking this invitation to {application}, you are confirming that this member will no longer have access."
|
||
login:
|
||
ccpo_logo_alt_text: Cloud Computing Program Office Logo
|
||
certificate_selection:
|
||
learn_more: Learn more
|
||
message: 'When you are prompted to select a certificate, please select Email Certificate from the provided choices.'
|
||
title: Certificate Selection
|
||
h1_title: Access the JEDI cloud
|
||
login_button: Sign in with CAC
|
||
title_tag: Sign in | JEDI cloud
|
||
navigation:
|
||
portfolio_navigation:
|
||
breadcrumbs:
|
||
admin: Settings
|
||
funding: Task Orders
|
||
reports: Reports
|
||
applications: Applications
|
||
topbar:
|
||
jedi_cloud_link_text: JEDI
|
||
logout_link_title: Log out of JEDI cloud
|
||
portfolios:
|
||
admin:
|
||
activity_log_title: Activity log
|
||
add_new_member: Add a new member
|
||
alert_header: Are you sure you want to delete this member?
|
||
alert_message: 'The member will be removed from the portfolio, but their log history will be retained.'
|
||
alert_title: Warning! You are about to delete a member from the portfolio.
|
||
no_members: There are currently no members in this portfolio.
|
||
permissions_info: Learn more about these permissions
|
||
portfolio_members_subheading: These members have different levels of access to the portfolio.
|
||
portfolio_members_title: Portfolio members
|
||
settings_info: Learn more about these settings
|
||
portfolio_name: Portfolio name
|
||
applications:
|
||
add_application_text: Add a new application
|
||
add_environment: Create an Environment
|
||
add_member: Add Team Member
|
||
add_another_environment: Add another environment
|
||
app_settings_text: App settings
|
||
create_button: Create Application
|
||
empty_state:
|
||
header: You don't have any Applications yet
|
||
message: You can manage multiple Applications within a single Portfolio as long as the funding sources are the same.
|
||
button_text: Create Your First Application
|
||
view_only_text: Contact your portfolio administrator to add an application.
|
||
new:
|
||
step_1_header: Name and Describe New Application
|
||
step_1_button_text: "Next: Add Environments"
|
||
step_1_form_help_text:
|
||
name: |
|
||
<div>
|
||
<p>
|
||
The name of your Application should be intuitive and easily recognizable for all of your team members.
|
||
</p>
|
||
<p>
|
||
<strong>Writer's Block? A naming example includes:</strong>
|
||
<ul>
|
||
<li>Army Security Infrastructure Application</li>
|
||
</ul>
|
||
</p>
|
||
</div>
|
||
description: |
|
||
<div>
|
||
<p>
|
||
Add a brief one to two sentence description of your application. You should be able to reference your TO Description of Work.
|
||
</p>
|
||
<p>
|
||
<strong>Writer's Block? A description example includes:</strong>
|
||
<ul>
|
||
<li>Build security applications for FOB Clark</li>
|
||
</ul>
|
||
</p>
|
||
</div>
|
||
step_2_header: Add Environments to {application_name}
|
||
step_2_description: Development, Testing, Staging, and Production environments are included by default. However, you can add, edit, and delete environments based on the needs of your Application.
|
||
step_2_button_text: "Next: Add Members"
|
||
step_3_header: Add Members to {application_name}
|
||
step_3_description: "To proceed, you will need each member's email address and DOD ID. Within this section, you will also assign Application-level permissions and environment-level roles for each member."
|
||
step_3_button_text: Save Application
|
||
create_new_env: Create a new environment.
|
||
create_new_env_info: Creating an environment gives you access to the Cloud Service Provider. This environment will function within the constraints of the task order, and any costs will be billed against the portfolio.
|
||
csp_console_text: CSP console
|
||
csp_link: Cloud Service Provider Link
|
||
remove_member:
|
||
alert:
|
||
message: '{user_name} will no longer be able to access this application or any of its environments'
|
||
button: Remove member
|
||
header: Are you sure you want to remove this team member?
|
||
delete:
|
||
alert:
|
||
message: You will lose access to this application and all environments will be removed from the CSP. Your reporting and activity will still be accessible.
|
||
button: Delete application
|
||
header: Are you sure you want to delete this application?
|
||
text: "If you delete {application_name}, all environments will be gone forever.<br>This action can not be undone."
|
||
subheading: Delete Application
|
||
enter_env_name: "Enter environment name:"
|
||
environments:
|
||
name: Name
|
||
delete:
|
||
button: Delete environment
|
||
edit_name: Edit name
|
||
environments_heading: Application Environments
|
||
existing_application_title: '{application_name} Application Settings'
|
||
member_count: '{count} members'
|
||
new_application_title: New Application
|
||
settings_heading: Application Settings
|
||
settings:
|
||
name_description: Application name and description
|
||
team_members: Application Team
|
||
environments: Application Environments
|
||
team_settings:
|
||
environments: Environments
|
||
section:
|
||
table:
|
||
delete_access: Delete Access
|
||
environment_management: Environment Management
|
||
team_management: Team Management
|
||
title: '{application_name} Team'
|
||
title: '{application_name} Team Settings'
|
||
add_to_environment: Add to existing environment
|
||
team_text: Team
|
||
members:
|
||
blank_slate: This Application has no members
|
||
form:
|
||
env_mgmt:
|
||
label: Manage Application Environments
|
||
description: Add and rename Environments, assign Environment access roles to team members.
|
||
team_mgmt:
|
||
label: Edit Application Team
|
||
description: Add and remove team members.
|
||
del_env:
|
||
label: Delete Application
|
||
description: Delete this application.
|
||
env_access:
|
||
title: Environment Roles
|
||
table_header: Environment Access
|
||
edit_description: Add or revoke Environment access.
|
||
description: Additional role controls are available in the CSP console. <a href="#"> Learn More </a>
|
||
revoke_warning: Save changes to revoke access, <strong>this can not be undone.</strong>
|
||
suspended: Suspended access cannot be modified.
|
||
next_button: "Next: Permissions"
|
||
app_perms:
|
||
title: Application Permissions
|
||
description: Application permissions allow users to provision and modify applications and teams. <a href="#"> Learn More </a>
|
||
edit_access_header: "Manage {user}'s Access"
|
||
env_access_text: "Add or revoke Environment access. Additional controls are available in the CSP console."
|
||
step_2_title: Set Permissions and Roles
|
||
add_member: Add Member
|
||
menu:
|
||
edit: Edit Roles and Permissions
|
||
resend: Resend Invite
|
||
new:
|
||
assign_roles: Assign Member Environments and Roles
|
||
learn_more: Learn more about these roles
|
||
manage_perms: 'Manage permissions for {application_name}'
|
||
manage_envs: 'Allow member to <strong>add</strong> and <strong>rename environments</strong> within the application.'
|
||
delete_envs: 'Allow member to <strong>delete environments</strong> within the application.'
|
||
manage_team: 'Allow member to <strong>add, update,</strong> and <strong>remove members</strong> from the application team.'
|
||
verify: Verify Member Information
|
||
perms_team_mgmt:
|
||
'False': View Team
|
||
'True': Edit Team
|
||
perms_env_mgmt:
|
||
'False': View Environments
|
||
'True': Edit Environments
|
||
perms_del_env:
|
||
'False': ""
|
||
'True': Delete Application
|
||
index:
|
||
empty:
|
||
start_button: Start a new JEDI portfolio
|
||
title: You have no apps yet
|
||
header: PORTFOLIO
|
||
members:
|
||
archive_button: Delete member
|
||
permissions:
|
||
app_mgmt: App management
|
||
edit_access: Edit
|
||
funding: Funding
|
||
name: Name
|
||
portfolio_mgmt: Portfolio management
|
||
reporting: Reporting
|
||
reports:
|
||
estimate_warning: Reports displayed in JEDI are estimates and not a system of record.
|
||
empty_state:
|
||
message: Nothing to report.
|
||
sub_message:
|
||
can_create_applications: This portfolio has no cloud environments set up, so there is no spending data to report. Create an application with some cloud environments to get started.
|
||
cannot_create_applications: This portfolio has no cloud environments set up, so there is no spending data to report. Contact the portfolio owner to set up some cloud environments.
|
||
action_label: 'Add a new application'
|
||
|
||
task_orders:
|
||
add_new_button: Add New Task Order
|
||
review:
|
||
pdf_title: Approved Task Order
|
||
review_your_funding: Review your funding
|
||
funding_summary: CLIN Summary
|
||
task_order_number: Task Order Number
|
||
check_paragraph: Check to make sure the information you entered is correct. After submission, you will confirm this task order was signed by a contracting officer. Thereafter, you will be informed as soon as CCPO completes their review.
|
||
supporting_document:
|
||
title: Supporting document
|
||
clins:
|
||
number: TO CLIN
|
||
type: CLIN Type
|
||
idiq_clin_description: Description (IDIQ CLIN)
|
||
pop: PoP
|
||
total_amount: CLIN Value
|
||
obligated: Amount Obligated
|
||
form:
|
||
add_clin: Add another CLIN
|
||
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.
|
||
base_clin_title: CLIN
|
||
clin_title: Enter Contract Line Items
|
||
clin_description: "Refer to your task order to locate your Contract Line Item Numbers (CLINs)."
|
||
clin_details: CLIN Details
|
||
clin_funding: CLIN Funding
|
||
clin_number_label: CLIN
|
||
clin_type_label: Corresponding IDIQ CLIN
|
||
clin_remove_text: 'Do you want to remove '
|
||
clin_remove_confirm: Yes, remove CLIN
|
||
clin_remove_cancel: No, go back
|
||
cloud_funding_header: Add the summary of cloud funding
|
||
cloud_funding_text: Data must match with what is in your uploaded document.
|
||
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.
|
||
total_funds_label: Total CLIN Value
|
||
obligated_funds_label: Obligated Funds
|
||
pop: Period of Performance
|
||
pop_end: End Date
|
||
pop_end_alert: "A CLIN's period of performance must end before {end_date}."
|
||
pop_example: "For example: 07 04 1776"
|
||
pop_start: Start Date
|
||
review_button: Review task order
|
||
supporting_docs_header: Upload your supporting documentation
|
||
supporting_docs_size_limit: Your file may not exceed 64MB
|
||
supporting_docs_text: Upload a single PDF containing all relevant information.
|
||
step_3:
|
||
next_button: 'Next: Review Task Order'
|
||
step_5:
|
||
title: Confirm Signature
|
||
description: Prior to submitting the Task Order, you must acknowledge, by marking the appropriate box below, that the uploaded Task Order is signed by an appropriate, duly warranted Contracting Officer who has the authority to execute the uploaded Task Order on your Agency’s behalf and has authorized you to upload the Task Order in accordance with Agency policy and procedures. You must further acknowledge, by marking the appropriate box below, that all information entered herein matches that of the submitted Task Order.
|
||
alert_message: All task orders require a Contracting Officer signature.
|
||
next_button: 'Confirm & Submit'
|
||
sticky_header_text: 'Add Task Order'
|
||
sticky_header_context: 'Step {step} of 5'
|
||
empty_state:
|
||
header: Add approved task orders
|
||
message: Upload your approved Task Order here. You are required to confirm you have the appropriate signature. You will have the ability to add additional approved Task Orders with more funding to this Portfolio in the future.
|
||
button_text: Add Task Order
|
||
view_only_text: Contact your portfolio administrator to add a Task Order.
|
||
new:
|
||
form_help_text: Before you can begin work in the cloud, you'll need to complete the information below and upload your approved task order for reference by the CCPO.
|
||
app_info:
|
||
project_title: Project details
|
||
subtitle: Who will be involved in the work funded by this task order?
|
||
team_title: Your team
|
||
sign:
|
||
digital_signature_description: I confirm the uploaded Task Order is signed by the appropriate, duly warranted Agency Contracting Officer who authorized me to upload the Task Order.
|
||
confirmation_description: I confirm that the information entered here in matches that of the submitted Task Order.
|
||
acknowledge:
|
||
title: Acknowledge Statement
|
||
text: I acknowledge, by executing the confirmation above and submitting this verification, that I am subject to potential penalties that may include fines, imprisonment, or both, under the U.S. law and regulations for any false statement or misrepresentation in association with this Task Order submission or on any accompanying documentation.
|
||
status_empty_state: 'This Portfolio has no {status} Task Orders.'
|
||
status_list_title: '{status} Task Orders'
|
||
JEDICLINType:
|
||
JEDI_CLIN_1: 'IDIQ CLIN 0001 Unclassified IaaS/PaaS'
|
||
JEDI_CLIN_2: 'IDIQ CLIN 0002 Classified IaaS/PaaS'
|
||
JEDI_CLIN_3: 'IDIQ CLIN 0003 Unclassified Cloud Support Package'
|
||
JEDI_CLIN_4: 'IDIQ CLIN 0004 Classified Cloud Support Package'
|
||
testing:
|
||
example_string: Hello World
|
||
example_with_variables: 'Hello, {name}!'
|
||
nested:
|
||
example: Hello nested example
|