-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[NO QA] En/Es copy changes #44651
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
Merged
Merged
[NO QA] En/Es copy changes #44651
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ec9f033
finally correct text
carlosmiceli 42c580a
ran prettier
carlosmiceli aa45c7a
disable specific eslint rule
carlosmiceli 8281320
disable specific eslint rule
carlosmiceli 2df4718
removing eslint exceptions
carlosmiceli 9e05cf0
merge main
carlosmiceli 847cce0
remove rule exceptions
carlosmiceli a5a687f
Merge branch 'main' into cm-fix-languages-en/es
carlosmiceli 84fc31e
Merge branch 'main' into cm-fix-languages-en/es
carlosmiceli 4afe81a
Merge branch 'main' into cm-fix-languages-en/es
carlosmiceli 29014ca
bump eslint version
carlosmiceli a02a4c8
update copy
carlosmiceli 64c0b36
Update en.ts
jamesdeanexpensify 71a4a02
Update en.ts
jamesdeanexpensify 3873d66
Update en.ts
jamesdeanexpensify e3a4996
Update en.ts
jamesdeanexpensify f242437
Update en.ts
jamesdeanexpensify e8794d6
Merge branch 'main' into cm-fix-languages-en/es
carlosmiceli 5f2099e
add rule exception to es.ts
carlosmiceli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -820,9 +820,9 @@ export default { | |
| genericUnholdExpenseFailureMessage: 'Unexpected error taking this expense off hold. Please try again later.', | ||
| receiptDeleteFailureError: 'Unexpected error deleting this receipt. Please try again later.', | ||
| // eslint-disable-next-line rulesdir/use-periods-for-error-messages | ||
| receiptFailureMessage: "The receipt didn't upload. ", | ||
| // eslint-disable-next-line rulesdir/use-periods-for-error-messages | ||
| receiptFailureMessage: "The receipt didn't upload.", | ||
| saveFileMessage: 'Download the file ', | ||
| // eslint-disable-next-line rulesdir/use-periods-for-error-messages | ||
| loseFileMessage: 'or dismiss this error and lose it.', | ||
| genericDeleteFailureMessage: 'Unexpected error deleting this expense. Please try again later.', | ||
| genericEditFailureMessage: 'Unexpected error editing this expense. Please try again later.', | ||
|
|
@@ -1728,34 +1728,34 @@ export default { | |
| hasBeenThrottledError: 'An error occurred while adding your bank account. Please wait a few minutes and try again.', | ||
| hasCurrencyError: 'Oops! It appears that your workspace currency is set to a different currency than USD. To proceed, please set it to USD and try again.', | ||
| error: { | ||
| youNeedToSelectAnOption: 'You need to select an option to proceed.', | ||
| noBankAccountAvailable: 'Sorry, no bank account is available.', | ||
| noBankAccountSelected: 'Please choose an account.', | ||
| taxID: 'Please enter a valid tax ID number.', | ||
| website: 'Please enter a valid website. The website should be in lowercase.', | ||
| zipCode: `Incorrect zip code format. Acceptable format: ${CONST.COUNTRY_ZIP_REGEX_DATA.US.samples}`, | ||
| phoneNumber: 'Please enter a valid phone number.', | ||
| companyName: 'Please enter a valid legal business name.', | ||
| addressCity: 'Please enter a valid city.', | ||
| addressStreet: 'Please enter a valid street address that is not a PO box.', | ||
| addressState: 'Please select a valid state.', | ||
| incorporationDateFuture: 'Incorporation date cannot be in the future.', | ||
| incorporationState: 'Please select a valid state.', | ||
| industryCode: 'Please enter a valid industry classification code. Must be 6 digits.', | ||
| restrictedBusiness: 'Please confirm company is not on the list of restricted businesses.', | ||
| routingNumber: 'Please enter a valid routing number.', | ||
| accountNumber: 'Please enter a valid account number.', | ||
| routingAndAccountNumberCannotBeSame: 'The routing number and account number cannot be the same.', | ||
| companyType: 'Please select a valid company type.', | ||
| tooManyAttempts: 'Due to a high number of login attempts, this option has been temporarily disabled for 24 hours. Please try again later or manually enter details instead.', | ||
| address: 'Please enter a valid address.', | ||
| dob: 'Please select a valid date of birth.', | ||
| age: 'Must be over 18 years old.', | ||
| ssnLast4: 'Please enter valid last 4 digits of SSN.', | ||
| firstName: 'Please enter a valid first name.', | ||
| lastName: 'Please enter a valid last name.', | ||
| noDefaultDepositAccountOrDebitCardAvailable: 'Please add a default deposit bank account or debit card.', | ||
| validationAmounts: 'The validation amounts you entered are incorrect. Please double-check your bank statement and try again.', | ||
| youNeedToSelectAnOption: 'Please select an option to proceed', | ||
| noBankAccountAvailable: "Sorry, there's no bank account available", | ||
| noBankAccountSelected: 'Please choose an account', | ||
| taxID: 'Please enter a valid tax ID number', | ||
| website: 'Please enter a valid website using lower-case letters', | ||
| zipCode: `Please enter a valid ZIP code using the format: ${CONST.COUNTRY_ZIP_REGEX_DATA.US.samples}`, | ||
| phoneNumber: 'Please enter a valid phone number', | ||
| companyName: 'Please enter a valid business name', | ||
| addressCity: 'Please enter a valid city', | ||
| addressStreet: 'Please enter a valid street address', | ||
| addressState: 'Please select a valid state', | ||
| incorporationDateFuture: "Incorporation date can't be in the future", | ||
| incorporationState: 'Please select a valid state', | ||
| industryCode: 'Please enter a valid industry classification code with six digits', | ||
| restrictedBusiness: "Please confirm the business isn't on the list of restricted businesses", | ||
| routingNumber: 'Please enter a valid routing number', | ||
| accountNumber: 'Please enter a valid account number', | ||
| routingAndAccountNumberCannotBeSame: "Routing and account numbers can't match", | ||
| companyType: 'Please select a valid company type', | ||
| tooManyAttempts: 'Due to a high number of login attempts, this option has been disabled for 24 hours. Please try again later or enter details manually instead.', | ||
| address: 'Please enter a valid address', | ||
| dob: 'Please select a valid date of birth', | ||
| age: 'Must be over 18 years old', | ||
| ssnLast4: 'Please enter valid last 4 digits of SSN', | ||
| firstName: 'Please enter a valid first name', | ||
| lastName: 'Please enter a valid last name', | ||
| noDefaultDepositAccountOrDebitCardAvailable: 'Please add a default deposit account or debit card', | ||
| validationAmounts: 'The validation amounts you entered are incorrect. Please double check your bank statement and try again.', | ||
| }, | ||
| }, | ||
| addPersonalBankAccountPage: { | ||
|
|
@@ -1785,11 +1785,11 @@ export default { | |
| userIsAlreadyMember: ({login, name}: UserIsAlreadyMemberParams) => `${login} is already a member of ${name}`, | ||
| }, | ||
| onfidoStep: { | ||
| acceptTerms: 'By continuing with the request to activate your Expensify wallet, you confirm that you have read, understand and accept ', | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. After the space was removed here, the text wasn't split, which resulted in This was fixed here |
||
| acceptTerms: 'By continuing with the request to activate your Expensify Wallet, you confirm that you have read, understand, and accept', | ||
| facialScan: 'Onfido’s Facial Scan Policy and Release', | ||
| tryAgain: 'Try again', | ||
| verifyIdentity: 'Verify identity', | ||
| letsVerifyIdentity: "Let's verify your identity.", | ||
| letsVerifyIdentity: "Let's verify your identity", | ||
| butFirst: `But first, the boring stuff. Read up on the legalese in the next step and click "Accept" when you're ready.`, | ||
| genericError: 'An error occurred while processing this step. Please try again.', | ||
| cameraPermissionsNotGranted: 'Enable camera access', | ||
|
|
@@ -1805,17 +1805,17 @@ export default { | |
| }, | ||
| additionalDetailsStep: { | ||
| headerTitle: 'Additional details', | ||
| helpText: 'We need to confirm the following information before you can send and receive money with your wallet.', | ||
| helpTextIdologyQuestions: 'Just a few more questions to finish verifying your identity.', | ||
| helpText: 'We need to confirm the following information before you can send and receive money from your wallet.', | ||
| helpTextIdologyQuestions: 'We need to ask you just a few more questions to finish validating your identity.', | ||
| helpLink: 'Learn more about why we need this.', | ||
| legalFirstNameLabel: 'Legal first name', | ||
| legalMiddleNameLabel: 'Legal middle name', | ||
| legalLastNameLabel: 'Legal last name', | ||
| selectAnswer: 'You need to select a response to proceed.', | ||
| ssnFull9Error: 'Please enter a valid 9-digit SSN.', | ||
| needSSNFull9: "We're having trouble verifying your SSN. Please enter the full 9 digits of your SSN.", | ||
| weCouldNotVerify: 'We could not verify', | ||
| pleaseFixIt: 'Please fix this information before continuing.', | ||
| selectAnswer: 'Please select a response to proceed.', | ||
| ssnFull9Error: 'Please enter a valid nine-digit SSN.', | ||
| needSSNFull9: "We're having trouble verifying your SSN. Please enter the full nine digits of your SSN.", | ||
| weCouldNotVerify: "We couldn't verify", | ||
| pleaseFixIt: 'Please fix this information before continuing', | ||
| failedKYCTextBefore: "We weren't able to verify your identity. Please try again later or reach out to ", | ||
| failedKYCTextAfter: ' if you have any questions.', | ||
| }, | ||
|
|
@@ -1987,8 +1987,8 @@ export default { | |
| doYouOwn25percent: 'Do you own 25% or more of', | ||
| doAnyIndividualOwn25percent: 'Do any individuals own 25% or more of', | ||
| areThereMoreIndividualsWhoOwn25percent: 'Are there more individuals who own 25% or more of', | ||
| regulationRequiresUsToVerifyTheIdentity: 'Regulation requires us to verify the identity of any individual who owns more than 25% of the company.', | ||
| companyOwner: 'Company owner', | ||
| regulationRequiresUsToVerifyTheIdentity: 'Regulation requires us to verify the identity of any individual who owns more than 25% of the business.', | ||
| companyOwner: 'Business owner', | ||
| enterLegalFirstAndLastName: "What's the owner's legal name?", | ||
| legalFirstName: 'Legal first name', | ||
| legalLastName: 'Legal last name', | ||
|
|
@@ -2038,7 +2038,7 @@ export default { | |
| confirmAgreements: 'Please confirm the agreements below.', | ||
| certifyTrueAndAccurate: 'I certify that the information provided is true and accurate', | ||
| certifyTrueAndAccurateError: 'Please certify that the information is true and accurate', | ||
| isAuthorizedToUseBankAccount: 'I am authorized to use my company bank account for business spend', | ||
| isAuthorizedToUseBankAccount: 'I am authorized to use this business bank account for business spend', | ||
| isAuthorizedToUseBankAccountError: 'You must be a controlling officer with authorization to operate the business bank account.', | ||
| termsAndConditions: 'terms and conditions', | ||
| }, | ||
|
|
@@ -2829,7 +2829,7 @@ export default { | |
| moreFeatures: { | ||
| spendSection: { | ||
| title: 'Spend', | ||
| subtitle: 'Enable optional functionality that helps you scale your team.', | ||
| subtitle: 'Enable functionality that helps you scale your team.', | ||
| }, | ||
| earnSection: { | ||
| title: 'Earn', | ||
|
|
@@ -3445,7 +3445,7 @@ export default { | |
| yesStartOver: 'Yes, start over', | ||
| disconnectYour: 'Disconnect your ', | ||
| bankAccountAnyTransactions: ' bank account. Any outstanding transactions for this account will still complete.', | ||
| clearProgress: "Starting over will clear any progress you've made.", | ||
| clearProgress: "Starting over will clear the progress you've made so far.", | ||
| areYouSure: 'Are you sure?', | ||
| workspaceCurrency: 'Workspace currency', | ||
| updateCurrencyPrompt: 'It looks like your workspace is currently set to a different currency than USD. Please click the button below to update your currency to USD now.', | ||
|
|
@@ -3952,7 +3952,8 @@ export default { | |
| }, | ||
| teachersUnitePage: { | ||
| teachersUnite: 'Teachers Unite', | ||
| joinExpensifyOrg: 'Join Expensify.org in eliminating injustice around the world and help teachers split their expenses for classrooms in need!', | ||
| joinExpensifyOrg: | ||
| 'Join Expensify.org in eliminating injustice around the world. The current "Teachers Unite" campaign supports educators everywhere by splitting the costs of essential school supplies.', | ||
| iKnowATeacher: 'I know a teacher', | ||
| iAmATeacher: 'I am a teacher', | ||
| getInTouch: 'Excellent! Please share their information so we can get in touch with them.', | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.