Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/modules/workspace/ps/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const iso2id = {
export const PREFIX_SLUG = 'plastic-strategy'

export const stepsState = [
{ label: 'Instructions', slug: '', checked: false },
{ label: 'Introduction', slug: '', checked: false },
{
label: 'National Steering Committee & Project Team',
slug: '1-project-team',
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/modules/workspace/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ const Workspace = ({
{psAll.length > 0 && (
<div className="heading-container">
<h2 className="h-xxl w-bold">
<Trans>Country Dedicated Workflows</Trans>
<Trans>Action Planning Tools</Trans>
</h2>
{psAll?.length > 3 && (
<Link href="/workspace/plastic-strategies">
Expand Down Expand Up @@ -482,7 +482,7 @@ export const PSCard = ({ item, key, isAdmin }) => {
<li key={key}>
<Link href={`/workspace/${PREFIX_SLUG}-${countryName}`}>
<div className="caps-heading-s">
<Trans>Country Dedicated Workflow</Trans>
<Trans>Action Planning Tool</Trans>
</div>
<h4 className="w-semi">{item?.country?.name}</h4>
{/* <div className="compl">{`${progressValue}%`}</div> */}
Expand Down
10 changes: 5 additions & 5 deletions frontend/src/pages/landing/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const Landing = (props) => {
<div className="container">
<div className="text">
<strong className="caps-heading-1">
<Trans>Country Dedicated</Trans>
<Trans>Action Planning</Trans>
</strong>
<h2>
<strong>
Expand All @@ -112,10 +112,10 @@ const Landing = (props) => {
</h2>
<p className="p-m">
<Trans>
The Country Dedicated Workflow is a digital tool to help
countries in developing national plastic source inventories and
plastic strategies, supported by step-by-step guidance and
inspiring case studies. Create your account and explore.
The Action Planning Tool is a digital workflow to help countries
in developing national plastic source inventories and plastic
strategies, supported by step-by-step guidance and inspiring
case studies. Create your account and explore.
</Trans>
</p>
<JoinBtn {...props} />
Expand Down
5 changes: 3 additions & 2 deletions frontend/src/pages/workspace/[slug]/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ export const useStepsDict = () => {
const { i18n } = useLingui()

const stepsDict = {
Instructions: i18n._(t`Instructions`),
Instructions: i18n._(t`Intro`),
'National Steering Committee & Project Team': i18n._(
t`National Steering Committee & Project Team`
),
Introduction: t`Introduction`,
Intro: t`Intro`,
'Setup your team': i18n._(t`Setup your team`),
'Stakeholder Consultations': i18n._(t`Stakeholder Consultations`),
Expand Down Expand Up @@ -279,7 +280,7 @@ const NestedLayout = ({ children }) => {
<div className="sticky" ref={domRef}>
<div className="head">
<div className="caps-heading-s">
<Trans>Country Dedicated Workflow</Trans>
<Trans>Action Planning Tool</Trans>
</div>
<h5 className="h-m m-semi">{psCountryName || t`Loading...`}</h5>
<div className="progress-bar">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/translations/locales/en.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions frontend/src/translations/locales/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,10 @@ msgstr "Country Dashboard"
msgid "Country Dedicated"
msgstr "Country Dedicated"

#: src/pages/landing/index.jsx:105
msgid "Action Planning"
msgstr "Action Planning"

#: src/modules/workspace/view.jsx:485
#: src/pages/workspace/[slug]/layout.js:282
msgid "Country Dedicated Workflow"
Expand All @@ -927,6 +931,19 @@ msgstr "Country Dedicated Workflow"
msgid "Country Dedicated Workflows"
msgstr "Country Dedicated Workflows"

#: src/modules/workspace/view.jsx:485
#: src/pages/workspace/[slug]/layout.js:282
msgid "Action Planning Tool"
msgstr "Action Planning Tool"

#: src/modules/workspace/view.jsx:319
msgid "Action Planning Tools"
msgstr "Action Planning Tools"

#: src/modules/workspace/view.jsx:319
msgid "Introduction"
msgstr "Introduction"

#: src/pages/workspace/[slug]/3-legislation-policy/country-policy.js:560
#: src/pages/workspace/[slug]/layout.js:36
msgid "Country Policy Framework"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/translations/locales/es.js

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions frontend/src/translations/locales/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,10 @@ msgstr "Panel de control del país"
msgid "Country Dedicated"
msgstr "Para cada país"

#: src/pages/landing/index.jsx:105
msgid "Action Planning"
msgstr "Planificación de Acciones"

#: src/modules/workspace/view.jsx:485
#: src/pages/workspace/[slug]/layout.js:282
msgid "Country Dedicated Workflow"
Expand All @@ -929,6 +933,23 @@ msgstr "Flujo de trabajo dedicado a cada país"
msgid "Country Dedicated Workflows"
msgstr "Flujos de trabajo dedicados a cada país"

#: src/modules/workspace/view.jsx:485
#: src/pages/workspace/[slug]/layout.js:282
msgid "Action Planning Tool"
msgstr "Herramienta de Planificación de Acciones"

#: src/modules/workspace/view.jsx:319
msgid "Action Planning Tools"
msgstr "Herramientas de Planificación de Acciones"

#: src/modules/workspace/view.jsx:319
msgid "Action Planning Tools"
msgstr "Herramientas de Planificación de Acciones"

#: src/modules/workspace/view.jsx:319
msgid "Introduction"
msgstr "Introducción"

#: src/pages/workspace/[slug]/3-legislation-policy/country-policy.js:560
#: src/pages/workspace/[slug]/layout.js:36
msgid "Country Policy Framework"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/translations/locales/fr.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions frontend/src/translations/locales/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,10 @@ msgstr "Tableau de bord du pays"
msgid "Country Dedicated"
msgstr "Pour chaque pays"

#: src/pages/landing/index.jsx:105
msgid "Action Planning"
msgstr "Planification des Actions"

#: src/modules/workspace/view.jsx:485
#: src/pages/workspace/[slug]/layout.js:282
msgid "Country Dedicated Workflow"
Expand All @@ -927,6 +931,19 @@ msgstr "Flux de travail dédiés par pays"
msgid "Country Dedicated Workflows"
msgstr "Flux de travail dédiés par pays"

#: src/modules/workspace/view.jsx:485
#: src/pages/workspace/[slug]/layout.js:282
msgid "Action Planning Tool"
msgstr "Outil de Planification des Actions"

#: src/modules/workspace/view.jsx:319
msgid "Action Planning Tools"
msgstr "Outils de Planification des Actions"

#: src/modules/workspace/view.jsx:319
msgid "Introduction"
msgstr "Introduction"

#: src/pages/workspace/[slug]/3-legislation-policy/country-policy.js:560
#: src/pages/workspace/[slug]/layout.js:36
msgid "Country Policy Framework"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/translations/locales/pseudo.js

Large diffs are not rendered by default.