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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5243,8 +5243,9 @@ const translations = {
5243
5243
delegateSubmit: ({delegateUser, originalManager}: DelegateSubmitParams)=>`sent this report to ${delegateUser} since ${originalManager} is on vacation`,
5244
5244
exportedToCSV: `exported this report to CSV`,
5245
5245
exportedToIntegration: {
5246
-
automaticOne: ({label}: ExportedToIntegrationParams)=>`automatically exported this report to ${label} via`,
5247
-
automaticTwo: 'accounting settings.',
5246
+
automatic: ({label}: ExportedToIntegrationParams)=>`exported this report to ${label}.`,
5247
+
automaticActionOne: ({label}: ExportedToIntegrationParams)=>`automatically exported this report to ${label} via`,
5248
+
automaticActionTwo: 'accounting settings.',
5248
5249
manual: ({label}: ExportedToIntegrationParams)=>`marked this report as manually exported to ${label}.`,
Copy file name to clipboardExpand all lines: src/languages/es.ts
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5297,8 +5297,9 @@ const translations = {
5297
5297
delegateSubmit: ({delegateUser, originalManager}: DelegateSubmitParams)=>`envié este informe a ${delegateUser} ya que ${originalManager} está de vacaciones`,
5298
5298
exportedToCSV: `exportó este informe a CSV`,
5299
5299
exportedToIntegration: {
5300
-
automaticOne: ({label}: ExportedToIntegrationParams)=>`exportó automáticamente este informe a ${label} a través de la`,
5301
-
automaticTwo: 'configuración contable.',
5300
+
automatic: ({label}: ExportedToIntegrationParams)=>`exportó este informe a ${label}.`,
5301
+
automaticActionOne: ({label}: ExportedToIntegrationParams)=>`exportó automáticamente este informe a ${label} a través de la`,
5302
+
automaticActionTwo: 'configuración contable.',
5302
5303
manual: ({label}: ExportedToIntegrationParams)=>`marcó este informe como exportado manualmente a ${label}.`,
5303
5304
reimburseableLink: 'Ver los gastos por cuenta propia.',
5304
5305
nonReimbursableLink: 'Ver los gastos de la tarjeta de empresa.',
0 commit comments