Skip to content

Commit

Permalink
Merge pull request #2535 from sap-labs-france/master-qa
Browse files Browse the repository at this point in the history
Merge master-qa
  • Loading branch information
LucasBrazi06 authored Aug 25, 2021
2 parents fd05727 + ff94adf commit 9b21d84
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ev-dashboard",
"description": "Dashboard for Electric Vehicle charging station",
"homepage": "https://github.com/sap-labs-france/ev-dashboard",
"version": "2.4.85",
"version": "2.4.87",
"engines": {
"npm": "6.x.x."
},
Expand Down
28 changes: 27 additions & 1 deletion src/app/release-notes/release-notes.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,35 @@ export class ReleaseNotesComponent {
public constructor() {
this.buildReleaseNotes();
}

public buildReleaseNotes() {
this.releaseNotes = [
{
version: '2.4.87',
date: new Date('2021-08-25'),
componentChanges: [
{
name: 'Dashboard',
changes: [
`Added OCPI Trigger Data Transfer in RESTful API`,
`Remove prefix from OCPI tariff and use 'Default' as default tariff`,
`Added new DBT Charging Station's model in templates`,
],
},
],
},
{
version: '2.4.86',
date: new Date('2021-08-17'),
componentChanges: [
{
name: 'Dashboard',
changes: [
`Improvement of the translation to Spanish`,
`Implicit log filtering for Site Administrators`
],
},
],
},
{
version: '2.4.85',
date: new Date('2021-08-13'),
Expand Down
14 changes: 7 additions & 7 deletions src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
"auto_user_site_assignment": "Asignación automática de nuevos usuarios a este sitio.",
"public": "Este sitio es público",
"public_site": "Público",
"auto_assignment": "Asignación automática de usiario",
"auto_assignment": "Asignación automática de usuario",
"user_list": "Usuarios autorizados para usar las estaciones de carga en este sitio",
"user_list_source_title": "Disponible",
"user_list_target_title": "Asignado",
Expand Down Expand Up @@ -1319,12 +1319,12 @@
"pay": "Pagar "
},
"status": {
"paid": "Pagado",
"unpaid": "No pagado",
"paid": "Pagada",
"unpaid": "No pagada",
"draft": "Borrador",
"deleted": "Deleted",
"deleted": "Eliminada",
"uncollectible": "Irrecuperable",
"void": "Cancelado"
"void": "Cancelada"
},
"number": "Número de la factura",
"createdOn": "Fecha de la factura",
Expand Down Expand Up @@ -1537,8 +1537,8 @@
"payment_methods_brand": "Brand",
"payment_methods_card": "Card",
"payment_methods_verification_code": "Verification code",
"payment_methods_conditions": "For security reasons, we do not store nor process your bank and card details directly. The collected information is sent via a secure channel to our STRIPE partner which provides the billing and payment infrastructure.",
"payment_methods_check": "I have read the End-user License Agreement and agree that my bank details will be used for paying future EV Charging Sessions.",
"payment_methods_conditions": "Por razones de seguridad, no guardamos información sobre su cuenta bancaria y tarjeta de crédito directamente. La información es enviada vía un canal seguro a nuestro socio STRIPE, quien provee la infraestructura para facturación y pago.",
"payment_methods_check": "He leído el acuerdo de licencia de usuario final y acepto que mi información bancaria sea utilizada para futuros pagos de sesiones de carga para VE.",
"payment_methods_card_number_error": "Invalid card number",
"payment_methods_expiration_date_error": "Invalid expiration date",
"payment_methods_cvc_error": "Invalid verification code",
Expand Down

0 comments on commit 9b21d84

Please sign in to comment.