This commit is contained in:
2021-12-28 01:21:18 +00:00
parent c3432146a7
commit 4d8b0707ce
5 changed files with 10 additions and 6 deletions

4
.vscode/launch.json vendored
View File

@@ -48,8 +48,8 @@
"AYANOVA_DATA_PATH": "c:\\temp\\ravendata",
"AYANOVA_USE_URLS": "http://*:7575;",
"AYANOVA_SERVER_TEST_MODE": "false",
"AYANOVA_REPORT_RENDERING_TIMEOUT":"5",
"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "large",
"AYANOVA_REPORT_RENDERING_TIMEOUT":"1",
"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small",
"AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_14\\bin\\"
},
"sourceFileMap": {

View File

@@ -2308,5 +2308,6 @@
"CompanyInformation": "Firmeninformation",
"CompanyEmail": "Email",
"CompanyPhone1": "Geschäftstelefon",
"CompanyPhone2": "Telefon 2"
"CompanyPhone2": "Telefon 2",
"RenderingReport":"Berichterstellung im Gange"
}

View File

@@ -2308,5 +2308,6 @@
"CompanyInformation": "Company information",
"CompanyEmail": "Email",
"CompanyPhone1": "Business phone number",
"CompanyPhone2": "Phone 2"
"CompanyPhone2": "Phone 2",
"RenderingReport":"Generating report"
}

View File

@@ -2308,5 +2308,6 @@
"CompanyInformation": "Información de la empresa",
"CompanyEmail": "Email",
"CompanyPhone1": "Teléfono",
"CompanyPhone2": "Teléfono 2"
"CompanyPhone2": "Teléfono 2",
"RenderingReport":"Generación de informes en curso"
}

View File

@@ -2308,5 +2308,6 @@
"CompanyInformation": "Informations sur la société",
"CompanyEmail": "Email",
"CompanyPhone1": "Phone 1",
"CompanyPhone2": "Phone 2"
"CompanyPhone2": "Phone 2",
"RenderingReport":"Génération de rapport en cours"
}