Skip to content

Commit

Permalink
Update es.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdeanexpensify authored Jun 26, 2024
1 parent 38d017d commit c943494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2433,14 +2433,14 @@ export default {
taxes: 'Impuestos',
imported: 'Importado',
notImported: 'No importado',
importAsCategory: 'Importado como categoría',
importAsCategory: 'Importado como categorías',
importTypes: {
[CONST.INTEGRATION_ENTITY_MAP_TYPES.IMPORTED]: 'Importado',
[CONST.INTEGRATION_ENTITY_MAP_TYPES.TAG]: 'Importado como etiqueta',
[CONST.INTEGRATION_ENTITY_MAP_TYPES.TAG]: 'Importado como etiquetas',
[CONST.INTEGRATION_ENTITY_MAP_TYPES.DEFAULT]: 'Importado',
[CONST.INTEGRATION_ENTITY_MAP_TYPES.NOT_IMPORTED]: 'No importado',
[CONST.INTEGRATION_ENTITY_MAP_TYPES.NONE]: 'No importado',
[CONST.INTEGRATION_ENTITY_MAP_TYPES.REPORT_FIELD]: 'Importado como campo de informe',
[CONST.INTEGRATION_ENTITY_MAP_TYPES.REPORT_FIELD]: 'Importado como campos de informe',
},
disconnectPrompt: (integrationToConnect?: ConnectionName, currentIntegration?: ConnectionName): string => {
switch (integrationToConnect) {
Expand Down

0 comments on commit c943494

Please sign in to comment.