pcm-shared-components 2.1.178 → 2.1.179

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.
@@ -2531,6 +2531,9 @@
2531
2531
  "month_badge_tooltip": "{{count}} scheduled rate",
2532
2532
  "month_badge_tooltip_plural": "{{count}} scheduled rates"
2533
2533
  },
2534
+ "schedule_rates": {
2535
+ "editing_label": "Schedule Rate"
2536
+ },
2534
2537
  "sidebar": {
2535
2538
  "add_base_rate": "Add Base Rate",
2536
2539
  "base_rates_plural": "base rates",
@@ -2531,6 +2531,9 @@
2531
2531
  "month_badge_tooltip": "{{count}} tarifa programada",
2532
2532
  "month_badge_tooltip_plural": "{{count}} tarifas programadas"
2533
2533
  },
2534
+ "schedule_rates": {
2535
+ "editing_label": "Tarifa programada"
2536
+ },
2534
2537
  "sidebar": {
2535
2538
  "add_base_rate": "Agregar tarifa base",
2536
2539
  "base_rates_plural": "tarifas base",
@@ -2531,6 +2531,9 @@
2531
2531
  "month_badge_tooltip": "{{count}} tarif planifié",
2532
2532
  "month_badge_tooltip_plural": "{{count}} tarifs planifiés"
2533
2533
  },
2534
+ "schedule_rates": {
2535
+ "editing_label": "Tarif planifié"
2536
+ },
2534
2537
  "sidebar": {
2535
2538
  "add_base_rate": "Ajouter un tarif de base",
2536
2539
  "base_rates_plural": "tarifs de base",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.178",
3
+ "version": "2.1.179",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {