You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/languages/de.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3482,6 +3482,8 @@ ${amount} für ${merchant} - ${date}`,
3482
3482
verifyCompany: {
3483
3483
title: 'Beginnen Sie noch heute mit dem Reisen!',
3484
3484
message: `Bitte kontaktieren Sie Ihren Account Manager oder salesteam@expensify.com, um eine Demo von Travel zu erhalten und es für Ihr Unternehmen zu aktivieren.`,
3485
+
confirmText: 'Verstanden',
3486
+
conciergeMessage: ({domain}: {domain: string})=>`Reiseaktivierung für die Domain: ${domain} fehlgeschlagen. Bitte überprüfen und aktivieren Sie Reisen für diese Domain.`,
Copy file name to clipboardExpand all lines: src/languages/es.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3457,6 +3457,8 @@ ${amount} para ${merchant} - ${date}`,
3457
3457
verifyCompany: {
3458
3458
title: 'Estamos revisando tu solicitud...',
3459
3459
message: `Estamos realizando algunas comprobaciones para verificar que tu cuenta esté lista para Expensify Travel. ¡Nos pondremos en contacto contigo en breve!`,
3460
+
confirmText: 'Entendido',
3461
+
conciergeMessage: ({domain}: {domain: string})=>`Hubo un error habilitando viajes para el dominio: ${domain}. Por favor, revisa y habilita los viajes para este dominio.`,
Copy file name to clipboardExpand all lines: src/languages/fr.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3482,6 +3482,8 @@ ${amount} pour ${merchant} - ${date}`,
3482
3482
verifyCompany: {
3483
3483
title: "Commencez votre voyage dès aujourd'hui !",
3484
3484
message: `Veuillez contacter votre gestionnaire de compte ou salesteam@expensify.com pour obtenir une démonstration de voyage et l'activer pour votre entreprise.`,
3485
+
confirmText: 'Compris',
3486
+
conciergeMessage: ({domain}: {domain: string})=>`L'activation du voyage a échoué pour le domaine : ${domain}. Veuillez vérifier et activer le voyage pour ce domaine.`,
Copy file name to clipboardExpand all lines: src/languages/it.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3492,6 +3492,8 @@ ${amount} per ${merchant} - ${date}`,
3492
3492
verifyCompany: {
3493
3493
title: 'Inizia a viaggiare oggi stesso!',
3494
3494
message: `Si prega di contattare il proprio Account Manager o salesteam@expensify.com per ottenere una demo di viaggio e attivarla per la vostra azienda.`,
3495
+
confirmText: 'Got it',
3496
+
conciergeMessage: ({domain}: {domain: string})=>`Abilitazione del viaggio fallita per il dominio: ${domain}. Si prega di rivedere e abilitare il viaggio per questo dominio.`,
Copy file name to clipboardExpand all lines: src/languages/pl.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3485,6 +3485,8 @@ ${amount} dla ${merchant} - ${date}`,
3485
3485
verifyCompany: {
3486
3486
title: 'Rozpocznij podróż już dziś!',
3487
3487
message: `Proszę skontaktować się z menedżerem konta lub salesteam@expensify.com, aby uzyskać demonstrację podróży i włączyć ją dla swojej firmy.`,
3488
+
confirmText: 'Zrozumiałem',
3489
+
conciergeMessage: ({domain}: {domain: string}) => `Włączenie podróży nie powiodło się dla domeny: ${domain}. Proszę przejrzeć i włączyć podróże dla tej domeny.`,
0 commit comments