Skip to content

Commit 47fee90

Browse files
authored
Merge pull request Expensify#90799 from Expensify/blimpich-renameCentralInvoicingToTravelInvoicing
[No QA] Rename Central invoicing to Travel invoicing
2 parents 809efef + 47a210d commit 47fee90

22 files changed

Lines changed: 130 additions & 130 deletions

docs/articles/new-expensify/connections/netsuite/Configure-Netsuite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To manage how reports are exported from Expensify to NetSuite:
7676
- **Invoice Item** – Select or create the item line for invoices
7777
- **Export Foreign Currency Amount** – Enable to export original currency values
7878
- **Export to Next Open Period** – Enable to skip closed periods and use the next available NetSuite period
79-
- **Export Expensify Travel Payable To** – If Expensify Travel's Central invoicing feature is enabled, configure where travel card expenses are exported:
79+
- **Export Expensify Travel Payable To** – If Expensify Travel's Travel invoicing feature is enabled, configure where travel card expenses are exported:
8080
- **Travel payable account** – Select the payable account for Expensify Travel expenses
8181

8282
3. Click the **three-dot icon** > **Sync Now** to apply changes

src/languages/de.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5574,8 +5574,8 @@ _Für ausführlichere Anweisungen [besuchen Sie unsere Hilfeseite](${CONST.NETSU
55745574
subtitle: 'Glückwunsch! Du kannst jetzt in diesem Workspace Reisen buchen und verwalten.',
55755575
manageTravelLabel: 'Reisen verwalten',
55765576
},
5577-
centralInvoicingSection: {
5578-
title: 'Zentrale Rechnungsstellung',
5577+
travelInvoicingSection: {
5578+
title: 'Reiseabrechnung',
55795579
subtitle: 'Zentralisiere alle Reisekosten in einer monatlichen Rechnung, statt sie direkt beim Kauf zu bezahlen.',
55805580
learnHow: 'Mehr erfahren.',
55815581
subsections: {
@@ -5592,7 +5592,7 @@ _Für ausführlichere Anweisungen [besuchen Sie unsere Hilfeseite](${CONST.NETSU
55925592
reduceLimitWarning:
55935593
'Wenn Sie das Limit reduzieren, können Mitglieder, die diesen Betrag bereits überschritten haben, bis zum nächsten Monat keine neuen Reisebuchungen vornehmen.',
55945594
provisioningError:
5595-
'Wir konnten einige Mitglieder Ihres Arbeitsbereichs nicht für die zentrale Rechnungsstellung einrichten. Bitte versuchen Sie es später erneut oder wenden Sie sich für Unterstützung an Concierge.',
5595+
'Wir konnten einige Mitglieder Ihres Workspace nicht für die Reiseabrechnung einrichten. Bitte versuchen Sie es später erneut oder wenden Sie sich für Unterstützung an Concierge.',
55965596
},
55975597
},
55985598
disableModal: {
@@ -5613,7 +5613,7 @@ _Für ausführlichere Anweisungen [besuchen Sie unsere Hilfeseite](${CONST.NETSU
56135613
exportToCSV: 'Als CSV exportieren',
56145614
selectDateRangeError: 'Bitte wählen Sie einen Datumsbereich für den Export aus',
56155615
invalidDateRangeError: 'Das Startdatum muss vor dem Enddatum liegen',
5616-
enabled: 'Zentrale Rechnungsstellung aktiviert!',
5616+
enabled: 'Rechnungsstellung für Reisen aktiviert!',
56175617
enabledDescription: 'Alle Reisekosten in diesem Workspace werden nun in einer monatlichen Rechnung zentralisiert.',
56185618
},
56195619
personalDetailsDescription: 'Um eine Reise zu buchen, gib bitte deinen amtlichen Namen genau so ein, wie er auf deinem amtlichen Ausweis steht.',
@@ -7852,7 +7852,7 @@ Fügen Sie weitere Ausgabelimits hinzu, um den Cashflow Ihres Unternehmens zu sc
78527852
cardFeedName: ({cardFeedBankName, cardFeedLabel}: {cardFeedBankName: string; cardFeedLabel?: string}) =>
78537853
`Alle ${cardFeedBankName}${cardFeedLabel ? ` - ${cardFeedLabel}` : ''}`,
78547854
cardFeedNameCSV: ({cardFeedLabel}: {cardFeedLabel?: string}) => `Alle importierten CSV-Karten${cardFeedLabel ? ` - ${cardFeedLabel}` : ''}`,
7855-
centralInvoicing: 'Zentrale Rechnungsstellung',
7855+
travelInvoicing: 'Reiseabrechnung',
78567856
},
78577857
reportField: (name: string, value: string) => `${name} ist ${value}`,
78587858
current: 'Aktuell',
@@ -7884,9 +7884,9 @@ Fügen Sie weitere Ausgabelimits hinzu, um den Cashflow Ihres Unternehmens zu sc
78847884
},
78857885
feed: 'Feed',
78867886
withdrawalType: {
7887-
[CONST.SEARCH.WITHDRAWAL_TYPE.EXPENSIFY_CARD]: 'Expensify Card',
7887+
[CONST.SEARCH.WITHDRAWAL_TYPE.EXPENSIFY_CARD]: 'Expensify Karte',
78887888
[CONST.SEARCH.WITHDRAWAL_TYPE.REIMBURSEMENT]: 'Erstattung',
7889-
[CONST.SEARCH.WITHDRAWAL_TYPE.CENTRAL_TRAVEL_INVOICING]: 'Zentrale Rechnungsstellung',
7889+
[CONST.SEARCH.WITHDRAWAL_TYPE.CENTRAL_TRAVEL_INVOICING]: 'Reiseabrechnung',
78907890
},
78917891
is: 'Ist',
78927892
action: {
@@ -8309,7 +8309,7 @@ Fügen Sie weitere Ausgabelimits hinzu, um den Cashflow Ihres Unternehmens zu sc
83098309
personalCard: 'Private Karte',
83108310
companyCard: 'Firmenkarte',
83118311
expensifyCard: 'Expensify Karte',
8312-
centralInvoicing: 'Zentrale Rechnungsstellung',
8312+
travelInvoicing: 'Reiseabrechnung',
83138313
travelCard: 'Reisekarte',
83148314
},
83158315
distance: {

src/languages/en.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5592,8 +5592,8 @@ const translations = {
55925592
subtitle: "Congrats! You're all set to book and manage travel on this workspace.",
55935593
manageTravelLabel: 'Manage travel',
55945594
},
5595-
centralInvoicingSection: {
5596-
title: 'Central invoicing',
5595+
travelInvoicingSection: {
5596+
title: 'Travel invoicing',
55975597
subtitle: 'Centralize all travel spend in a monthly invoice instead of paying at time of purchase.',
55985598
learnHow: 'Learn how.',
55995599
subsections: {
@@ -5609,7 +5609,7 @@ const translations = {
56095609
reduceLimitTitle: 'Reduce travel spend limit?',
56105610
reduceLimitWarning: 'If you reduce the limit, members who have already spent more than this amount will be unable to make new travel bookings until next month.',
56115611
provisioningError:
5612-
"We weren't able to provision some of the members of your workspace for central invoicing. Please try again later or reach out to Concierge for assistance.",
5612+
"We weren't able to provision some of the members of your workspace for travel invoicing. Please try again later or reach out to Concierge for assistance.",
56135613
},
56145614
},
56155615
disableModal: {
@@ -5630,7 +5630,7 @@ const translations = {
56305630
exportToCSV: 'Export to CSV',
56315631
selectDateRangeError: 'Please select a date range to export',
56325632
invalidDateRangeError: 'The start date must be before the end date',
5633-
enabled: 'Central Invoicing enabled!',
5633+
enabled: 'Travel Invoicing enabled!',
56345634
enabledDescription: 'All travel spend on this workspace will now be centralized in a monthly invoice.',
56355635
},
56365636
personalDetailsDescription: 'In order to book travel, please enter your legal name as it appears on your government-issued ID.',
@@ -7887,7 +7887,7 @@ const translations = {
78877887
},
78887888
card: {
78897889
expensify: 'Expensify',
7890-
centralInvoicing: 'Central invoicing',
7890+
travelInvoicing: 'Travel invoicing',
78917891
individualCards: 'Individual cards',
78927892
closedCards: 'Closed cards',
78937893
cardFeeds: 'Card feeds',
@@ -7927,7 +7927,7 @@ const translations = {
79277927
withdrawalType: {
79287928
[CONST.SEARCH.WITHDRAWAL_TYPE.EXPENSIFY_CARD]: 'Expensify Card',
79297929
[CONST.SEARCH.WITHDRAWAL_TYPE.REIMBURSEMENT]: 'Reimbursement',
7930-
[CONST.SEARCH.WITHDRAWAL_TYPE.CENTRAL_TRAVEL_INVOICING]: 'Central invoicing',
7930+
[CONST.SEARCH.WITHDRAWAL_TYPE.CENTRAL_TRAVEL_INVOICING]: 'Travel invoicing',
79317931
},
79327932
is: 'Is',
79337933
action: {
@@ -8321,7 +8321,7 @@ const translations = {
83218321
personalCard: 'Personal card',
83228322
companyCard: 'Company card',
83238323
expensifyCard: 'Expensify Card',
8324-
centralInvoicing: 'Central invoicing',
8324+
travelInvoicing: 'Travel invoicing',
83258325
travelCard: 'Travel Card',
83268326
},
83278327
distance: {

src/languages/es.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5408,8 +5408,8 @@ ${amount} para ${merchant} - ${date}`,
54085408
subtitle: '¡Felicidades! Todo está listo para reservar y gestionar viajes en este espacio de trabajo.',
54095409
manageTravelLabel: 'Gestionar viajes',
54105410
},
5411-
centralInvoicingSection: {
5412-
title: 'Facturación centralizada',
5411+
travelInvoicingSection: {
5412+
title: 'Facturación de viajes',
54135413
subtitle: 'Centraliza todos los gastos de viaje en una factura mensual en lugar de pagar en el momento de la compra.',
54145414
learnHow: 'Aprende cómo.',
54155415
subsections: {
@@ -5426,7 +5426,7 @@ ${amount} para ${merchant} - ${date}`,
54265426
reduceLimitTitle: '¿Reducir el límite de gasto en viajes?',
54275427
reduceLimitWarning: 'Si reduces el límite, los miembros que ya hayan gastado más de este importe no podrán hacer nuevas reservas de viaje hasta el próximo mes.',
54285428
provisioningError:
5429-
'No pudimos aprovisionar a algunos de los miembros de tu espacio de trabajo para la facturación centralizada. Por favor, inténtalo de nuevo más tarde o contacta con Concierge para obtener ayuda.',
5429+
'No hemos podido aprovisionar a algunos de los miembros de tu espacio de trabajo para la facturación de viajes. Inténtalo de nuevo más tarde o ponte en contacto con Concierge para obtener ayuda.',
54305430
},
54315431
},
54325432
disableModal: {
@@ -5447,7 +5447,7 @@ ${amount} para ${merchant} - ${date}`,
54475447
exportToCSV: 'Exportar a CSV',
54485448
selectDateRangeError: 'Por favor, selecciona un rango de fechas para exportar',
54495449
invalidDateRangeError: 'La fecha de inicio debe ser anterior a la fecha de fin',
5450-
enabled: '¡Facturación centralizada habilitada!',
5450+
enabled: '¡Facturación de viajes habilitada!',
54515451
enabledDescription: 'Todos los gastos de viaje en este espacio de trabajo ahora se centralizarán en una factura mensual.',
54525452
},
54535453
personalDetailsDescription: 'Para poder reservar el viaje, por favor ingrese su nombre legal tal como aparece en su identificación oficial emitida por el gobierno.',
@@ -7668,7 +7668,7 @@ ${amount} para ${merchant} - ${date}`,
76687668
completed: 'Completadas',
76697669
card: {
76707670
expensify: 'Expensify',
7671-
centralInvoicing: 'Facturación centralizada',
7671+
travelInvoicing: 'Facturación de viajes',
76727672
individualCards: 'Tarjetas individuales',
76737673
closedCards: 'Tarjetas cerradas',
76747674
cardFeeds: 'Flujos de tarjetas',
@@ -7710,9 +7710,9 @@ ${amount} para ${merchant} - ${date}`,
77107710
},
77117711
feed: 'Feed',
77127712
withdrawalType: {
7713-
[CONST.SEARCH.WITHDRAWAL_TYPE.EXPENSIFY_CARD]: 'Expensify Card',
7713+
[CONST.SEARCH.WITHDRAWAL_TYPE.EXPENSIFY_CARD]: 'Tarjeta Expensify',
77147714
[CONST.SEARCH.WITHDRAWAL_TYPE.REIMBURSEMENT]: 'Reembolso',
7715-
[CONST.SEARCH.WITHDRAWAL_TYPE.CENTRAL_TRAVEL_INVOICING]: 'Facturación centralizada',
7715+
[CONST.SEARCH.WITHDRAWAL_TYPE.CENTRAL_TRAVEL_INVOICING]: 'Facturación de viajes',
77167716
},
77177717
is: 'Es',
77187718
action: {
@@ -8561,7 +8561,7 @@ ${amount} para ${merchant} - ${date}`,
85618561
personalCard: 'Tarjeta personal',
85628562
companyCard: 'Tarjeta corporativa',
85638563
expensifyCard: 'Tarjeta Expensify',
8564-
centralInvoicing: 'Facturación centralizada',
8564+
travelInvoicing: 'Facturación de viajes',
85658565
travelCard: 'Tarjeta de viaje',
85668566
},
85678567
distance: {

src/languages/fr.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5591,8 +5591,8 @@ _Pour des instructions plus détaillées, [visitez notre site d’aide](${CONST.
55915591
subtitle: 'Félicitations ! Vous êtes prêt à réserver et gérer des voyages sur cet espace de travail.',
55925592
manageTravelLabel: 'Gérer les déplacements',
55935593
},
5594-
centralInvoicingSection: {
5595-
title: 'Facturation centralisée',
5594+
travelInvoicingSection: {
5595+
title: 'Facturation de voyages',
55965596
subtitle: 'Centralisez toutes les dépenses de voyage dans une facture mensuelle au lieu de payer au moment de l’achat.',
55975597
learnHow: 'Découvrez comment.',
55985598
subsections: {
@@ -5610,7 +5610,7 @@ _Pour des instructions plus détaillées, [visitez notre site d’aide](${CONST.
56105610
reduceLimitWarning:
56115611
'Si vous réduisez la limite, les membres ayant déjà dépensé plus que ce montant ne pourront pas effectuer de nouvelles réservations de voyage avant le mois prochain.',
56125612
provisioningError:
5613-
'Nous n’avons pas pu configurer certains membres de votre espace de travail pour la facturation centralisée. Veuillez réessayer plus tard ou contacter Concierge pour obtenir de l’aide.',
5613+
'Nous n’avons pas pu provisionner certains membres de votre espace de travail pour la facturation de voyage. Veuillez réessayer plus tard ou contacter Concierge pour obtenir de l’aide.',
56145614
},
56155615
},
56165616
disableModal: {
@@ -5631,7 +5631,7 @@ _Pour des instructions plus détaillées, [visitez notre site d’aide](${CONST.
56315631
exportToCSV: 'Exporter en CSV',
56325632
selectDateRangeError: 'Veuillez sélectionner une plage de dates à exporter',
56335633
invalidDateRangeError: 'La date de début doit être antérieure à la date de fin',
5634-
enabled: 'Facturation centralisée activée !',
5634+
enabled: 'Facturation des déplacements activée !',
56355635
enabledDescription: 'Toutes les dépenses de voyage sur cet espace de travail seront désormais centralisées dans une facture mensuelle.',
56365636
},
56375637
personalDetailsDescription: 'Pour pouvoir réserver un voyage, veuillez saisir votre nom légal tel qu’il apparaît sur votre pièce d’identité délivrée par le gouvernement.',
@@ -7874,7 +7874,7 @@ Ajoutez davantage de règles de dépenses pour protéger la trésorerie de l’e
78747874
cardFeedName: ({cardFeedBankName, cardFeedLabel}: {cardFeedBankName: string; cardFeedLabel?: string}) =>
78757875
`Tous les ${cardFeedBankName}${cardFeedLabel ? ` - ${cardFeedLabel}` : ''}`,
78767876
cardFeedNameCSV: ({cardFeedLabel}: {cardFeedLabel?: string}) => `Toutes les cartes CSV importées${cardFeedLabel ? ` - ${cardFeedLabel}` : ''}`,
7877-
centralInvoicing: 'Facturation centralisée',
7877+
travelInvoicing: 'Facturation de voyages',
78787878
},
78797879
reportField: (name: string, value: string) => `${name} est ${value}`,
78807880
current: 'Actuel',
@@ -7908,7 +7908,7 @@ Ajoutez davantage de règles de dépenses pour protéger la trésorerie de l’e
79087908
withdrawalType: {
79097909
[CONST.SEARCH.WITHDRAWAL_TYPE.EXPENSIFY_CARD]: 'Carte Expensify',
79107910
[CONST.SEARCH.WITHDRAWAL_TYPE.REIMBURSEMENT]: 'Remboursement',
7911-
[CONST.SEARCH.WITHDRAWAL_TYPE.CENTRAL_TRAVEL_INVOICING]: 'Facturation centralisée',
7911+
[CONST.SEARCH.WITHDRAWAL_TYPE.CENTRAL_TRAVEL_INVOICING]: 'Facturation de voyages',
79127912
},
79137913
is: 'Est',
79147914
action: {
@@ -8331,7 +8331,7 @@ Ajoutez davantage de règles de dépenses pour protéger la trésorerie de l’e
83318331
personalCard: 'Carte personnelle',
83328332
companyCard: 'Carte d’entreprise',
83338333
expensifyCard: 'Carte Expensify',
8334-
centralInvoicing: 'Facturation centralisée',
8334+
travelInvoicing: 'Facturation de voyages',
83358335
travelCard: 'Carte de voyage',
83368336
},
83378337
distance: {

0 commit comments

Comments
 (0)