pcm-shared-components 2.1.181 → 2.1.183

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,15 @@
2560
2560
  "base_rates_plural": "base rates",
2561
2561
  "base_rates_singular": "base rate",
2562
2562
  "base_rates_title": "Base Rates",
2563
+ "col_lots_short": "Lots",
2564
+ "col_name": "Name",
2565
+ "col_schedules_short": "Sch.",
2563
2566
  "fees_chip": "Fees {{count}}",
2564
2567
  "lots_chip": "Lots {{count}}",
2565
2568
  "search_placeholder": "Search base rates...",
2566
- "tax_group_chip": "Tax Group {{name}}"
2569
+ "tax_group_chip": "Tax Group {{name}}",
2570
+ "view_list": "List view",
2571
+ "view_table": "Table view"
2567
2572
  },
2568
2573
  "tabs": {
2569
2574
  "base_config": "Base Configuration",
@@ -2560,10 +2560,15 @@
2560
2560
  "base_rates_plural": "tarifas base",
2561
2561
  "base_rates_singular": "tarifa base",
2562
2562
  "base_rates_title": "Tarifas base",
2563
+ "col_lots_short": "Lotes",
2564
+ "col_name": "Nombre",
2565
+ "col_schedules_short": "Hor.",
2563
2566
  "fees_chip": "Cuotas {{count}}",
2564
2567
  "lots_chip": "Lotes {{count}}",
2565
2568
  "search_placeholder": "Buscar tarifas base...",
2566
- "tax_group_chip": "Grupo fiscal {{name}}"
2569
+ "tax_group_chip": "Grupo fiscal {{name}}",
2570
+ "view_list": "Vista lista",
2571
+ "view_table": "Vista tabla"
2567
2572
  },
2568
2573
  "tabs": {
2569
2574
  "base_config": "Configuración base",
@@ -2560,10 +2560,15 @@
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_lots_short": "Terr.",
2564
+ "col_name": "Nom",
2565
+ "col_schedules_short": "Hor.",
2563
2566
  "fees_chip": "Frais {{count}}",
2564
2567
  "lots_chip": "Terrains {{count}}",
2565
2568
  "search_placeholder": "Rechercher des tarifs de base...",
2566
- "tax_group_chip": "Groupe fiscal {{name}}"
2569
+ "tax_group_chip": "Groupe fiscal {{name}}",
2570
+ "view_list": "Vue liste",
2571
+ "view_table": "Vue tableau"
2567
2572
  },
2568
2573
  "tabs": {
2569
2574
  "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.181",
3
+ "version": "2.1.183",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {