pcm-shared-components 2.1.182 → 2.1.184

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2560,10 +2560,23 @@
2560
2560
  "base_rates_plural": "base rates",
2561
2561
  "base_rates_singular": "base rate",
2562
2562
  "base_rates_title": "Base Rates",
2563
+ "col_fees": "Fees",
2564
+ "col_fees_short": "Fees",
2565
+ "col_filter_title": "Columns",
2566
+ "col_filter_tooltip": "Show/hide columns",
2567
+ "col_lots": "Lots",
2568
+ "col_lots_short": "Lots",
2569
+ "col_name": "Name",
2570
+ "col_schedules": "Schedules",
2571
+ "col_schedules_short": "Sch.",
2572
+ "col_tax_group": "Tax Group",
2573
+ "col_tax_group_short": "Tax",
2563
2574
  "fees_chip": "Fees {{count}}",
2564
2575
  "lots_chip": "Lots {{count}}",
2565
2576
  "search_placeholder": "Search base rates...",
2566
- "tax_group_chip": "Tax Group {{name}}"
2577
+ "tax_group_chip": "Tax Group {{name}}",
2578
+ "view_list": "List view",
2579
+ "view_table": "Table view"
2567
2580
  },
2568
2581
  "tabs": {
2569
2582
  "base_config": "Base Configuration",
@@ -2560,10 +2560,23 @@
2560
2560
  "base_rates_plural": "tarifas base",
2561
2561
  "base_rates_singular": "tarifa base",
2562
2562
  "base_rates_title": "Tarifas base",
2563
+ "col_fees": "Cuotas",
2564
+ "col_fees_short": "Cuotas",
2565
+ "col_filter_title": "Columnas",
2566
+ "col_filter_tooltip": "Mostrar/ocultar columnas",
2567
+ "col_lots": "Lotes",
2568
+ "col_lots_short": "Lotes",
2569
+ "col_name": "Nombre",
2570
+ "col_schedules": "Horarios",
2571
+ "col_schedules_short": "Hor.",
2572
+ "col_tax_group": "Grupo fiscal",
2573
+ "col_tax_group_short": "Fiscal",
2563
2574
  "fees_chip": "Cuotas {{count}}",
2564
2575
  "lots_chip": "Lotes {{count}}",
2565
2576
  "search_placeholder": "Buscar tarifas base...",
2566
- "tax_group_chip": "Grupo fiscal {{name}}"
2577
+ "tax_group_chip": "Grupo fiscal {{name}}",
2578
+ "view_list": "Vista lista",
2579
+ "view_table": "Vista tabla"
2567
2580
  },
2568
2581
  "tabs": {
2569
2582
  "base_config": "Configuración base",
@@ -2560,10 +2560,23 @@
2560
2560
  "base_rates_plural": "tarifs de base",
2561
2561
  "base_rates_singular": "tarif de base",
2562
2562
  "base_rates_title": "Tarifs de base",
2563
+ "col_fees": "Frais",
2564
+ "col_fees_short": "Frais",
2565
+ "col_filter_title": "Colonnes",
2566
+ "col_filter_tooltip": "Afficher/masquer des colonnes",
2567
+ "col_lots": "Terrains",
2568
+ "col_lots_short": "Terr.",
2569
+ "col_name": "Nom",
2570
+ "col_schedules": "Horaires",
2571
+ "col_schedules_short": "Hor.",
2572
+ "col_tax_group": "Groupe fiscal",
2573
+ "col_tax_group_short": "Fiscal",
2563
2574
  "fees_chip": "Frais {{count}}",
2564
2575
  "lots_chip": "Terrains {{count}}",
2565
2576
  "search_placeholder": "Rechercher des tarifs de base...",
2566
- "tax_group_chip": "Groupe fiscal {{name}}"
2577
+ "tax_group_chip": "Groupe fiscal {{name}}",
2578
+ "view_list": "Vue liste",
2579
+ "view_table": "Vue tableau"
2567
2580
  },
2568
2581
  "tabs": {
2569
2582
  "base_config": "Configuration de base",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.182",
3
+ "version": "2.1.184",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {