pcm-shared-components 2.1.373 → 2.1.377
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.
package/README.md
CHANGED
|
@@ -53,6 +53,8 @@ NPM_TOKEN=your_npm_token_here
|
|
|
53
53
|
|
|
54
54
|
The token will be used automatically during release and publishing.
|
|
55
55
|
|
|
56
|
+
If `npm publish` fails with a 404 (even though the package exists), your token has likely expired or lost publish access. Regenerate it from the [pcm-shared-components package page](https://www.npmjs.com/package/pcm-shared-components) (Settings tab) or from [https://www.npmjs.com/settings/tokens](https://www.npmjs.com/settings/tokens), then update `NPM_TOKEN` in `.env`.
|
|
57
|
+
|
|
56
58
|
|
|
57
59
|
------------------------------------------------------------------------------------------------------------
|
|
58
60
|
|
|
@@ -4037,7 +4037,8 @@
|
|
|
4037
4037
|
"failed": "Failed",
|
|
4038
4038
|
"opened": "Opened",
|
|
4039
4039
|
"pending": "Pending",
|
|
4040
|
-
"sent": "Sent"
|
|
4040
|
+
"sent": "Sent",
|
|
4041
|
+
"blacklisted": "Blacklisted"
|
|
4041
4042
|
},
|
|
4042
4043
|
"table": {
|
|
4043
4044
|
"date": "Date",
|
|
@@ -4047,7 +4048,8 @@
|
|
|
4047
4048
|
"status": "Status",
|
|
4048
4049
|
"type": "Type",
|
|
4049
4050
|
"view": "View Email",
|
|
4050
|
-
"view_disabled_pending": "Not sent yet"
|
|
4051
|
+
"view_disabled_pending": "Not sent yet",
|
|
4052
|
+
"remove_from_blacklist": "Remove from blacklist"
|
|
4051
4053
|
},
|
|
4052
4054
|
"title": "Email Activity",
|
|
4053
4055
|
"kpis": {
|
|
@@ -4055,7 +4057,13 @@
|
|
|
4055
4057
|
},
|
|
4056
4058
|
"error": {
|
|
4057
4059
|
"hourly_range_too_large": "Hourly grouping is limited to a 7-day date range. Narrow your dates, or switch to Daily, Monthly, or Yearly.",
|
|
4058
|
-
"minute_range_too_large": "Minute grouping is limited to a 1-day date range. Narrow your dates, or switch to Hourly, Daily, Monthly, or Yearly."
|
|
4060
|
+
"minute_range_too_large": "Minute grouping is limited to a 1-day date range. Narrow your dates, or switch to Hourly, Daily, Monthly, or Yearly.",
|
|
4061
|
+
"blacklist_remove_failed": "Failed to remove the email from the blacklist. Please try again."
|
|
4062
|
+
},
|
|
4063
|
+
"blacklist_remove": {
|
|
4064
|
+
"confirm_title": "Remove this email from the blacklist?",
|
|
4065
|
+
"confirm_text": "{{email}} will be removed from the blacklist and can receive emails again.",
|
|
4066
|
+
"success": "{{email}} has been removed from the blacklist."
|
|
4059
4067
|
}
|
|
4060
4068
|
}
|
|
4061
4069
|
},
|
|
@@ -4037,7 +4037,8 @@
|
|
|
4037
4037
|
"failed": "Fallido",
|
|
4038
4038
|
"opened": "Abierto",
|
|
4039
4039
|
"pending": "Pendiente",
|
|
4040
|
-
"sent": "Enviado"
|
|
4040
|
+
"sent": "Enviado",
|
|
4041
|
+
"blacklisted": "Lista negra"
|
|
4041
4042
|
},
|
|
4042
4043
|
"table": {
|
|
4043
4044
|
"date": "Fecha",
|
|
@@ -4047,7 +4048,8 @@
|
|
|
4047
4048
|
"status": "Estado",
|
|
4048
4049
|
"type": "Tipo",
|
|
4049
4050
|
"view": "Ver correo",
|
|
4050
|
-
"view_disabled_pending": "Aún no enviado"
|
|
4051
|
+
"view_disabled_pending": "Aún no enviado",
|
|
4052
|
+
"remove_from_blacklist": "Quitar de la lista negra"
|
|
4051
4053
|
},
|
|
4052
4054
|
"title": "Actividad de correos",
|
|
4053
4055
|
"kpis": {
|
|
@@ -4055,7 +4057,13 @@
|
|
|
4055
4057
|
},
|
|
4056
4058
|
"error": {
|
|
4057
4059
|
"hourly_range_too_large": "La agrupación por hora está limitada a un rango de 7 días. Reduzca sus fechas, o cambie a Diario, Mensual o Anual.",
|
|
4058
|
-
"minute_range_too_large": "La agrupación por minuto está limitada a un rango de 1 día. Reduzca sus fechas, o cambie a Por hora, Diario, Mensual o Anual."
|
|
4060
|
+
"minute_range_too_large": "La agrupación por minuto está limitada a un rango de 1 día. Reduzca sus fechas, o cambie a Por hora, Diario, Mensual o Anual.",
|
|
4061
|
+
"blacklist_remove_failed": "No se pudo quitar el correo electrónico de la lista negra. Inténtelo de nuevo."
|
|
4062
|
+
},
|
|
4063
|
+
"blacklist_remove": {
|
|
4064
|
+
"confirm_title": "¿Quitar este correo electrónico de la lista negra?",
|
|
4065
|
+
"confirm_text": "{{email}} será eliminado de la lista negra y podrá volver a recibir correos electrónicos.",
|
|
4066
|
+
"success": "{{email}} ha sido eliminado de la lista negra."
|
|
4059
4067
|
}
|
|
4060
4068
|
}
|
|
4061
4069
|
},
|
|
@@ -4037,7 +4037,8 @@
|
|
|
4037
4037
|
"failed": "Échoué",
|
|
4038
4038
|
"opened": "Ouvert",
|
|
4039
4039
|
"pending": "En attente",
|
|
4040
|
-
"sent": "Envoyé"
|
|
4040
|
+
"sent": "Envoyé",
|
|
4041
|
+
"blacklisted": "Liste noire"
|
|
4041
4042
|
},
|
|
4042
4043
|
"table": {
|
|
4043
4044
|
"date": "Date",
|
|
@@ -4047,7 +4048,8 @@
|
|
|
4047
4048
|
"status": "Statut",
|
|
4048
4049
|
"type": "Type",
|
|
4049
4050
|
"view": "Voir le courriel",
|
|
4050
|
-
"view_disabled_pending": "Pas encore envoyé"
|
|
4051
|
+
"view_disabled_pending": "Pas encore envoyé",
|
|
4052
|
+
"remove_from_blacklist": "Retirer de la liste noire"
|
|
4051
4053
|
},
|
|
4052
4054
|
"title": "Activité des courriels",
|
|
4053
4055
|
"kpis": {
|
|
@@ -4055,7 +4057,13 @@
|
|
|
4055
4057
|
},
|
|
4056
4058
|
"error": {
|
|
4057
4059
|
"hourly_range_too_large": "Le regroupement horaire est limité à une plage de 7 jours. Réduisez vos dates, ou passez à Quotidien, Mensuel ou Annuel.",
|
|
4058
|
-
"minute_range_too_large": "Le regroupement par minute est limité à une plage d'une journée. Réduisez vos dates, ou passez à Horaire, Quotidien, Mensuel ou Annuel."
|
|
4060
|
+
"minute_range_too_large": "Le regroupement par minute est limité à une plage d'une journée. Réduisez vos dates, ou passez à Horaire, Quotidien, Mensuel ou Annuel.",
|
|
4061
|
+
"blacklist_remove_failed": "Échec du retrait de l'adresse courriel de la liste noire. Veuillez réessayer."
|
|
4062
|
+
},
|
|
4063
|
+
"blacklist_remove": {
|
|
4064
|
+
"confirm_title": "Retirer cet e-mail de la liste noire?",
|
|
4065
|
+
"confirm_text": "{{email}} sera retiré de la liste noire et pourra de nouveau recevoir des courriels.",
|
|
4066
|
+
"success": "{{email}} a été retiré de la liste noire."
|
|
4059
4067
|
}
|
|
4060
4068
|
}
|
|
4061
4069
|
},
|