pcm-shared-components 2.1.288 → 2.1.290

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.
@@ -1221,6 +1221,7 @@
1221
1221
  "next": "Next",
1222
1222
  "no_email": "No email",
1223
1223
  "no_phone": "No phone",
1224
+ "notification_hint": "We'll contact you if a matching opening becomes available.",
1224
1225
  "page_x_of_y": "Page {{current}} of {{total}}",
1225
1226
  "previous": "Previous",
1226
1227
  "request_details": "Request Details",
@@ -4183,5 +4184,20 @@
4183
4184
  "change_password": "Change Password Required"
4184
4185
  }
4185
4186
  }
4187
+ },
4188
+ "whats_new": {
4189
+ "title": "What's new in PitchCamp",
4190
+ "subtitle": "You're now on version {{version}}. Catch up on recent updates.",
4191
+ "close": "Close",
4192
+ "prev": "Previous version",
4193
+ "next": "Next version",
4194
+ "loading": "Loading release notes…",
4195
+ "error_title": "Couldn't load release notes",
4196
+ "error_body": "Check your connection and try again, or view the full release notes online.",
4197
+ "view_full_release_notes": "View full release notes",
4198
+ "acknowledge": "Got it",
4199
+ "version_heading": "Version {{version}}",
4200
+ "dots_label": "Jump to version",
4201
+ "go_to_version": "Go to version {{version}}"
4186
4202
  }
4187
4203
  }
@@ -1221,6 +1221,7 @@
1221
1221
  "next": "Siguiente",
1222
1222
  "no_email": "Sin correo",
1223
1223
  "no_phone": "Sin teléfono",
1224
+ "notification_hint": "Te contactaremos si se libera una opcion que coincida.",
1224
1225
  "page_x_of_y": "Página {{current}} de {{total}}",
1225
1226
  "previous": "Anterior",
1226
1227
  "request_details": "Detalles de la solicitud",
@@ -4183,5 +4184,20 @@
4183
4184
  "change_password": "Cambiar contraseña requerida"
4184
4185
  }
4185
4186
  }
4187
+ },
4188
+ "whats_new": {
4189
+ "title": "Novedades de PitchCamp",
4190
+ "subtitle": "Ahora estás en la versión {{version}}. Consulta las novedades recientes.",
4191
+ "close": "Cerrar",
4192
+ "prev": "Versión anterior",
4193
+ "next": "Versión siguiente",
4194
+ "loading": "Cargando notas de versión…",
4195
+ "error_title": "No se pudieron cargar las notas de versión",
4196
+ "error_body": "Verifica tu conexión e inténtalo de nuevo, o consulta las notas completas en línea.",
4197
+ "view_full_release_notes": "Ver notas completas",
4198
+ "acknowledge": "Entendido",
4199
+ "version_heading": "Versión {{version}}",
4200
+ "dots_label": "Ir a una versión",
4201
+ "go_to_version": "Ir a la versión {{version}}"
4186
4202
  }
4187
4203
  }
@@ -1221,6 +1221,7 @@
1221
1221
  "next": "Suivant",
1222
1222
  "no_email": "Aucun courriel",
1223
1223
  "no_phone": "Aucun téléphone",
1224
+ "notification_hint": "Nous vous contacterons si une disponibilité correspondante se libère.",
1224
1225
  "page_x_of_y": "Page {{current}} sur {{total}}",
1225
1226
  "previous": "Précédent",
1226
1227
  "request_details": "Détails de la demande",
@@ -4183,5 +4184,20 @@
4183
4184
  "change_password": "Changement du mot de passe requis"
4184
4185
  }
4185
4186
  }
4187
+ },
4188
+ "whats_new": {
4189
+ "title": "Quoi de neuf dans PitchCamp",
4190
+ "subtitle": "Vous êtes maintenant à la version {{version}}. Voici les nouveautés récentes.",
4191
+ "close": "Fermer",
4192
+ "prev": "Version précédente",
4193
+ "next": "Version suivante",
4194
+ "loading": "Chargement des notes de version…",
4195
+ "error_title": "Impossible de charger les notes de version",
4196
+ "error_body": "Vérifiez votre connexion et réessayez, ou consultez les notes complètes en ligne.",
4197
+ "view_full_release_notes": "Voir les notes complètes",
4198
+ "acknowledge": "Compris",
4199
+ "version_heading": "Version {{version}}",
4200
+ "dots_label": "Aller à une version",
4201
+ "go_to_version": "Aller à la version {{version}}"
4186
4202
  }
4187
4203
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.288",
3
+ "version": "2.1.290",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {