Skip to content
2 changes: 1 addition & 1 deletion src/components/MoneyReportHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ function MoneyReportHeader({
}

if (hasDuplicates) {
return {icon: getStatusIcon(expensifyIcons.Flag), description: translate('iou.duplicateTransaction', {isSubmitted: isProcessingReport(moneyRequestReport)})};
return {icon: getStatusIcon(expensifyIcons.Flag), description: translate('iou.duplicateTransaction', isProcessingReport(moneyRequestReport))};
}

// Show the broken connection violation message only if it's part of transactionViolations (i.e., visible to the user).
Expand Down
2 changes: 1 addition & 1 deletion src/components/MoneyRequestConfirmationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ function MoneyRequestConfirmationList({
const splitOrRequestOptions: Array<DropdownOption<string>> = useMemo(() => {
let text;
if (expensesNumber > 1) {
text = translate('iou.createExpenses', {expensesNumber});
text = translate('iou.createExpenses', expensesNumber);
} else if (isTypeInvoice) {
if (hasInvoicingDetails(policy)) {
text = translate('iou.sendInvoice', {amount: formattedAmount});
Expand Down
92 changes: 34 additions & 58 deletions src/languages/de.ts

Large diffs are not rendered by default.

91 changes: 34 additions & 57 deletions src/languages/en.ts

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions src/languages/es.ts

Large diffs are not rendered by default.

91 changes: 34 additions & 57 deletions src/languages/fr.ts

Large diffs are not rendered by default.

91 changes: 34 additions & 57 deletions src/languages/it.ts

Large diffs are not rendered by default.

91 changes: 34 additions & 57 deletions src/languages/ja.ts

Large diffs are not rendered by default.

90 changes: 34 additions & 56 deletions src/languages/nl.ts

Large diffs are not rendered by default.

89 changes: 0 additions & 89 deletions src/languages/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ type HarvestCreatedExpenseReportParams = {
reportName: string;
};

type DuplicateTransactionParams = {
isSubmitted: boolean;
};

type RequestCountParams = {
scanningReceipts: number;
pendingReceipts: number;
Expand Down Expand Up @@ -188,8 +184,6 @@ type PayerOwesAmountParams = {payer: string; amount: number | string; comment?:

type PayerOwesParams = {payer: string};

type CompanyCardFeedNameParams = {feedName: string};

type PayerPaidAmountParams = {payer?: string; amount: number | string};

type ManagerApprovedParams = {manager: string};
Expand All @@ -200,8 +194,6 @@ type PayerPaidParams = {payer: string};

type PayerSettledParams = {amount: number | string};

type CreateExpensesParams = {expensesNumber: number};

type WaitingOnBankAccountParams = {submitterDisplayName: string};

type CanceledRequestParams = {amount: string; submitterDisplayName: string};
Expand Down Expand Up @@ -232,10 +224,6 @@ type InstantSummaryParams = {rate: string; minAmount: string};

type NotYouParams = {user: string};

type DateShouldBeBeforeParams = {dateString: string};

type DateShouldBeAfterParams = {dateString: string};

type WeSentYouMagicSignInLinkParams = {login: string; loginType: string};

type ToValidateLoginParams = {primaryLogin: string; secondaryLogin: string};
Expand All @@ -244,8 +232,6 @@ type NoLongerHaveAccessParams = {primaryLogin: string};

type OurEmailProviderParams = {login: string};

type ConfirmThatParams = {login: string};

type UntilTimeParams = {time: string};

type StepCounterParams = {step: number; total?: number; text?: string};
Expand Down Expand Up @@ -486,8 +472,6 @@ type LeftWorkspaceParams = {nameOrEmail: string};

type RemoveMemberParams = {email: string; role: string};

type DateParams = {date: string};

type FiltersAmountBetweenParams = {greaterThan: string; lessThan: string};

type StatementPageTitleParams = {year: string | number; monthName: string};
Expand Down Expand Up @@ -554,8 +538,6 @@ type IncorrectZipFormatParams = {zipFormat?: string} | undefined;

type ExportIntegrationSelectedParams = {connectionName: ConnectionName};

type DefaultVendorDescriptionParams = {isReimbursable: boolean};

type RequiredFieldParams = {fieldName: string};

type ImportFieldParams = {importField: string};
Expand All @@ -568,8 +550,6 @@ type SyncStageNameConnectionsParams = {stage: PolicyConnectionSyncStage};

type DelegateRoleParams = {role: DelegateRole};

type DelegatorParams = {delegator: string};

type VacationDelegateParams = {nameOrEmail: string};

type SubmittedToVacationDelegateParams = {submittedToName: string; vacationDelegateName: string};
Expand Down Expand Up @@ -598,10 +578,6 @@ type FeatureNameParams = {
moreFeaturesLink?: string;
};

type DefaultAmountParams = {
defaultAmount: string;
};

type RemovedFromApprovalWorkflowParams = {
submittersNames: string[];
};
Expand All @@ -617,10 +593,6 @@ type IntegrationExportParams = {
exportPageLink?: string;
};

type ConnectionParams = {
connection: string;
};

type MissingPropertyParams = {
propertyName: string;
};
Expand Down Expand Up @@ -681,23 +653,11 @@ type FileTypeParams = {
fileType: string;
};

type CompanyCardBankName = {
bankName: string;
};

type CurrencyCodeParams = {
currencyCode: string;
};

type WorkspaceLockedPlanTypeParams = {
count: number;
annualSubscriptionEndDate: string;
};

type CompanyNameParams = {
companyName: string;
};

type SignerInfoMessageParams = {
bankAccountLastFour: string | undefined;
currency: string | undefined;
Expand All @@ -707,10 +667,6 @@ type CustomUnitRateParams = {
rate: number;
};

type ChatWithAccountManagerParams = {
accountManagerDisplayName: string;
};

type EditDestinationSubtitleParams = {
destination: string;
};
Expand Down Expand Up @@ -739,10 +695,6 @@ type ReviewParams = {
amount: string;
};

type CurrencyInputDisabledTextParams = {
currency: string;
};

type SplitExpenseSubtitleParams = {
amount: string;
merchant: string;
Expand Down Expand Up @@ -786,14 +738,6 @@ type TravelTypeParams = {
id?: string;
};

type ContactMethodsRouteParams = {
contactMethodsRoute: string;
};

type ContactMethodParams = {
contactMethodRoute: string;
};

type QBDSetupErrorBodyParams = {
conciergeLink: string;
};
Expand Down Expand Up @@ -854,18 +798,10 @@ type UpgradeSuccessMessageParams = {
subscriptionLink: string;
};

type DomainPermissionInfoRestrictionParams = {
domain: string;
};

type SubmittedWithMemoParams = {
memo?: string;
};

type DependentMultiLevelTagsSubtitleParams = {
importSpreadsheetLink: string;
};

type PayAndDowngradeDescriptionParams = {
formattedAmount: string;
};
Expand All @@ -883,10 +819,6 @@ type SettlementAccountReconciliationParams = {
lastFourPAN: string;
};

type DisconnectYourBankAccountParams = {
bankName: string;
};

type MergeAccountIntoParams = {
login: string;
};
Expand All @@ -909,8 +841,6 @@ type FocusModeUpdateParams = {
export type {
SettlementAccountReconciliationParams,
ToggleImportTitleParams,
ContactMethodsRouteParams,
ContactMethodParams,
SplitExpenseEditTitleParams,
SplitExpenseSubtitleParams,
TotalAmountGreaterOrLessThanOriginalParams,
Expand All @@ -920,11 +850,9 @@ export type {
MissingPropertyParams,
InvalidPropertyParams,
InvalidValueParams,
ConnectionParams,
IntegrationExportParams,
RemovedFromApprovalWorkflowParams,
DemotedFromWorkspaceParams,
DefaultAmountParams,
FeatureNameParams,
FileLimitParams,
FileTypeParams,
Expand All @@ -933,14 +861,12 @@ export type {
AssignedCardParams,
SpreadCategoriesParams,
DelegateRoleParams,
DelegatorParams,
VacationDelegateParams,
LastSyncAccountingParams,
SyncStageNameConnectionsParams,
RequiredFieldParams,
IntacctMappingTitleParams,
ImportFieldParams,
DefaultVendorDescriptionParams,
ExportIntegrationSelectedParams,
UnapproveWithIntegrationWarningParams,
IncorrectZipFormatParams,
Expand Down Expand Up @@ -975,10 +901,6 @@ export type {
BeginningOfChatHistoryUserRoomParams,
BeginningOfChatHistoryAnnounceRoomPartTwo,
CanceledRequestParams,
ConfirmThatParams,
CompanyCardFeedNameParams,
DateShouldBeAfterParams,
DateShouldBeBeforeParams,
DeleteActionParams,
DeleteConfirmationParams,
DidSplitAmountMessageParams,
Expand Down Expand Up @@ -1010,7 +932,6 @@ export type {
ParentNavigationSummaryParams,
PaySomeoneParams,
PayerOwesAmountParams,
DuplicateTransactionParams,
PayerOwesParams,
RoleNamesParams,
PayerPaidAmountParams,
Expand Down Expand Up @@ -1096,10 +1017,8 @@ export type {
UpdatedCustomFieldParams,
LeftWorkspaceParams,
RemoveMemberParams,
DateParams,
FiltersAmountBetweenParams,
StatementPageTitleParams,
CompanyCardBankName,
DisconnectPromptParams,
DisconnectTitleParams,
CharacterLengthLimitParams,
Expand All @@ -1108,11 +1027,8 @@ export type {
WorkspaceYouMayJoin,
WorkspaceMemberList,
ImportPerDiemRatesSuccessfulDescriptionParams,
CurrencyCodeParams,
WorkspaceLockedPlanTypeParams,
CompanyNameParams,
CustomUnitRateParams,
ChatWithAccountManagerParams,
UpdatedPolicyCurrencyParams,
UpdatedPolicyFrequencyParams,
UpdatedPolicyCategoryParams,
Expand Down Expand Up @@ -1160,9 +1076,7 @@ export type {
UpdatedPolicyCategoryMaxAmountNoReceiptParams,
SubscriptionSettingsSummaryParams,
ReviewParams,
CreateExpensesParams,
WorkspaceMembersCountParams,
CurrencyInputDisabledTextParams,
EmployeeInviteMessageParams,
FlightParams,
AirlineParams,
Expand All @@ -1186,14 +1100,11 @@ export type {
WorkspaceShareNoteParams,
RulesEnableWorkflowsParams,
UpgradeSuccessMessageParams,
DomainPermissionInfoRestrictionParams,
SubmittedWithMemoParams,
SignerInfoMessageParams,
DependentMultiLevelTagsSubtitleParams,
PayAndDowngradeDescriptionParams,
WalletAgreementParams,
ErrorODIntegrationParams,
DisconnectYourBankAccountParams,
MergeAccountIntoParams,
NextStepParams,
ReportFieldParams,
Expand Down
Loading
Loading