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
72 changes: 27 additions & 45 deletions src/languages/de.ts

Large diffs are not rendered by default.

72 changes: 27 additions & 45 deletions src/languages/en.ts

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions src/languages/es.ts

Large diffs are not rendered by default.

72 changes: 27 additions & 45 deletions src/languages/fr.ts

Large diffs are not rendered by default.

73 changes: 27 additions & 46 deletions src/languages/it.ts

Large diffs are not rendered by default.

72 changes: 27 additions & 45 deletions src/languages/ja.ts

Large diffs are not rendered by default.

71 changes: 27 additions & 44 deletions src/languages/nl.ts

Large diffs are not rendered by default.

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

type DeleteTransactionParams = {
amount: string;
merchant: string;
};

type MovedTransactionParams = {
reportUrl: string;
reportName?: string;
Expand Down Expand Up @@ -129,12 +124,8 @@ type RequestAmountParams = {amount: string};

type ReportFieldParams = {name: string; value: string};

type RequestedAmountMessageParams = {formattedAmount: string; comment?: string};

type SplitAmountParams = {amount: string};

type DidSplitAmountMessageParams = {formattedAmount: string; comment: string};

type UserSplitParams = {amount: string};

type PayerOwesParams = {payer: string};
Expand All @@ -161,8 +152,6 @@ type ResolutionConstraintsParams = {minHeightInPx: number; minWidthInPx: number;

type NotAllowedExtensionParams = {allowedExtensions: string[]};

type EnterMagicCodeParams = {contactMethod: string};

type TransferParams = {amount: string};

type InstantSummaryParams = {rate: string; minAmount: string};
Expand Down Expand Up @@ -258,8 +247,6 @@ type OptionalParam<T> = Partial<T>;

type TermsParams = {amount: string};

type ElectronicFundsParams = {percentage: string; amount: string};

type LogSizeParams = {size: number};

type LogSizeAndDateParams = {size: number; date: string};
Expand Down Expand Up @@ -380,11 +367,6 @@ type LastSyncDateParams = {
formattedDate: string;
};

type CustomersOrJobsLabelParams = {
importFields: string[];
importType: string;
};

type ExportAgainModalDescriptionParams = {
reportName: string;
connectionName: ConnectionName;
Expand Down Expand Up @@ -430,10 +412,6 @@ type StatementTitleParams = {year: number | string; monthName: string};

type TrialStartedTitleParams = {numOfDays: number};

type EarlyDiscountTitleParams = {discountType: number};

type EarlyDiscountSubtitleParams = {days: number; hours: number; minutes: number; seconds: number};

type YourPlanPriceParams = {lower: string; upper: string};

type YourPlanPriceValueParams = {price: string};
Expand Down Expand Up @@ -486,20 +464,10 @@ type SpreadCategoriesParams = {
categories: number;
};

type FeatureNameParams = {
featureName: string;
moreFeaturesLink?: string;
};

type RemovedFromApprovalWorkflowParams = {
submittersNames: string[];
};

type DemotedFromWorkspaceParams = {
policyName: string;
oldRole: string;
};

type IntegrationExportParams = {
integration: string;
type?: string;
Expand Down Expand Up @@ -580,10 +548,6 @@ type CustomUnitRateParams = {
rate: number;
};

type EditDestinationSubtitleParams = {
destination: string;
};

type FlightLayoverParams = {
layover: string;
};
Expand Down Expand Up @@ -628,10 +592,6 @@ type TotalAmountGreaterOrLessThanOriginalParams = {
amount: string;
};

type EmployeeInviteMessageParams = {
name: string;
};

type FlightParams = {
startDate: string;
airlineCode: string;
Expand All @@ -655,14 +615,6 @@ type QBDSetupErrorBodyParams = {
conciergeLink: string;
};

type EmptyCategoriesSubtitleWithAccountingParams = {
accountingPageURL: string;
};

type EmptyTagsSubtitleWithAccountingParams = {
accountingPageURL: string;
};

type SettlementAccountInfoParams = {
reconciliationAccountSettingsLink: string;
accountNumber: string;
Expand All @@ -682,11 +634,6 @@ type MergeFailureDescriptionGenericParams = {
email: string;
};

type EnableContinuousReconciliationParams = {
connectionName: string;
accountingAdvancedSettingsLink: string;
};

type WorkspaceUpgradeNoteParams = {
subscriptionLink: string;
};
Expand Down Expand Up @@ -723,10 +670,6 @@ type WalletAgreementParams = {
walletAgreementUrl: string;
};

type ErrorODIntegrationParams = {
oldDotPolicyConnectionsURL: string;
};

type SettlementAccountReconciliationParams = {
settlementAccountUrl: string;
lastFourPAN: string;
Expand Down Expand Up @@ -770,8 +713,6 @@ export type {
InvalidValueParams,
IntegrationExportParams,
RemovedFromApprovalWorkflowParams,
DemotedFromWorkspaceParams,
FeatureNameParams,
FileLimitParams,
FileTypeParams,
SpreadSheetColumnParams,
Expand All @@ -793,8 +734,6 @@ export type {
SubscriptionSettingsSaveUpToParams,
SubscriptionSettingsRenewsOnParams,
TrialStartedTitleParams,
EarlyDiscountTitleParams,
EarlyDiscountSubtitleParams,
RemoveMemberPromptParams,
StatementTitleParams,
RenamedWorkspaceNameActionParams,
Expand All @@ -808,10 +747,7 @@ export type {
BeginningOfChatHistoryAnnounceRoomPartTwo,
DeleteActionParams,
DeleteConfirmationParams,
DidSplitAmountMessageParams,
EditActionParams,
ElectronicFundsParams,
EnterMagicCodeParams,
FormattedMaxLengthParams,
GoBackMessageParams,
SubmittedToVacationDelegateParams,
Expand Down Expand Up @@ -847,9 +783,7 @@ export type {
HarvestCreatedExpenseReportParams,
ReportArchiveReasonsRemovedFromPolicyParams,
RequestAmountParams,
DeleteTransactionParams,
MovedTransactionParams,
RequestedAmountMessageParams,
ResolutionConstraintsParams,
RoomNameReservedErrorParams,
RoomRenamedToParams,
Expand Down Expand Up @@ -905,7 +839,6 @@ export type {
RemoveMembersWarningPrompt,
ConnectionNameParams,
LastSyncDateParams,
CustomersOrJobsLabelParams,
ExportAgainModalDescriptionParams,
IntegrationSyncFailedParams,
UpdateRoleParams,
Expand All @@ -932,7 +865,6 @@ export type {
UpdatedPolicyFieldWithNewAndOldValueParams,
UpdatedPolicyFieldWithValueParam,
UpdatedPolicyDescriptionParams,
EditDestinationSubtitleParams,
FlightLayoverParams,
WorkEmailResendCodeParams,
WorkEmailMergingBlockedParams,
Expand Down Expand Up @@ -967,21 +899,17 @@ export type {
SubscriptionSettingsSummaryParams,
ReviewParams,
WorkspaceMembersCountParams,
EmployeeInviteMessageParams,
FlightParams,
RailTicketParams,
TravelTypeParams,
PhoneErrorRouteParams,
WorkspacesListRouteParams,
WorkspaceRouteParams,
QBDSetupErrorBodyParams,
EmptyCategoriesSubtitleWithAccountingParams,
EmptyTagsSubtitleWithAccountingParams,
SettlementAccountInfoParams,
MergeSuccessDescriptionParams,
MergeFailureUncreatedAccountDescriptionParams,
MergeFailureDescriptionGenericParams,
EnableContinuousReconciliationParams,
WorkspaceUpgradeNoteParams,
WorkflowSettingsParam,
MovedActionParams,
Expand All @@ -994,7 +922,6 @@ export type {
PayAndDowngradeDescriptionParams,
WalletAgreementParams,
SubscriptionSettingsLearnMoreParams,
ErrorODIntegrationParams,
MergeAccountIntoParams,
NextStepParams,
ReportFieldParams,
Expand Down
Loading
Loading