Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#364] fix: i18n labels of storage information screen #475

Merged
Merged
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
37 changes: 19 additions & 18 deletions govtool/frontend/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,24 +169,6 @@ export const en = {
placeholder: "A name for this Action",
},
},
formTitle: "Governance Action details",
references: "References and Supporting Information",
reviewSubmission: "Review your submission",
storeDataCheckboxLabel:
"I agree to store correctly this information and to maintain them over the years",
storeDataLink: "Learn more about storing information",
storeDataTitle: "Store and Maintain the Data Yourself",
storingInformationDescription:
"Download your file, save it to your chosen location, and enter the URL of that location in step 3",
storingInformationStep1Label: "Download this file",
storingInformationStep2Label:
"Save this file in a location that provides a public URL (ex. github)",
storingInformationStep2Link: "Read full guide",
storingInformationStep3Label: "Paste the URL here",
storingInformationTitle: "Information Storage Steps",
storingInformationURLPlaceholder: "URL",
supportingLinks: "Supporting links",
title: "Create a Governance Action",
validations: {
bech32: "Invalid bech32 address",
maxLength: "Max {{maxLength}} characters",
Expand All @@ -195,6 +177,24 @@ export const en = {
url: "Invalid URL",
},
},
formTitle: "Governance Action details",
references: "References and Supporting Information",
reviewSubmission: "Review your submission",
storeDataCheckboxLabel:
"I agree to store correctly this information and to maintain them over the years",
storeDataLink: "Learn more about storing information",
storeDataTitle: "Store and Maintain the Data Yourself",
storingInformationDescription:
"Download your file, save it to your chosen location, and enter the URL of that location in step 3",
storingInformationStep1Label: "Download this file",
storingInformationStep2Label:
"Save this file in a location that provides a public URL (ex. github)",
storingInformationStep2Link: "Read full guide",
storingInformationStep3Label: "Paste the URL here",
storingInformationTitle: "Information Storage Steps",
storingInformationURLPlaceholder: "URL",
supportingLinks: "Supporting links",
title: "Create a Governance Action",
modals: {
externalDataDoesntMatch: {
buttonText: "Go to Data Edit Screen",
Expand Down Expand Up @@ -261,6 +261,7 @@ export const en = {
checkIsWalletConnected: "Check if the wallet is connected.",
dRepIdNotFound: "DrepId not found",
invalidGovernanceActionType: "Invalid Governance Action Type",
invalidTreasuryGovernanceActionType: "Invalid Treasury Governance Action",
noAddressesFound: "No addresses found",
noStakeKeySelected: "No stake key selected",
notUsingAnchor: "DRep Registration - not using anchor",
Expand Down