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/en.ts
+9
Original file line number
Diff line number
Diff line change
@@ -4803,6 +4803,15 @@ const translations = {
4803
4803
gotIt: 'Got it, thanks',
4804
4804
},
4805
4805
},
4806
+
payAndDowngrade: {
4807
+
title: 'Pay & downgrade',
4808
+
headline: 'Your final payment',
4809
+
description1: 'Your final bill for this subscription will be',
4810
+
description2: ({date}: DateParams)=>`See your breakdown below for ${date}:`,
4811
+
subscription:
4812
+
'This will end your subscription with Expensify, delete your remaining workspace and all members will lose access moving forward. If you want to remove just yourself, have another admin take over billing, and at that point, you can remove yourself from this workspace.',
4813
+
genericFailureMessage: 'An error occurred while paying your bill. Please try again.',
4814
+
},
4806
4815
restrictedAction: {
4807
4816
restricted: 'Restricted',
4808
4817
actionsAreCurrentlyRestricted: ({workspaceName}: ActionsAreCurrentlyRestricted)=>`Actions on the ${workspaceName} workspace are currently restricted`,
Copy file name to clipboardExpand all lines: src/languages/es.ts
+9
Original file line number
Diff line number
Diff line change
@@ -4872,6 +4872,15 @@ const translations = {
4872
4872
gotIt: 'Entendido, gracias.',
4873
4873
},
4874
4874
},
4875
+
payAndDowngrade: {
4876
+
title: 'Pagar y bajar de categoría',
4877
+
headline: 'Tu pago final',
4878
+
description1: 'Tu factura final por esta suscripción será',
4879
+
description2: ({date}: DateParams)=>`Consulta el desglose a continuación para ${date}:`,
4880
+
subscription:
4881
+
'Esto finalizará tu suscripción a Expensify, eliminará tu espacio de trabajo restante y todos los miembros perderán acceso de ahora en adelante. Si solo deseas eliminarte a ti mismo, haz que otro administrador se encargue de la facturación, y en ese momento podrás salir de este espacio de trabajo.',
4882
+
genericFailureMessage: 'Ocurrió un error al pagar tu factura. Por favor, inténtalo de nuevo.',
4883
+
},
4875
4884
restrictedAction: {
4876
4885
restricted: 'Restringido',
4877
4886
actionsAreCurrentlyRestricted: ({workspaceName}: ActionsAreCurrentlyRestricted)=>`Las acciones en el espacio de trabajo ${workspaceName} están actualmente restringidas`,
0 commit comments