Skip to content

Commit

Permalink
- Excluidos los mensajes de auditoría de la respuesta del cron.
Browse files Browse the repository at this point in the history
- Actualizadas las traducciones.
  • Loading branch information
Carlos García Gómez committed Dec 15, 2021
1 parent b3fd878 commit 8b150fe
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Core/App/AppCron.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ public function render()

$content = $this->response->getContent() . $title;
foreach (ToolBox::log()::read('', ['critical', 'error', 'info', 'notice', 'warning']) as $log) {
$content .= "\n" . $log["message"];
if ($log['channel'] != 'audit') {
$content .= "\n" . $log["message"];
}
}

$this->response->setContent($content . "\n");
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/ca_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Compte",
"idem-wildcard-info": "Copieu el valor de la línia anterior",
"image": "Imatge",
"impacted-tax-subaccount": "Subcompte d'IVA repercutit",
"import-accounting-plan": "Importa pla comptable",
"import-accounting-plan-p": "Deixi aquest camp en blanc per a usar el pla comptable predeterminat. O bé seleccioni un arxiu amb el seu pla comptable personalitzat.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Ich würde.",
"idaccount": "Ich würde. Konto",
"idem-wildcard-info": "Copy the value of the previous line",
"image": "Bild",
"impacted-tax-subaccount": "impacted-tax-subaccount",
"import-accounting-plan": "Import accounting plan",
"import-accounting-plan-p": "import-accounting-plan-p",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Account",
"idem-wildcard-info": "Copy the value of the previous line",
"image": "Image",
"impacted-tax-subaccount": "Impacted tax subaccount",
"import-accounting-plan": "Import accounting plan",
"import-accounting-plan-p": "Leave this field blank to use the default accounting plan. Or select a file with your personalized accounting plan.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/es_AR.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Cuenta",
"idem-wildcard-info": "Copiar el valor de la linea anterior",
"image": "Imagen",
"impacted-tax-subaccount": "Subcuenta impuesto repercutido",
"import-accounting-plan": "Importar plan contable",
"import-accounting-plan-p": "Deje este campo en blanco para usar el plan contable predeterminado. O bien seleccione un archivo con su plan contable personalizado.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/es_CL.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Cuenta",
"idem-wildcard-info": "Copiar el valor de la linea anterior",
"image": "Imagen",
"impacted-tax-subaccount": "Subcuenta impuesto repercutido",
"import-accounting-plan": "Importar plan contable",
"import-accounting-plan-p": "Deje este campo en blanco para usar el plan contable predeterminado. O bien seleccione un archivo con su plan contable personalizado.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/es_CO.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Cuenta",
"idem-wildcard-info": "Copiar el valor de la linea anterior",
"image": "Imagen",
"impacted-tax-subaccount": "Subcuenta impuesto repercutido",
"import-accounting-plan": "Importar plan contable",
"import-accounting-plan-p": "Deje este campo en blanco para usar el plan contable predeterminado. O bien seleccione un archivo con su plan contable personalizado.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/es_CR.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Cuenta",
"idem-wildcard-info": "Copiar el valor de la linea anterior",
"image": "Imagen",
"impacted-tax-subaccount": "Subcuenta impuesto repercutido",
"import-accounting-plan": "Importar plan contable",
"import-accounting-plan-p": "Deje este campo en blanco para usar el plan contable predeterminado. O bien seleccione un archivo con su plan contable personalizado.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/es_DO.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Cuenta",
"idem-wildcard-info": "Copiar el valor de la linea anterior",
"image": "Imagen",
"impacted-tax-subaccount": "Subcuenta de impuesto repercutido",
"import-accounting-plan": "Importar plan contable",
"import-accounting-plan-p": "Deje este campo en blanco para usar el plan contable predeterminado. O bien seleccione un archivo con su plan contable personalizado.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/es_EC.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Cuenta",
"idem-wildcard-info": "Copiar el valor de la linea anterior",
"image": "Imagen",
"impacted-tax-subaccount": "Subcuenta impuesto repercutido",
"import-accounting-plan": "Importar plan contable",
"import-accounting-plan-p": "Deje este campo en blanco para usar el plan contable predeterminado. O bien seleccione un archivo con su plan contable personalizado.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Cuenta",
"idem-wildcard-info": "Copiar el valor de la linea anterior",
"image": "Imagen",
"impacted-tax-subaccount": "Subcuenta impuesto repercutido",
"import-accounting-plan": "Importar plan contable",
"import-accounting-plan-p": "Deje este campo en blanco para usar el plan contable predeterminado. O bien seleccione un archivo con su plan contable personalizado.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/es_GT.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Cuenta",
"idem-wildcard-info": "Copiar el valor de la linea anterior",
"image": "Imagen",
"impacted-tax-subaccount": "Subcuenta impuesto repercutido",
"import-accounting-plan": "Importar plan contable",
"import-accounting-plan-p": "Deje este campo en blanco para usar el plan contable predeterminado. O bien seleccione un archivo con su plan contable personalizado.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/es_MX.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Cuenta",
"idem-wildcard-info": "Copiar el valor de la linea anterior",
"image": "Imagen",
"impacted-tax-subaccount": "Subcuenta impuesto repercutido",
"import-accounting-plan": "Importar plan contable",
"import-accounting-plan-p": "Deje este campo en blanco para usar el plan contable predeterminado. O bien seleccione un archivo con su plan contable personalizado.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/es_PA.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Cuenta",
"idem-wildcard-info": "Copiar el valor de la linea anterior",
"image": "Imagen",
"impacted-tax-subaccount": "Subcuenta impuesto repercutido",
"import-accounting-plan": "Importar plan contable",
"import-accounting-plan-p": "Deje este campo en blanco para usar el plan contable predeterminado. O bien seleccione un archivo con su plan contable personalizado.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/es_PE.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Cuenta",
"idem-wildcard-info": "Copiar el valor de la linea anterior",
"image": "Imagen",
"impacted-tax-subaccount": "Subcuenta impuesto repercutido",
"import-accounting-plan": "Importar plan contable",
"import-accounting-plan-p": "Deje este campo en blanco para usar el plan contable predeterminado. O bien seleccione un archivo con su plan contable personalizado.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/es_UY.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Cuenta",
"idem-wildcard-info": "Copiar el valor de la linea anterior.",
"image": "Imagen",
"impacted-tax-subaccount": "Subcuenta impuesto repercutido",
"import-accounting-plan": "Importar plan contable.",
"import-accounting-plan-p": "Deje este campo en blanco para usar el plan contable predeterminado. O bien seleccione un archivo con su plan contable personalizado.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/eu_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Kontua",
"idem-wildcard-info": "Aurreko lerroko balioa kopiatu",
"image": "Irudia",
"impacted-tax-subaccount": "Jasanarazitako BEZ azpikontua",
"import-accounting-plan": "Kontabilitate plana inportatu",
"import-accounting-plan-p": "Eremu hau hutsik utzi kontabilitate plan lehenetsia erabiltzeko. Edo hautatu zure kontabilitate plan pertsonalizatua duen fitxategia.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/fr_FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Compte",
"idem-wildcard-info": "Copy the value of the previous line",
"image": "Imagen",
"impacted-tax-subaccount": "impacted-tax-subaccount",
"import-accounting-plan": "Import plan comptable",
"import-accounting-plan-p": "import-accounting-plan-p",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/gl_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. Conta",
"idem-wildcard-info": "Copiar o valor da línea anterior",
"image": "Imaxe",
"impacted-tax-subaccount": "Subconta IVE repercutido",
"import-accounting-plan": "Importar plan contable",
"import-accounting-plan-p": "Deixe este campo en branco para usar o plan contable predeterminado. Ou ben seleccione un arquivo co seu plan contable personalizado.",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/it_IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. account",
"idem-wildcard-info": "Copia il valore della riga precedente",
"image": "Imagen",
"impacted-tax-subaccount": "impacted-tax-subaccount",
"import-accounting-plan": "Import accounting plan",
"import-accounting-plan-p": "import-accounting-plan-p",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/pt_PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Identidade.",
"idaccount": "Identidade. Conta",
"idem-wildcard-info": "Copy the value of the previous line",
"image": "Imagen",
"impacted-tax-subaccount": "impacted-tax-subaccount",
"import-accounting-plan": "Importar Plano de Contabilidade",
"import-accounting-plan-p": "import-accounting-plan-p",
Expand Down
1 change: 1 addition & 0 deletions Core/Translation/va_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
"id": "Id.",
"idaccount": "Id. del conte",
"idem-wildcard-info": "Còpia el valor de la llínea anterior",
"image": "Imatge",
"impacted-tax-subaccount": "Subconte del IVA repercutit",
"import-accounting-plan": "Importar el pla contable",
"import-accounting-plan-p": "Deixa este camp en blanc per a utilitzar el pla contable predeterminat o bé seleccioneu un fitxer al vostre pla contable personalitzat.",
Expand Down

0 comments on commit 8b150fe

Please sign in to comment.