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
@@ -5247,8 +5247,9 @@ const translations = {
5247
5247
delegateSubmit: ({delegateUser, originalManager}: DelegateSubmitParams)=>`sent this report to ${delegateUser} since ${originalManager} is on vacation`,
5248
5248
exportedToCSV: `exported this report to CSV`,
5249
5249
exportedToIntegration: {
5250
-
automaticOne: ({label}: ExportedToIntegrationParams)=>`automatically exported this report to ${label} via`,
5251
-
automaticTwo: 'accounting settings.',
5250
+
automatic: ({label}: ExportedToIntegrationParams)=>`exported this report to ${label}.`,
5251
+
automaticActionOne: ({label}: ExportedToIntegrationParams)=>`automatically exported this report to ${label} via`,
5252
+
automaticActionTwo: 'accounting settings.',
5252
5253
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
@@ -5301,8 +5301,9 @@ const translations = {
5301
5301
delegateSubmit: ({delegateUser, originalManager}: DelegateSubmitParams)=>`envié este informe a ${delegateUser} ya que ${originalManager} está de vacaciones`,
5302
5302
exportedToCSV: `exportó este informe a CSV`,
5303
5303
exportedToIntegration: {
5304
-
automaticOne: ({label}: ExportedToIntegrationParams)=>`exportó automáticamente este informe a ${label} a través de la`,
5305
-
automaticTwo: 'configuración contable.',
5304
+
automatic: ({label}: ExportedToIntegrationParams)=>`exportó este informe a ${label}.`,
5305
+
automaticActionOne: ({label}: ExportedToIntegrationParams)=>`exportó automáticamente este informe a ${label} a través de la`,
5306
+
automaticActionTwo: 'configuración contable.',
5306
5307
manual: ({label}: ExportedToIntegrationParams)=>`marcó este informe como exportado manualmente a ${label}.`,
5307
5308
reimburseableLink: 'Ver los gastos por cuenta propia.',
5308
5309
nonReimbursableLink: 'Ver los gastos de la tarjeta de empresa.',
0 commit comments