Skip to content

Commit c943494

Browse files
Update es.ts
1 parent 38d017d commit c943494

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/languages/es.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -2433,14 +2433,14 @@ export default {
24332433
taxes: 'Impuestos',
24342434
imported: 'Importado',
24352435
notImported: 'No importado',
2436-
importAsCategory: 'Importado como categoría',
2436+
importAsCategory: 'Importado como categorías',
24372437
importTypes: {
24382438
[CONST.INTEGRATION_ENTITY_MAP_TYPES.IMPORTED]: 'Importado',
2439-
[CONST.INTEGRATION_ENTITY_MAP_TYPES.TAG]: 'Importado como etiqueta',
2439+
[CONST.INTEGRATION_ENTITY_MAP_TYPES.TAG]: 'Importado como etiquetas',
24402440
[CONST.INTEGRATION_ENTITY_MAP_TYPES.DEFAULT]: 'Importado',
24412441
[CONST.INTEGRATION_ENTITY_MAP_TYPES.NOT_IMPORTED]: 'No importado',
24422442
[CONST.INTEGRATION_ENTITY_MAP_TYPES.NONE]: 'No importado',
2443-
[CONST.INTEGRATION_ENTITY_MAP_TYPES.REPORT_FIELD]: 'Importado como campo de informe',
2443+
[CONST.INTEGRATION_ENTITY_MAP_TYPES.REPORT_FIELD]: 'Importado como campos de informe',
24442444
},
24452445
disconnectPrompt: (integrationToConnect?: ConnectionName, currentIntegration?: ConnectionName): string => {
24462446
switch (integrationToConnect) {

0 commit comments

Comments
 (0)