Merge pull request #776 from dod-ccpo/to-language

Updating language throughout TO process
This commit is contained in:
rachel-dtr 2019-04-18 11:46:07 -04:00 committed by GitHub
commit a815e97203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 7 deletions

View File

@ -16,12 +16,13 @@ from atst.utils.flash import formatted_flash as flash
import atst.forms.task_order as task_order_form import atst.forms.task_order as task_order_form
from atst.domain.authz.decorator import user_can_access_decorator as user_can from atst.domain.authz.decorator import user_can_access_decorator as user_can
from atst.models.permissions import Permissions from atst.models.permissions import Permissions
from atst.utils.localization import translate
TASK_ORDER_SECTIONS = [ TASK_ORDER_SECTIONS = [
{ {
"section": "app_info", "section": "app_info",
"title": "What You're Making", "title": translate("forms.task_order.first_step_title"),
"template": "task_orders/new/app_info.html", "template": "task_orders/new/app_info.html",
"form": task_order_form.AppInfoForm, "form": task_order_form.AppInfoForm,
}, },

View File

@ -14,6 +14,7 @@
<!-- App Info Section --> <!-- App Info Section -->
<p>{{ "forms.task_order.basic_intro" | translate }}</p>
<h3 class="task-order-form__heading subheading">{{ "task_orders.new.app_info.basic_info_title"| translate }}</h3> <h3 class="task-order-form__heading subheading">{{ "task_orders.new.app_info.basic_info_title"| translate }}</h3>
{% if portfolio %} {% if portfolio %}
@ -35,6 +36,7 @@
<hr> <hr>
<h3 id="reporting" class="subheading">{{ "task_orders.new.app_info.project_title" | translate }}</h3> <h3 id="reporting" class="subheading">{{ "task_orders.new.app_info.project_title" | translate }}</h3>
<p>{{ "task_orders.new.app_info.details_description" | translate }}</p>
{{ OptionsInput(form.app_migration) }} {{ OptionsInput(form.app_migration) }}
{{ OptionsInput(form.native_apps) }} {{ OptionsInput(form.native_apps) }}
{{ MultiCheckboxInput(form.complexity, form.complexity_other) }} {{ MultiCheckboxInput(form.complexity, form.complexity_other) }}

View File

@ -207,10 +207,12 @@ forms:
environment_names_unique_validation_message: Environment names must be unique. environment_names_unique_validation_message: Environment names must be unique.
name_label: Name name_label: Name
task_order: task_order:
first_step_title: Basics
basic_intro: The first step of obtaining funding for cloud access is to provide more information about how you intend to use these funds. Before you can submit your task order, youll have to complete all sections, but while youre working on it, you can skip around the form, once youve supplied the portfolio name and DoD component.
portfolio_name_label: Portfolio name portfolio_name_label: Portfolio name
portfolio_name_description: The name of your office or organization. You can add multiple applications to your portfolio. Your task orders are used to pay for these applications and their environments. portfolio_name_description: The name of your office or organization. You can add multiple applications to your portfolio. Your task orders are used to pay for these applications and their environments.
scope_label: Cloud project scope scope_label: Cloud project scope
scope_description: Your team's plan for using the cloud, such as migrating an existing application or creating a prototype. <p>Not sure how to describe your scope? <a href="#">Read some examples</a> to get some inspiration.</p> scope_description: What do you plan to do on the cloud? Some examples might include migrating an existing application or creating a prototype. You dont need to include a detailed plan of execution, but should list key requirements. This section will be reviewed by your contracting officer, but wont be sent to the CCPO. <p>Not sure how to describe your scope? <a href="#">Read some examples</a> to get some inspiration.</p>
defense_component_label: Department of Defense component defense_component_label: Department of Defense component
app_migration: app_migration:
label: App migration label: App migration
@ -491,12 +493,13 @@ task_orders:
team_header: Before you begin, youll need to assemble your team team_header: Before you begin, youll need to assemble your team
button: Create a portfolio button: Create a portfolio
app_info: app_info:
section_title: "What You're Making" section_title: "Basics"
basic_info_title: Basic Information basic_info_title: Basic information
sample_scope: | sample_scope: |
Not sure how to describe your scope? <a href="#">Read some examples</a> to get some inspiration. Not sure how to describe your scope? <a href="#">Read some examples</a> to get some inspiration.
project_title: About your project project_title: Project details
team_title: About your team details_description: Provide a few more details about the work you will be doing. The CCPO will use this section for reporting purposes, but it wont be included in the final task order.
team_title: Your team
market_research_title: Market research market_research_title: Market research
market_research_paragraph: 'The JEDI Cloud Computing Program Office (CCPO) has completed the market research requirements for all related task orders. The Department of Defense CIO has approved this research.<br /><a href="#">View JEDI market research memo</a>' market_research_paragraph: 'The JEDI Cloud Computing Program Office (CCPO) has completed the market research requirements for all related task orders. The Department of Defense CIO has approved this research.<br /><a href="#">View JEDI market research memo</a>'
funding: funding:
@ -526,7 +529,7 @@ task_orders:
so_info_paragraph: Your security officer will need to answer some security configuration questions in order to generate a DD-254 document, then electronically sign. so_info_paragraph: Your security officer will need to answer some security configuration questions in order to generate a DD-254 document, then electronically sign.
review: review:
section_title: Review Your Task Order section_title: Review Your Task Order
app_info: What you're making app_info: Basics
portfolio: Portfolio portfolio: Portfolio
dod: DoD component dod: DoD component
scope: Scope (statement of work) scope: Scope (statement of work)